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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en



Reply via email to