Hi All, We are trying to deliver a test using server side delivery API - Everything points to the test being delivered correctly. We are able to see the Visitors for both Experience A and Experience B. We checked internally in our elastic tool analytics reporting and verified both the experiences ar...
I am planning to implement personalized recommendations on our website's homepage, which is structured around four distinct sections: 'Highlights', 'New Arrivals', 'Also Enjoy', and 'Last Day'. Each section is intended to follow different criteria for recommendations. However, a key challenge is ens...
I am encountering challenges with the implementation of "user.endpoint.lastPurchasedEntity" using the Web SDK via tags in Adobe Target. My approach involves creating a new XDM (Experience Data Model) object and integrating it within a 'send event' function.Within this XDM object in the 'send event',...
Hi everyone, We are using the Adobe Target server-side SDK to fetch experiences and we want to deliver a consistent experience across all devices/platforms for each client using thirdPartyId (if experience A was delivered, the next time it should deliver experience A) The delivery api [https://devel...
In our web app we're working on adding an integration with Adobe Target. we'd like our users to grant access to their Target account through OAuth 2 flow. currently on Adobe developer console there's only server-to-server oauth. please help
Need a bit of clarity on ending experiments. Can someone explain the differences between "Ended" and "Deactivate".I see "Deactivate" in the context menus - but not "End" -- how does the "Ended" appear in the status column?What's the difference between an experience being "ended" or "deactivated" ? ...
Hi How can use profile attributes to promote entity id's in front/back promotions in adobe target recommendations. Please also share a sample snippet of profile script that returns a comma separated values of entity id's. Please note: The entity id's in our account are of the format "OFF-1234-ABCDE...
Hello, I created a simple Profile Script that pulls the value of a query string and stores it.This is only part of the script to demonstrate:var myParam = page.param('querystring').toLowerCase() || "";if (myParam != "") {return myParam; Then I created an audience that evaluates the query string valu...
While loading a page I am getting an error message "AT: Rendering mbox failed target-global-mbox Error: Request timed out at Lt.e.ontimeout"Please let me know how to fix this.