Josh,
That is correct. I was doing the last 5 days of sync. I still was able to 
find discrepancies, looking historically from last month. I actually know 
exactly which record had discrepancies and when I polled that data if that 
helps.

Thanks,
Brad

On Wednesday, November 18, 2015 at 1:36:41 PM UTC-8, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Brad,
>
> I don't think that *CustomerSyncService* is going to provide the 
> information you want for your use case. That service returns IDs of objects 
> that were added or removed, or whose *attributes* have changed during the 
> date range specified. However, it sounds like you are looking for the IDs 
> (or dates) of objects whose *performance statistics* (such as 
> impressions, cost, etc.) have changed. Unfortunately, there isn't an API 
> service that will provide that information.
>
> I would recommend always replacing your locally stored performance data 
> for the last 5 days with a fresh run of each report for the last 5 days. Is 
> that what you're doing already?
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, November 18, 2015 at 1:17:20 PM UTC-5, Brad Ruderman wrote:
>>
>> I am still unclear how to determine which days have changed. I understand 
>> the "CustomerSyncService" returns back different levels that have changed, 
>> however I need to know the DAYS which data has changed for. If I pass in a 
>> min/max of last sync time, where do I then get the days that need to be 
>> reprocessed? Can you please provide some sample code as to determine which 
>> days need to be reprocessed.
>>
>> Thanks,
>> Brad
>>
>> On Wednesday, November 18, 2015 at 7:11:59 AM UTC-8, Umesh Dengale wrote:
>>>
>>> Hello,
>>>  
>>> You could use the AdGroupChangeData.changedCriteria 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService.AdGroupChangeData#changedcriteria>,
>>>  
>>> AdGroupChangeData,removedCriteria 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService.AdGroupChangeData#removedcriteria>,
>>>  
>>> AdGroupChangeData.adGroupId 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService.AdGroupChangeData#adgroupid>,
>>>  
>>> AdGroupChangeData.adGroupChangeStatus 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService.AdGroupChangeData#adgroupchangestatus>
>>>  and 
>>> similar fields from CampaignChangeData 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService.CampaignChangeData>(e.g.
>>>  
>>> campaignId, addedCampaignCriteria, removedCampaignCriteria etc.) from the 
>>> CustomerSyncService to create the query to get the changed data for the 
>>> Keyword Performance Report. Please check out CustomerSyncService 
>>> <https://developers.google.com/adwords/api/docs/reference/v201509/CustomerSyncService>
>>>  and Keyword Performance Report 
>>> <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report>
>>>  documents 
>>> for more details.
>>>
>>> Regards,
>>> Umesh, AdWords API Team.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/985cc669-c449-45fd-be64-6b5f68b83d12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to