Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2016-05-03 Thread Tomas Rimkus
And it only took ~1 year to fix it... On Monday, May 2, 2016 at 8:32:51 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Good news: this issue was recently fixed. If you find you are still > running into problems when specifying both campaign and feed IDs, please > let me know. >

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2016-05-02 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Good news: this issue was recently fixed. If you find you are still running into problems when specifying both campaign and feed IDs, please let me know. Thanks, Josh, AdWords API Team On Thursday, February 25, 2016 at 11:37:34 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, >

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2016-02-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Still no update, unfortunately. Since fixing this would change the behavior of *CustomerSyncService*, I would only expect this to be addressed in a new version of the AdWords API and announced on our blog . You can subscribe

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2016-02-25 Thread Chirag
Hello Josh, Any update on this. Actually i am also facing same issue, the feeds are changed but it is not reflecting as changedfeeds for customerSyncservice. Thanks, On Friday, 6 March 2015 21:11:14 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > I just reached out to the

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-03-06 Thread Tomas Rimkus
On Friday, February 6, 2015 at 3:22:17 PM UTC+1, Tomas Rimkus wrote: * If I set both campaignIds and feedIds in CustomerSyncSelector object, I always get an empty response. Why can't I get both campaign and feed changes at once? Why do I have to do two requests? Any update on this issue?

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-02-11 Thread Josh Radcliff (AdWords API Team)
Hi, Yes, that's correct. Thanks, Josh, AdWords API Team On Wednesday, February 11, 2015 at 4:25:17 AM UTC-5, Tomas Rimkus wrote: So, if I create a new Feed and associate it with a Campaign using CampaignFeedService, the ID of the new Feed should show up under changedCampaigns-changedFeeds

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-02-11 Thread Tomas Rimkus
So, if I create a new Feed and associate it with a Campaign using CampaignFeedService, the ID of the new Feed should show up under changedCampaigns-changedFeeds when checking for campaign changes? Is that correct? On Wednesday, February 11, 2015 at 12:22:23 AM UTC+1, Josh Radcliff (AdWords

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-02-10 Thread Tomas Rimkus
Ok, another thing. Can you please confirm it or deny? changedCampaigns-changedFeeds will indicate changes to feed items only if feed items are associated with some campaign using feedItem-campaignTargeting association. Or maybe changedCampaigns-changedFeeds only shows changes to feed fields

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-02-10 Thread Josh Radcliff (AdWords API Team)
Hi, The CampaignChangeData.changedFeeds https://developers.google.com/adwords/api/docs/reference/v201409/CustomerSyncService.CampaignChangeData#changedFeeds collection does not reflect changes to attributes of *Feed**Items*. Instead, it reflects changes to the *association* between a Campaign

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-02-09 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send your account ID (xxx-xxx-) and the XML request you are sending with both feed IDs and campaign IDs *only to me* by clicking *Reply to Author* on this message? I don't see anything in the service handler that would cause an empty response if both types of IDs are

Re: CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-02-09 Thread Tomas Rimkus
Also, can you tell me why are you using non-standard timezone abbreviation in lastChangeTimestamp (PST8PDT) which is not supported by standard date parsing utils? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

CustomerSyncService does not return changedFeeds in CampaignChangeData object

2015-02-06 Thread Tomas Rimkus
* When getting campaign changes with CustomerSyncService, CustomerChangeData-CampaignChangeData-changedFeeds field is never set even there were changes to the feeds. However, I can get those feed changes by setting feedIds in the Selector object and checking for changes in