Hi,
I am getting the exact same error msg when adding a new campaign in the
sandbox environment.
Is google taking any action on fixing this problem? It's blocking our
testing!
-Kelvin
-Original Message-
From: adwords-api@googlegroups.com [mailto:adwords-...@googlegro
Hi Eric,
Thanks for the quick reply!
According to your answers, I've the following further questions:
1. "Search share is how often your web page was shown as an organic
search results for the keyword idea."
Where does the referred "your web page" come from? Settings in Adwords
MCC or paramet
Syed,
Chinese keywords might be Unicode (double byte characters). Are
you seeing the "?" in your database or in the response stream back
from Google?
Most probably, it should be in your database or in the application
where your comsuming the response. Use correct coallation/locals to
get
Thanks, much appreciated.
Joshua
On Aug 25, 3:47 pm, AdWords API Advisor
wrote:
> Hi,
>
> I looked into the logs, and it appears that report job 1507700777
> failed because it was too large. Please adjust your report so that it
> will include less rows.
>
> Best,
> - Eric Koleda, AdWords API T
Hi,
Thanks for reporting this issue. It sounds like it is a difficult
problem to emulate, since it only occurs sporadically and for a small
subset of the rows. I'll alert the team to the issue, but in the mean
time you may want to add some logic to your software that can filter
out the duplicate
Hi,
I looked into the logs, and it appears that report job 1507700777
failed because it was too large. Please adjust your report so that it
will include less rows.
Best,
- Eric Koleda, AdWords API Team
On Aug 25, 1:38 pm, jchan wrote:
> I also tried setting it to ten fail responses in a row an
Hi,
To address your questions:
1) All of your ads that are served for that keyword are counted
towards the ad share. If you don't have any ads that target that
keyword you can't have an ad share.
2) Search share is how often your web page was shown as an organic
search results for the keyword i
Hi,
Can you post the sanitized SOAP XML request and response that
demonstrates the problem?
Best,
- Eric Koleda, AdWords API Team
On Aug 24, 7:32 am, currency wrote:
> Hello
> I use adwords api php v13 liberi.
> If I have test scripts use, error Fault: 1 Code: soapenv:
> Server.userException St
hi,
I was trying to import couple of adwords customer and suddenly i got
an exception
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
faultActor
Hi
Am trying to import all the campaign of Google adwords user. One of
the campaign's adgroup contain Chinese keywords. I cannot able to
retrive it. Am getting "???" for the keywords.
How can i retrieve exact chinese formate keyword?
thanks for the help in advance
--
=~=~=~=~=~=~=~=~=~=~=~
I need to post several million keywords in AdWords as fast as
possible. Can I run multiple scripts with 1 developer token and API
key? Is there a limit to how many can run simultaneously?
Thanks for your help!
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and dis
I also tried setting it to ten fail responses in a row and I get the
same result. It must somehow be an issue with the report itself.
Joshua
On Aug 25, 4:02 am, Zweitze wrote:
> My interpretation of Failed as a job status, is that
> getReportJobStatus() failed to retrieve the status - in other w
I just tried changing my code to accept multiple Fail statuses but
after running it, it seems to still fail by retrieving the Fail status
5 times in a row.
Thanks for the suggestion though.
Joshua
On Aug 25, 4:02 am, Zweitze wrote:
> My interpretation of Failed as a job status, is that
> getRep
I have been reading about the fact that we should just ignore the
keyword "boomuserlist" when it appears in analytics, but it shows
statistics and I am just wondering what it is? Have we been paying
for people to come to our site with keywords that don't match up?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~
When i was trying this line of code am getting the following
exception..
I was actually trying to get MAXCPC values for adgroup.
System.out.println(" Max CPC : " + ((ManualCPCAdGroupBids)
adgroup.getBids()).getSiteMaxCpc());
java.lang.ClassCastException:
com.google.api.adwords.v200909.cm.Conver
Hi everyone,
I am beginning to develope tool for my company with google adword api,
but I have a message below
"
AuthTokenException Object ( [error:private] => BadAuthentication
[url:private] => [captchaToken:private] => [captchaUrl:private] =>
[message:protected] => Failed to get authToken. Reason
Hi,
I am trying to connect to the sandbox account with my email and
password with the instruction given to
http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders.
But unfortunately it is giving me the following error trace,
Traceback (most recent call last):
I get a 100 percent match(same keywords, same keywords order and all
volumes for that), when I compare data from AdWords API and OLD
VERSION of Adwords Keyword Tool LOGGED IN with the same user name as
my API uses. Old version is at
https://adwords.google.de/select/KeywordTool?forceLegacy=true
--
I am getting SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.
Please can I know what is the reason and what is the maximum size
limit ?
Uploading campaigns gives me this error ...
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blo
Hi,
I cannot longer get access to the sandbox, i read in the forum that
the information gets deleted every month or so.
But for the life of me i cannot figure out how to do it.
i read i had to use CampaignService.get() but how? and where?
can someone throw some PHP sample code?
thanks a lot
T
Twice in the past couple days, I have gotten an error in my report
consumption code because I am trying to insert records that violate a
unique constraint in my database. At first I thought it was a bug in
my code, but now I think it is a problem with the report itself. I
took a look at the repor
My interpretation of Failed as a job status, is that
getReportJobStatus() failed to retrieve the status - in other words,
the report status is unknown.
I changed my code so that in case of failed, that response is
essentially interpreted as "still not completed". Only when that
response occurs five
Hello!
I've been trying to create and download a report the past two days but
the request to getReportJobStatus is returning as Failed. The report
seems to be quite large (approx. 16 mins with InProgress status before
the final Failed status) but apart from that, I have no idea what the
reason is.
Hi,
UNEXPECTED_INTERNAL_API_ERROR usually indicates an issue at our end.
Can you provide the sanitized Soap request that triggered this error?
Cheers,
Anash P. Oommen,
AdWords API Advisor
On Aug 24, 5:56 am, xbeast wrote:
> Hi,
>
> I was using BidLandscapeService in v201003 and wanted to get al
Hi Rod,
The most likely reason for this error is that you are trying to access
the link while logged in as an Advertiser account. You need an MCC
account to be able to access the ApiCenter page. More details about
MCC accounts are available at
http://adwords.google.com/support/aw/bin/answer.py?hl
Hi Jonathan,
It is possible to do what you described, in one of the following
manner:
1. Link the client's account under your MCC, and then use Email =
your_mcc_email, Password = your_mcc_password, ClientEmail =
the_client's_login_email, developerToken=your_developer_token
2. Don't link the clien
26 matches
Mail list logo