Set Custom Visitor Properties with the Pageview API
Send custom visitor properties to Crobox through the pageview API for targeting, analytics, and advanced personalization.
window.crobox = window.crobox || [];
crobox.push(function(crobox) {
// The Crobox API is now initialized and methods are available
crobox.pageview({
pt: crobox.PAGE_INDEX,
lc: "en-GB",
// The cp field lets you send custom visitor properties
cp: {
vip: true
}
});
});Configuring Custom Properties in the Crobox App
Using Custom Visitor Properties in Crobox
FAQ
Last updated
Was this helpful?
