How to track server side rest service from Analytics? If i want to keep tracking on count of a specific restful service invoked in a server. Do we have any tools in Adobe to track it. | Community
Skip to main content
New Participant
November 27, 2020
Solved

How to track server side rest service from Analytics? If i want to keep tracking on count of a specific restful service invoked in a server. Do we have any tools in Adobe to track it.

  • November 27, 2020
  • 2 replies
  • 1856 views

How to track server side rest service from Analytics? If i want to keep tracking on count of a specific restful service invoked in a server. Do we have any tools in Adobe to track it. 

 

For example in server we have a rest service /api/SendAgent service. I want to track no of visits to this service from analytics.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

You can create your own image requests: https://experienceleague.adobe.com/docs/analytics/implementation/other/hardcoded.html

I remember Adobe used to have AppMeasurement SDKs for other languages/platforms, e.g. for PHP. But I can't find that in the documentation site, so those might have been deprecated.

2 replies

jantzen_b
Employee
February 3, 2021
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?
yuhuisg
yuhuisgAccepted solution
New Participant
November 28, 2020

You can create your own image requests: https://experienceleague.adobe.com/docs/analytics/implementation/other/hardcoded.html

I remember Adobe used to have AppMeasurement SDKs for other languages/platforms, e.g. for PHP. But I can't find that in the documentation site, so those might have been deprecated.

New Participant
November 30, 2020
This is for static files. How to track serverside rest services.