Re: !!!1|||4904014|||Unexpected exception???

2010-12-21 Thread AdWords API Advisor
Hi Joel, There is currently an issue using a predicate on the field CampaignStatus with the value PAUSED. The source of the issue has been found, but a fix won't be available until January. In the mean time please remove this predicate from your report and do the filtering client side. Best, -

Re: How to get Average search volume AND Average CPC with same Google Adwords API service?

2010-12-21 Thread AdWords API Advisor
Hi, Unfortunately there is no way to get both pieces of information using the same service, you must use both the TIS and TES separately. Best, - Eric Koleda, AdWords API Team On Dec 20, 6:25 am, tucson wrote: > I am using the Google Adwords API to retrieve the Average search > volume for a giv

Re: how much does TargetingIdeaService cost?

2010-12-21 Thread AdWords API Advisor
Hi Mike, That's correct, you are charged 0.1 units per keyword or placement idea returned, and 5 units per request. Best, - Eric Koleda, AdWords API Team On Dec 19, 5:28 am, Mike Miller wrote: > Hello, > > I want to use the api to get keyword ideas (TargetingIdeaService). > Now, how much does i

Re: MCC and account name instead of company name

2010-12-21 Thread AdWords API Advisor
Hi Jonathan, I don't believe that information is available via the API. Best, - Eric Koleda, AdWords API Team On Dec 20, 8:03 am, Jonathan wrote: > Hello again, > > Is there any way to get an MCC or account's name rather than the > company name through the API? > The ServicedAccountService's Ac

Re: SOAP-ERROR: Parsing WSDL

2010-12-21 Thread AdWords API Advisor
Hi Sarah, Do you have WSDL caching enabled? I've seen cases where it's caused similar issues, so you may want to ensure that it is turned off. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/settings.ini Best, - Eric On Dec 19, 11:59 pm, SarahS

Getting AdID of product listing ad clicked for Google Merchant Center product

2010-12-21 Thread HK
Hi, We are looking at building a reporting solution that ties a product from Google Merchant Center to a Product Listing Ad (or Product Extension). We were expecting that we could use {creative} in the product's URL to have AdWords substitute in the actual ID of the Product Listing Ad or Produ

Re: TargetingIdeaService - authentication problems

2010-12-21 Thread AdWords API Advisor
Hi Reed, The error is related to the service not finding the "authToken" field in the SOAP header "RequestHeader". It looks like the problem is related to an extra space in your cm namespace definition, between "http://"; and "adwords": xmlns:cm="https:// adwords.google.com/api/adwords/cm/v201

Re: Selector.dateRange vs Predicate

2010-12-21 Thread AdWords API Advisor
Hi Brandon, For reports, the timezone of the account is used to calculate the TODAY range. Best, - Eric Koleda, AdWords API Team On Dec 14, 8:48 am, Brandon Parise wrote: > The issue, too, is if I enter "TODAY" how is that affected by > timezones? > If I run it at 12:01AM EST on Dec 20 for "TOD

TSV File Format Support

2010-12-21 Thread Robert, N2JTX
The Google report creation web site supports as one of its formats Tab Separated Values (TSV). I work with a client that uses this format. In working with the .NET API, it was a trivial matter to clone CsvException.cs and CsvFile.cs into new modules called TsvException and TsvFile.c and to modify

New report migration guide

2010-12-21 Thread AdWords API Advisor
We are happy to announce the report migration guide goo.gl/IEMmR. We hope it will ease your transition from v13 to v201008 reports. Please feel free to leave your feedback in this forum. - David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Finding a ReportDefinition

2010-12-21 Thread Ian
Is there a direct way to pull a ReportDefinition for a ReportID or vice-versa? The only way I've been able to do it is by getting all ReportDefinitions via ReportDefinitionService.get() and looking for the ID. The ReportDefinitionSelector doesn't seem to do anything but page the results. --

Re: Account Access problems: QuotaCheckError.ACCOUNT_INACCESSIBLE

2010-12-21 Thread j.e.frank
In case anyone else gets a similar error, here is what it meant for us. Google had flagged one of the logins associated with our MCC as having been hijacked, and so they disabled the API access. Luckily for us, we have a Google rep since we are an ad agency, so we were able to get the matter

Re: Dynamic insertion of ad extension ID into a site link's destination url

2010-12-21 Thread Scott
Thank you for the follow up. For the time-being, I am implementing a tedious solution : Manually assigning each site link an ID. As long as I never use the same ID for more than one site link, I can uniquely identify which site link (and which ad extension) was clicked. When my site retrieves th

Setting up adowords API and stuck at PyXML

2010-12-21 Thread Yogesh Agashe
Hello, I am setting up Adwords API access using python. I am using latest python library (adwords_api_python_13.2.0.tar.gz). I followed the instructions from http://code.google.com/p/google-api-adwords-python-lib/wiki/Readme. I am trying to setup a campaign described in this tutorial. http://code.

Re: Several beginner questions about the Adwords API v201008

2010-12-21 Thread ArthurW
Hi Eric, thanks for your detailed and prompt answers. Arthur On 20 dec, 17:35, AdWords API Advisor wrote: > Hi Arthur, > > Regarding your questions: > > 1) Yes, I'll work with the documentation team to make this clearer. > > 2) Correct, although I believe the maximum is 2500 per request. > > 3)