Hi Giles, The answer to your question depends on what you set for the dateTimeRange in your selector <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerSyncService.CustomerSyncSelector#dateTimeRange>. Using your example:
1. Set *min=12:00, max=12:15* You would see AdGroup A under changedAdGroups <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerSyncService.CampaignChangeData#changedAdGroups> with *adGroupChangeStatus = NEW*. The IDs of the ads you added will *not* be in changedAds <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerSyncService.AdGroupChangeData#changedAds>. Per the docs for *NEW*: This entity was created during the time frame we're looking at. We will not > enumerate all of the individual changes to this entity and its children. > Instead it should be loaded from the appropriate service. 2. Set *min=12:08, max=12:15* You would see AdGroup A under *changedAdGroups* with *adGroupChangeStatus = UNCHANGED*, and the ID for Ad "E" in changedAds <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerSyncService.AdGroupChangeData#changedAds> . Let me know if that doesn't clear things up. Cheers, Josh, AdWords API Team On Tuesday, July 14, 2015 at 7:04:41 AM UTC-4, Giles Bodger wrote: > > Hi all, > > I have a question re changes in New Ads prior to their first sync - so > example ..... > > My last sync was at 12:00AM and my next sync is 12:15AM > > At 12:07AM i add a new AdGroup "A" and several new Ads > At 12:11AM i then make a change to one of those new Ads, Ad "E" > > When i sync at 12:15AM will the AdID of new Ad "E" that was added at > 12:07AM, but that was changed at 12:11AM, be within > the AdWords.AdGroupChangeData.changedAds collection > > OR > > would I retrieve Ad "E" it by getting all the new Ads by AdGroupId using > the CampaignChangeData and it's changedAdGroup data where the change status > of the AdGroup is NEW, thus picking up AdGroup "A" as a > new AdGroup and therefore Ad "E" within that GetAdsByAdGroupId call > > I hope that is explained well enough > > cheers in advance > > Giles > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/288aa25b-2a07-4dfd-92c4-fe7383df6ab4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
