-
integrate new event into
addBlocking
function from filesrc/event.js
-
define new
reqType
intonewRequest
function from filesrc/Panel/dsPanel.js
-
in same
newRequest
function add condition such asif ((reqType == 'classic') || (reqType == 'universal') || (reqType == 'dc_js') || (reqType == 'sitecatalyst') || (reqType == 'tr'))
-
add parse$$TagName$$ function such as
parseFacebook
and specify in switch case default the url param contained inv
object and definev.utmac = '$$TagName$$';
-
add reqType condition inserting new parse$$TagName$$ function into
tagHTML
function from filesrc/Panel/dsPanel.js