I just run into the same issue. The documentation says to use the reporting 
instead. So I had to drop back to v201306 in order to make it work again. 
v201306 will be sunset in March 31 2013. So I bought sometime to figure 
this one out.

I hope someone can help us on this issue. 


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