We’ve implemented Adobe Target using a server-side integration in our application. The backend (built on .NET) makes the Target API call and receives a JSON response, based on which we render the selected experience/view.
On the front end, we use Adobe Analytics to track page views and user interactions. The front end is running AT.js 1.x.
Now we want to connect the dots between the Target experience selected in the backend and the Analytics data captured on the frontend. Our goal is to be able to segment and analyze Analytics data by Target experience (e.g., filtering reports by experience A vs. B).