Re: (v201101) campaignEstimateRequest without NetworkSetting?

2011-06-06 Thread yusawai
Hi, I understood it well. Thank you very much. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: (v201101) campaignEstimateRequest without NetworkSetting?

2011-06-06 Thread Eric Koleda
Hi, In v201008 you could set the network targeting to wither GOOGLE_SEARCH or GOOGLE_SEARCH + SEARCH_NETWORK. In v201101 you can currently only use the default network targeting of GOOGLE_SEARCH. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Re: (v201101) campaignEstimateRequest without NetworkSetting?

2011-06-05 Thread yusawai
Hi, Eric. Thank you for your kind explanation! Do you mean that the estimates I can retrieve in v201101 (without network targeting) is different from the ones in v201008 whose NetworkTarget is set for GOOGLE_SEARCH ? In other words, as for network targeting, you mean that I can only retrieve k

Re: (v201101) campaignEstimateRequest without NetworkSetting?

2011-06-03 Thread Eric Koleda
Hi, Unfortunately NetworkTarget was removed in v201101 without replacement functionality for the TrafficEstimatorService. We are working to restore this functionality, but for now you'll need to use an earlier version of the API if you want to incorporate network targeting into your estimates.

(v201101) campaignEstimateRequest without NetworkSetting?

2011-06-01 Thread yusawai
Hi. In v201008, I can set NetworkTarget in CampaignEstimateRequest like below : CampaignEstimateRequest campaignEstimateRequest = new CampaignEstimateRequest(); campaignEstimateRequest.setTargets(new Target[]{ new CountryTarget(null, null, "XX"), new LanguageTarge