Re: How to get the entities within the specified DateRange in Selector of CampaignService(v201603)?

2016-05-02 Thread Peng Xi
Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

Re: How to get the entities within the specified DateRange in Selector of CampaignService(v201603)?

2016-05-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The DateRange field in the selector is for filtering out the dates for which the campaign stats are requested. It is not meant to be used to filter campaigns by a date range. You can use the CustomerSyncService

How to get the entities within the specified DateRange in Selector of CampaignService(v201603)?

2016-05-02 Thread Peng Xi
I set DateRange (min, max) in Selector of CampaignService(v201603) to retrieve campaigns, while it returned all the results beyond the specified dates. Does the DateRange work, and how can I use the DateRange? And is the date range for startDate, endDate or the changed date of campaigns?