Re: Would AdWords API archive the old campaigns?

2016-06-06 Thread Peng Xi
I see. Thanks very much. On Monday, June 6, 2016 at 11:21:05 AM UTC-7, Anthony Madrigal wrote: > > Hi, > > AdWords API does not automatically archive old/unused campaigns. You will > need to do it on your own. You can use a Predicate >

Would AdWords API archive the old campaigns?

2016-06-06 Thread Peng Xi
As the increasing of the created campaigns, would the API automatically archive the old / stopped / removed campaigns, ad groups, etc.? If so, can I get the campaigns through the method SELECTOR? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Any simpler way other than listing fields to fetch campaigns?

2016-05-17 Thread Peng Xi
Thank you, Peter. On Tuesday, May 17, 2016 at 12:59:25 PM UTC-7, Peter Oliquino wrote: > > Hi, > > You must specify fields in the selector > > in > order to get campaigns. Alternatively you can

Any simpler way other than listing fields to fetch campaigns?

2016-05-17 Thread Peng Xi
To get the campaigns, does it have to specify list of fields in CampaignService.Selector? Is there any direct service or simpler method to make it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

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

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?