Re: Targeting idea service returning all match types

2010-09-08 Thread chella
Thanks Eric. its working now. On Sep 9, 3:24 am, AdWords API Advisor wrote: > Hi Chella, > > Please see the following: > >  http://twitter.com/adwordsapi/status/15870634798 > > Best, > - Eric Koleda, AdWords API Team > > On Sep 7, 4:04 am, chella wrote: > > > > > hi all, > > > i am using the T

Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED.

2010-09-08 Thread ojak
Nope. Received it on mutates as well when adding Ad Groups. On Sep 7, 10:12 pm, AdWords API Advisor wrote: > Hi Ojak, > > I checked with the AdWords team yesterday, I was told that > RESPONSE_SIZE_LIMIT_EXCEEDED applies only for get(), not > for mutate(). I've written to them asking if there ar

Re: Why validateOnly require exemptionRequests ???

2010-09-08 Thread Suraj Khakurel
Hi, Thanks for your replay, If i set exemptionRequests to nil, then it generate three nodes of exemptionRequests in request xml. And if i don't set any thing then two nodes { :adGroupId => x, :ad => text_ad

Re: What maxCpc is needed for AdGroupRequest to get the Cpc Results form the Keyword Tool UI

2010-09-08 Thread AdWords API Advisor
Hi, Unfortunately there is no simple way to get the same CPC estimates as the Keyword Tool. Providing a maximum CPC value to the TrafficEstimatorService is required and leads to more accurate estimates. Best, - Eric Koleda, AdWords API Team On Sep 8, 6:58 am, jabychan wrote: > hey, > is it pos

Re: Targeting idea service returning all match types

2010-09-08 Thread AdWords API Advisor
Hi Chella, Please see the following: http://twitter.com/adwordsapi/status/15870634798 Best, - Eric Koleda, AdWords API Team On Sep 7, 4:04 am, chella wrote: > hi all, > > i am using the TargetingIdeaService service to get the related > keywords with exact matches. > > i have specified the ke

Re: Developer token not showing in account

2010-09-08 Thread DF
Same Issue. Can't wait when this will be fixed. On Aug 27, 10:34 am, AdWords API Advisor wrote: > Hi Luke, > > You have to login to your MCC account and navigate to My Account- > > >AdWords API Center to find your tokens. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Aug 27, 1:12 a

Re: How to get the NetworkCoverageType value from Campaigns list in Java?

2010-09-08 Thread Jose II
Hello Anash, Thanks for the logic code example. During testing the code, I have found strange or bug behavior your products Google Adwords Editor. When I set the campaign ID and change the network into SEARCH_ONLY and I test it the codes it gives 4 entries, it's supposed to be only 1 entry. I mad

ReportDefinitionService Out of Beta / Rate Change

2010-09-08 Thread AdWords API Advisor
HI All, The ReportDefinitionService is coming out of beta, with a more detailed announcement coming soon. The updated rates for the service are available at: http://code.google.com/apis/adwords/docs/ratesheet.html Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: If you're script just stops running or won't run

2010-09-08 Thread phpguy
Anash, Thanks for your response. I created a feature request as recommended and turned off logging on my script. Thanks again, Chris On Sep 8, 1:55 am, AdWords API Advisor wrote: > Hi, > > Looks like this is a known issue, > seehttp://code.google.com/p/google-api-adwords-php/issues/detail?id=

Error on accessing adword api

2010-09-08 Thread Tanveer
Hi All, I was developed an application that use to generate keywords by using adowrd api, now this tool start generating error "You are accessing an AdWords API service that has been discontinued. Calls to this service may fail. Please visit the AdWords API blog for information on migration to new

CampaignService on v201003 - Distinction between SEARCH and CONTENT networks

2010-09-08 Thread Andy
Hi, I'm having real problems getting the API to return the network type which my campaigns are running on. This pastie shows the code used to generate a set of dictionaries, each one looks like the example shown on the bottom of the pastie: https://gist.github.com/6c0b0e40287930683cf1 For all my

Re: v201003 reports have incorrect conversion figures

2010-09-08 Thread MT
Hi Anash, For an Ad Performance Report which shows incorrect conversion data: 8717f31319f78b84b114b48accd8e5a2 To compare, for the same date range and client, an Adgroup performance report with correct data: 872541c719fc832274841e4dc7771e0f Thanks, Mikael On 8 syys, 09:16, AdWords API Advisor

What maxCpc is needed for AdGroupRequest to get the Cpc Results form the Keyword Tool UI

2010-09-08 Thread jabychan
hey, is it possible to get the same CPC's form the Keyword Tool UI. By now we used the max Cpc value that is suggested a Long attribute with the value of 100 so that it accord to $1.00. But in the Keyword Tool UI it is said that their Cpc calulation depends on maximum CPC that's predicted to pl

Re: How to get CPC for "Exact" Keywords with the Adwords API

2010-09-08 Thread jabychan
I don't know why but my recent request shows also difference, but the keywords we used for testing changed. Perhabs the Keywords that have been taken had by pure chance the same values and that they didn't change in the meanwhile we were testing the function. But thanks for the quick answer. On 7

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-08 Thread aBsTrAcT
Yeah got it...My one of the calls were to sandbox. Sorry my bad. Thanks for your help. On Sep 8, 11:35 am, AdWords API Advisor wrote: > Hi, > > Can you confirm if you are sending your request to the production > server (https://adwords.google.com) and not the sandbox server > (https://adwords-sa

Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-09-08 Thread aBsTrAcT
Yes, I am sending it to production server. Default in auth.ini is sandbox but In my code I am overriding it with Production. https://adwords.google.com Do you mean to say my request isn't going to production server? Let me check it with defaults too. On Sep 8, 11:35 am, AdWords API Advisor wrot