@schibstedspain/sui-script-criteo

1.2.0 • Public • Published

ScriptCriteo

Component to load criteo with given props.

Installation

$ npm install @schibstedspain/sui-script-criteo --save

Usage

Basic usage

import ScriptCriteo from '@schibstedspain/sui-script-criteo'

return (
  <ScriptCriteo
    accountIds={[1234, 456]}
    customerId="12345678"
    siteType="m"
    hashedEmail="hashed-email-example"
    pageEvent={{ event: 'viewHome' }}
  />
)

Find full description and more examples in the demo page.

Readme

Keywords

none

Package Sidebar

Install

npm i @schibstedspain/sui-script-criteo

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

5.12 kB

Total Files

7

Last publish

Collaborators

  • schibstedspain