node-tracker.emitterconfigurationbase.idservice
Home > @snowplow/node-tracker > EmitterConfigurationBase > idService
EmitterConfigurationBase.idService property
Id 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.
idService?: string;