@s-ui/react-script-criteo
v1.6.0
Published
React component to load criteo with given props.
Downloads
19
Maintainers
Keywords
Readme
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.