Hi team - Quick question. I used URL contains x in the Adobe Target activity. When that happens, the visitor might not always see the test experience IF that specific URL parameter is not there each time. I was always under the impression that a visitor gets cookie'd and will therefore always see...
Would this be the correct way to construct a script that would show the visitor's previous page? var lastCurrentPage = user.getLocal('currentPage') || "";user.setLocal('currentPage', page.url);return lastCurrentPage;
I am trying to implement server-side target sdk in angular similar to this. https://github.com/adobe/target-nodejs-sdk-samples/tree/master/ecid-analytics-atjs-integration But here in this example it has been given under template index.tpl. The same way it is not working when it is implemented in ang...
I have installed version 2.8.1 AT.js script (not using Launch). The error I am getting is: "request failed Error: Errors: sessionId query parameter is required" When I check the network request I can see that the sessionId is empty. However, the sessionId is available in the cookie? session#a269...
I'm following the guide located here: https://experienceleague.adobe.com/docs/id-service/using/implementation/ecid-a4t-target.html?lang=en However when I call visitor.generatePayload I get the following error: TypeError: visitor.generatePayload is not a function at app.get (C:\aa\NodeMaster\index...
Can someone please guide me If we can integrate Adobe Target with Non-Adobe Applications/Websites (eg: portal is created in react.js) ? If yes, what are challenges and steps need to follow for this ? Thanks !
Hi, Our team is trying to setup an A/B test using an Experience Fragment. The colleague that did the last changes on the experience sees in the preview QA URL all the elements aligning properly; on my end and other colleagues there are some alignment issues. So the same preview URL is rendered diffe...
My company is kicking off a big "modernization" project that involves updating our legacy web apps to a single-page-app architecture, and updating the way we use Target, Analytics, and the rest of the Experience Cloud. I would like to being experimenting with our Target setup. Can I safely enable on...
Hi everyone,when using mbox trace today I detected the property "bot" which returned the value true.Does anyone know what it means and why it is appearing? Thanks, Miriam