Hi, The TrafficEstimatorService has not yet been migrated to the v2009 version of the API, and for the time being you can continue to use the v13 version of the service to get this information. The TrafficEstimatorService is not part of the v13 sunset that is taking place on April 22nd.
Best, - Eric On Apr 13, 12:47 am, "freesystems.t...@gmail.com" <adwo...@kutenda.com> wrote: > Hi, > > i still have a problem of finding > lowerCpc > upperCpc > lowerClicksPerDay > upperClicksPerDay > lowerAvgPosition > upperAvgPosition > avgSearchVolume > lastMonthSearchVolume > > in previous version i am using "getKeywordVariations" method for > getting keywords after that > > $request_xml = > '<estimateKeywordList>' . > $keyword .'</estimateKeywordList>'; > $estimates = $estimator_service->call('estimateKeywordList', > $request_xml); > $estimates = $estimates['estimateKeywordListReturn']; > > calling "estimateKeywordList" for getting above values for the > keywords > so plz let me know how to do get data like above in new version. > > plz reply me > > On Apr 9, 10:43 pm, AdWords API Advisor <adwordsapiadvi...@google.com> > wrote: > > > > > Hi, > > > The KeywordToolService and SiteSuggestionService have been replaced by > > the TargetingIdeaService: > > > http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde... > > > Best, > > - Eric > > > On Apr 9, 2:43 am, "freesystems.t...@gmail.com" <adwo...@kutenda.com> > > wrote: > > > > Hi, > > > > what is api for getting suggested keywords. > > > > in previous api version i am using > > > >https://adwords.google.com/api/adwords/v13/KeywordToolService?wsdl > > > > so plz let me know what is equivalent for this in v2009 > > > > thanks > > > > On Apr 8, 6:58 pm, AdWords API Advisor <adwordsapiadvi...@google.com> > > > wrote: > > > > > Hi, > > > > > There is a restriction where once an LocationExtension > > > > AdExtenionOverride is created for an ad, even if you delete the > > > > override, all future overrides for that ad must have the same latitude > > > > and longitude as the original. Essentially, once you associate an ad > > > > with an address if can only be used for that address. You can create > > > > a new campaign ad extension with a different phone number, business > > > > name, etc, but the address (and hence latitude and longitude) must be > > > > the same. > > > > > Best, > > > > - Eric > > > > > On Apr 7, 9:14 am, "freesystems.t...@gmail.com" <adwo...@kutenda.com> > > > > wrote: > > > > > > Hi, > > > > > > When i override ad with new ad extension then getting the error > > > > > > ADEXTENSION_LATITUTE_CANNOT_CHANGE_AFTER_BEING_SET_ONCE > > > > > > scenario is > > > > > 1. created 5 ad extension at campaign level > > > > > 2. override one ad extension at ad level > > > > > 3. remove old ad extension of the ad and override the other ad > > > > > extension then giving the above error > > > > > > reply me > > > > > > On Apr 6, 8:45 pm, AdWords API Advisor <adwordsapiadvi...@google.com> > > > > > wrote: > > > > > > > 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" > > > > > > <adwo...@kutenda.com> > > > > > > wrote: > > > > > > > > Hi, > > > > > > > > Keyword not deleting > > > > > > > > $criterion = new Criterion(); > > > > > > > $criterion->id = $criterionId; > > > > > > > > // Create ad group criterion. > > > > > > > $adGroupCriterion = new BiddableAdGroupCriterion(); > > > > > > > $adGroupCriterion->adGroupId = $adGroupId; > > > > > > > $adGroupCriterion->userStatus = "DELETED"; > > > > > > > $adGroupCriterion->criterion = new > > > > > > > Criterion($criterionId); > > > > > > > > // Create operations. > > > > > > > $operation = new AdGroupCriterionOperation(); > > > > > > > $operation->operand = $adGroupCriterion; > > > > > > > $operation->operator = 'SET'; > > > > > > > > if i pause keyword then it's working > > > > > > > > $criterion = new Criterion(); > > > > > > > $criterion->id = $criterionId; > > > > > > > > // Create ad group criterion. > > > > > > > $adGroupCriterion = new BiddableAdGroupCriterion(); > > > > > > > $adGroupCriterion->adGroupId = $adGroupId; > > > > > > > $adGroupCriterion->userStatus = "PAUSED"; > > > > > > > $adGroupCriterion->criterion = new > > > > > > > Criterion($criterionId); > > > > > > > > // Create operations. > > > > > > > $operation = new AdGroupCriterionOperation(); > > > > > > > $operation->operand = $adGroupCriterion; > > > > > > > $operation->operator = 'SET'; > > > > > > > > reply me > > > > > > > > On Apr 5, 8:22 pm, AdWords API Advisor > > > > > > > <adwordsapiadvi...@google.com> > > > > > > > wrote: > > > > > > > > > Hi, > > > > > > > > > The AdWords web interface allows you to connect an AdWords > > > > > > > > account to > > > > > > > > a Local Business Center (LBC) account. Each night all of the > > > > > > > > addresses in the LBC account will be synced with AdWords, > > > > > > > > resulting in > > > > > > > > a CampaignAdExtension containing a LocationExtension containing > > > > > > > > the > > > > > > > > address. Linking to an LBC account is currently only possible > > > > > > > > via the > > > > > > > > web interface, but you can see the resulting > > > > > > > > CampaignAdExtensions > > > > > > > > using the API. > > > > > > > > > Best, > > > > > > > > - Eric > > > > > > > > > On Apr 3, 7:03 am, "freesystems.t...@gmail.com" > > > > > > > > <adwo...@kutenda.com> > > > > > > > > wrote: > > > > > > > > > > Hi, > > > > > > > > > > Please explain me Ad extension := Business owners - Use > > > > > > > > > addresses from > > > > > > > > > a Local Business Center account: > > > > > > > > > > how this functionality will work and what is the api for > > > > > > > > > this. > > > > > > > > > > how the address will override at create ad level. > > > > > > > > > > Explain me full functionlaity. > > > > > > > > > > Thanks > > > > > > > > > > On Apr 2, 11:50 pm, AdWords API Advisor > > > > > > > > > <adwordsapiadvi...@google.com> > > > > > > > > > wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > I was able to replicate this issue, and there seems to be a > > > > > > > > > > problem > > > > > > > > > > with the way the backend handles provinceCodes. I'll raise > > > > > > > > > > this issue > > > > > > > > > > with the core engineering team. > > > > > > > > > > > Right now it seems like the service is only storing the > > > > > > > > > > provinceName > > > > > > > > > > value. For now, if you populate this field when using the > > > > > > > > > > GeoLocationService you should be able to pass it along to > > > > > > > > > > the > > > > > > > > > > CampaignAdExtensionService and get it to show up correctly > > > > > > > > > > in the > > > > > > > > > > AdWords web interface. > > > > > > > > > > > Best, > > > > > > > > > > - Eric > > > > > > > > > > > On Apr 2, 7:39 am, "freesystems.t...@gmail.com" > > > > > > > > > > <adwo...@kutenda.com> > > > > > > > > > > wrote: > > > > > > > > > > > > Hi, > > > > > > > > > > > > // Create address. > > > > > > > > > > > $address = new Address(); > > > > > > > > > > > $address->streetAddress = '1600 Amphitheatre Parkway'; > > > > > > > > > > > $address->cityName = 'Mountain View'; > > > > > > > > > > > $address->provinceCode = 'US-CA'; > > > > > > > > > > > $address->postalCode = '94043'; > > > > > > > > > > > $address->countryCode = 'US'; > > > > > > > > > > > > when i add campaign ad extension with above fields ... so > > > > > > > > > > > in > > > > > > > > > > > googleadwords not publishing the province code. > > > > > > > > > > > it showing like > > > > > > > > > > > abc > > > > > > > > > > > 1600 Amphitheatre Parkway > > > > > > > > > > > Mountain View, 94043 > > > > > > > > > > > > reply me ASAP > > > > > > > > > > > Thanks > > > > > > > > > > > > On Mar 31, 7:35 pm, AdWords API Advisor > > > > > > > > > > > <adwordsapiadvi...@google.com> > > > > > > > > > > > wrote: > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > To delete the old ad extension override you need to use > > > > > > > > > > > > the REMOVE > > > > > > > > > > > > operator. > > > > > > > > > > > > > Best, > > > > > > > > > > > > - Eric > > > > > > > > > > > > > On Mar 30, 6:29 am, "freesystems.t...@gmail.com" > > > > > > > > > > > > <adwo...@kutenda.com> > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > hi > > > > > > > > > > > > > > status AdExtensionOverride.Status > > > > > > > > > > > > > Status of ad extension > > > > > > > > > > > > > override at the ad level. The status will start > > > > > > > > > > > > > ACTIVE on add and will > > > > > > > > > > > > > become DELETED on remove (ie. cannot modify status) > > > > > > > > > > > > > This field is read > > > > > > > > > > > > > only and should not be set. > > > > > > > > > > > > > > 1. Enumerations > > > > > > > > > > > > > 1. ACTIVE > > > > > > > > > > > > > 2. DELETED > > > > > > > > > > > > > > here for delete the ad extension override ... the set > > > > > > > > > > > > > operation is not > > > > > > > > > > > > > working. > > > > > > > > > > > > > > On Mar 29, 7:47 pm, AdWords API Advisor > > > > > > > > > > > > > <adwordsapiadvi...@google.com> > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > To change the LocationExtension override for an ad > > > > > > > > > > > > > > you must first > > > > > > > > > > > > > > REMOVE the old AdExtensionOverride and then ADD the > > > > > > > > > > > > > > new one. > > > > > > > > > > > > > > > Best, > > > > > > > > > > > > > > - Eric > > > > > > > > > > > > > > > On Mar 26, 7:12 am, "freesystems.t...@gmail.com" > > > > > > > > > > > > > > <adwo...@kutenda.com> > > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > hi > > > > > > > > > > > > > > > > i have one ad which is already overridden by ad > > > > > > > > > > > > > > > extension. so now i > > > > > > > > > > > > > > > want to override with different local business ad > > > > > > > > > > > > > > > extension. > > > > > > > > > > > > > > > > request is > > > > > > > > > > > > > > > > Array > > > > > > > > > > > > > > > ( > > > > > > > > > > > > > > > [0] => AdExtensionOverrideOperation Object > > > > > > > > > > > > > > > ( > > > > > > > > > > > > > > > [operand] => AdExtensionOverride > > > > > > > > > > > > > > > Object > > > > > > > > > > > > > > > ( > > > > > > > > > > > > > > > [adId] => 4609056651 > > > > > > > > > > > > > > > [adExtension] => AdExtension > > > > > > > > > > > > > > > Object > > > > > > > > > > > > > > > ( > > > > > > > > > > > > > > > [id] => 77669151 > > > > > > > > > > > > > > > ... > > read more » -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en To unsubscribe, reply using "remove me" as the subject.