cannot add Enabled, Deleted, Paused predicates to keyword report - [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ selector; trigger:'Enabled'; errorDetails:Enabled, SelectorError.INVALID_PREDICATE_ENUM

2012-06-08 Thread iateadonut
My keyword and campaign report totals are not matching up. It seems to be a problem with keywords that are paused not showing up in the keyword report. Here is the log and the error I'm getting: short version: Status IN Enabled Deleted Paused Response C

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Pankaj Patel
Sorry for the trouble but I found the solutions. I was looking into wrong object. Thanks for yr time and help. Have a nice weekend. * * *Pankaj Patel* *Java Web Architect* *IH**G** - Web Delivery* Phone: 770.604.5519 Email: pankaj.pa...@ihg.com Web: *www.ihg.com* On Fri, Jun 8, 2012 at 5:5

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Slava
Not sure what you mean as far as Null PlaceHolders, but it should work like this: Say you are creating 5 Ads, so you are uploading 5 AdGroupAdOperations with 5 AdGroupAds (lets call them AdGroupAd1 - AdGroupAd5). Say there was something with ads 2 and 4, but 1, 3, and 5 completed fine. You sho

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Pankaj Patel
Sorry to say but I am not getting anything back except the PlaceHolder if any. Whenever there is PlaceHolder I am getting proper errors for corresponding Operands. But for Null PlaceHolders I am expecting created Ad object which is coming back as Null. I also verified that Ads are getting created

Re: MutateJobService: recommended number of operations per job and RateExceededError handling question.

2012-06-08 Thread jstedman
Slava, You can get the rate exceeded error on *any* api call if you try to make the call too often. The comment listed in that blog post: "Workload is automatically balanced so you will never receive a 'RateExceededError' error." is probably referring to the number of calls you would normally

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Slava
Probably not. Looks at the errors that come along side results to understand why you get PlaceHolders. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Pankaj Patel
Currently I am using this API in sandbox. Is that the reason I am not getting results? * * *Pankaj Patel* *Java Web Architect* *IH**G** - Web Delivery* Phone: 770.604.5519 Email: pankaj.pa...@ihg.com Web: *www.ihg.com* On Fri, Jun 8, 2012 at 4:04 PM, Slava wrote: > PlaceHolder means that t

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Slava
Sorry, made a mistake in URL. Efficient API Usage with the MutateJobService http://www.youtube.com/watch?v=CV_kOTW3ldQ -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Slava
PlaceHolder means that the corresponding operation failed. It was either because an error in the operation itself or because of some other operation that caused this one to error. If the operation is successful, instead of PlaceHolder you get the entity you were creating or updating. Watch th

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Pankaj Patel
Thanks for your answer. But GetResuls() method only returns the PlaceHolders for all the Oprands. All other objects(Ad, AdGroup) are coming null. Can you please help me how can I fetch it using MutateJobService? Below is the snapshot of the code I am using to get Resuts. AdWordsUser user =

Re: OperationStreamResult contains more items than OperationStream! Why?!

2012-06-08 Thread Slava
I was told that Google is fixing it... PS. We are not crazy! :) On Wednesday, May 30, 2012 5:52:21 AM UTC-7, Martin wrote: > > me too > > Am Donnerstag, 17. Mai 2012 22:44:48 UTC+2 schrieb Slava: >> >> I was under impression that OperationStreamResult must contain the same >> number of Operatio

MutateJobService: recommended number of operations per job and RateExceededError handling question.

2012-06-08 Thread Slava
Hi, We are switching to using MutateJobService instead of BulkMutateJobService. I am unclear on two things: recommended number of operations per job and RateExceededError handling. So, as far as number of operations per job go, I understand that the maximum is 10K. So, assuming I

Re: How to get detail results from MutateJobService job

2012-06-08 Thread Slava
That exactly how you get the Ids. getResults comes back with just created Ads with Ids included. On Thursday, June 7, 2012 2:40:19 PM UTC-7, pnp_13 wrote: > > We are using MutateJobService Interface to create Text Ads in bulk for > different Ad Groups. Ads are getting created successfully but a

Re: API developer token taking crazy long

2012-06-08 Thread Sarah-CD
Actually - I'm sorry Kevin. They did reach out, on another email. Sorry. No action necessary. On Friday, June 8, 2012 6:41:50 PM UTC+2, Sarah-CD wrote: > > Hi Kevin, > > Thanks for escalating internally. It's been 8 days ago since you escalated > it internally, but nobody has reached out to us

Re: API developer token taking crazy long

2012-06-08 Thread Sarah-CD
Hi Kevin, Thanks for escalating internally. It's been 8 days ago since you escalated it internally, but nobody has reached out to us yet :( Can you follow up once again? Appreciate your help, thnx On Thursday, May 31, 2012 5:53:42 PM UTC+2, Kevin Winter wrote: > > Hi Sarah, > I've escalated

Re: EntityNotFound.INVALID_ID @ operations[?].operand;

2012-06-08 Thread David Torres
Hi Claudio, The problem is that you are specifying your MCC id as clientCustomerId, instead what you want to specify the id of the account owner of those campaigns. Best, -David Torres - AdWords API Team On Friday, June 8, 2012 3:30:16 AM UTC-4, Claudio Pomo wrote: > > *requestId=0004c1bcd76

Re: Reports taking forever to load

2012-06-08 Thread Rajesh Karusala
Are you using AdHoc reporting feature - https://developers.google.com/adwords/api/docs/guides/reporting Thanks, Rajesh. On Thursday, June 7, 2012 6:32:10 AM UTC-7, Reed wrote: > > Anyone else seeing problem with reports taking forever to load today? We > upgraded to the 201109_01 library yeste

AddAdGroups.php gives error

2012-06-08 Thread Roy Roes
I'm testing the Adwords API in the sandbox. When I try to add AdGroups to a campaign with the AddAdGroups.php from the PHP client library, I get the following error in Chrome: Error 324 (net::ERR_EMPTY_RESPONSE) With a bit of debugging the line causing the error: $result = $adGroupService

Issue in Google adwords API

2012-06-08 Thread Rajesh G
How to fix the below issue while working with google adwords client API The type 'Google.Api.Ads.Common.Lib.AdsUser' is defined in an assembly that is not referenced. You must add a reference to assembly 'Google.Ads.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=52807268f2b614dc'.

Re: V201109 KEYWORDS_PERFORMANCE_REPORT only returning 'Content' keyword for display campaign

2012-06-08 Thread Danial Klimkin
Hello Eric, Please try out the Criteria report: https://developers.google.com/adwords/api/docs/appendix/reports#criteria Particularly, 'Criteria' field. -Danial, AdWords API Team. On Tuesday, June 5, 2012 10:37:40 PM UTC+4, eko...@gmail.com wrote: > > > I am running the following report

Does $client->set_die_on_faults(1); still work?

2012-06-08 Thread Grant
Does $client->set_die_on_faults(1); still work in google-api-adwords-perl? It worked in v200909 but I'm not sure about v201109_1. - Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Re: EntityNotFound.INVALID_ID @ operations[?].operand;

2012-06-08 Thread Claudio Pomo
*requestId=0004c1bcd7694f100a3414e350c1* On Thursday, June 7, 2012 10:41:39 PM UTC+2, Claudio Pomo wrote: > > Hi David, > > where I can found a request id? > > On Thursday, June 7, 2012 9:22:59 PM UTC+2, David Torres wrote: >> >> Hi Claudio, >> >> Can you post a request id? I'll be glad to ch