Re: New campaign ids from change history

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, You can also filter multiple campaign status types by using the *.in *predicate instead of the *.equals *predicate as follows: Selector selector = builder .fields(CampaignField.Id, CampaignField.Name) .in(CampaignField.Status, "REMOVED" , "ENABLED", "PAUSED")

Re: New campaign ids from change history

2017-03-13 Thread Eshwar Chettri
Hi Vishal, Thank you for response, You mean to say that we cannot get campaign ids of both existing and removed campaigns at a time. And we need to send separate request for existing and removed campaigns. Thanks, Eswhar On Wednesday, March 8, 2017 at 6:53:40 PM UTC+5:30, Eshwar Chettri

Re: New campaign ids from change history

2017-03-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Technically, you can filter only the removed campaigns in the get call to CampaignService and pass the list of removed campaignIds to your CustomerSyncSelector

Re: New campaign ids from change history

2017-03-13 Thread Eshwar Chettri
Hi Vishal, using CustomerSyncService , only the campaignIds of those campaigns which are enabled or paused are retriving, But i want all the campaiIds including campaignId of removed campaigns from adwords.

Re: New campaign ids from change history

2017-03-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Unfortunately, using CustomerSyncService , you cannot fetch only the changed campaigns directly. The best way to achieve this is by following this example

Re: New campaign ids from change history

2017-03-08 Thread Eshwar Chettri
Hi vishal, Can you please provide the reference code for getting the campaign Ids of newly added campaign in adwords and existing campaign changed . Regards, Eshwar. On Wednesday, March 8, 2017 at 6:53:40 PM UTC+5:30, Eshwar Chettri wrote: > > Hi, > > I want to know that how can i get

Re: New campaign ids from change history

2017-03-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, CustomerSyncService can be used to fetch recent changes to an account or a campaign for a given date range. Please refer to this example

New campaign ids from change history

2017-03-08 Thread Eshwar Chettri
Hi, I want to know that how can i get campaign ids of newly added campaign in adwords using API from change history. eshwar. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/