AdWordsReportsException: Report download errors occurred. Error: ReportDownloadError.INVALID_VERSION

2016-05-02 Thread Construtiva Sis
Good, Does anyone know if the version https://adwords.google.com/api/adwords/cm/*v201506 *it was discontinued? I'm getting these error when I try to generate reports. Thanks for help. Leonardo Dutra dos Anjos. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Filter adgroups by campaign

2016-04-06 Thread Construtiva Sis
Hello, it is possible I get all adgroups per campaign using filtering Predicate? something like this: predicate.field = "campaignName" Then return the groups in this campaign. Thanks for any help! att. Leonardo Dutra dos Anjos. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Extract Billing

2015-09-24 Thread Construtiva Sis
Hi, how can I get billing information, such as balance, value, last payment with adwords reports? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =

Reports Adwords Fields

2015-09-22 Thread Construtiva Sis
Hello, as I picked average position and Total Cost in CAMPAIGN_PERFORMANCE_REPORT. I put avgPosition but it returns invalid field error, why? And TotalCost too. selector.fields = new string[] {"CampaignName", "Clicks", "Cost", "Impressions", "avgPosition "}; Thanks. -- -- =~=~=~=~=~=~=~=~

Re: Adwords API Reports

2015-09-17 Thread Construtiva Sis
Hi Umesh, Today i do this: try { ReportUtilities utilities = new ReportUtilities(user, "v201506", definition); using (ReportResponse response = utilities.GetResponse()) { response.Save(filePath); }

Adwords API Reports

2015-09-17 Thread Construtiva Sis
Good afternoon, today when I ask report adwords he performs downloading, but I wanted to fetch the data as campaign name and saves this value to display in an html but do not know if you are doing this, and what way. example: Selector selector selector = new (); selector.fields = n

[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2015-09-14 Thread Construtiva Sis
Hi, I am using the service account to grab the campaigns but after generating tokens and the xml have returned this error, I am using my MCC properly, below useful data: thank you!!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht