This section is intended for developers utilizing our APIs to add channels.
Below you will find the keys to generate secret payloads for adding or updating a channel via the Script API.
Refer to the configuration page for detailed information on the purpose and usage of each input.
Use for storing the Offer ID Example value 444 Type TEXT Optional false
Use for storing the Affiliate ID Example value 1 Type TEXT Optional false
See the config description.
Possible values 1 or 0
Type CHECKBOX
Optional false
In this secret, store the stringified JSON array that maps between the source and the url. Each item contains exactly 2 elements: the Source (e.g., lp), and the corresponding Url (e.g., https://www.edgetag.io).
Example value
Type TEXT
Last updated 7 months ago
Was this helpful?
[ { "source":"lp", "url": "https://edgetag.io" }, { "source":"lpg", "url": "https://edgetag.io/product-one" }, { "source":"ty", "url": "https://edgetag.io/thank-you" } ]