I’ve been running a smart redirecting service Plink and use the API to see total requests/analytics to zones/domains/workers and namespaces that all of my services run through, yet I’m needing to surface analytics per-KV to display to my end users. But it appears this isn’t publicly available.
Each custom link (plnk.to/PickSix for example) has its own KV pair with relevant metadata inside, and requests to these URL paths have subrequests to that particular KV entry, so surfacing analytics on a per-KV basis is needed in order to surface analytics to customers for their specific links, not the entire zone/namespace domains.
This feels closeCloudflare API v4 Documentation (yet is needing a “keys” param to hit). Anything available now or in the future?
Appreciate the recommendation, this is one of the beta products that I have yet to explore. I’m currently using Unbound to solve for some other longer-running tasks for within plink.
Honestly could surface some interaction/event type Analytics utilizing this as well considering that I have proxies set up on majority of the top links clicked/redirected to. So could read the proxy endpoint and know that they clicked on x button. Hoping to explore DO here.