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 ...
I need to set a test just for user who have a specif cellphone model (for example: samsung Galaxy S).I tried it using "device model matches" and "device marketing name matches" however both of them presented a validatation error. The field seem to be a selector but it does not appear any options. Ho...
Hi, I have been using the visual editor in target to try and change the links that one of my buttons points to. But unlike other links on my website this only shows as a 'button' in target instead of a link which is stopping me from having the edit link option in the dropdown menu. Any advice?
Hi All, I am facing a problem while fetching the response token via AEP web sdk.Summary - We have an event driven data layer implementation for events like page view, error, navigation, order process etc. We use one single rule to fire either link click or page view server call to edge servers (usin...