AdWords API Several Hours of API not working

2010-04-14 Thread robertskelton-ga
Numbers seem to be updating within our account, but for several hours we have not been able to get any new data via the API. Just wondering if it is us, or if other's are having problems too? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is

AdWords API REGISTRATION

2010-04-14 Thread Daniel Parker
How does one reister for a API acount and developers token? I have looked every where, and have not found aqny thing close to a registration site! Please explain? Daniel Parker email; parker.danie...@gmail.com -- =~=~=~=~=~=~=~=~=~=~

AdWords API Policy Errors on Keywords in Sandbox

2010-04-14 Thread Peter
According to the documentation http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html "Policy Checks Policy checking is modified in the sandbox such that only repeated punctuation will trigger a policy violation." This appeared to work in v13 however we are having trouble m

AdWords API Sandbox and conversion optimizer

2010-04-14 Thread h805
Hi, I am trying to test some code that deals with the conversion optimizer bidding strategy. I get the expected errors CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER on create or CONVERSION_TRACKING_NOT_ENABLED when doing a bidding transition. Any hint on how to bypass those checks in the sand

AdWords API Re: CampaignTarget 'SET' Operation problems

2010-04-14 Thread NS
Anyone, please help. Thanks, NS On Apr 14, 11:21 am, NS wrote: > Hello Everybody, > > I was trying to update Language, Geo and network targets on a campaign > but I don't want to update all of those. I want to update just the one > which has been modified in the UI. So if the user modified only

AdWords API AdExtensionOverrideService Set operation not supported

2010-04-14 Thread SW
Hi, When I try to mutate the AdExtensionOveride with SET operation, I get the error stating "[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]]" Does it mean, I can only ADD or REMOVE but not SET? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13

AdWords API USER_PERMISSION_DENIED

2010-04-14 Thread cviorel2...@yahoo.com
Hi! I’m new in Google API. When I’m trying to test the SampleWebSite example(from Google) I have received the following error: Request --- POST /api/adwords/cm/v200909/CampaignService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.3603) VsDebuggerCaus

AdWords API Re: Keyword Categories

2010-04-14 Thread AdWords API Advisor
Hi, I don't have any information about the accuracy of these categories. The documentation for the categories just went live: http://code.google.com/apis/adwords/v2009/docs/codelists/keyword_categories.html Enjoy, - Eric On Apr 13, 8:39 pm, Crawl About wrote: > thanks for the reply. > > Any

AdWords API Re: Why do mutate operations automatically return list of modified objects?

2010-04-14 Thread AdWords API Advisor
Hi, Thank you for the explanation and suggestion. I'll bring this up with the core engineering team and see what they think of the idea. Best, - Eric On Apr 14, 1:55 pm, dshevnock wrote: > I guess I am more questioning why it "automatically" returns a list of > all updated objects. Would it no

AdWords API Re: Campaign schedule status in v200909

2010-04-14 Thread AdWords API Advisor
Hi Suraiya, Are you referring to AdSchedule.status? http://code.google.com/apis/adwords/docs/developer/AdSchedule.html#status In the v200909 version of the API it is not possible to enable or disable an ad schedule. All AdScheduleTargets are active, and to disable them you need to remove them

AdWords API Re: How to get campaign stats data for SEARCH network only

2010-04-14 Thread AdWords API Advisor
Hi, The StatsSelector doesn't have a network field, and doesn't support segmenting by network type: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.StatsSelector.html The only way to get this information is to use the ReportService and include the AdWordsType (aka Ad

AdWords API Re: any way to test getting AdWordsApiException thrown?

2010-04-14 Thread AdWords API Advisor
Hi, There are many ways to get an ApiException thrown. For example, you could create a campaign without specifying a budget, etc. Best, - Eric On Apr 13, 7:05 pm, BeeGeez wrote: > v200909 .NET > > On Apr 13, 12:44 pm, AdWords API Advisor > > > > wrote: > > Hi, > > > The AdWords API has versio

AdWords API Re: Throwing exception: [TargetingIdeaError.NO_PAGING_IN_SELECTOR @ selector.selector.selector]

2010-04-14 Thread AdWords API Advisor
Hi, The totalNumEntries contains the total number of items returned across all pages. http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.TargetingIdeaPage.html#totalNumEntries The get method is generic, returning keyword or placement ideas using combinations of sour

AdWords API Re: Sandbox UI

2010-04-14 Thread AdWords API Advisor
Hi, We are working on releasing a simple application that will allow you to visually browse the contents of your AdWords sandbox accounts. There is no version of the AdWords web interface however that will work with a sandbox account. Best, - Eric Koleda, AdWords API Team On Apr 14, 4:17 am, Ale

AdWords API Re: Not getting any campaigns back from sandbox

2010-04-14 Thread AdWords API Advisor
Hi J, All sandbox accounts start empty, and so you will need to add campaigns before you can retrieve any. To do this, use the mutate() method with operations that use the ADD operator. Best, - Eric On Apr 13, 4:24 pm, J wrote: > How do I create campaigns in sandbox account? Do I need to use m

AdWords API Re: Several Months for Approval

2010-04-14 Thread BrandonHall
Hey Eric, Thank you for the response. Emailed to you guys with the subject: "Followup From Forum Thread" On Apr 13, 5:36 pm, AdWords API Advisor wrote: > Hi Brandon, > > I apologize for the long delay in getting your tokens approved. > Please send the email address of the account you registered w

AdWords API CampaignTarget 'SET' Operation problems

2010-04-14 Thread NS
Hello Everybody, I was trying to update Language, Geo and network targets on a campaign but I don't want to update all of those. I want to update just the one which has been modified in the UI. So if the user modified only Network Target I just pass one Operation, NetworkTargetOperation in the mut

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-14 Thread hov...@gmail.com
Thanks for your help Eric. We have modified our software to cache AdWordsUser per account. We are not caching services, but it seems as that doesn't make much difference, because once AdWordsUser is authenticated (it has authToken) subsequent calls to getService don't make web service calls and co

AdWords API Re: Why do mutate operations automatically return list of modified objects?

2010-04-14 Thread dshevnock
I guess I am more questioning why it "automatically" returns a list of all updated objects. Would it not be much more efficient if we could pass along a flag that allows us to opt-in for a returned list of those objects? If our software needs to go and update 5,000 criterion bids (and the bids are

AdWords API Re: Python API v10.0.1

2010-04-14 Thread Greg Heidel
I resolved this issue... On Apr 14, 12:42 pm, Greg Heidel wrote: > I am having trouble getting any Python API call to succeed and I am > not getting any useful error information returned. > > Here is the result of running an example program: > > C:\Research\Python\Libraries\awapi_python_lib_10.0.

AdWords API Python API v10.0.1

2010-04-14 Thread Greg Heidel
I am having trouble getting any Python API call to succeed and I am not getting any useful error information returned. Here is the result of running an example program: C:\Research\Python\Libraries\awapi_python_lib_10.0.1\examples\v200909> \python26\python get_geo_location_info.py Traceback (most

AdWords API Re: Campaign schedule status in v200909

2010-04-14 Thread Suraiya
Hi Eric, Thanks a lot for your reply. I am doing exactly what you mentioned here but I do not see anything in any of the returned data structure that is equivalent to the v13 campaign schedule status (we store that in the database). Use of v200909 campaign serving status (even after some mapping ad

AdWords API Re: Campaign schedule status in v200909

2010-04-14 Thread AdWords API Advisor
Hi Suraiya, In the v200909 version of the API you can use CampaignService.get() method with an empty selector to get all the campaigns in the account. To get the ad scheduling for the Campaign you need to use the CampaignTargetService.get() method to retrieve the AdScheduleTargetList for the camp

AdWords API Re: Bidding and Budgets

2010-04-14 Thread AdWords API Advisor
Hi Jonathan, It will throw a BiddingError.BID_TOO_HIGH_FOR_DAILY_BUDGET error. Best, - Eric Koleda, AdWords API Team On Apr 13, 2:47 pm, Jonathan Beebe wrote: > What happens if I use the API to set the bid of an AdGroup or Keyword > to be larger than the Budget? Does it throw an error? Or will

AdWords API QuotaCheckError.ACCOUNT_INACCESSIBLE

2010-04-14 Thread Gerard
What is the meaning of the QuotaCheckError.ACCOUNT_INACCESSIBLE error? We're receiving it for several API calls, but only for a particular API developer token. Thanks in advance, Gerard -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on A

AdWords API how do I dispose an AdWordsUser object (v200909 .NET client library)

2010-04-14 Thread BeeGeez
I need to create a new AdWordsUser object in certain cases in my code. I am using a private variable that may or may not already contains a valid AdWordsUser. If it does, I want to dispose it. Unfortunately, this is no dispose function for this class. What's the best way to delete the variable i

AdWords API Re: Caught between a rock and a hard place?

2010-04-14 Thread Joshua J. Kugler
As stated in the blog (and many times on this list) you can continue to use the v13 services that have not yet been ported to v200909, even after the initial sunset. See: http://adwordsapi.blogspot.com/2010/04/14-days-left-to-migrate-to-v2009.html "The only v13 services that will remain access

AdWords API TargetingIdeaService results

2010-04-14 Thread Greg Heidel
Any updates on how the API determines the order of the TargetingIdea results for the Get call? I know that it has been mentioned that it is in relevance order but I would appreciate an update on what criteria is determining relevance, if one is available. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdWords API how do I get the username/password from an AdWordsUser (v200909 .NET client library)?

2010-04-14 Thread BeeGeez
I am trying to reuse the same AdWordsUser object until my username/ password changes since I eventually get a login exception when I create a new one with each method call, even if the username doesn't change. To do this, I need to inspect my current AdWordsUser object and inspect the username/pas

AdWords API Re: Why do mutate operations automatically return list of modified objects?

2010-04-14 Thread AdWords API Advisor
Hi, In addition, when adding new items using the ADD operator, you need to retrieve the ids of the created items. Best, - Eric Koleda, AdWords API Team On Apr 14, 8:06 am, Ales Sturala wrote: > Because AdWords in some rare cases changes your data. For example, > when creating or changing name o

AdWords API Caught between a rock and a hard place?

2010-04-14 Thread Justin
Hi Guys, I have been using the Adwords v13 API for some time now to pull reports. I use CampaignService to get a list of all active campaigns for a client. I then use the ReportService to pull a tailored report for each campaign. Having read the documentation online I see that there is still no

AdWords API Re: Criterion Stats empty startDate and endDate with v2009

2010-04-14 Thread AdWords API Advisor
Hi David, This is a known issue and something we are in the process of resolving. In the mean time you can keep track of the start and end date set on the StatsSelector and use those values. Best, - Eric Koleda, AdWords API Team On Apr 13, 11:31 am, David Levy wrote: > Hi > > I am migrating my

AdWords API Re: Report Service

2010-04-14 Thread AdWords API Advisor
Hi, Please see my response on the following thread: http://groups.google.com/group/adwords-api/browse_thread/thread/6a59016fe6f411ce/ Best, - Eric Koleda, AdWords API Team On Apr 13, 7:54 am, pilldesign wrote: > Is there a planned date for report service migration to version > v2009 ? > > T

AdWords API Re: Changing Adwords API billing information

2010-04-14 Thread AdWords API Advisor
Hi Maurice, To change your AdWords API budget you need to log in to the MCC account that owns your developer token and navigate to "My account" => "AdWords API Center". Best, - Eric Koleda, AdWords API Team On Apr 13, 6:00 am, Maurice van der Meer wrote: > Hi! > > When using the keywords api to

AdWords API Re: Will i be able to use apility for ReportService after new API launch

2010-04-14 Thread AdWords API Advisor
Hi Alexander, The ReportService is not yet available in the v2009 version of the API, and therefore isn't part of the v13 sunset taking place on April 22nd. You can continue using the v13 ReportService, but you should make sure you monitor the AdWords API blog for announcements about future relea

AdWords API Deleted Ads not returned by AdgroupAd service

2010-04-14 Thread RAGHAVENDRA SUDHA
HI, i am not sure if this is the expected behavior in v2009 or not, but when i am trying to retrieve all ads that are available in an adgroup. but i am only able to retreive the adgroups that are not deleted. i was able to retrieve them in v13 version. is this behavior changed in v2009 or is thi

AdWords API Re: Why do mutate operations automatically return list of modified objects?

2010-04-14 Thread Ales Sturala
Because AdWords in some rare cases changes your data. For example, when creating or changing name of a campaign, it trims a white space and double spaces in the name: " mycampaign" -> "my campaign" The returned data is the exact form of how it is stored. On Apr 13, 8:24 pm, dshevnock wro

AdWords API Re: ADWORDS API RATE SHEET -- validate only apicall

2010-04-14 Thread Christian Krahn
Hello Sai, each campaign mutate operation will cost 0.05, so if you have 10 operations, it would be 0.5 quota units, rounded to 1 quota unit. If you get an error from the API the cost depends on the type of error: If the cause of error is on your side (e.g. policy violation or missing required fi

AdWords API Re: Why do mutate operations automatically return list of modified objects?

2010-04-14 Thread Christian Krahn
Maybe so you can verify if the changes actually took place? Or save the returned object to a local database? There are plenty of possible applications. Regards, - Christian On 13 Apr., 20:24, dshevnock wrote: > Out of curiosity, why do the mutate operations (such as > AdGroupService.mutate, AdG

AdWords API Re: Why do mutate operations automatically return list of modified objects?

2010-04-14 Thread dshevnock
bump -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdWords API Re: Sandbox UI

2010-04-14 Thread Ales Sturala
As far as I know, one of the AdWords API guys is building such a tool, where you can browse your Sandbox account. I don't know the progress, though. On Apr 13, 9:55 pm, BVMedia wrote: > Hey All, > > I've been tasked with porting over our existing V13 system to V200909 > and I have to say it's one

AdWords API Re: Sandbox UI

2010-04-14 Thread Peer Jakobsen (AdWords API Guru)
There is no sandbox UI. Good luck! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=