My website has about 10M visits each month, and I want to enable event forwarding to send traffic to our internal database. Will these additional calls lead to additional cost?
$(document).on("click","button",function() { ...... }); this worked in Adobe launch for button tagging. $("button").onclick = function() { ......}; This function works in the developer console and not in Adobe Launch. Does anyone have any idea why this does not work in Adobe launch?
Yes, we know the current page Scroll Depth Tracking is present default while we using plugins, but these values are captured on the next page only. But We are required to implement Scroll Depth Tracking for the current page, if the customer is reached a particular percentage then we need to fire the...
Is there a best way to fetch only the latest event of a specific type to evaluate a segment on the edge network for next-page personalization? Here's the situation: Read an event from the site event or edge API server - say score.This score keeps changing based on the browsing behavior (up/down)Ba...
Hello Team, I have a situation where I have more than 9 credits cards in a page and max comparisions you can do is with 3 cards I want to track the final selction of cards instead of firing calls on different selectiosn before customer decides to hit the actual "Compare" button. This empty card sl...
We have a rule in Launch to capture a paragraph(".link.sl-cta.video") click in the DOM. We also want to capture the text present in sibling div when the paragraph is clicked. We tried the below custom code in the data element to get the sibling value. nothing works. Any help appreciated. Thanks var ...
Hi, I am trying to create a segment with audience of count of Unique purchases (SKU's) between 2 and 5 in the last 10 days. Can I do this in one single segment in AEP? Thanks