Re: TargetingIdeaService return keywords stats not matched with Web UI.

2013-08-14 Thread Danial Klimkin
Hello Chirag, Avg number is not reported by the API but you can calculate it on the client side based on the monthly numbers. -Danial, AdWords API Team. On Tuesday, August 13, 2013 2:36:48 PM UTC+4, Chirag wrote: Hello Danial, Can i get previous month avg cpc using API? Or any way to

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-14 Thread Danial Klimkin
Hello Michael, The checks for ADD and SET should be the same. I've confirmed the behavior you observe is expected. In order to avoid this error, you need to not to send BiddingType or BiddingScheme in AdGroup-level calls. If they are specified, AdGroup-level override is created and there is

Re: google adwords ruby client threadsafe

2013-08-14 Thread Danial Klimkin
Hello Michael, 1. The library code is thread-safe but there is no guarantees by the underlying libs. It is know to be used in multi-threaded environment successfully. 2. It is highly recommended to re-use authentication credentials on the client side. The most tricky part is avoiding several

Re: .NET AdWords Client lib Download Report Error bug.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Is the issue resolved? Could you post a code snippet that shows the issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, August 3, 2013 12:20:44 AM UTC+5:30, Chris Jenkins wrote: I'm just starting to dig into the api and I'm having an issue when I'm calling reports.

Re: .Net Client Library App.config issue with soap extension types.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Did you add a reference to Google.Ads.Common.dll? It is in the lib folder in the binary download. Or if you are using the nugethttps://www.nuget.org/packages/Google.AdWords/package, the dependencies will be setup properly. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday,

Re: TargetingIdeaService return keywords stats not matched with Web UI.

2013-08-14 Thread Chirag
Hello, I had tried to find avg cpc for previous months to get avg cpc, but there is no way to find previous month CPC. Can you guide me which service metrics i need to use? Thanks, chirag On Wednesday, 14 August 2013 13:59:39 UTC+5:30, Danial Klimkin wrote: Hello Chirag, Avg number is not

Re: System Codes for CriterionUserInterest?

2013-08-14 Thread Jason Stedman
Jill, Try using the ConstantDataServicehttps://developers.google.com/adwords/api/docs/reference/v201306/ConstantDataService.Vertical to getUserInterestCriterion or getVerticalCriterion. The ConstantDataService is now the primary resource to get IDs for things like this. I don't think Erik

Re: PHP Client Library and Deprecated Services

2013-08-14 Thread Jason Stedman
There is a bit of a misunderstanding here. The ReportDefinitionService is read only and is no longer directly used to download reports. At this point it serves two purposes: API users who may have defined reports previously can still get their report definitions out of the service. (this is

Re: OAuth2.0 Service Account and Adwords API

2013-08-14 Thread David Torres (AdWords API Team)
Hi, In order to use service accounts with the API, you need to have a Google Apps for Business Domainhttp://www.google.com/intx/en/enterprise/apps/business/setup. Best, - David Torres - AdWords API Team On Wednesday, August 7, 2013 5:50:02 PM UTC-4, semg...@cafepress.com wrote: Hi, I am

Re: Pausing Keywords Across multiple accounts?

2013-08-14 Thread David Torres (AdWords API Team)
Hi, I recommend you looking at the keyword bulk updates functionalityhttp://adwords.blogspot.com/2013/04/large-scale-keyword-changes-made-easy.htmlin the UI. Best, - David Torres - AdWords API Team On Wednesday, August 7, 2013 8:13:47 PM UTC-4, zz wrote: Hi, due to the keyword limit per

Re: Error while fetching BidModifier Field in CRITERIA_PERFORMANCE_REPORT

2013-08-14 Thread David Torres (AdWords API Team)
Hi, BidModifier is a valid field of the CRITERIA_PERFORMANCE_REPORT, what version are you pointing to your request? how does your report definition look like? Best, - David Torres - AdWords API Team On Wednesday, August 7, 2013 8:29:11 PM UTC-4, Anand Joseph wrote: I am getting the

Re: Actual CPC much higher than criterion set maxCpc??

2013-08-14 Thread David Torres (AdWords API Team)
Hi Noah, What is the ad group max CPC bid? would it be possible that the AD served using the ad group bid and not the criterion bid? I assume your are talking about the Ad average CPC field in stats. Best, - David Torres - AdWords API Team On Thursday, August 8, 2013 1:24:10 PM UTC-4, Noah

Re: Location options (advanced) via api

2013-08-14 Thread David Torres (AdWords API Team)
Hi, The location settings of Campaigns are controlled by the GeoTargetTypeSettinghttps://developers.google.com/adwords/api/docs/reference/v201306/CampaignService.GeoTargetTypeSetting. You can also use this field to change its value in a mutate call. Best, - David Torres - AdWords API Team

Re: Error QuotaCheckError.INCOMPLETE_SIGNUP

2013-08-14 Thread David Torres (AdWords API Team)
Hi Larissa, Are you trying to access a test account? you developer token is not approved for production use, but can be used for accessing test accounts, have your requested a test accounthttps://developers.google.com/adwords/api/docs/test-accounts?hl=en ? Best, - David Torres - AdWords API

Re: How to get shared Ads and Bidding Strategy?

2013-08-14 Thread David Torres (AdWords API Team)
Hi Oliver, Shared Ads are not available in the API at this moment. Shared Bidding strategies you can access using the BiddingStrategyServicehttps://developers.google.com/adwords/api/docs/reference/v201306/BiddingStrategyService . Best, - David Torres - AdWords API Team On Friday, August 9,