get https://{region}-api.dotdigital.com/v2/campaigns//clicks
Gets a list of campaign link clicks
This operation returns a list of clicks for links within a specified campaign.
Response
Gets a list of campaign link clicks
This operation returns a list of clicks for links within a specified campaign.
xxxxxxxxxx
curl --request GET \
--url https://r1-api.dotdigital.com/v2/campaigns/id/clicks \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"contactId": 19,
"email": "jeremy.krueger@example.com",
"url": "http://example.com/page3",
"ipAddress": "192.168.237.24",
"userAgent": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12",
"dateClicked": "2020-01-02T09:40:18.00Z",
"keyword": "example"
},
{
"contactId": 23,
"email": "nelson.redeker@example.com",
"url": "http://example.com/page2",
"ipAddress": "192.168.93.223",
"userAgent": "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)",
"dateClicked": "2020-01-02T09:40:18.00Z",
"keyword": "example"
}
]