https://github.com/managed-components/taboola
https://github.com/managed-components/taboola
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/managed-components/taboola
- Owner: managed-components
- License: other
- Created: 2023-02-20T17:21:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T11:30:04.000Z (over 1 year ago)
- Last Synced: 2024-10-11T00:34:24.926Z (8 months ago)
- Language: TypeScript
- Size: 210 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zaraz - Taboola
- awesome-zaraz - Taboola
README
# Taboola Managed Component
## Documentation
Managed Components docs are published at **https://managedcomponents.dev** .
Find out more about Managed Components [here](https://blog.cloudflare.com/zaraz-open-source-managed-components-and-webcm/) for inspiration and motivation details.
[](./LICENSE)
[](./CONTRIBUTING.md)
[](https://github.com/prettier/prettier)
[](#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](https://help.taboola.com/hc/en-us/articles/360003469854-Taboola-Pixel-Overview)
## 🧱 Fields Description
> Fields are properties that can/must be sent with certain events
### Event name `string`
`en` defines Taboola's event name. [Learn more](https://help.taboola.com/hc/en-us/articles/360003484314-Defining-and-Creating-Conversions)
### 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](https://help.taboola.com/hc/en-us/articles/360009027493-Tracking-Dynamic-Conversion-Values)
### Currency `string`
`currency` of the transaction. Recommended to use along with Purchase event. Must be an integer or decimal value. [Learn more](https://help.taboola.com/hc/en-us/articles/360009027493-Tracking-Dynamic-Conversion-Values)
### Order ID `string`
`orderId` of the transaction. Recommended to use along with Purchase event. Must be an integer or decimal value. [Learn more](https://help.taboola.com/hc/en-us/articles/360009027493-Tracking-Dynamic-Conversion-Values)
## 📝 License
Licensed under the [Apache License](./LICENSE).