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.
Solved! Go to Solution.
Views
Replies
Total Likes
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?
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.
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?
Views
Likes
Replies