Short url click stats by datetime #3237
Unanswered
digitalhealthresearch
asked this question in
Q&A
Replies: 1 comment
-
I think you're talking about something that would be best implemented as your own custom plugin that adds an API action, just like the Your own action that takes a shorturl keyword and returns all of the clicks seems to be the best approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to create a dataframe that has short url click stats broken down by datetime. I.e., each click would be an observation with a timestamp.
I could get these data with the url-stats-period plugin and a loop:
But that is obviously very wasteful and time-consuming. Am I missing something in the API that will let me see the datetime each click occurred?
Beta Was this translation helpful? Give feedback.
All reactions