<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EmitterConfigurationBase](./node-tracker.emitterconfigurationbase.md) &gt; [cookieExtensionService](./node-tracker.emitterconfigurationbase.cookieextensionservice.md)

## EmitterConfigurationBase.cookieExtensionService property

Cookie extension service full URL. This URL will be added to the queue and will be called using a GET method. This option is there to allow the service URL to be called in order to set any required identifiers e.g. extra cookies.

The request respects the `anonymousTracking` option, including the SP-Anonymous header if needed, and any additional custom headers from the customHeaders option.

<b>Signature:</b>

```typescript
cookieExtensionService?: string;
```
