Hi,
Thanks for reply.
I want to publish 100 keywords per group using single api.
So is any api to publish 100 keywords in single api.
On May 14, 1:27 am, AdWords API Advisor
wrote:
> Hi,
>
> Do you have the request IDs of the requests that exhibit this
> behavior?
>
> Best,
> - Eric Koleda, A
Hello.
I am consistently getting duplicate ad group name errors when I
attempt to modify the name of an existing ad group. The name I am
updating the ad group to is different than the one that is already
there. This is happening for most of our records and only happens
when making modifications
I am getting this error (502 Bad Gateway) too. I am using the Java
library (version 8.0.0) and I don't see a way to configure the sandbox
URL.
On May 12, 3:21 pm, Alex Parij wrote:
> We can not access the sandbox from our west coast server and from east
> as well. It's been like that for hours.
Hi Raj,
In general the statistics for clicks, impressions, etc are not
reported in real time, and it may take a few hours for the AdWords web
interface or API to reflect them. More information is available here:
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=14052
Best,
- Eri
Hi,
Do you have the request IDs of the requests that exhibit this
behavior?
Best,
- Eric Koleda, AdWords API Team
On May 13, 10:56 am, "freesystems.t...@gmail.com"
wrote:
> Hi,
>
> I tried to publish my data to google adwords using api services but
> it's not published all data.
>
> I have one
I use vs2008. the code is very simple.
"TargetingIdeaService service = new TargetingIdeaService();"
When the code is running here, this error occurs
error CS0029: Cannot implicitly convert
type
'GoogleAdwordsClient.GoogleAdWords2009Api.Type_AttributeMapEntry'
to
'GoogleAdwordsClient.GoogleAdW
I got this message too. :(
On 5月14日, 上午1时30分, Ced wrote:
> Ok thanks it works for the url but we have now the same errors as you
> "Developper Token invalid"
>
> On May 13, 11:47 am, Alex Parij wrote:
>
>
>
> > Ah , I use python library as well and opened an issue for them (http://
> > code.goog
Hi Remya,
To address your questions:
1) Yes. Using the API, you can log in with an MCC account and then
specify the clientEmail or clientCustomerId of the customer you want
to work against.
2) MCC accounts cannot have any campaigns of their own, but they can
manage any number of clients.
3) Mo
Hi Shriny,
There is an known issue where the BMJS returns an
UNEXPECTED_INTERNAL_API_ERROR in some situations. The core
engineering team is aware of the problem and is working towards a
solution. At this time I don't have any estimates as to when the
issue will be resolved.
Best,
- Eric Koleda,
We'll be performing routine system maintenance on Thursday, May 13th from
approximately 6:00pm to 6:30pm PDT. You won't be able to access AdWords or
the API during this time frame, but your ads will continue to run as normal.
While, AdWords system maintenance typically occurs on the second Saturda
AdWords API is very functional and useful tool. There are libraries
for many languagues and I can use it in my own programs. Unfortunetly
i have found that I have to pay for using it.
I would like to use Google Keyword Tool which is part of AdWords and
Google offers it for free even without necess
Hello,
I am running a PHP application to pull and parse reports. The api
seems to be stopping at the "Pending" stage. I noticed there is
scheduled maintenance on AdWords today. Are these related? I just
need to know if I should try again tomorrow or if there was something
that changed recently
Hi,
I looked up the logs for the requestIds that returned
CONCURRENT_MODIFICATION errors, and in all cases the validateOnly
header was set to "false". If you see any cases where this error is
returned on a validateOnly=true request please let us know.
Best,
- Eric
On May 12, 9:31 pm, Qme wrote
Hello,
I'm getting Traffic estimation from the TrafficEstimatorService of v13
with a list of new keywords.
I often receive a zero value for lowerCpc and upperCpc and when i use
the adwords online tool to get the average cpc, it returns always 0.05
for these keywords.
My question is, do i consider
Ok thanks it works for the url but we have now the same errors as you
"Developper Token invalid"
On May 13, 11:47 am, Alex Parij wrote:
> Ah , I use python library as well and opened an issue for them (http://
> code.google.com/p/google-api-adwords-python-lib/issues/detail?
> id=118#c0)
> Just ch
Hi Eric,
When I was tracking my keyword in its clicks and impressions, I see
they are resetting at midnight. But instead of to 0, number of clicks
was reseted to 6.
Is there any criteria in resetting the clicks and impression? Does it
vary for every keyword? If so, What is the criteria?
Could y
Thanks for the update Eric,
I'll change our code into doing two mutates, operations with and
without the exemption requests.
Best,
Peer
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/gro
Hi Peer,
This error is caused by a problem server-side, and unfortunately there
isn't anything you can do to work around it. The core engineering
team is aware of the issue and is looking into it. At this time I
don't have an estimate of when the issue will be resolved.
Best,
- Eric
On May 12,
Ah , I use python library as well and opened an issue for them (http://
code.google.com/p/google-api-adwords-python-lib/issues/detail?
id=118#c0)
Just change in SanityCheck.py the validation on line 95 to check for
the new server ( if that's what actually going on with the sandbox )
On May 13, 11
Using the Python client lib, it doesn't work to call the V200909 for
check accounts. It gives us a version error. If we change it to v13
to v200909 it says that checkaccount is not available in the v200909
version of the lib.
On May 12, 7:28 pm, "Peer Jakobsen (AdWords API Guru)"
wrote:
> Hi Al
Hi,
I tried to publish my data to google adwords using api services but
it's not published all data.
I have one campaign, eight group and in each group seventy keywords (5
positive keywords and 65 negative keywords) and 2 ads.
when i publish these data only campaign, 2 group and 3 ads and 87
key
Hi Eric.
Thanks for your replies. We will implement a mutate call which has all
of the placements to validate in 1 call instead of looping
individually like we do for the actual creation once validated.
In regards to the advice to batch, we also had an error during a
imageAd add() mutate call whe
I changed the server name and now I get
RequestError: Code 42: The developer token is invalid.
On May 13, 9:29 am, Alex Parij wrote:
> Yes , the problem is with AccountService in our case as well
>
> On May 13, 7:16 am, Wilrik Mook wrote:
>
>
>
> > Hello,
>
> > I ran into the same issue. After
Yes , the problem is with AccountService in our case as well
On May 13, 7:16 am, Wilrik Mook wrote:
> Hello,
>
> I ran into the same issue. After usingt he correct url as suggested by
> Peer, I do get a response, but not one I was expecting:
>
> AdWords::Error::GoogleInternalError: The developer
I'm gettting this error when calling v13 report service
getGzipReportDownloadUrl.
SOAP Response looks like
https://adwords.google.com/api/adwords/
v13">
0
An internal error has occurred. Please retry your
request.
If useful, one of the requestId's is 638bf6413e7c2db20
Ah, perfect. Thank you very much.
On May 13, 12:13 am, AdWords API Advisor
wrote:
> Hi,
>
> Setting the localeCode doesn't affect the statistics retrieved. To
> filter for only US searches you need to use the
> CountryTargetSearchParameter
>
> http://code.google.com/apis/adwords/v2009/docs/refe
Hello,
I ran into the same issue. After usingt he correct url as suggested by
Peer, I do get a response, but not one I was expecting:
AdWords::Error::GoogleInternalError: The developer token is invalid.
This happens when trying to access the AccountService. I am using an
email address with "++EU
Hi
Google Adwords Team
Following are some of my doubts. Please do the needful
1. An MCC have the ability to edit its users data or not?
2. Is there any limits for using MCC. That means how many
campaigns,adgroups, ads and keywords can we perform in a MCC account.? Or
the
28 matches
Mail list logo