Merge command: [strcrosslink-stattrackeronly ]
Merge variable/item: strCrosslinkStatTrackeronly

Comments:
This generates a JS function call (only) to generate the correct analytics tracker for the n-th crosslink based on the selected tracker type (and code) as present on the website settings.

Formula:
@If(strCrosslinkLabel=""|head_analyticsComputed="";""; @If(scriptVersion="universal"; " ga('send', 'pageview', '"+strCrosslinkLabel+"');"; " _gaq.push(['_trackPageview', '"+strCrosslinkLabel+"']);") );