Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!

Is it possible to identify for every field if it can be nullable or not in Adobe Analytics?

Avatar

Level 1

In the Api Documentation of the Adobe Analytics, we could not find details regarding whether or not fields supported by Adobe endpoints can have null values.

Is there any way through which we can find whether the fields can be nullable or not?

API documentation link: https://developer.adobe.com/analytics-apis/docs/2.0/apis/

 

Is there any other approach through which we could find it would be helpful.

2 Replies

Avatar

Community Advisor and Adobe Champion

Hey @AmeyGa !

I believe you will want to look at the Endpoints Guide (which is a sub-page in that documentation), is there a specific use-case that you're trying to determine if an endpoint is required or optional?  https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/ 

 

You can also test via the direct link of what you shared to the Github Swagger API page after authenticating at the top: https://adobedocs.github.io/analytics-2.0-apis/ as the embedded version seems to have trouble with working after authenticating.

 

Hope this helps!

Andy

Avatar

Level 1

Hi @andylunsford1 ,

 

We have checked the API documentation, but we could not find any details regarding whether the field is nullable or not.

 

For example: For Annotations api, in the documentation there are no details mentioned whether the fields in the annotations api could be nullable or not.

AmeyGa_0-1722504229860.png

 

 

Is there any details regarding this.