Setting Custom Visitor Properties with Pageview API
You can set visitor properties directly using the Pageview API. This allows you to send custom visitor attributes through to Crobox as part of your pageview events.
crobox.push(function(crobox) {
// The Crobox API is now initialized and methods are available
crobox.pageview({
pt: crobox.PAGE_INDEX,
lc: "en-AA",
// The cp (custom property) field lets you send any custom visitor property
cp: {
cuddles: "yes"
}
});
});Configuring Custom Properties in the Crobox App
Using Custom Visitor Properties in Crobox
FAQ
PreviousWhat's the difference between A/B testing, multivariate testing, and AI?NextCRM Webhook Integrations
Last updated
Was this helpful?
