Dear DCM Team!
In the User Interface I am able to create a Campaign, a Placement in
that Campaign and a ClickTracker Ad which is assigned to that Placement. I
am able to reproduce this with the API with campaigns.insert, placements.insert and ads.insert. I have two things, which I cannot achieve through the API though:
1. In the User Interface I can set the value in the column "Include
in rotation" to TRUE, which I cannot via the API. When I create a
Placement, this value is FALSE.
2. In the User Interface I can download the tags of the Placement, which shows me information including the ClickTracker tag. I cannot find out, how I do this with the API.
So, I have two questions:
1. Which property of which entity corresponds to the column "In rotation"? How can I set this property with the API?
2a. How can I retrieve the download of the tags of a certain placement programmatically via the API?
2b. If this is not possible, is there a different way to retrieve the Click Tracker Tag of an Ad from the API?
Your help is very much appreciated,
Jonathan
POST https://www.googleapis.com/dfareporting/v3.1/userprofiles/<MY USER PROFILE ID>/placements/generatetags?campaignId=21208471&placementIds=222232443&key={YOUR_API_KEY}