@Jim_McTiernan - for Recommendations, would be great to have access to Target backend stats (number of views, carts, sales and so on) against entities (through Admin APIs) which drive recommendations algorithms. This will help:1. technically for troubleshooting when we do see expected products bein...
hi @Jeonglim_Lee - you can use Enter to provide multiple values while defining audiences. This acts as an OR condition and audience will qualify if any of the values match the rule.
hi @EugeniaFang - 1.Use trackEvent() to pass an mbox-param when interaction happens with the CTA.button.addEventListener('click', event => {adobe.target.trackEvent({"mbox": "clicked-cta","params": {"cta-name": "my-cta" } });});2. Configure a in a profile script, say my-cta-clickedif (mbox.name == ...
This is a vital improvement to make Adobe Target Offers reusable and avoid mistakes while copy-paste. Adding @MihneaD and @Amelia_Waliany for more visibility
Hi @isolda - you can do it through profile-scripts. Step 1: Configure Test 1 experiences to pass the URL value for Test 2, using adobe.target.trackEvent() method. Using an mbox-parameter, pass an empty value from Test 1-Experience A and URL-value from Test 1-Experience B. adobe.target.trackEvent({"...
@archits30249934 - I was about to post this idea and found you have already raised it. In a multi-user setup who are defining dozens of activities every week, it becomes really difficult to search for activities setup by yourself or by any other specific users.@MihneaD - how do we get attention of...
hi @tszat I upvote the idea. While @josejr19 is right that Profile Scripts allow using Regex, it would be much quicker and more user-friendly to have this functionality within Audience section itself. This will be particularly very helpful for URL based audiences.
hi @avez - gave this scenario some thought and came up with a possible solution:1. Create a profile script which captures the Target-session id whenever xyz.com/mobile.html is visited. Let's call it mobilepage_sessionid. This can be done by using user.sessionId in the profile script. if (page.url !...
@arshdeepv954921 - by default profile scripts are stored for 14 days. This duration is reset if a visitor returns back within 14 days. To check what is this value for your account, go to Administration > Implementation > Implementation methods > Profile Lifetime. If needed, you can get this changed...