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...