Hi Huggy,
To remove the extra match types you should use the
KeywordMatchTypeSearchParameter:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html
Best,
- Eric Koleda, AdWords API Team
On Feb 5, 3:12 pm, "adwo...@seo-news.at" wro
Hi Pedro,
I'll pass this information on to the core engineering team to look
into the problem. The requestId you sent is from 2010-02-01, has this
problem been happening since then?
Best,
- Eric
On Feb 5, 1:18 pm, Pedro Morales wrote:
> > Are there other scripts
> > or programs that could be a
Hi Eric, Nothize,
Thanks for your feedback.I will implement handling expired tokens in
the proxy layer.
I am still a bit worried about having a large number of processes
running in parallel sending requests to the API, all getting a token
expired exception at the same time and all asking for a fre
Hi Navi,
For that information you need to use the CampaignTargetService to get
the NetworkTargets for your campaign.
Best,
- Eric
On Feb 5, 1:58 pm, Navi wrote:
> Eric,
>
> Thanks for your response.
> But I am confused with your answer.
> Sorry but then how do I get which network my campaign is
Hi!
I've managed getting the language stuff (Even if it sometimes returns
non-german (I'd guess its dutch)) keywords.
But it still returns BROAD, PHRASE and Exact - So I'd have to pay
three Credits for one keyword...
Would you tell me how to solve that? :-)
On 5 Feb., 12:51, "adwo...@seo-news.at"
Eric,
Thanks for your response.
But I am confused with your answer.
Sorry but then how do I get which network my campaign is placed on.
Literally I need to know how to get equivalent of v13 networkTypes[]
value in v2009.
Thanks again for your help.
Navi
On Feb 5, 11:49 am, AdWords API Advisor
w
>
> Are there other scripts
> or programs that could be access the account at the same time?
No. Only one program accessing the api using v2009.
> Do you
> have the requestId from one of these failed requests?
>
bdd072832a80aa79575238f68c1b3a47
Thanks for your time.
> Thanks,
> - Eric Koleda
Hi Ajit,
I've been able to use that parameter successfully. Do you have the
SOAP XML of the failed request?
Best,
- Eric
On Feb 5, 11:33 am, Ajit wrote:
> I tried using that.. but then system just hangs up.. I never get
> response back from Google.
>
> On Feb 5, 11:08 am, AdWords API Advisor
Hi Juan,
In regards to the IntegerSetAttribute, it could be that a keyword
belongs to more than one category.
Best,
- Eric
On Feb 5, 11:53 am, AdWords API Advisor
wrote:
> Hi Juan,
>
> The KEYWORD_CATEGORY is an ID that corresponds to a grouping of
> keywords by topic. These categories are the
Hi Orly,
The 502 error is something the core engineering team is aware of and
working on. These errors are caused by internal timeouts on the API
servers. Reducing the size of your requests may help, 256 is already
a pretty low number of operations per request. When you receive this
error you s
Hi Ralf,
When using the v200909 InfoService you need to ensure that you aren't
setting the clientEmail or clientCustomerId headers in the request.
Also, the MCC user you are using must be the same one that owns the
developer token.
Do you have the SOAP XML from these requests? I'd like to follow
Hi Ryan,
The equivalent attributes are:
advertiserCompetitionScale => COMPETITION
lastMonthSearchVolume => TARGETED_MONTHLY_SEARCHES (this is an array
of the last 12 months)
avgSearchVolume => AVERAGE_TARGETED_MONTHLY_SEARCHES
Best,
- Eric Koleda, AdWords API Team
On Feb 4, 5:30 pm, Ryan wrote
Hi Juan,
The KEYWORD_CATEGORY is an ID that corresponds to a grouping of
keywords by topic. These categories are the values presented in the
left column of the Search-based Keyword Tool:
http://www.google.com/sktool/#keywords?cat=194595&q=cat
We are working on adding these categories and thei
Hi Navi,
The stats network value indicates the scope of the stats, and since
this can't be controlled by the statsSelector it will always be
returned as "ALL" for Campaign stats. In your case these stats will
only only include data from the search network, since that is the only
network your camp
I tried using that.. but then system just hangs up.. I never get
response back from Google.
On Feb 5, 11:08 am, AdWords API Advisor
wrote:
> Hi,
>
> You'll want to use the KeyworkMatchTypeSearchParameter:
>
> http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde...
>
> Best,
>
Hi Peer,
In regards to the error, I just ran some tests and
GOOGLE_ACCOUNT_COOKIE_INVALID is the reason you would get for an
expired token as well. Also, the token was invalidated immediately
after changing the password.
Best,
- Eric
On Feb 5, 11:25 am, AdWords API Advisor
wrote:
> Hi Peer,
>
Hi Peer,
To expand on nothize's points, the password change is the only way to
manually expire an authToken, but I'm not sure that you would really
need to worry about expiring them. While I can understand the idea of
proactively regenerating your authTokens before they expire, there is
no harm i
Hi Charles,
The v200909 TargetingIdeaService does not return estimated data, such
as CPC. This information is planned to be exposed in another service,
although I don't have a timeline as to when that service will be
released.
Best,
- Eric Koleda, AdWords API Team
On Feb 4, 12:22 pm, Charles Pi
Hi,
You'll want to use the KeyworkMatchTypeSearchParameter:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html
Best,
- Eric Koleda, AdWords API Team
On Feb 4, 12:24 pm, Ajit wrote:
> Hello team
>
> I am trying to get suggested
Hi Shane,
The KeywordMatchTypeSearchParameter only controls the matchType field
of the returned keywords, it too doesn't affect the actual keyword
texts that are returned. I think this is simply a case where adding a
variety of variations of your source keyword generated better
suggestions.
Best
Hi Pedro,
This error normally appears when you haven't yet set up billing
information on the MCC account that you registered to use with the
API. Part of setting up billing information is approving the AdWords
API Terms and Conditions. Let me know if you run into any further
issues.
Best,
- Eri
Hi Pedro,
Unfortunately I can't get into detail about the exact limits around
requests per minute or similar rate limits, but you should be able to
make many more requests than two per minute. Are there other scripts
or programs that could be access the account at the same time? Do you
have the
Hi Harut,
Do you have the SOAP XML request and response for this error?
Best,
- Eric Koleda, AdWords API Team
On Feb 4, 9:08 am, harroot wrote:
> Hi all
>
> I'm using .net api v13, amd try to create placement performance report
> with this selected columns
> ["PlacementDomain","PlacementSpecial
Hi there!
I'm new to the Adwords API but I'm trying to get related keywords (as
well as the monthly search volume) for german language , searches from
Austria.
I'm using your basic code mixed with snippets found at the Adwords API
Forum.
When I run the code I do only get english results...Do you
please send the source code to use the google addwords,my requirement
is to genrate keywords as same as google addwords tool how can i get
into my app please tell me
thanks in advance
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To po
I am having trouble creating a Dictionary header for
constructing a new AdWordsUser. This is how I am currently
constructing the headers:
AuthToken authToken = new AuthToken(Email, Password);
authToken_str = authToken.GetToken();
clientEmail_str = p_clientEmail
Hi Ashkan,
Please see the following thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/cff28bfa0df5e8d1/
Best,
- Eric Koleda, AdWords API Team
On Feb 2, 11:45 pm, PHP Developer
wrote:
> Could someone explain the following network types in more depth:
>
> CONTENT_CONTEXTUALI
Moreover, why does KEYWORD_CATEGORY return a set of ints
(IntegerSetAttribute)? From the description I understood it would
return only one int.
Thanks again,
Juan
On Feb 4, 7:18 pm, Juan wrote:
> I been searching some stuff at the docs/forum with no luck.
>
> At the TargetIdeaService docs it is
>Is there anyway to force a token to expire?
Not to my knowledge, should be a good alternative but that might not
be so viable because even a password change needs about 10 minutes to
expire the token. The Auth Token is meant to be used by all Google
services, thus there may be issues with real-ti
Hi,
Everyday we make about 45000 keyword (bid) changes through the API, in
batches of aproximetly 256 at a time.
Rigorously, some of these calls fail with error 502 - Bad Gateway.
I have a few questions about how to recover and proceed from this
condition:
- Should I retry immediately after I get
Hi Eric,
we always use the MCC-user to get the auth-token and we use the email
of the specific account in the soap-header of the services.
we tried the InfoService also with the MCC-user in the soap-header -
but both variants do not work.
Thanks
Ralf
On Feb 3, 8:25 pm, AdWords API Advisor
wrote
31 matches
Mail list logo