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.

VIBE_CO_PIXEL_ID

Used for storing the Pixel ID Example value wZwSfW Type TEXT Optional false

VIBE_CO_BROWSER_PIXEL

See the config description.

Possible values 1 or 0

Type CHECKBOX

Optional true

VIBE_CO_MAPPED_EVENTS

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

Example value

[["PageView","page_view"]]

Type TEXT

Optional true

Last updated

Was this helpful?