Campaign detected

Learn how to track when a campaign is detected.

This event tracks the digital marketing campaign that drove the user to the website based on UTM parameters, widely used in digital marketing for tracking and analytics purposes.

Croct's mascot amazed
Automatically tracked

We track this event for you, so no action is needed on your side.

Input properties

This event has no input properties.

Processed properties

These properties are automatically tracked:

campaign

The available information about the campaign.

Payload examples

Below is a payload example for this event:

12345678910
{  "type": "campaignDetected",  "campaign": {    "name": "winter-sale",    "source": "google",    "medium": "search",    "content": "shoes",    "term": "black shoes"  }}