https://github.com/bluefrog130/zarazdatemc
https://github.com/bluefrog130/zarazdatemc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluefrog130/zarazdatemc
- Owner: BlueFrog130
- License: mit
- Created: 2023-04-15T22:37:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T22:37:58.000Z (about 3 years ago)
- Last Synced: 2025-12-30T16:23:26.556Z (5 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MC Date 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)
## 🚀 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
### Example Setting `boolean`
`exampleSetting` can be the pixelID or any other essential/optional setting like the option to anonymize IPs, send ecommerce events etc.
## 🧱 Fields Description
> Fields are properties that can/must be sent with certain events
### Human Readable Field Name `type` _required_
`field_id` give it a short description and send to a more detailed reference [Find more about how to create your own Managed Component](https://managedcomponents.dev/).
## 📝 License
Licensed under the [Apache License](./LICENSE).