-
Inconsistency in Google Analytics API V1 Data Retrieval
Hey there, I’m pulling data through Google Analytics’ Data API V1 and aiming to collate data for a specific date range – say one day, for several dimensions (I’m breaking it up into 7 segments for each request). But here’s the snag: when I’m pulling the data, the row count isn’t adding up, even when I keep dimensions consistent, like date or firstSessionDate, hoping they’d return the same number of elements. Got any clues or insights into what’s up with that or how Google Analytics handles data display? I’ve attempted to cross-check this with the records I’ve exported from BigQuery, but no dice, they aren’t matching. In fact, BigQuery appears to be showing more data vis-à-vis the API.
My aim here is to find the exact same records for the identical dimensions so as to stitch the API responses together like a well-fitted jigsaw puzzle.
Oh, and by the way, I’m using the Python client API.
Log in to reply.