Adobe Analytics Data Type ranges | Community
Skip to main content
New Participant
April 18, 2022
Solved

Adobe Analytics Data Type ranges

  • April 18, 2022
  • 1 reply
  • 910 views

I am not able to find adobe analytics documentation for Datatypes. I am specifically looking for adobe analytics data type ranges. We are using adobe analytics 2.0 apis and while fetching the metrics api, type of the data is integer however when we use report api, we are getting exponential length data in response for integer type metrics and it cause an issue while parsing the response.

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 atutripathi

Hey @pragshuk,

What we need is the ranges of Adobe Analytics numeric data types such as "Currency", "Percent", "Int" and "Decimal" datatypes. Is there any resource to know about such information?

1 reply

Employee
April 18, 2022

Hi @atutripathi : Hope you are doing well.

You can try the doc "https://developer.adobe.com/analytics-apis/docs/2.0/apis" which contains all the API referrences for different components along with their complete request body which contains the Data types. Also you can use Swagger 2.0 " https://adobedocs.github.io/analytics-2.0-apis/ " where you can see the structure of the API request with endpoint URL and test run the same to see the Output.

atutripathiAuthorAccepted solution
New Participant
April 19, 2022

Hey @pragshuk,

What we need is the ranges of Adobe Analytics numeric data types such as "Currency", "Percent", "Int" and "Decimal" datatypes. Is there any resource to know about such information?