Re: v201702 Shopping Operations in BulkService

2017-03-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi MG, I took a look at that job and its results, and I can see the behavior you described. I've passed the job ID along to the batch job team to investigate, but if you happen to have a few more example IDs, could you send them over? It may help them to identify/confirm the pattern. Thanks,

Re: Api V201702 catch upload offline conversion error

2017-03-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Please refer to this document for details on each of the error messages in your email. The fix for TOO_RECENT_CLICK error would be to wait for up to 24 hours (i.e.

Re: PlaceHolderTypes in message extension's CampaignFeed is null

2017-03-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Thanks for pointing this out. I also noticed that the corresponding FeedMapping is not returned from FeedMappingService

v201702 catch error with upload offline conversions

2017-03-10 Thread Cyrille
Hello, i'm trying to update to v201702 I used to use try /catch to upload conversions in php since sometimes i've errors like TOO_RECENT_CLICK or CONVERSION_PRECEDES_CLICK or EXPIRED_CLICK but now when i try i've always a fatal error I use this

Api V201702 catch upload offline conversion error

2017-03-10 Thread Cyrille
Hello, i've an issue when migration on the v201702 I used tu use try / catch to uplad conversion as sometimes i've errors like EXPIRED_CLICK or CONVERSION_PRECEDES_CLICK and also TOO_RECENT_CLICK But with the new api, when i try it i have always a fatal error I use this demo :

Re: Can I make changes to Ads in a AdGroup, if so how?

2017-03-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dan, Ad objects are immutable. If you want to make any changes to an Ad, you must remove the Ad, and create a new Ad. This will result in a new Ad ID, so stats for the old Ad and the new Ad will appear under separate IDs in reports. It works in a similar way in the AdWords API. If you try

v201702 Shopping Operations in BulkService

2017-03-10 Thread AdWordsApiUser
Hello team, First of all - thanks for enabling shopping operations in Bulk Service. This really helps. We were able to try it out, and it looks good. In cases where we try to create more than 5K product groups in a single ad group, it doesn't seem to work as expected though - the job cancels

Re: Placeholder Feed Item Report - NOT getting all the feeditems in the report

2017-03-10 Thread giles bodger
Hi Shwetha I found the problem - We had commented out the config value setting inclueZeroImpressions - so only got what had served in the reports thanks for all your help just double checked and found it - simple fix :) cheers Giles On Thursday, March 9, 2017 at 4:15:17 PM UTC, Shwetha

Re: Can I make changes to Ads in a AdGroup, if so how?

2017-03-10 Thread Dan Hai
Getting this [RequiredError.REQUIRED @ operations[0].operand.status, AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR @ operations[0].operand.ad] ublic static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session, $adGroupId, $adId) { $adGroupAdService =

Can I make changes to Ads in a AdGroup, if so how?

2017-03-10 Thread Dan Hai
Can I make changes to Ads in a AdGroup, if so how? Would I need to create an operation method and create a new Ad operation? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Testing BudgetOrder API calls with a Test MCC

2017-03-10 Thread Rachel Carvalho
Hi Peter, I sent the SOAP request and response privately yesterday, please let me know if you need anything else. Thank you, Rachel On Wednesday, March 8, 2017 at 10:22:30 PM UTC-5, Peter Oliquino wrote: > > Hi Rachel, > > Could you provide the clientCustomerId you used when you executed the

Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread Igor Selitskiy
I've got it, thank you! We use our reports for performance analysis and don't set zeroImpressions, but Custom Affinity is in the Criteria Performance report now, cost is correct (the same as in the banner performance report). On Friday, March 10, 2017 at 5:10:49 PM UTC+3, Thanet Knack

Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Igor, What I meant is in the case when your custom affinities don't get any stats for a certain period of time, e.g., 20160902 for ad group ID 26627114405. If your custom affinities get some stats, and they're recorded as triggering criteria of CRITERIA_PERFORMANCE_REPORT, then they

Re: Batch job cannot be canceled

2017-03-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Usually, canceling a job should not take hours. There were some issues earlier this week with job cancellation and activation (as you noted), but those should be resolved now. Thanks, Josh, AdWords API Team On Thursday, March 9, 2017 at 6:44:41 PM UTC-5, Dongliang Yu wrote: > > yes it's

PlaceHolderTypes in message extension's CampaignFeed is null

2017-03-10 Thread Dongliang Yu
In CampaignFeed, we usually get an array of PlaceHolderTypes shows what type of extension is associated to this campaign, here are 2 questions: - I only saw this array contains 1 placeHolderType (e.g. {17} for Callout extension), is there any possibility this array has size larger than 1? - For

Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread Igor Selitskiy
Why should I use *includeZeroImpression*? Why cannot get Custom Affinity without *includeZeroImpression*? On Friday, March 10, 2017 at 11:25:18 AM UTC+3, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hi Igor, > > This should work for all versions. :) > If you don't see them,

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, In this case, please send your clientCustomerId, SOAP request and response and also the batch job ids when you encountered this error so we can further investigate. Please also reply using *Reply privately to author* for the requested information. Best regards, Peter AdWords API Team --

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2017-03-10 Thread Radim Kleinpeter
Hello, my solution after almost a day of exploration is use libxml_disable_entity_loader(false); before SOAP call. I spent on it almost all day and this works like a charm. Dne čtvrtek 6. října 2016 15:53:47 UTC+2 rob@euautomation.com napsal(a): > > I'm getting this error too. > > SoapFault

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio
Hey, Yes I use BatchJobService but I only updating keyword bid value, so my campaigns is already created and ad group and keywords also. Does this help for me (for performance also) if one batch of operations will be from one campaign ? or for example for 10 campaigns but ordered by

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, To help us narrow down the root cause of the EntityNotFound.INVALID_ID error, could you provide us the SOAP request and response when you encountered the error? Please reply privately when sending the

Re: Custom Affinity in Criteria perfomance report

2017-03-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Igor, This should work for all versions. :) If you don't see them, probably it's because it doesn't get any statistics and it needs *includeZeroImpression* to be turned on. I can see the data of your ad group ID 26627114405. Best, Thanet, AdWords API Team On Friday, March 10, 2017 at

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio
Is this possible if I send 10k operations and one of them fails, then all operations will be rejected ? 2017 m. kovas 10 d., penktadienis 10:08:20 UTC+2, ZoreMio rašė: > > > Hello, > > I uploading bids to keywords and for some requests I have got an error: > > EntityNotFound.INVALID_ID >

Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio
Hello, I uploading bids to keywords and for some requests I have got an error: EntityNotFound.INVALID_ID operations[97022].operand.adGroupId Problem is that this ad group exist and ad group ID is good. Where I should search a problem about this ? Thank you ! -- --

Re: Is there a better way to Pause all Campaigns at once in emergency case

2017-03-10 Thread ZoreMio
Thank you for answer ! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because