1.2.0 • Published 7 years ago
@schibstedspain/sui-script-criteo v1.2.0
ScriptCriteo
Component to load criteo with given props.
Installation
$ npm install @schibstedspain/sui-script-criteo --saveUsage
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.