Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

closed as off topic by Jean-François Corbett, kmp, LittleBobbyTables, bipen, Stefan Steinegger Jan 24 at 14:50

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.