BCN
$$$$ ¯\_(ツ)_/¯ $$$$
- Joined
- Dec 26, 2015
- Messages
- 261
- Likes
- 270
- Degree
- 1
For my mediabuying and websites, I usually dump a lot of data into SQL (Postgres). I.e. stuff like costs, revenue, clicks, ads etc.
It doesn't have a frontend really, just some small python scripts parsing csv or some cmd scripts to add new ads.
It helps me a lot to do cost reports for JVs, and unlike spreadsheets they ensure data integrity better.
I.e. tables
ads_copies
ads_imgs
ads (connecting ads_copies and ads_imgs)
ad_accounts
fb_data (parse from CSV)
tracker_clicks
tracker_conversions
currency_rates
So I can backtrack, and see CPM i paid in UK for a certain campaign, working ads, working imgs, targetings ....
I've been playing with using Jupyter notebooks, and Data Studio (they have SQL connection). But any other cookie cutter data base connection I can use, i.e. to make "views" of sql queries, i.e. where I can change the input (data scope, filters)?
Doesn't have to be free.
PS: Before deciding to use SQL, I used Airtable, but it's limited for my use.
It doesn't have a frontend really, just some small python scripts parsing csv or some cmd scripts to add new ads.
It helps me a lot to do cost reports for JVs, and unlike spreadsheets they ensure data integrity better.
I.e. tables
ads_copies
ads_imgs
ads (connecting ads_copies and ads_imgs)
ad_accounts
fb_data (parse from CSV)
tracker_clicks
tracker_conversions
currency_rates
So I can backtrack, and see CPM i paid in UK for a certain campaign, working ads, working imgs, targetings ....
I've been playing with using Jupyter notebooks, and Data Studio (they have SQL connection). But any other cookie cutter data base connection I can use, i.e. to make "views" of sql queries, i.e. where I can change the input (data scope, filters)?
Doesn't have to be free.
PS: Before deciding to use SQL, I used Airtable, but it's limited for my use.