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.
I am trying to send data to Adobe Analytics using the Analytics for Target (A4T) integration described here, and more specifically, using the Data Insertion API. However, the documentation does not specify where to find the following values:rsid: The report suite IDmid: Marketing Cloud Visitor IDAna...
Hi Team,We want to promote certain offers using front promotions. However this has to be dynamic based on the region. Hence I tried promoting the offers using the profile attribute matching criteria. This does not seem to be working as expected. A sample format of code created in profile scriptI wou...