1.6.0 • Published 2 years ago

@s-ui/react-script-criteo v1.6.0

Weekly downloads
321
License
MIT
Repository
-
Last release
2 years ago

ScriptCriteo

Component to load criteo with given props.

Installation

$ npm install @s-ui/react-script-criteo --save

Usage

Basic usage

import ScriptCriteo from '@s-ui/react-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.