Yes @ArslanNa ,
The reporting events should work correctly. You'll just need to specify your mbox name in the goals and settings section of the activity.
Best regards,
Vaibhav Mathur
Hi @madhuraj87 , @Gokul_Agiwal ,
Adding on to the list of resources, we have collected some commonly used profile script use cases along with their JS codes in one of our cheatsheets.
You can refer to the cheatsheet here : Adobe Target Commands and Profile Script CheatSheet
I hope it helps. ...
Hi @ArslanNa ,
In case of WebSdk, On click of the Add-to-Basket CTA, you can try firing the JS code given below :
window.alloy("sendEvent", {
"renderDecisions": false,
decisionScopes: ["buy-now"],
"xdm": {
"web": {
"webPageDetails": {
"paramName":...
Hi @Michael_Soprano ,
Any unique identifier, such as an email address, username, or customer ID can be passed as part of the mbox3rdpartyId to stitch user profiles. It should just be an identifier which should be unique for the individual user.
Would recommend you to go through the below artic...
Hi @floriana_guardi , The best possible solution for this would be hiding the mandatory field and filling in some dummy values in that mandatory field using JS which will not be visible to the end user but it will allow them to submit the form. I hope it helps. Best regards, Vaibhav Mathur
Yes @AjaSullivan , I believe all the certifications given above will be available at Summit. You can find the complete list of certifications which are available at summit here : https://summit.adobe.com/na/exams/ .Under the Adobe Target Certifications section in the page given above, you can find a...
Hi @AjaSullivan , Here are some key differences between these certifications other than experience levels: Adobe Target Business Practitioner Professional :Exam format: 50 multiple choice itemsTime allotted to complete the exam: 100 minutes Registration fee: $125 USDPassing score:31/50, or 62%Badge ...
Hi @ShoebSh , Quoting few lines from the documentation, "As a result of random splitting of traffic, it can take a significant amount of initial traffic before the percentages even out. For example, if you create two experiences, the starting experience is chosen randomly. If there is little traffi...
Yes @RJBu , These parameters can be fetched in profile script using user.get('UserGroup'). And if you want to create an audience for these parameters, you can directly create an audience in adobe target without having the need of profile script. In audience, you can create the following rule :visi...
Hi @Reneva2 , Instead of using :user.set('imageUrl', 'xxx.jpg');Can you try using :user.setLocal('imageUrl', 'xxx.jpg'); Let me know if it helps. Best regards, Vaibhav Mathur