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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
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
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
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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.
--
=~=~=~=~=~=~=~
24 matches
Mail list logo