analytics-java-library
analytics-java-library copied to clipboard
Support for Defining Inline Segments using this API is not supported
Hi,
This API was the initial basis for me to perform Adobe Analytics calls. Till long time I recognized that it was working fine. Later for a requirement I recognized that the support to define inline segments as per below documentation url is not supported. https://marketing.adobe.com/developer/blog/inline-segments-in-1-4-reporting-api
If you can enhance the same it will be great.
Inline Segment section
"segments":[ { "container":{ "type":"visitors", "rules":[ { "name":"Country", "element":"geocountry", "operator":"equals", "value":"Spain" } ] } } ]
Regards, Anupam