bernard
BuSo Pro
- Joined
- Dec 31, 2016
- Messages
- 2,587
- Likes
- 2,298
- Degree
- 6
Knowing which urls bring income is obviously important, but merely knowing the total income is not enough.
I grab income from my affiliate networks with their api, which delivers csv of urls, date and commission. Naturally these url's can have various parameters and such.
I want to:
1) See earnings pr. url for each time period, say last month, last 3 months, last 1 year
2) See earnings pr. url for a time series, so that I can calculate an average payback period for outsourced content
Currently I use Python and import into Google Sheets.
I was considering if Numpy might be the correct choice here?
I grab income from my affiliate networks with their api, which delivers csv of urls, date and commission. Naturally these url's can have various parameters and such.
I want to:
1) See earnings pr. url for each time period, say last month, last 3 months, last 1 year
2) See earnings pr. url for a time series, so that I can calculate an average payback period for outsourced content
Currently I use Python and import into Google Sheets.
I was considering if Numpy might be the correct choice here?