Adobe Analytics 2.0 API changes in the last few weeks: any documentation?
Happy New Year all!
I've been using the Reporting 2.0 API to power our Tableau dashboards for years. Since the Christmas break, I've noticed that all the API responses have changed and I can't find any API-specific documentation to learn more. Are more changes coming? What is the intention of the changes?
For example, when requesting visits by week by tracking code, the response used to include the following data:
data: list
itemId: str
value: str
Now, I see the addition of two lists:
data: list
itemId: str
itemIds: list
value: str
values: list
Any ideas?

