Setup

To use the Marketing-tags API, install the @wix/marketing-tags package using npm or Yarn:

Copy Code
npm install @wix/marketing-tags

or

Copy Code
yarn add @wix/marketing-tags

Then import marketingTags from @wix/marketing-tags:

Copy Code
import marketingTags from '@wix/marketing-tags'
Was this helpful?
Yes
No