/taboola

Primary LanguageTypeScriptOtherNOASSERTION

Taboola Managed Component

Documentation

Managed Components docs are published at https://managedcomponents.dev .

Find out more about Managed Components here for inspiration and motivation details.

Released under the Apache license. PRs welcome! code style: prettier All Contributors

🚀 Quickstart local dev environment

  1. Make sure you're running node version >=18.
  2. Install dependencies with npm i
  3. Run unit test watcher with npm run test:dev

⚙️ Tool Settings

Settings are used to configure the tool in a Component Manager config file

Account ID string

Find your account ID in the Taboola Pixel section of your Taboola Ads dashboard. Learn more

🧱 Fields Description

Fields are properties that can/must be sent with certain events

Event name string

en defines Taboola's event name. Learn more

Custom event name string

custom_en should be provided when 'Custom event name' is selected as en

Revenue string

revenue is the value of the transaction. Recommended to use along with Purchase event. Must be an integer or decimal value. Learn more

Currency string

currency of the transaction. Recommended to use along with Purchase event. Must be an integer or decimal value. Learn more

Order ID string

orderId of the transaction. Recommended to use along with Purchase event. Must be an integer or decimal value. Learn more

📝 License

Licensed under the Apache License.