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.