How to send events to your OneView Workspace
page_view
user_id
Required | Description | Frontend Source | Backend Source | |
---|---|---|---|---|
Page Views | ✅ | A page_view is the event you send when someone looks at a page on your website. | Yes | |
Conversion Event | ✅ | Events you send when your users do what you want them to do, like buying something or signing up. | Yes | |
Identify Event | Events that you send when users are recognized, for example during login or sign up. |
JSON
object containing information about the event, and can be sent from different sources:
gtag.js
.Why my IDs are not automatically matched to each other?
page_view
events from your webapp, then you need to send Identify Events to match client_id
and user_id
, for example a login
event.Why my events do not match?
What User Identifiers are requried for Enhanced Targeting?
How do I retrieve User Identifiers from my CRM ?
login
) sent them already.identify
.What happens if I don't use my domain?
Direct
attributions.I host my website on different subdomains. What can I do?