ReportClickDetails

A list of URLs and unique IDs included in HTML and plain-text versions of a campaign.

Table Specific Information

SELECT is supported for ReportClickDetails.

Select

A CampaignId is required to retrieve data from this table. If none is specified in the WHERE clause, the first one available for your account will be used.

Columns

Name

Type

Description

Id [KEY]

String

Url

String

The URL for the link in the campaign.

TotalClicks

Integer

The number of total clicks for a given link.

ClickPercentage

Double

The percentage of total clicks a given link generated for a campaign.

UniqueClicks

Integer

Number of unique clicks for a given link.

UniqueClickPercentage

Double

The percentage of unique clicks a given link generated for a campaign.

LastClick

Datetime

The date and time for the last recorded click for a given link.

AbSplit_A

String

AbSplit_B

String

CampaignId [KEY]

String

The id for the campaign.

Last updated