Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-26 Thread Jbielsa
Hi Josh, Thanks for your help. My question is why are some operations failing to complete? What should I do with those jobs, repeat them? Cheers, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.

Re: Create copy of entire shopping campaign

2016-08-26 Thread phil
Hi Peter, After changing the id to -2 I get: AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST @ operations[2].operand.criterion.parentCriterionId; trigger:'TempCriterionId{id=2}' Similarly for if I change the id of [1] to -2 instead. Phil On Friday, August 26, 2016 at 4:12:39 AM UTC+1,

Re: Create copy of entire shopping campaign

2016-08-26 Thread phil
Also just to add: I think the documentation says these nodes should have the parentCriterion ids the same as the root->id ? ProductPartition root = new ProductPartition(); root.setPartitionType(ProductPartitionType.SUBDIVISION); root.setId(-1); ProductPartition node1 = new ProductPartition(); n

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I will let the maintainers of that library know about this thread and that you are having difficulty commenting in that issue. Please know that their actions were meant to keep the issue tracker clean as best they could with their current knowledge. They reopened the issue as soon as you

Re: TargetingIdeaService, 800 keywords provided, the limit, yet still get an error

2016-08-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Yes, that is correct. The limit is 700. We are already in the process of updating the documentation. I apologize for the inconvenience. Regards, Mike, AdWords API Team On Thursday, August 25, 2016 at 7:03:55 PM UTC-4, Chloe wrote: > > The real limit seems to be 700 (discovered with manua

SOAP-ERROR: Parsing WSDL

2016-08-26 Thread cschofield
Hi, Up until this morning our app has worked flawlessly however this morning suddenly the machine was unable to access google.com, resolve it or really interact with Google's services in any way. The following was the response we received: An error has occurred: SOAP-ERROR: Parsing WSDL: Could

Update remarketing email list from php

2016-08-26 Thread testapidilren2
Hello :) It's my code: public function AdAudience($name,$desc='',$emaillist='',$idgr =''){ $audience_id = ''; try { require_once dirname(dirname(__FILE__)) . '/Google/init.php'; $user = new AdWordsUser(); $user->LogAll(); $EMAILS = array(); foreach ($

Re: Update remarketing email list from php

2016-08-26 Thread testapidilren2
Additionaly, when I add email before, during update I should add only new email or old and new ? I need have old and new email in remarketing list. W dniu piątek, 26 sierpnia 2016 15:24:52 UTC+2 użytkownik testapi...@gmail.com napisał: > > Hello :) > > It's my code: > public function AdAud

Re: SOAP-ERROR: Parsing WSDL

2016-08-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, The AdWords API is up and running fine at the moment. The only way the API can restrict access to an app or customer is via RateExceededErrors, which do not prevent access wholesale to SOAP WSDLs, but are rather properly formatted SOAP responses from the API. As you mentioned other mach

Re: Create copy of entire shopping campaign

2016-08-26 Thread phil
Found the issue: My partition case value was missing a value. In removing it for the negative value I also removed it for the partition. For reference, the parent ids should all be -1 in this case (although this is a flat structure) Thanks again Peter On Friday, August 26, 2016 at 11:25:43 A

Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Jobs may fail to complete for a variety of reasons, such as rate limits still occurring even after retries or issues with the service itself (that was the case for these jobs). Regardless of the underlying cause, though, if this occurs you should: 1. Process the results from the downloa

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-26 Thread Mark Saniscalchi
Hello Tejas, The googleads library is compatible with Python 3, as indicated by the fact that the report data was successfully retrieved. However, if you're decoding the report output (containing non-ascii data) to ascii at some point, that will raise an Exception. Often times, the encoding wil

Re: AdWords API Python - Internal Error or Parsing Error

2016-08-26 Thread Tejas Manohar
Ah yes, i tried utf8 yesterday and t worked. Thanks a lot Mark! :) On Fri, Aug 26, 2016 at 10:55 AM Mark Saniscalchi < msanis88.adxbuyerapiadvi...@gmail.com> wrote: > Hello Tejas, > > The googleads library is compatible with Python 3, as indicated by the > fact that the report data was successfull

Re: AdGroupExtensionSettingService::get returns no results

2016-08-26 Thread Aaron Lozier
Sent. Can you confirm you received? Also I have noticed there is a similar issue in the interface. When I go to the campaign level I can see all extensions, but they all disappear from the view when I add AdGroup or Campaign columns, even if there are extensions associated with AdGroups in the

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-26 Thread Chloe
OK. The problem is still happening and I still can't comment on the issue in GitHub. 307 <190>1 2016-08-26T03:17:49.585566+00:00 app scheduler.2914 - - PHP Notice: Failed to load response into DOM: DOMDocument::loadXML(): Empty string supplied as input in /app/vendor/googleads/googleads-php-li

Re: Update remarketing email list from php

2016-08-26 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, mutateMembers only allows for ADD and REMOVE operations, i.e. you cannot user SET operation. Also, I would recommend adding only the new email addresses. Regards, Vishal, AdWords API Te

Re: Complaint about ad showing as 'disapproved' with the reason being 'destination not working', but the destination does work. Support did not help.

2016-08-26 Thread Chloe
It was added via the API so it's tangentially related. Millions of other ads that were added are fine. It's not the website, it's those two particular ads. I re-checked the status of those ads and now they are active, so it's working now. It's frustrating when it says the destination URL is not

Re: v201607 Error quoting values in CSV output file

2016-08-26 Thread Brett Rogers
Nadine / Joyce, Answering on Robert's behalf, yes, it is now working for us and we have now upgraded to API v201607. Thank you for your help. -Brett On Thursday, August 11, 2016 at 8:13:30 AM UTC-7, Nadine Sundquist (AdWords API Team) wrote: > > Hello Robert, > > Could you please give this a t