AdWords API Re: How to get Client listing when there are more than one client in our application?

2010-04-06 Thread ipsita rout
Is your account an MCC registered? On Apr 5, 6:21 pm, Ritesh Shah wrote: > Hello Group > > I have a problem regarding getting the client list from the adwords > api > How to get Client listing  when there are more than one client in our > application? > Please help me regarding the problem...

AdWords API Re: TargetingIdeaService and most recent monthlysearches count

2010-04-06 Thread Teabeats
Thank you for the quick reply! I presume you meant the "AVERAGE_TARGETED_MONTHLY_SEARCHES" attribute: does this average value include the last month that is only available after one week in the monthly volumes attrib? Also will there be a way in the future to determine wether the last month is sti

AdWords API Re: edit ad extension error

2010-04-06 Thread freesystems.t...@gmail.com
Hi, Keyword not deleting $criterion = new Criterion(); $criterion->id = $criterionId; // Create ad group criterion. $adGroupCriterion = new BiddableAdGroupCriterion(); $adGroupCriterion->adGroupId = $adGroupId; $adGroupCrite

AdWords API INVALID_STRING_DATE with v2009 campaign start date

2010-04-06 Thread sla...@gmail.com
I'm trying to add a new campaign but I'm getting an INVALID_STRING_DATE with campaign start date. I tried every date format I could think of but nothing is working and I couldn't find any samples in the documentation. Can you please provide the date format for this string? Thank you, susan --

AdWords API Fault occurred while processing

2010-04-06 Thread Simon
I tried to run some code that worked last week, and it is now failing against the sandbox. The error message is rather unhelpful: "Fault occurred while processing.". Any ideas? The operation was ADD a campaign. http://schemas.xmlsoap.org/soap/ envelope/">a5e2ba5c266feaf64868ab4e4fe3856c11271soa

AdWords API RelatedToUrlSearchParameter

2010-04-06 Thread icecoke
Hi there, I'd like to have a way to retrieve the e.g. 'top ten' of keywords that google saved for a specific URL. Sorted by relevance. I tried around with RelatedToUrlSearchParameter, but it seems it is not sorted in any way and there are 'many' suggestions with does not have to much to do with th

AdWords API Can I authorize with apility?

2010-04-06 Thread []/\3G
Hi I use client library - apility v13. Can I authorize with this library after sunset, to use ReportService or I must to use authorization from v2009 and change apility to work with this object? Best Regards, Oleg -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 y

AdWords API Re: BulkMutate

2010-04-06 Thread AdWords API Advisor
Hi Mauricio, These errors indicate that certain properties of the BulkMutateJob are read only and can't be set during the request. My guess is that after the ADD operation, you swap out the BulkMutateRequest (part) and re- sending the same job. What you'll need to do is either create a new BulkM

AdWords API Re: QuotaExceededError.QUOTA_EXCEEDED

2010-04-06 Thread AdWords API Advisor
Hi Rick, When you trigger this error you'll receive a standard SOAP fault, containing a QuotaExceededError and the reason QUOTA_EXCEEDED. http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.QuotaExceededError.html Best, - Eric On Apr 5, 12:58 pm, Rick wrote: > In order

AdWords API Re: Error Setting Campaign Level CPC's using Campaign: biddingTransition

2010-04-06 Thread AdWords API Advisor
Hi, I think the problem is that the fields of CampaignOperation are not in the correct order as defined by the WSDL. The same order is reflected in the documentation: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.CampaignOperation.html Also, are you trying to use a

AdWords API Re: biddingTransition error when updating campaign

2010-04-06 Thread AdWords API Advisor
Hi Andrei, You should only be using the biddingTransition field when you are changing the bidding strategy of the campaign. If you only want to change ad group bids then you should use the AdGroupService to make those updates. Best, - Eric On Apr 5, 3:33 pm, andrei wrote: > Hi Eric, > > Thanks

AdWords API Re: Problems creating ads in V2009

2010-04-06 Thread AdWords API Advisor
Hi, The ad element holds the ad, in this case a TextAd which has those extra fields defined. The problem with this request is how you are specifying the type of the ad. You should be setting the xsi:type attribute to TextAd, which is in the v200909 cm namespace. Best, - Eric Koleda, AdWords

AdWords API Re: Missing SoapHeader while invoking public abstract error using CampaignServices

2010-04-06 Thread AdWords API Advisor
Hi, This error usually means that you haven't specified the headers correctly, perhaps because of a missing namespace. Can you post the SOAP XML request that produces this error? Best, - Eric Koleda, AdWords API Team On Apr 5, 4:36 pm, dagr8anil wrote: > Hey Mighty AdWords Guru, I am trying to

AdWords API Re: C# code sample for obtaining current Keyword (now Ad?) settings

2010-04-06 Thread AdWords API Advisor
Hi, Can you explain the problem you are seeing in more detail? Are you getting an error from the AdWords API? Best, - Eric Koleda, AdWords API Team On Apr 5, 6:19 pm, jbeal wrote: > Is there a C# code example of iterating over all the Campaigns, > AdGroups, and Keywords(Ads) where I'm interest

AdWords API Re: Missing SoapHeader while invoking public abstract error using CampaignServices

2010-04-06 Thread dagr8anil
basically i get the authtoken, then i try to get all the campaigns via an email address. I beleive the error is happening when Dim page As CampaignPage = campaignService.get(New CampaignSelector) Protected Function getGoogleAuthToken() As String Application.DoEvents() Dim result A

AdWords API Re: RelatedToKeywordSearchParameter

2010-04-06 Thread AdWords API Advisor
Hi, If you want to exclude certain keywords you can use the ExcludedKeywordSearchParameter: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.ExcludedKeywordSearchParameter.html Unfortunately there is no simple way to filter for synonyms like there was in the v13 K

AdWords API Re: TargetingIdeaService and most recent monthlysearches count

2010-04-06 Thread AdWords API Advisor
Hi Piet, My apologies, yes I meant AVERAGE_TARGETED_MONTHLY_SEARCHES. In regards to the delay before last month's search volume becomes available, from what I can tell this behavior is not going to change. This may mean that for a weeks time you receive 11 months of data instead of 12. Best, - E

AdWords API Re: edit ad extension error

2010-04-06 Thread AdWords API Advisor
Hi, To delete keywords you need to use the REMOVE operator. Setting the status to DELETED will not work. Best, - Eric On Apr 6, 8:15 am, "freesystems.t...@gmail.com" wrote: > Hi, > > Keyword not deleting > >             $criterion = new Criterion(); >             $criterion->id = $criterionId;

AdWords API Re: INVALID_STRING_DATE with v2009 campaign start date

2010-04-06 Thread AdWords API Advisor
Hi Susan, The date format has changed in v2009, and is now MMDD. For example, today's date is 20100406. Best, - Eric Koleda, AdWords API Team On Apr 5, 9:16 pm, "sla...@gmail.com" wrote: > I'm trying to add a new campaign but I'm getting an > INVALID_STRIN

AdWords API Re: Fault occurred while processing

2010-04-06 Thread AdWords API Advisor
Hi Simon, The sandbox was reset last Friday, so this could be just a temporary glitch while trying to re-create your account. Can you try this request again? Best, - Eric Koleda, AdWords API Team On Apr 6, 1:09 am, Simon wrote: > I tried to run some code that worked last week, and it is now fa

AdWords API Re: Missing SoapHeader while invoking public abstract error using CampaignServices

2010-04-06 Thread AdWords API Advisor
Hi, It doesn't appear that you are setting the required headers on the service. In general we recommend that you use the .NET client library, since it does a lot of this work automatically. There is also a wiki article that documents some tips on how to use the AdWords API with .NET if you aren'

AdWords API Difference between the 3

2010-04-06 Thread Candace Morey
What is the difference between these 3 calculations that gives different numbers? Google's API - http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorService.html Traffic Estimator - https://adwords.google.com/select/TrafficEstimatorSandbox Traffic Estimator Beta - https://adwords.g

AdWords API Adding keywords to an adgroup without an active Ad

2010-04-06 Thread shlomi sut
Hi, What would be the effect of adding/updating keywords to an adgroup with no active ads, if any ? More specifically - what will be the quality score of those keywords (probably not too good) and will it be re-evaluated after such ads are added ? How often are KW quality score evaluated and is

AdWords API Re: Problems creating ads in V2009

2010-04-06 Thread Reed
I'm still missing something here, because what I get when I try using is the same thing that I got when i prevdiously (before my posting) had tried namely this error (presumably from Apache Axis when it parses the SOAP XML, since this is a java app): "The prefix "xsi" for attribute "xsi:type" a

AdWords API Incorrect API Units From Response

2010-04-06 Thread David Salazar
I'm aggregating ads for a specific campaign using the AdGroupAdService. The ratesheet states it would be 1 unit cost per ad, yet when i get the unit cost from the soap response, it is off by 3 unit costs. I have 79 ads in my campaign and its calculating my unit cost as 83. See rate sheet below.

AdWords API Re: Problems creating ads in V2009

2010-04-06 Thread Reed
OK, I think nI licked this one - needed to add this: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; in the namespace declarations. SOAPUI didn't put it in when it created the SOAP template, and it never caught my attention. thanks for the other pointer on the SOAP doc -reed -- =~=~=

AdWords API AdWords Downtime: April 10th, 10am-2pm PDT

2010-04-06 Thread AdWords API Advisor
We'll be performing routine system maintenance on Saturday, April 10th from approximately 10:00am to 2:00pm PDT. You won't be able to access AdWords or the API during this time frame, but your ads will continue to run as normal. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~

AdWords API Re: biddingTransition error when updating campaign

2010-04-06 Thread andrei
Thanks Eric! On Apr 6, 8:16 am, AdWords API Advisor wrote: > Hi Andrei, > > You should only be using the biddingTransition field when you are > changing the bidding strategy of the campaign.  If you only want to > change ad group bids then you should use the AdGroupService to make > those updat

AdWords API Re: Error Setting Campaign Level CPC's using Campaign: biddingTransition

2010-04-06 Thread andrei
Thanks Eric, I was only interested in setting the adgroup level bids, and also figured out the XML error. Per your other suggestion, I'll just the ad group service to set the adgroup bids. Regards, Andrei On Apr 6, 8:14 am, AdWords API Advisor wrote: > Hi, > > I think the problem is that the fie

AdWords API When trying to use targeting for a campaign I have an error.

2010-04-06 Thread Ced
I try to set a target to a campaign and I have this error using the Python library and I have the following error: Given API version, v200909, is not compatible with ProvinceTarget' class. Here is the dictionnary that I used: [{'operator': 'SET', 'operand': {'type': 'GeoTargetList',

AdWords API Difference between the 3 calculations

2010-04-06 Thread Candace
What is the difference between these 3 calculations that gives different numbers? Google's API - http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorService.html Traffic Estimator - https://adwords.google.com/select/TrafficEstimatorSandbox Traffic Estimator Beta - https://adwords.g

AdWords API Re: Fault occurred while processing

2010-04-06 Thread Simon
On Apr 7, 3:57 am, AdWords API Advisor wrote: > Hi Simon, > > The sandbox was reset last Friday, so this could be just a temporary > glitch while trying to re-create your account.  Can you try this > request again? Still same problem today. When using the v200909 API, there isn't any need to c

AdWords API Re: Fault occurred while processing

2010-04-06 Thread Simon
FYI, I've tested a GET campaigns request, and that works fine (returns 0). So authentication creds appear correctly configured here == request http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> ht

Re: AdWords API weird error when get campaign negative criterion using CampaignCriterionService

2010-04-06 Thread von journ
Hi, Do you have an ETA on this issue? it is blocking our customer from accessing his campaign negative criterions ... thanks --- On Tue, 3/30/10, AdWords API Advisor wrote: > From: AdWords API Advisor > Subject: Re: AdWords API weird error when get campaign negative criterion > using Camp