INVALID_ID operations[0].operand.ad.id

2012-03-05 Thread Artur Meinzer
Hello Adwords Team, I have a problem with some Ads which I wanted to upload. It always says INVALID_ID operations[0].operand.ad.id. I'm using the simple mutate job service and the new client library 3.0.0 for PHP. There is a batch of 50 operations (25 ADD, 25 SET) which always fails. Last week

AdGroupAdService Selector XML

2012-03-05 Thread HughAJWood
I am having trouble in using the documentation of the adwords API due to there being no XML examples, to go by and all the documentation only really helps if you are using a prebuilt interface for a supported format in my eyes and doesn't flow like any other API documentation I have ever used.

Re: How to create a sandbox using java client v201109

2012-03-05 Thread Anash P. Oommen
Hi, We are aware of the issue where sandbox returns 0 as account id. We are working on it, we will update once we have a fix. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 5 March 2012 01:56:54 UTC+5:30, bloodcell wrote: > > It seems that the problem is known and old - client id's on

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread Anash P. Oommen
Hi Halil, Further to what Ewan mentioned, you can initialize the sandbox by calling CampaignService::get(). When you make the first call, you don't need to provide a customerId. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 4 March 2012 02:01:17 UTC+5:30, Halil Akın wrote: > > I hav

Re: Unknown Exception Occurred

2012-03-05 Thread Anash P. Oommen
Hi Surya, Are you using v13 ReportService::getReportJobStatus? If so, v13 report service got sunset last week. See http://googleadsdeveloper.blogspot.in/2012/01/30-days-left-to-migrate-to-adwords-api.html for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 2 March 2012 19:

Re: How to cross-reference multiple reports?

2012-03-05 Thread Anash P. Oommen
Hi Erkan, Yes, if data is not available in a single report, then you need to run multiple reports to get the data. You can then join the two reports into one over one or more common columns. E.g. ad group reports and campaign reports both expose campaign id, so you can join the two reports on t

Re: Unknown Exception Occurred

2012-03-05 Thread Surya
Hi, Thanks for the post. On Monday, March 5, 2012 4:54:58 PM UTC+5:30, Anash P. Oommen wrote: > > Hi Surya, > > Are you using v13 ReportService::getReportJobStatus? If so, v13 report > service got sunset last week. See > http://googleadsdeveloper.blogspot.in/2012/01/30-days-left-to-migrate-

Re: AdGroupAdService Selector XML

2012-03-05 Thread Anash P. Oommen
Hi Hugh, I've given a sample request xml for retrieving all the adgroups under a campaign. Hope it helps: POST https://adwords.google.com/api/adwords/cm/v201109/AdGroupService HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5448) VsDebuggerCaus

Re: AdGroupAdService Selector XML

2012-03-05 Thread HughAJWood
Cheers Anash, that is exactly what the doctor ordered. We can't currently use any of the client library's as the entire system is build in classic ASP, I am trying to get the software and hardware upgraded to move to .net or php but we just don't have the resource for moving such a large websit

Re: AdGroupAd missing Ad object

2012-03-05 Thread Anash P. Oommen
Hi Brian, The Ads in adGroupId 2367058577 are keywordless ads, which is not supported in v201109. That's why the ad object is not coming back from the server. Cheers, Anash P. Oommen,' AdWords API Advisor. On Friday, 2 March 2012 05:46:47 UTC+5:30, bgraves wrote: > > Why doesn't the API return

Re: Sort order for Ad Hoc Reports using multiple fields

2012-03-05 Thread Anash P. Oommen
Hi Mike, Ordering is not supported in AdWords reports. The ordering field is present in the type because the same type is reused in other services that support ordering. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 2 March 2012 04:22:45 UTC+5:30, swanjm01 wrote: > > Hello, > > I a

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread Halil Akın
How do I make that call via PHP? I recently started working on API. Can you send me a code sample? On Monday, March 5, 2012 1:20:47 PM UTC+2, Anash P. Oommen wrote: > > Hi Halil, > > Further to what Ewan mentioned, you can initialize the sandbox by calling > CampaignService::get(). When you make

MFC app, have always used raw SOAP/XML... need example API requests for v201109

2012-03-05 Thread wrestler
I have an MFC application (C++) that we have always coded up the XML requests for. We cannot migrate to .NET and do not use any libraries. For previous versions of the API, Google would provide XML examples, but we cannot find any for this latest version. Could someone point us to some examples

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread Ewan Heming
If you're using PHP, you could try out the tutorial I put on my blog: http://www.ewanheming.com/2011/12/ppc-software-development/adwords-api/using-the-adwords-api-sandbox Hope it helps -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
I am getting this error :( ( ! ) Warning: SoapClient::SoapClient() [soapclient.soapclient]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\google\src\Go

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread Ewan Heming
Make sure you've got the SOAP and SSL extensions enabled for PHP. On Monday, March 5, 2012 9:38:51 PM UTC+8, hakin wrote: > > I am getting this error :( > > > ( ! ) Warning: SoapClient::SoapClient() > [soapclient.soapclient

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
I checked it again both are enabled. What account information should we enter? MCC account or a regular Adwords account? I tried both and still the same error, anyway :( On Monday, March 5, 2012 3:54:27 PM UTC+2, Ewan Heming wrote: > > Make sure you've got the SOAP and SSL extensions enabled fo

Re: Getting error when using RelatedToUrlSearchParameter

2012-03-05 Thread Michael T
Hi, could someone help? I need to use the RelatedToUrlSearchParameter to limit my results by URL. Thanks! On Monday, February 27, 2012 4:04:25 PM UTC-7, Michael T wrote: > > Hi, I am trying to get some data using tergetingIdeaService with keywords, > url and country as the search parameters. Th

Re: MFC app, have always used raw SOAP/XML... need example API requests for v201109

2012-03-05 Thread HughAJWood
Anash has posted me one example I have the same issue http://code.google.com/apis/adwords/community/?place=topic%2Fadwords-api%2FkVCSQExdGvw%2Fdiscussion Seeing other examples they all seem similar. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion grou

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
I checked that too but I am not behind proxy right now. I am using WAMP and I will try to upload it to my server. I will post if it works on the internet. On Monday, March 5, 2012 5:36:57 PM UTC+2, Ewan Heming wrote: > > This error message actually looks like you aren't connected to the > Inter

Re: AdWords API on Java App Engine

2012-03-05 Thread Kevin Winter
Hi Vincent, My apologies for not responding earlier. Speaking with my other colleagues who added the jax-ws support for the core library and worked with DFA on App Engine, they have not seen this problem before. I'd recommend trying to troubleshoot this via logs. Make sure the client lib l

Re: duplicate locations being returned from CampaignCriterionService.get?

2012-03-05 Thread Kevin Winter
Hi, There's a known issue that causes the totalNumEntries to be incorrect for some types of campaign criteria. We have a fix in the works, but in the meantime we recommend to make your paging logic increment the startIndex by page size (rather than number of criteria actually returned) and sto

Re: CampaignCriterionService get() sometimes returns null GeoPoint in Proximity objects

2012-03-05 Thread Kevin Winter
Hi Jim, We've had other reports of this and have filed an issue with the core engineering team to investigate. It looks like these are internal errors that prevent the data from being fully populated and should be retryable. We recommend adding retry logic until we can address this issue. -

Re: BiddableAdGroupCriterion's stats.averageCpc.microAmount property is zero :(

2012-03-05 Thread Kevin Winter
Hi, Are you specifying the AverageCpc field in your selector? http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.Stats.html#averageCpc - Kevin Winter AdWords API Team On Monday, February 27, 2012 5:42:31 PM UTC-5, Yavuz wrote: > > Hi All; > I getting BiddableAdGr

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-03-05 Thread Kevin Winter
Hi, 1) These "keywords" are part of a feature that has not yet been released in the API - logic was never added to filter it out of v13, hence v13 incorrectly returned this data. The reporting data returned in the UI also will not include this data. 2) Similar to #1, the UI won't return these

Re: how to download reports in version v201109

2012-03-05 Thread Kevin Winter
Hi Lee, We've since reorganized our code examples. The example has been moved here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Reporting/DownloadCriteriaReport.php Sunset means that the service will start returning errors as it is no longer in use (h

Re: duplicate locations being returned from CampaignCriterionService.get?

2012-03-05 Thread David Bonner
Thanks for the response, Kevin. I'd like to avoid special-casing my paging logic for this particular service, if i can...is that logic safe to use elsewhere? I'd been a bit more paranoid, and only been incrementing by the length of returned data. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting "ApiUsageError.INVALID_DATE_RANGE @ selector.dateRange" using GetClientCustomerId.php in PHP v201109

2012-03-05 Thread James Preece
Hi David, We have the same problem - we are based in the UK and our calls at 3am our time are returning INVALID_DATE_RANGE I assume this is because 3am our time is 'tomorrow' US time. My question is - which US time zone should we be matching? I'm guessing Pacific but it would be good to have c

Re: Partial failure in MutateJobService (via PHP)

2012-03-05 Thread Kevin Winter
Hi, What percentage (roughly) of failures are you seeing before it starts skipping them? I believe there is logic such that if a large enough portion of the batch fails (for whatever reason), it triggers a batch failure rather than use partial failure. MutateJobService always has partialFai

Re: duplicate locations being returned from CampaignCriterionService.get?

2012-03-05 Thread Kevin Winter
Hi, Yes, we recommend this approach for all paging scenarios. We've since updated out code examples to do this as well: http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201109/targeting/get_campaign_targeting_criteria.py#75 - Kevin Winter AdWord

Re: MCC Account Name, Client Accoutn name in v201109

2012-03-05 Thread Kevin Winter
Hi, AccountDescriptiveName may help you out in reports: http://code.google.com/apis/adwords/docs/appendix/reports.html - Kevin Winter AdWords API Team On Wednesday, February 29, 2012 8:14:06 AM UTC-5, Horhe wrote: > > Hello, > > I have another question regarding v201109 API version. Is it poss

Re: v13 kwTypes of Website, BoomUserList, or Content in new Adhoc AdPerformanceReports?

2012-03-05 Thread Kevin Winter
Hi Steve, I responded on this thread: https://groups.google.com/d/msg/adwords-api/YJQpFXlDeng/DkDmRC5g4PEJ - Kevin Winter AdWords API Team On Tuesday, February 28, 2012 12:23:48 PM UTC-5, Steve B wrote: > > Hi! > > > I'm posting this in it's own topic with an appropriate subject in the > hope

Re: Keywordless "Dynamic Search Ad" in AdGroupAdService

2012-03-05 Thread Kevin Winter
Hi, Unfortunately, we have no further updates at this time. - Kevin Winter AdWords API Team On Thursday, March 1, 2012 11:54:35 AM UTC-5, Curt W. wrote: > > Hi Eric, > > I'm looking for an update here. Can you check with the product team to see > if there are any current plans to expose DSA in

Re: Cannot target city "The Hague" in Netherland

2012-03-05 Thread Kevin Winter
Hi Kevin, We apologize that the Location Criteria list as documented is out of date. We're working to put in place a process to routinely update this list and keep it up to date. In the meantime, we recommend using the LocationCriterionService to double-check such affected locations. - Kevi

Re: Getting "ApiUsageError.INVALID_DATE_RANGE @ selector.dateRange" using GetClientCustomerId.php in PHP v201109

2012-03-05 Thread chris h
Same problem here. More guidance would be helpful On Monday, March 5, 2012 11:42:55 AM UTC-5, James Preece wrote: > > Hi David, > > We have the same problem - we are based in the UK and our calls at 3am our > time are returning INVALID_DATE_RANGE > > I assume this is because 3am our time is 'tomo

Re: CAMPAIGN_PERFORMANCE_REPORT

2012-03-05 Thread Kevin Winter
Hi, Impression Share data is available 24 hours after the date, in PST. For example, the Impression Share data for March 1st will be ready just after midnight (early morning) March 3rd (in PST, not account timezone). We're working on adding this information to our documentation. - Kevin Win

Re: Keyword Mutate Occurred On REMOVE Operator

2012-03-05 Thread Kevin Winter
Hi Pete, One of my colleagues mentioned another customer seeing the same issue. I do not believe this is intended behavior and we plan to file an issue with the core engineering team. For the meantime, we recommend just sending the Criteria ID when deleting keywords, rather than other fields

Re: AdGroupAd missing Ad object

2012-03-05 Thread bgraves
Thanks. They are dynamic search ads. Will they be supported in the next version? On Monday, March 5, 2012 4:31:14 AM UTC-8, Anash P. Oommen wrote: > Hi Brian, > > The Ads in adGroupId 2367058577 are keywordless ads, which is not > supported in v201109. That's why the ad object is not coming

Re: HOW TO GET AUTOMATIC PLACEMENTS PERFORMANCE REPORT WITH CONVERSION TYPE FILEDS

2012-03-05 Thread Eric Koleda
Hi, You can include the ConversionTypeName field in the AUTOMATIC_PLACEMENT report, is that not enough? Best, - Eric On Thursday, March 1, 2012 4:38:47 AM UTC-5, ShayBarChen wrote: > > ok , but if i need these conversion types per automatic-placement , how > can i do it ? > > > On Friday, Feb

Re: Caching ClientLogin auth credentials in ruby?

2012-03-05 Thread unluizcarlos
Is it possible to update this thread? I have the same problem. Since I am using the newest API version available, how can this be done? (the link above is broken) El martes 18 de octubre de 2011 06:33:32 UTC+2, Anash P. Oommen escribió: > > Hi John, > > You can create an auth token using > h

Re: full c# example to get no of searches for a keyword(search volume)

2012-03-05 Thread Kevin Winter
Hi, The Getting Started guide for the Sandbox is located here: http://code.google.com/apis/adwords/docs/sandbox.html#getting-started Please be aware that the sandbox returns fake metrics and the search volume from sandbox will not match production. This C# example gets keyword IDEAS: http://

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-03-05 Thread Steve B
Yes, they may be getting filtered out of the Keyword Performance Report now, but... We're getting these rows in the v201109 Ad Performance Report, despite your comment in #2, and the fact the Keyword ID now doesn't map to anything in the Keyword Performance Report is a significant issue. Eith

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-03-05 Thread Kevin Winter
Hi Steve, Could you please contact me off-list with the ReportDefinition XML you are using and the Customer ID of the account that are seeing these results in the Ad Performance Report? I'd like to investigate this further. - Kevin Winter AdWords API Team On Monday, March 5, 2012 1:43:30 PM

When is it safe to load PLA performance data?

2012-03-05 Thread Reed
Reading recent posts about when it is safe to load various types of criterion... PLAs seem to take a long time to settle down in terms of data not changing. Sometimes on the order of a week or more. Is that really due to click-fraud adjustments, or are there other things we need to be concer

Definitive way to identify Remarketing data in creiteria perf report

2012-03-05 Thread Reed
I think we've talked around this topic on a few posts in the past, but it's still nto clear to me that there is a definitive method for identifying which data in the criteria perf report is from Remarketing campaigns. I see lots of the "boom" lists, but have never been certain as to whether cr

Re: duplicate locations being returned from CampaignCriterionService.get?

2012-03-05 Thread David Bonner
Thanks again for the help. On Monday, 5 March 2012 11:56:25 UTC-5, Kevin Winter wrote: > > Hi, > Yes, we recommend this approach for all paging scenarios. We've since > updated out code examples to do this as well: > http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/

Re: URGENT: What should I enter to clientId?

2012-03-05 Thread hakin
I tested that code on server but it is still the same error :( *Fatal error*: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://adwords-sandbox.google.com//api/adwords/mcm/v201109/ServicedAccountService?wsdl' : failed to load external entity "http://adw

Re: Creating Additional Sitelinks in Extention

2012-03-05 Thread Mike-Indiana
Does anyone have info on this? Thank you! On Thursday, March 1, 2012 12:45:12 AM UTC-5, Mike-Indiana wrote: > > Hi, is there documentation for creating multiple ads for a > Sitelink Extension? Posting new ads to an existing extension doesn't work, > nor creating them in an array. > > Thanks! >

Re: How to include Zero Impressions in Ad Performance Report?

2012-03-05 Thread TAZZY
Hey Kevin, m downloading parallel reports for multiple clients in my mcc account. Some reports failing randomly giving 400 error with a message [Report failed for customer ID 5348364015 with code 400 after 1 retries.Message : Report download error occured: cvc-complex-type.2.4.a: Invalid conten

Re: How to include Zero Impressions in Ad Performance Report?

2012-03-05 Thread TAZZY
Hey Kevin, m downloading parallel reports for multiple clients in my mcc account. Some reports failing randomly giving 400 error with a message [Report failed for customer ID 5348364015 with code 400 after 1 retries.Message : Report download error occured: cvc-complex-type.2.4.a: Invalid conten