Hi,
I have a Google TV account and I run "Played Spots" reports through
the Adwords UI. I want to automate the creation and downloading of
this report using the AdWords API. But I'm having trouble finding
documentation on creating a "Played Spots" report. More specifically,
I don't know what parameters to use when creating a DefinedReportJob
object.
Here is an example of my C# code that I use to create other non-Google
TV reports. So I do have experience using the APIs, I just don't know
how to get Google TV reports to run. The code below is actually for a
GCN placement report.
// Create report job structure.
DefinedReportJob job = new DefinedReportJob();
job.selectedReportType = "ContentPlacement";
job.name = "Placement Report Automation";
job.aggregationTypes = new String[] { "AdGroup", "Url", "Summary" };
job.startDay = DateTime.Now.AddDays(-180);
job.endDay = DateTime.Now.AddDays(-1);
job.selectedColumns = new String[] { "Campaign", "CampaignId"
, "AdGroup", "PlacementUrl", "PlacementDomain"
, "Clicks", "Cost", "Conversions" };
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en