API

circle-exclamation

Below you will find the keys to generate secret payloads for adding or updating a channel via the Script APIarrow-up-right.

Refer to the configuration page for detailed information on the purpose and usage of each input.

BING_TAG_ID

Use for storing the Tag ID Example value 343131504 Type TEXT Optional false

BING_BROWSER_PIXEL

See the config description.

Possible values 1 or 0

Type CHECKBOX

Optional true

BING_MAPPED_EVENTS

In this secret, store the stringified data array that maps between EdgeTag events and Bing events. Each array item contains exactly 2 elements: the EdgeTag standard event (e.g., Purchase) at index 0, and the corresponding Bing event name (e.g., purchase_blotout) at index 1.

Example value

[["PageView","page_view_blotout"],["Purchase","purchase_blotout"]]

Type TEXT

Optional false

Last updated

Was this helpful?