Need to pull list of users who have received impressions and clickthroughs for the campaign

39 views Asked by At

We need to pull the list of users who have received an impression of a particular campaign or an ad.

We need their click-through results as well for each use and for all campaigns and ads.

Right now the reporting API (i.e. /a/ads-reporting/api/v0/institutions/{institutionId}/campaigns/{campaignId}/segments/{segmentId}/users) provides this, but with a caveat that the segment involved cannot exceed 150 users. but our user base is in 1000s and we need the entire list of users who received and acted on a campaign.

1

There are 1 answers

0
Sam On

For larger segments you will want to use the profile-export endpoints, which will provide exactly what you are looking for in terms of impressions and clickthrough.

See the POST /a/ads-reporting/api/v0/institutions/{institutionId}/campaigns/{campaignId}/profile-exports endpoints for details on how to initiate a new profile-export.

See https://stackoverflow.com/a/77462385/1239511 for additional information on the other profile-exports endpoints.