Get campaign link activity
GET /campaigns/{CampaignID}/stats/links.{Format}
Retrieves a list of all the links in a specific campaign and the number of unique or total link clicks made by campaign recipients.
Request
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| CampaignID | path | string | true | The ID of the campaign that you want to get link activity by location of. |
| Format | path | string | true | The supported file format for getting a response.Possible values:Ā json andĀ xml. |
| apikey | query | string | true | The API key of your account. |
Response
| Status | Description | Headers | Schema |
|---|---|---|---|
| 200 OK | The request is successful. | Content-Type/jsonAccept/json | N/A |
-
Code- the response code. This is0if successful. -
Error- the response error message. This isnullif successful. -
Context- an object that contains all theĀPagingandĀAnalyticsinformation for the campaign:-
Paging- an object that contains the following information:-
PageSize- the page size of the results. This is0if not defined. -
CurrentPage- the number of the result page. This is1if not defined. -
Totalresults- the number of results that are included in the response. -
TotalPageCount- the total number of pages in your account. -
SortExpression- the sort expression associated with the column or columns being sorted. -
SortIsAscending- this isfalseif the results are not displayed in ascending order based on the sort expression.
-
-
Analytics- a list of links in your campaign containing the following information for each link:-
Context- the URL of the link. -
ContextName- this isnullfor this case. -
TotalCount- the total number of link clicks. Deprecated -
UniqueCount- the total number of unique link clicks. Deprecated -
ContextDescription: This isnullfor this case. -
Timestamp- the time the action is added in the response.
-
-