API

circle-exclamation

Below you will find the keys to generate secret payloads for adding or updating a channel via the Script API.

Refer to the onboardingarrow-up-right page for detailed information on the purpose and usage of each input.

TATARI_TOKEN

Tatari Token is the identifier we use to send events to tatari. You can think of it like a pixel id. Example value 732b6eb9-f755-8b54-875f-2dba16c68938 Type IDENTIFIER Optional false

TATARI_BROWSER_PIXEL

Since we are only doing browser pixel with tatari integration, it should always be sent as 1. Possible Values 0 or 1 Type CHECKBOX Optional true

TATARI_MAPPED_EVENTS

Use for storing the events mapping between EdgeTag events and Tatari events. This would help us in identifying what tatari event name should the data be sent to, when i get an EdgeTag event. The first item in the array is EdgeTag event and the second item in the array is Tatari event that i want to use.

Example value '[["PageView","page_view_blotout"],["AddToCart","add_to_cart_blotout"],["Purchase","purchase_blotout"]]' Type TEXT Optional false

Last updated

Was this helpful?