Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-07-01 Thread Dan Kearney
Just to let you all know that if you go to use the new Sample .NET code for the *v201506 Reporting* you will first need to go to *Google.Api.Ads.AdWords.v201506.ReportDefinition* and fix the XmlTypeAttribute NameSpace. They are still pointing to the v201502 versions so the code will not execu

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-07-01 Thread Bejan @ MarketFlare
Hello Dan and thanks for your help. I'm pulling the lastest .NET AdWords dll from Nuget. Will there by a version update there soon or should I fix the namespace issues from code at the github source and compile? After updating from v201502 to v201506 I get the following exception from GetResp

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-07-01 Thread Umesh Dengale
Hello, Thanks for pointing out above issue. We have filed issue and engineers from the .Net client library team will look into it. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-07-06 Thread Matt Akers
Looks like Line 35, 175, and 195 are the offending lines in the ReportDefinition.cs file. On Wednesday, July 1, 2015 at 4:18:49 PM UTC-6, Umesh Dengale wrote: > > Hello, > > Thanks for pointing out above issue. We have filed issue >

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-07-06 Thread Umesh Dengale
Hello, Thanks for pointing out the line numbers. We have filed an issue and our engineers are working on a fix. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-08-06 Thread Nadine Sundquist (AdWords API Team)
Hello Dan, Bejan, and Matt, The fix is available. Hopefully, you've already picked it up. Thanks again for being so helpful in reporting this. Cheers, Nadine, AdWords API Team On Monday, July 6, 2015 at 3:41:49 PM UTC-4, Umesh Deng

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2016-01-04 Thread Chirag
Hello Team, I am not able to use predicate GREATER_THAN with convertedclicks under ADGROUP_PERFORMANCE_REPORT. $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', array('0')); OR $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', '0'); Getting er