Hi @Wadobe/ Adobe Technical Support Team,I hope you're doing well.I am unable to save an existing activity after making modifications, as it throws an error "Invalid user input". This issue has been observed following the VEC updates by Adobe. The Adobe Target Standard/Premium 25.2.1 release (Februa...
There's a feature missing in the new update of Adobe Target's Visual Experience Composer. I can't find any info online or in the documentation. Has this feature been removed from the tool?
When I try installing Target, I'm getting this error: "AT: [page-init] Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no "mboxDisable" cookie, and there is no "mboxDisable" parameter in the query string." I followed this documentation, bu...
I'm looking into using Automated Personalization to order the presentation of additional products in a list we have currently, My current set-up has an Mbox fire on our confirmation page if a customer has included one of these products in their order. This makes my objective to increase the number o...
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?