Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2014-02-12 Thread Michael Cloonan (AdWords API Team)
Hi Shobha, You can't get stats through the AdWords API services anymore. If you want information on Clicks, Cost, Conversions, etc., you need to use reportshttps://developers.google.com/adwords/api/docs/guides/reporting. If you want this data on an AdGroup level, you should use the AdGroup

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-12-13 Thread Shobha Procentris
Paul, Can you please let me know how to fetch the Auto targets related data including clicks, Cost, Conversions, Bids etc using the AdgroupCriterionService. I am trying to use the following code snippet but it doesn't seem to work: $adGroupCriterionService =

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-11-08 Thread Shobha Procentris
Hi Paul, I tried this using the following code snippet in PHP $adGroupCriterionService = $user-GetService('AdGroupCriterionService', 'v201309'); $selector = new Selector(); $selector-fields = array('Id','parameter','criteriaCoverage','criteriaSamples'); $selector-predicates[] = new

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-11-07 Thread Paul Matthews (AdWords API Team)
Hi Shobha, To create / retrieve targets for dynamic search adshttps://support.google.com/adwords/answer/2497706?hl=en, you should use the Webpage Criterionhttps://developers.google.com/adwords/api/docs/reference/latest/SharedCriterionService.Webpagefrom the

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-10-24 Thread shobha . procentris
Hi Danial, The Dynamic Search Ads are available as a separate type. But how can we fetch the individual 'Auto Targets' based on category, URL etc defined under the Dynamic Search Campaigns. The Keyword Less Category and Query reports don't seem to return the data. Also, we can set the bids

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-10-11 Thread Danial Klimkin
Hello, DSA are available as an ad type: https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupAdService.DynamicSearchAd Bids can be retrieved and updated with the bidding configuration, see: https://developers.google.com/adwords/api/docs/guides/bidding -Danial,

Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-10-09 Thread shobha . procentris
Hi Adwords API Team, We want to change the bids for Auto Targets under Dynamic Search Campaigns using v201309. Can you please let us know the following: 1. How can the bids be retieved? 2. How can we update the bids? Thanks, Shobha -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also