SOAP-ERROR: Parsing WSDL

2014-06-01 Thread Artur Meinzer
Hi everyone, I get the following error from time to time: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/MutateJobService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v201309/MutateJobService

Fault occured while processing

2013-01-30 Thread Artur Meinzer
Hi, I was trying to delete a negative keyword, but it didn't work. I always get this error. Here is the soap response: HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=UTF-8 Content-Encoding: gzip Date: Wed, 30 Jan 2013 14:24:45 GMT Expires: Wed, 30 Jan 2013 14:24:45 GMT Cache-

Re: UNEXPECTED_INTERNAL_API_ERROR

2012-12-13 Thread Artur Meinzer
Seems to be working now. Am Donnerstag, 13. Dezember 2012 11:55:11 UTC+1 schrieb Artur Meinzer: > > I am updating keywords every day using MutateJobService and it's all > working fine, but today I'm getting this error. I don't think the fault is > on my side. Creatin

UNEXPECTED_INTERNAL_API_ERROR

2012-12-13 Thread Artur Meinzer
I am updating keywords every day using MutateJobService and it's all working fine, but today I'm getting this error. I don't think the fault is on my side. Creating the job takes longer than usual and getting the result causes the error. There are only 10 Keywords in the job. JobId is 4198443674

Re: Changing keyword to negative

2012-09-13 Thread Artur Meinzer
again. So that's the proof that the keywords are the same when I change them to negative. Theoretically it should be possible to do it in one operation. Am Dienstag, 11. September 2012 09:20:55 UTC+2 schrieb Artur Meinzer: > > Hi, > > I wanted to change a biddable keyword to a

Changing keyword to negative

2012-09-11 Thread Artur Meinzer
Hi, I wanted to change a biddable keyword to a negative keyword, but if I try it with ADD I get the following error: CANNOT_TARGET_AND_EXCLUDE So I tried it with SET but then I get this error: CANT_UPDATE_NEGATIVE Is there a way to change the keyword to negative? I think it would work when I fir

duplicate keywords

2012-07-31 Thread Artur Meinzer
I have set a unique key in my database to keywordId + AdgroupId. It all works fine, but I wonder why I have some duplicate keywords in some groups with different keywordIds. For example: 3042089426, ferienwohnung trieste (Broad), enabled 25883905881, ferienwohnung trieste (Broad), deleted I thou

Re: Reports without the Totals line

2012-06-19 Thread Artur Meinzer
Hi Daniel, I'm also using the LOAD DATA feature to import the reports. A simple way is to import the data and afterwards delete the total line. Works good for me. Artur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot

Keywords disappear

2012-06-19 Thread Artur Meinzer
I was trying to delete some keywords and I got an error which says "INVALID_ID". It seems that these keywords don't exist in the live account, but in my database they exist. They were downloaded some time ago using the keywords performance report and I update them every day. How can this be? I

PolicyViolationError

2012-06-18 Thread Artur Meinzer
I was trying to upload some new ads and there are some ads which have policy violation errors. So I add exemption requests on the ads with the error. It works for most of them, but sometimes it fails with the following message: [PolicyViolationError.POLICY_ERROR @ operations[0].operand.ad.descr

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

Re: Re: Operation Streams

2011-10-07 Thread Artur Meinzer
Hi Eric, I think I found out what the problem was. I tried to split the parts into operation streams but I always used the same scoping entity for each operation stream. It was the scoping entity of the account. Now I'm using the campaign as scoping entity and splitting the parts into operation

Re: PAYLOAD_STORE_UNAVAILABLE

2011-10-07 Thread Artur Meinzer
Hi, it didn't work when I tried it again and I think I reached the limit of campaigns. I tried it again at an other account and there it worked. I know that the sandbox is only for testing, but I don't have enough room to test. The 5 accounts are full of campaigns. Thanks anyway for your reply

WORKFLOW_FAILURE

2011-09-16 Thread Artur Meinzer
In the last three days I encoutered numerous failures in the sandbox. They always say "WORKFLOW_FAILURE". One of them was this: requestId: 0004ad09933586000a0d9c1561bc Can you check that? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: htt

PAYLOAD_STORE_UNAVAILABLE

2011-09-14 Thread Artur Meinzer
I was just trying to create new campaigns in the sandbox with a bulk mutate job. The job has status "COMPLETED", but I receive an error. Bulk mutate job with id "3318741705663119838" has status "COMPLETED". [BulkMutateJobError.PAYLOAD_STORE_UNAVAILABLE @ ] Is there a limit on campaigns in the sa

Re: Re: Operation Streams

2011-09-14 Thread Artur Meinzer
Hi David, yes, I'm using the php client library. Is there a problem in the library? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Transfer time

2011-09-13 Thread Artur Meinzer
Thanks for this answer. That was the answer I was looking for. Until now I was using the customer Id as scoping entity. If I use the campaign Id it would be much faster I guess. Even if I split them only into parts with one operation stream per part? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Transfer time

2011-09-12 Thread Artur Meinzer
It's just a question if it is faster, when I use multiple operation streams. Do the operation streams operate simultaneously or one after another? It's not worth trying, If they do not operate simultaneously. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

Transfer time

2011-09-09 Thread Artur Meinzer
A few days ago I transfered about 8 keywords into the sandbox which were splitted into 8 parts and it takes nearly 35 hours. Is the production environment faster? Furthermore there is the possibility to split each part into 25 operation streams. I tried to do this, but the following error o

Aw: Re: Operation Streams

2011-09-06 Thread Artur Meinzer
There is no request id in the request log. All I can give to you is this: Time: Sep 06 2011 10:11:11 email: artur.mein...@googlemail.com effectiveUser: 6901351638 Hope this helps. I'm using the sandbox. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

Operation Streams

2011-09-06 Thread Artur Meinzer
I'm trying to split the parts into 25 operation streams trusting that the operation streams would work at the same time and not one by one. Is this true? But this try fails as I'm getting the following error: Unmarshalling Error: cvc-complex-type.3.2.2: Attribute 'id' is not allowed to appear in

Aw: Re: SOAP-Error

2011-09-06 Thread Artur Meinzer
I solved the problem. The reason was, that openssl was not activated in my xampp. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

SOAP-Error

2011-09-05 Thread Artur Meinzer
No matter what I do, I'm getting the following error message: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignService?wsdl' : failed to load external entity "https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignServic

Bulk Download width API

2011-08-30 Thread Artur Meinzer
Is it possible to download the data with a bulk job. I guess the BulkMutateJobService is only for uploading data. It would be nice if there was a solution to download in the same way, but I don't know if or how I could do this with the BulkMutateJobService. Thanks in advance. -- =~=~=~=~=~=~=~