1. Interfaces

CampaignData

Version:
TypeInterface
Import path@sitecore-cloudsdk/search/browser

The UTM parameters in the URL of the webpage.

Signature

export interface CampaignData {
  campaign?: string;
  content?: string;
  medium?: string;
  source?: string;
  term?: string;
}

Properties

NameTypeDescriptionValue
campaignstringOptional.

A product promotion or strategic campaign.
"summer_sale"
contentstringOptional.

The element the site visitor clicked that brought them to the website, such as a banner ad or a text link.
"textlink"
mediumstringOptional.

The type of link used, for example, pay-per-click or email.
"email"
sourcestringOptional.

The website that sent the traffic.
"newsletter"
termstringOptional.

Search terms the site visitor searched for.
"running shoes"
If you have suggestions for improving this article, let us know!