AdWords API v201109 Performance vs. AdWords Editor

2012-03-09 Thread lagu2653
Can you achieve the same performance using the AdWords API v201109 as Gooogle does for the AdWords Editor? Downloading all campaigns is very fast in the AdWords Editor. I'm trying to implement a Java EE Webservice which synchronizes all keyword phrases, destination urls, ad group budgets, e

Location.DisplayType is not being populated

2012-03-09 Thread i...@mbxg.com
Hi All, I am retrieving CampaignCriteria using the CampaignCriterionService and casting them to Location object types. I want to differentiate the location targeting using the displayType field but it is not being populated. Do I need to specify the field in the selector? foreach (GoogleApi.C

week 2: still need a response - phone cost is missing in new Account Performance Report

2012-03-09 Thread bgraves
In v13 of Reporting, the phone cost was included as part of the grand total in Campaign summary report. How do I get this phone cost now? If I change all my code to use a Campaign Performance report, will the phone cost be reported...somewhere? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

v201109 ReportDefinition log4j Categories

2012-03-09 Thread Pete Lavetsky (AdWords API Guru)
What category do I need to define in log4j in order to have my report definitions logged when downloading reports using ReportUtils ? I have the following defined and everything else logs correctly: Thanks Pete

Frequent Timeouts when using TrafficEstimatorService.

2012-03-09 Thread Jamie Cobbett
We are seeing frequent timeouts when using TrafficEstimatorService. We want to request around 800 keywords, but found that would frequently timeout. Now we chunk it into multiple requests and do 100 at a time. The first ~3 requests complete quickly, but the next will hang until it finally times

Re: GeoTargetList v201109

2012-03-09 Thread Jim McCabe
Campaign geo targeting has changed quite a bit in v201109. One big change is that you can't use the SET operator to replace all the geo targets in one call. Instead, you have to issue ADD and REMOVE operations for the specific geo targets. This means you'll have to compute the difference betw

Re: Axis doesn't generate TargetingIdea class from WSDL

2012-03-09 Thread okiebug1...@gmail.com
I appreciate your time and of course the link! Another step for me to add to my documentation for generating classes from the published wsdl. Perhaps you can have all the affected WSDL's modified upon your next release, to add the http://www.w3.org/2001/XMLSchema"/> So AdWords API developers

ServicedAccountService or InfoService

2012-03-09 Thread Ewan Heming
Hi, Is there any difference between using the ServicedAccountService and InfoService while trying to retrieve the customer ID for a normal (non MCC) account? Thanks, Ewan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

Re: Adwords API delete Ads when inserting a tracking code in the URL

2012-03-09 Thread oseemann
Am Freitag, 9. März 2012 11:46:56 UTC+1 schrieb Flo: > > Hi, > > we are using the Econda Statistic Tool that uses the Adwords API to get > statistics but also to insert the Econda Tracking in the URL of each ad. > The problem that I found is that every night the Econda-API delete the ads > when

Why doesn't this bring back any results?

2012-03-09 Thread Tom Armstrong
Doesn't bring anything back. Please help - ads currently down. SetClientId(null); ## // 3) Create the campaign service ## //$campaignService = $user->getCampaignService('v2011

Adwords API delete Ads when inserting a tracking code in the URL

2012-03-09 Thread Flo
Hi, we are using the Econda Statistic Tool that uses the Adwords API to get statistics but also to insert the Econda Tracking in the URL of each ad. The problem that I found is that every night the Econda-API delete the ads when inserting the tracking code. Is this normal? This is not good for

Re: c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-09 Thread HughAJWood
Am I just doing this wrong and using the wrong thing entirely? Simply put: How to select *only* the ads that belong to an adgroup in an adcampaign by adgroup.id and campaign.id? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: Re-initializing a sandbox account

2012-03-09 Thread Name Surname
I have exactly the same problem when using the php client library in the sandbox enviroment...has anyone found a solution/workaround to this problem? Τη Παρασκευή, 9 Μαρτίου 2012 12:01:19 π.μ. UTC+2, ο χρήστης Slivka έγραψε: > > Same here using .NET lib. > > Fresh Google account. Fresh sandbox.