1.2.0 • Published 5 years ago

@schibstedspain/sui-script-criteo v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.