1. @sitecore-cloudsdk/search/server

CampaignData

Version:

Type

Interface

Import path

@sitecore-cloudsdk/search/server

The UTM parameters in the URL of the webpage.

Signature

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

Properties

Name

Type

Description

Value

campaign

string

Optional.

A product promotion or strategic campaign.

"summer_sale"

content

string

Optional.

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

"textlink"

medium

string

Optional.

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

"email"

source

string

Optional.

The website that sent the traffic.

"newsletter"

term

string

Optional.

Search terms the site visitor searched for.

"running shoes"

If you have suggestions for improving this article, let us know!