I have a url https://foo.co
k shortener that has an Analytics script and that every time a user accesses https://foo.co/123
, for example, generates access data in Analytics.
The goal is for my front-end client to query all analytics data for that link that was accessed ( https://foo.co/123/details
) without authenticating in Analytics.
I have not found in the documentation of the same anything explaining how to do queries without the need for authentication by an Analytics account.