An open API service indexing awesome lists of open source software.

https://github.com/managed-components/bing

Bing Analytics
https://github.com/managed-components/bing

Last synced: 3 months ago
JSON representation

Bing Analytics

Awesome Lists containing this project

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.

[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)

[![Released under the Apache license.](https://img.shields.io/badge/license-apache-blue.svg)](./LICENSE)
[![PRs welcome!](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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!