I have a C# script that pulls daily ad statistics - clicks, impressions, spent from a facebook account. I have taken into consideration all the timezone and DST criteria. For the most part my metrics match what the Ad Performance Report within the front end shows for these metrics. The dates for which the metrics tie out perfectly are well in the past but as I get closer to the current day, these metrics start to drift from what facebook reports.
My question is whether facebook updates adgroup metrics periodically? For conversions stats I know that facebook updates clicks and impressions for a period of 28 days after the initial impression so we pull 28 days worth of data for each adgroup in order to have to most up to date metrics.
Does anybody know if facebook does something similar for ad statistics? If so do they stop updating after a specified number of days? There seems to be no documentation on this aspect.