Spectacular customer experiences don’t just happen— they’re imagined, built, and brought to life by Experience Makers like you. Now it’s your turn to take center stage. Submissions are open through October 17, 2025, at midnight PT. Whether you are scaling personalization, unitin...
There’s a new way to renew your Adobe certification, and it’s the most streamlined process yet.All you have to do is pass two short renewal modules (about 15 minutes each), and your certification will be renewed automatically for two years.You will be notified 90 days before your certification expir...
According to this implementation pattern: https://experienceleague.adobe.com/en/docs/target-dev/developer/client-side/at-js-implementation/deploy-at-js/implement-target-without-a-tag-managerDoes I need to wrap at.js code like that? Could somebody explain me this in detail?<script src="at.js"></scrip...
Morning. We have 2 mutually exclusive audiences created using profile scripts as you would expect:MutualGroupA 2groupsMutualGroupB 2groupsThese both use the profile script MutuallyExclusive2Groups which has the following script:if (!user.get('twogroups')) { var ran_number = Math.floor(Math.rand...
Our team uses Target to modify pages on our site to serve unique experiences to users. We don't use the VEC and prefer to update the DOM using scripts entered as Custom Code modifications that get appended to the <head>. We host the code for all of our Activities in GitLab, but this requires that we...
Is it possible to make in Target an audience which consists of people who visited specfic page view days ago? Using Profile Scripts? Or I need to buy CDP / Analytics in enable to track previous behaviour of the user?
Hello everyone! My team and I noticed some changes in Adobe target when creating new activities. Is there any link or document where I can re-learn about the new implementations and changes?
Hi, I want to track the number of clicks on the Add-to-Basket CTA via custom events. How can I achieve this using JS code, and how should I set up my reporting so I can see the number coming? Below is the screenshot of my reporting, I have tried different code examples but none of them are working. ...
Catch us at Adobe Summit 2025 this year where we are bringing the AMAs (Ask-Me-Anything) out of the Community and on to the stage! We will be hosting an AMA Live on Implementing Adobe Target for Performance, which is a follow up to the Adobe Target lab [CP20] under the same title. This is a gre...
I would like to have two separate environments: Dev and Prod. 1. I created separate workspace for Prod and Dev2. I would like to have separate at.js for Prod and Dev.Prod CMS -> Prod at.js Dev CMS -> Dev at.js How would you like to approach that?
How you manage different environments for Prod and Dev for personalization development? You create separate properties for Prod and Dev? Then how you map specific property with given at.js? Or in Target you just use test links?
Could you please help me , how i can add multiple page on AB Testing Activity, i try :1. Configure > Page Delivery. but not working . test wont running2. Configure > Add Additional Page , also not working. the page gone when i save the activity