AdWords API Migrating the KeywordToolService from v13 to v200909

2010-02-04 Thread Ryan
I'm working on a project that uses the v13 api and I'm trying to migrate to v200909. The v13 call to getKeywordsFromSite returns SiteKeywords with the fields advertiserCompetitionScale, lastMonthSearchVolume, and avgSearchVolume. Using the v200909 TargetingIdeaService, I'm able to get a bunch of

AdWords API ngram_group and keyword_category attributes for TargetingIdeaSelector

2010-02-04 Thread Juan
I been searching some stuff at the docs/forum with no luck. At the TargetIdeaService docs it is mentioned that one can select requestAttributes. The ones that I am concerned about are ngram_group and keyword_category. The meaning of ngram_group was explained on this forum (see post: http://groups

AdWords API Adwords API 2009 - Stats.Network

2010-02-04 Thread Navi
Hi, I am migrating Google API v13 to v2009. I updated the getAllCampaigns method and successfully ran it for an account. Everything else seems to be fine but I am not sure about the network type. The value returned by campaign.stats.network is 'ALL' which I assume means both content and search net

AdWords API Re: Authentication token and requests per second

2010-02-04 Thread Peer Jakobsen (AdWords API Guru)
One more question. What error reason can I expect when a token expires. I can see that if I put some random value I get this: GOOGLE_ACCOUNT_COOKIE_INVALID It that the error reason that should trigger getting a new fresh token? Thanks -- You received this message because you are subscribed to t

AdWords API Authentication token and requests per second

2010-02-04 Thread Peer Jakobsen (AdWords API Guru)
When doing sandbox tests yesterday I learned that calling the google clientlogin with a too high frequency gives a temporary permission denied. Our platform is highly distributed and I would rather not have the individual sync processes dealing with authentication token issues. My preferred solut

AdWords API Returning predicted CPCs for keywords

2010-02-04 Thread Charles Pick
Hi, I attended your London API Hack Day yesterday which was great as we got the bulk of our code transferred to v2009. One thing I forgot to ask though... has support for returning CPCs for keyword suggestions been removed? I can't find any mention of it in the API docs and it's a pretty crucial f

AdWords API Re: Text changes in Ad

2010-02-04 Thread Peer Jakobsen (AdWords API Guru)
Only the status of the ad can be updated. For the text properties you have to delete the ad and recreate it. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe f

AdWords API keyword matchtype for RelatedToUrlSearchParameter

2010-02-04 Thread Ajit
Hello team I am trying to get suggested keyword for a give website. it is working fine.. but I only want "BROAD" match type.. is there a way to specify matchtype = "BROAD" for RelatedToUrlSearchParameter method. following is my code: related_search = @ti_srv.module::RelatedToUrlSearchParameter

AdWords API Re: RelatedToKeywordSearchParameter - Related to all keywords in list or related to a given keyword in list?

2010-02-04 Thread Shane
Hi Eric, I can see why the match type for the input keywords might be ignored but why is the KeywordMatchTypeSearchParameter (which is set to PHRASE) being ignored when the input dataset is small (< 4) ? Shane On Feb 4, 7:42 am, AdWords API Advisor wrote: > Hi Shane, > > Thanks for expanding on

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR Trying to Add one or more Criterion

2010-02-04 Thread AdWords API Advisor
Hi Kyle, I don't believe the validateOnly header would catch this particular issue. Unfortunately I don't have an ETA on a solution, but for the mean time I would try to avoid re-adding keywords to an ad group. Normally an ADD operation like this would be treated like a SET operation if the keywo

AdWords API Re: InfoService.get() fails in v200909

2010-02-04 Thread AdWords API Advisor
Hi, The current behavior is the intended behavior, and we will work on updating the documentation to reflect this restriction. Best, - Eric On Feb 4, 4:58 am, Zweitze wrote: > In v13, you can get the information even though you supplied a normal > account. > > Is the v200909 implementation curr

AdWords API Re: sandbox doesnt return AVERAGE_TARGETED_MONTHLY_SEARCHES

2010-02-04 Thread AdWords API Advisor
Hi Ajit, This is a known issue and the core engineering team is aware of the problem. Unfortunately I don't have any estimates on when it will be resolved. Best, - Eric Koleda, AdWords API Team On Feb 3, 5:08 pm, Ajit wrote: > Hello team > > I am pulling some keyword suggestions from Google ad

AdWords API Re: RelatedToKeywordSearchParameter - Related to all keywords in list or related to a given keyword in list?

2010-02-04 Thread AdWords API Advisor
Hi Shane, Thanks for expanding on your question. The cause of confusion here is that the match type of the input keywords has no effect on the results generated. You can see this in the web interface and even the old v13 KeywordToolService. Best, - Eric On Feb 3, 4:50 pm, Shane wrote: > Hi Er

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR Trying to Add one or more Criterion

2010-02-04 Thread Kyle LeNeau
Hi Eric, Thanks for the response. Is there anyway I can check for this before I make the request (like using the validate only flag in the request header)? If not do you know or have an ETA on a solution for the engineering team? Also what are you defining as "handled automatically" of the erro

AdWords API Re: passing an array of keywords

2010-02-04 Thread AdWords API Advisor
Hi Ajit, The Keyword.text field can only accept one value. Instead what you should do is create multiple Keyword objects and pass them into the field RelatedToKeywordSearchParameter.keywords as an array. Best, - Eric Koleda, AdWords API Team On Feb 3, 12:59 pm, Ajit wrote: > Hello All > >    

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR Trying to Add one or more Criterion

2010-02-04 Thread AdWords API Advisor
Hi Kyle, It looks like this error was caused because the keyword you were trying to add was already present in the ad group. This type of error is normally handled automatically, and I'll work with the core engineering team to resolve this issue. Best, - Eric Koleda, AdWords API Team On Feb 3,

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR Trying to Add one or more Criterion

2010-02-04 Thread AdWords API Advisor
Hi Kyle, It looks like this error was caused because the keyword you were trying to add was already present in the ad group. This type of error is normally handled automatically, and I'll work with the core engineering team to resolve this issue. Best, - Eric Koleda, AdWords API Team On Feb 3,

AdWords API Re: can I make report using more than one aggregation type but running the report only once?

2010-02-04 Thread AdWords API Advisor
Hi, I'm not clear on what mutually exclusive options you are referring to, but you can validate your requests using the validateOnly header: http://adwordsapi.blogspot.com/2009/12/discover-v2009-validateonly-header.html Best, - Eric On Feb 3, 9:10 am, ipsita rout wrote: > Hi Eric > thanks a

AdWords API Text changes in Ad

2010-02-04 Thread vamsi krishna
Hi, I am having an active Ad and i want to change the text of that Ad. Is there any ways to do that. Please help me and thanks in Advance. -Vamsi -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords

AdWords API Error - Not agreed to latest AdWords Api terms and conditions

2010-02-04 Thread Pedro
I'm trying to develop a small app using the API but when I try to run it I always come across the following error: "Not agreed to latest AdWords Api terms and conditions." I've logged in with my MCC account to check if there was any alert on the new Terms & Conditions but there's nothing. I've als

AdWords API Requests per minute limit

2010-02-04 Thread Pedro Morales
Hello everyone, I'm working porting a v13 application to v2009 and I'm having problems because I keep getting a QUOTA_EXCEEDED error with the number of requests per minute (RequestsPerMinute). I didn't found any information about this in Google's documentation. With v13 I didn't have any issue wi

AdWords API Placement Performance report bug

2010-02-04 Thread harroot
Hi all I'm using .net api v13, amd try to create placement performance report with this selected columns ["PlacementDomain","PlacementSpecialCategory","SiteTargeted","CPC","CTR","Clicks","Cost","Impressions","CustomerName"] , report type is "ContentPlacement" and the aggregationTypes["Account","D

AdWords API Re: InfoService.get() fails in v200909

2010-02-04 Thread Zweitze
In v13, you can get the information even though you supplied a normal account. Is the v200909 implementation currently flawed, meaning that it should work in the same conditions as v13? Or is the current implementation a result of new restrictions (i.e. only MCC account of token is allowed)? In t

AdWords API Re: BoomUserList

2010-02-04 Thread pete
OK thanks for the update pete -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For