We currently have two AB tests set up using Visual Composer on the home page:The number of product tiles on the home page has been reduced from 12 to 6 and they have been moved to the top of the page, above the fold.The images of the product tiles have been removed on the home page. Only text is dis...
Hi ,Is there any way we can fetch the name of last viewed page in target for a logged in user.This page was viewed by user when he logged into the site last time. We want to show user the last viewed page after he has logged out and logged again.Is there any way we can do that?
As part of Cookie Compliance & Usage in our company, we are trying to understand the Adobe Target Cookie Usage for Client side implementationIn the absence of cookies, can the Target be used to used for personalization?Does Adobe Target uses 100 percent of Cookies for personalization purposes?
I'm trying to use this snippet in a profile script to count the the number of visits: if(user.sessionId!=user.getLocal('lastSessionId')) { user.setLocal('lastSessionId', user.sessionId); return (user.get('visitCount') || 0) + 1; } For example:* in the first visits the value expected is "1"* i...
I would like to create an Automated Personalisation test that redirects to another URL which page offers a customed homepage experience for a particular affinity audience. However, the option of redirect URL seems not available on Automated Personalisation test, but it does on A/B test type. Does an...
We have a page that uses ReactJS, Chakra UI and Next.js and we can do a form base client-side test ok, but on this specific page, there is a CTA out to make some changes and when the customer saves to return back, the page doesn't actually reload, it's very similar to an AJAX call, but I think it's ...
What would be the optimal design pattern for integrating Adobe Target with a Headless CMS such as Contentstack or Contentful?Some of the options i could think of are (needs feasibility check):Create Multiple Content Variants in CMS & Map Content Variants to Audiences(Retrieved from Adobe Target) in ...