1.6.0 • Published 3 years ago
@s-ui/react-script-criteo v1.6.0
ScriptCriteo
Component to load criteo with given props.
Installation
$ npm install @s-ui/react-script-criteo --saveUsage
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.