@adobe/reactor-extension-pinterest-edge
v1.0.1
Published
Forward data to Pinterest by using the Conversion API.
Downloads
14
Maintainers
Keywords
Readme
Pinterest extension for Event Forwarding
Send data using Pinterest's API for conversions endpoint. Conversion tracking lets you see what a user does on your websites, in your mobile apps, or in your physical stores.
Get started
To get started:
- Install node.js.
- Clone the repository.
- After navigating into the project directory, install project dependencies by running
npm install
.
Scripts
To run tests a single time, run the following command:
npm run test
To run tests continually while developing, run the following command:
npm run test:watch
To ensure your code meets our linting standards, run the following command:
npm run lint
To run the extension inside reactor-sandbox:
npm run sandbox
To create a build, run the following command:
npm run build
To create the extension package, run the following command:
npm run package
Contributing
Contributions are welcomed! Read the Contributing Guide for more information.
Licensing
This project is licensed under the Apache V2 License. See LICENSE for more information.