Customer-Defined Signals
Parameters prefixed with c_
identify customer-defined variables. See also Supported Attributes for DCS API Calls.
Signal | Description |
---|---|
c_browserWidth and c_browserHeight | Browser window width and height. |
c_campaign | Set by s.campaign . |
c_channel | Set by s.channel . |
c_clientDateTime | Timestamp formatted as dd/mm/yyy hh:mm:ss W TZ . TZ is in minutes and matches the return of the Date.getTimezoneOffset method. |
c_colorDepth | Specified as 16- or 32-bit color. |
c_connectionType |
Specifies connection type. Options include:
|
c_contextData.* |
Examples:
|
c_cookiesEnabled | Specifies if cookies can be enabled. Options include: yes, no, unknown |
c_currencyCode | Type of currency used for the transaction. |
c_evar# | Custom evars |
c_events | Set by s.events . |
c_hier# | Custom hierarchy variables. |
c_javaEnabled | Specifies if Java can be enabled. Options include: yes, no, unknown |
c_javaScriptVersion | Version of JavaScript supported by a browser. |
c_latitude | Numeric latitude |
c_linkClick | Options include: custom, download exit |
c_linkCustomName | The custom name (if any) provided for the link. |
c_linkDownloadURL | The URL of download links. |
c_linkExitURL | The exit link URL. |
c_list# | Custom list variables. |
c_longitude | Numeric longitude. |
c_mediaPlayerType | For media stream tracking requests. Options include: other, primetime |
c_pageName | The page name (if set). |
c_pageURL | The address of the page in the address bar of the browser. |
c_products | The product string (set by s.products ). |
c_prop | Custom props. |
c_purchaseID | A unique ID for the purchase. |
c_referrer | The page prior to the current page. |
c_screenResolution | Screen width and height (in pixels). |
c_server | Web server name (set by s.server ). |
c_state | Geographic region (set by s.state ). |
c_timezone | Time offset (in hours). |
c_transactionID | A unique ID for a transaction. |
c_zip | Postal code (set by s.zip ). |