Skip to main content

What is an Event?

An event is any action a user takes on your website that you want to track. Think of events as the moments that matter in your customer journey.
Conversion Settings

Some events can be configured as Conversions

Examples of Events

  • View Product - User looks at a product page
  • Add to Cart - User adds item to shopping cart
  • Purchase - User completes checkout
  • Sign Up - User creates an account

How Events Work

Events flow through OneView’s processing pipeline:
StepActionOneView Feature
1. Event sentYour website sends event to OneViewCookieless Advertising stores Click IDs
2. Consent checkedOneView verifies user consentConsent Enforcement respects consent signals
3. Identifiers linkedOneView connects user identifiersIdentity Resolution enriches with Identity Graph
4. Duplicates blockedOneView prevents duplicate processingDeduplication uses idempotency keys
5. Conversion sentIf configured as conversion, sent to platformsEnhanced Conversions includes hashed PII
OneView automatically processes all events through its pipeline, ensuring accurate tracking, compliance, and delivery without manual configuration.

Event Types

Event TypeDescriptionCan Be Conversion?
Page ViewUser views a page❌ No
Conversion EventUser completes a goal (purchase, signup)✅ Yes
Identify EventUser is recognized (login, signup)Optional
Conversion Events are events you configure as conversions in your workspace. These are sent to advertising platforms via Conversion API for campaign optimization. Learn more about Conversions.

Common Questions

Start with 3-5 key events:
  • Your main conversion (Purchase/Signup)
  • One mid-funnel action (AddToCart/Trial)
  • One top-funnel action (ViewContent)
Add more as needed, but avoid over-tracking.
That’s normal and good! The customer journey includes multiple events:ViewContent → AddToCart → PurchaseEach event helps platforms understand user behavior. OneView’s Identity Resolution connects these events to the same user across devices and sessions.
Yes. But you cannot create Conversions out of pageviews. Page views help OneView build your Identity Graph and track user journeys, but only specific events can be configured as conversions.
OneView’s Deduplication system automatically prevents duplicate events from being processed using idempotency keys. The same event with the same idempotency key is processed only once.

Next Steps