Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Adobe Analytics Data Type ranges

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 1

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?

View solution in original post

2 Replies

Avatar

Employee

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.

Avatar

Correct answer by
Level 1

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?