Using at.js implementation as a value for mbox3rdPartyId we can send crmID or email address and then profiles in Target would be sitched? Or we can send only crmID?targetPageParams = function() { return { "mbox3rdPartyId": "TT8675309" }; };
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. ...
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