Hi @Michael_Soprano , That is correct understanding, In above example profile script will look for mbox.page_name parameter in order to set flag as expected. The mbox.page_name paramter will need to be passed from client side (using at.js)
Hi - davidp86482746Yes, you can navigate to tools ->Adobe Analytics - > Custom Code and set following condition -if (window.location.pathname.indexOf("path1") != -1 || window.location.pathname.indexOf("path2") != -1){//set custom pageCode here }else{return false;}This way the page view image request...
Hi LeoS_Taco - I don't think we can track clicks on IFRAME embedded and referring to third party domains, however if it was hosted on same domain and you'don't want to add DTM library - you can use window.postMessage API for the same to set direct call rules.
Hi mattr19821159,The site section is basically used used to broadly segregate the different sections/content groups on your site.You can always manually add value (section name) to (s.channel variable) if you're completely sure about current tagging.If you're planning to dynamically capture and popu...