https://github.com/managed-components/bing
Bing Analytics
https://github.com/managed-components/bing
Last synced: 3 months ago
JSON representation
Bing Analytics
- Host: GitHub
- URL: https://github.com/managed-components/bing
- Owner: managed-components
- License: other
- Created: 2022-06-02T12:49:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T14:01:03.000Z (about 1 year ago)
- Last Synced: 2024-03-14T15:29:56.389Z (about 1 year ago)
- Language: TypeScript
- Size: 430 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zaraz - Bing
README
# Bing Managed Component
Find out more about Managed Components [here](https://blog.cloudflare.com/zaraz-open-source-managed-components-and-webcm/) for inspiration and motivation details.
[](#contributors-)
[](./LICENSE)
[](./CONTRIBUTING.md)
[](https://github.com/prettier/prettier)## 🚀 Quickstart local dev environment
1. Make sure you're running node version >=17.
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
### UET Tag ID `number` _required_
`ti` is the unique identifier of your UET tag. [Learn more](https://help.ads.microsoft.com/apex/index/3/en/56705)
## 🧱 Fields Description
### Event Type `string` _required_
`evt` - Choose between tracking a page load or a custom event
### Event Action `string`
`ea` represents the type of user interaction you want to track. For example, `play` or `pause`. [Learn more](https://help.ads.microsoft.com/#apex/ads/en/56717/2-500)"
### Event Category `string`
`ec` represents the category of event you want to track. For example, `video`.
### Event Value `string`
`ev` is a numerical value associated with that event. For example, the length of the video played.
### Event Label `string`
`el` is the name of the element that caused the action. For example, `trailer` or `behindthescenes`
### Revenue Value `string`
`gv` is the revenue value of the event you want to track
### Currency `string`
`gc` is the currency of the event you want to track
## 📝 License
Licensed under the [Apache License](./LICENSE).
## 💜 Thanks
Thanks to everyone contributing in any manner for this repo and to everyone working on Open Source in general.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Simona Badoiu
💻
Yo'av Moshe
💻
Ruskin
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!