Bulk API: How to Get WebVisit Activity Data for a Campaign?
I am attempting to use the Bulk API to retrieve certain data about campaign landing pages, including time spent on page and number of pages viewed. The WebVisit activity type has the data I need, but I don't know how to only retrieve WebVisits for a particular campaign. I am able to get PageView activity data for a campaign by making a call to this endpoint:
POST /API/Bulk/2.0/activities/exports
and using this filter in the body of the request:
"filter":"'{{Activity.Type}}'='PageView' AND '{{Activity.Campaign.Id}}'='210'"
However, PageViews do not have duration and number of pages, and – while WebVisits
Tagged:
0