Skip to main content
GET
Retrieve metrics

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

campaignGuid
string
required

The unique identifier of the campaign.

Query Parameters

endDate
string

The end date for fetching campaign metrics, formatted as YYYY-MM-DD.

startDate
string

The start date for fetching campaign metrics, formatted as YYYY-MM-DD.

Response

successful operation

influencedContacts
integer<int32>
required

The number of contacts that were influenced by the campaign. This is an integer value.

newContactsFirstTouch
integer<int32>
required

The number of new contacts that had their first interaction with the campaign. This is an integer value.

newContactsLastTouch
integer<int32>
required

The number of new contacts that had their last interaction with the campaign. This is an integer value.

sessions
integer<int32>
required

The number of sessions associated with the campaign. This is an integer value.

Last modified on August 3, 2026