Hello Eugene,

This field is available in the reporting only at the moment.


-Danial, AdWords API Team.


Original Message Follows:
------------------------
From: Eugene <eug...@somoto.net>
Subject: Re: Selector field to retrieve campaign's targeting mode
Date: Sun, 2 Dec 2012 04:13:47 -0800 (PST)

> What if I don't user reports but fetching campaign with selector from 
> CampaignService?
> Which field related to DCO optimization?
> 
> On Monday, November 19, 2012 10:20:43 AM UTC+2, Danial Klimkin wrote:
> >
> > Hello Eugene,
> >
> >
> > Please see the Automatic Placements Performance Report:
> >
> >   
> >
https://developers.google.com/adwords/api/docs/appendix/reports#automatic-placements
> >
> > Particularly, "IsAutoOptimized" field.
> >
> >
> > -Danial, AdWords API Team.
> >
> >
> > On Sunday, November 11, 2012 4:48:46 PM UTC+4, Eugene wrote:
> >>
> >> When I go to campaign settings through Adwords Web interface I have 
> >> "Automatic campaign optimization" section which can take one of two 
> >> following values:
> >> 1. Standard: Show ads based on targeting elements such as keywords
and 
> >> placements.
> >> 2. Auto-optimized: Find conversions automatically on additional 
> >> placements (Display Campaign Optimizer)
> >>
> >> I need to get status of this optimization through API.
> >>
> >> Currently I have two different campaigns. One is standard and second
one 
> >> is auto-optimized however I cannot find how to fetch the status it
through 
> >> API
> >>
> >> On Thursday, November 8, 2012 8:11:14 PM UTC+2, Oliver wrote:
> >>>
> >>> An adwords campaign can be using one of 3 bidding strategies; Manual

> >>> CPC, Conversion optimizer or Budget optimizer.   I am not sure what
you 
> >>> mean by DCO?
> >>>
> >>> When you get a campaign through CampaignService you can call
*getBiddingStrategy() 
> >>> *on it to get the bidding strateg this camapign is using.  You can
do 
> >>> something like this:
> >>>
> >>> BiddingStrategy bs = campaign.getBiddingStrategy();
> >>> if (bs instanceof ManualCPC){....}
> >>> else if (bs instanceof BudgetOptimizer) {...}
> >>> else if (bs instanceof ConversionOptimizer) {...}
> >>>
> >>> HTH
> >>>
> >>> Oliver
> >>>                     
> >>>
> >>>
> >>> On Thursday, November 8, 2012 12:52:00 PM UTC, Eugene wrote:
> >>>>
> >>>> Hello.
> >>>>
> >>>> I want to retrieve campaigns data with CampaignService and cannot
find 
> >>>> selector's field indicating whether a campaign in auto-optimized
(DCO) 
> >>>> mode or standard one.
> >>>> How can I retrieve this campaign's attribute?
> >>>>
> >>>> Thank you.
> >>>>
> >>>
> 
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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
> 
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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



Reply via email to