Hi,

In the *Deprecated* section of the v201309 release 
notes<https://developers.google.com/adwords/api/docs/reference/#v201309>we have:


   - Stats are no longer available from any service; use 
reporting<https://developers.google.com/adwords/api/docs/guides/reporting>
    instead.

Please have a look at the reporting 
documentation<https://developers.google.com/adwords/api/docs/appendix/reports>and
 post back if you have any follow up questions.

Thanks,
Josh, AdWords API Team

On Thursday, December 5, 2013 3:03:46 AM UTC-5, F.Per wrote:
>
> Hi guys,
>
> sorry to bother you but i do not find anything in the google migration 
> guide releases or documentation about how to handle this.
> In my old code ive set the campaignstats like following:
> [code]
> ...
>       plaCampaign.setBudget(budget);
>         
>         NetworkSetting networkSetting = new NetworkSetting();
>         networkSetting.setTargetSearchNetwork(true);
>         plaCampaign.setNetworkSetting(networkSetting);
>         
>         // FIXME not available in api v201309
>         // CampaignStats campaignStats = new CampaignStats();
>         // campaignStats.setNetwork(StatsNetwork.GOOGLE_SEARCH);
>         // plaCampaign.setCampaignStats(campaignStats);
>
>         BiddingStrategyConfiguration biddingStrategyConfiguration = new 
> BiddingStrategyConfiguration();
>         
> biddingStrategyConfiguration.setBiddingStrategyType(BiddingStrategyType.MANUAL_CPC);
>         
> plaCampaign.setBiddingStrategyConfiguration(biddingStrategyConfiguration);
> [/code]
>
> How do i have to handle this now in v201309? The Migration guide does not 
> say how to modify the network setting.
>
> Thanks for the help.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to