-
Notifications
You must be signed in to change notification settings - Fork 4
Backfill Socrata data #35
Comments
Do the current GA IDs/properties have data dating back to Jan 1, 2016? |
No, I guess not 😩 I think we probably have data starting April 26, see 361d487 |
Google Analytics API supports the Here's what the report would look like; it's exactly the same as the frequency: once
meta:
description: Data regarding each and every page dating back to 2016-04-26
name: Back Fill
name: back-fill
query:
dimensions:
- ga:date
- ga:hostname
- ga:pagePath
- ga:pageTitle
end-date: yesterday
start-date: 2016-04-26
metrics:
- ga:sessions
- ga:percentNewSessions
- ga:pageviews
- ga:uniquePageviews
- ga:avgTimeOnPage
- ga:avgPageLoadTime
- ga:entrances
- ga:bounces
- ga:exits |
Since the We'll probably want at least:
|
@allejo regarding your question above:
I think we should make a best-effort at filtering and normalizing. We might want to create one or more WebJobs, distinct from the |
Would a WebJob actually be necessary for a one-time job of backfilling data? I was thinking running it locally, clean up data and then upsert the data to Socrata. Or would this backfilling be happening regularly? |
Yeah, you're totally right. I guess I just meant something external to the |
Not so much an issue with our code, just a reminder todo.
Let's backfill the daily report data into Socrata, starting January 1, 2016.
The text was updated successfully, but these errors were encountered: