AdWords v201708 CustomerService / clientCustomerId null value - error?

2017-08-10 Thread Bejan @ MarketFlare
Attempted to migrate from AdWords API v201705 to v201708 and while running existing code to get all customer accounts, this error was received. AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'' Was there a change in v201708 so that clientCustomerId is required while retrievi

Re: NuGet Google.AdWords.dll not strong name signed? v19.0.0

2017-02-14 Thread Bejan @ MarketFlare
OK, I have submitted an issue @ GitHub. Thanks, Bejan A. On Tuesday, February 14, 2017 at 7:54:23 PM UTC-8, Peter Oliquino wrote: > > Hi Bejan, > > Could you confirm if you are using one of the AdWords API client > libraries, specifically the .NET client library? If yes, and if you are > exper

Re: NuGet Google.AdWords.dll not strong name signed? v19.0.0

2017-02-14 Thread Bejan @ MarketFlare
Hi Peter, I am referring to the library that is packaged officially here - https://www.nuget.org/packages/Google.AdWords/ Usually the dll is signed, but this and also the precompiled assembly at github are not signed. Thanks, Bejan A. http://www.marketflare.com On Tuesday, February 14, 2017

NuGet Google.AdWords.dll not strong name signed? v19.0.0

2017-02-14 Thread Bejan @ MarketFlare
Just fetched the NuGet of Google.AdWords.dll (v19.0.0) and it's not strong name signed. Will we need to compile it with the strong name cert? Or will a strongly named version be published at NuGet? VS 2015 has the error during runtime - System.TypeInitializationException > > Could not

NuGet Google.AdWords.dll not strong name signed? v19.0.0.0

2017-02-14 Thread Bejan @ MarketFlare
Just fetched the NuGet of Google.AdWords.dll (v19.0.0.0 for API v201702 support) and it's not strong name signed. Will we need to compile it with the strong name cert? Or will a strongly named version be published at NuGet? VS 2015 has the error during runtime - System.TypeInitializationExcep

Re: Sitelinks migration example code issue? FeedMappings question

2016-05-09 Thread Bejan @ MarketFlare
Thanks, Umesh. This example code clarifies the process and also does not have the bug at the migration document. Bejan A. http://www.marketflare.com -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plu

Sitelinks migration example code issue? FeedMappings question

2016-05-08 Thread Bejan @ MarketFlare
RE: sitelinks migration guide @ https://developers.google.com/adwords/api/docs/guides/extension-settings#migration_steps This value of sitelinkFromFeed.Line3 should be set and not sitelinkFromFeed.Text, right? Also it's not clear how the feedMappings value from GetFeedMapping() should be us

Re: Shouldn't the Cost field always be a "money " type? (and in micros)

2016-04-03 Thread Bejan @ MarketFlare
Also, TOP_CONTENT_PERFORMANCE_REPORT has AverageCpc as *double *instead of *money *type. And FINAL_URL_REPORT has Conversions as *long *instead of *double *as it is in every other report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goo

Shouldn't the Cost field always be a "money " type? (and in micros)

2016-04-03 Thread Bejan @ MarketFlare
We use the Report Definition Service to get field data for all report types. Also, we refer to this super handy data for field descriptions: https://developers.google.com/adwords/api/docs/appendix/reports/all-reports.csv We noticed that in a couple reports the "Cost" field is specified as *long

Is Automatic Placements Performance a single or multiple attribution report?

2016-04-03 Thread Bejan @ MarketFlare
According to the API documentation the Automatic Placements Performance report is a single attribution report: https://developers.google.com/adwords/api/docs/appendix/reports/automatic-placements-performance-report However the documentation also indicates this report is a multiple attribution r

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: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: , FieldPath: }

2015-04-26 Thread Bejan @ MarketFlare
Also getting this error, only in the Geo Performance Report and Click Performance requests... v201502 Our reporting software uses oauth2 for authentication and accesses other reports without issue, though we didn't test them all. This remind

Re: AuthenicationError.NOT_ADS_USER - but only for single report type.

2015-03-08 Thread Bejan @ MarketFlare
Same issue here with the Geo performance report using AdWords API v201409. It worked fine when we ran it last week, and now the geo performance report returns the error: Error: AuthenticationError.NOT_ADS_USER, Trigger: , FieldPath: Account performance and other reports work fine. On Saturda

Re: Field ConversionTypeName is sometimes returned as ConversionType instead of ConversionActionName

2013-09-18 Thread Bejan @ MarketFlare
Same issue here, also with Account Performance report. Expected field display heading 'Conversion action name" and getting "Conversion type" - this is unexpected based on documentation. Started happening on 9/17/2013. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Problems with ReportUtilities.DownloadClientReport with .NET 14.5.0 client library

2012-07-20 Thread Bejan @ MarketFlare
We ran into the same issue after moving to the .NET 14.6 library. To fix this we had to edit source and recompile the Google.AdWords.dll. Line 45 in ReportUtilities.cs (Util\Reports) was updated: from - private const string DEFAULT_REPORT_VERSION = "v201109"; to - private const strin