Skip to content

Instantly share code, notes, and snippets.

@Jordanlagan
Created August 2, 2022 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jordanlagan/7896becff3455aa9eebfe67e3f7a6f83 to your computer and use it in GitHub Desktop.
Save Jordanlagan/7896becff3455aa9eebfe67e3f7a6f83 to your computer and use it in GitHub Desktop.
Summary
google_data = {
"spend" => {
"overall" => {
"mtd" => {
"total" => 1111.32,
"yy" => 13.24
},
"last_7_d" => {
"total" => 321.30,
"yy" => 5.38
},
"last_30_d" => {
"total" => 1007.05,
"yy" => 7.55
},
...
},
"campaign_group_1" => {
"mtd" => {
"total" => 1111.32,
"yy" => 13.24
},
"last_7_d" => {
"total" => 321.30,
"yy" => 5.38
},
"last_14_d" => {
"total" => 1007.05,
"yy" => 7.55
},
...
},
...
},
"conversions" => {
"overall" => {
"mtd" => {...},
"last_7_d" => {...},
"last_14_d" => {...},
...
},
"campaign_group_1" => {...},
...
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment