|

mviLiveStats_trigger_page_view(uri)
uri - The URI that you want to appear as being tracked in MVI Live Stats. If you want the page view to look like "/junk123.php' then you would pass "/junk123.php" in this parameter.
mviLiveStats_trigger_event(uri, convcode
uri The URI that you want to appear as being tracked in MVI Live Stats. If you want the page view to look like "/junk123.php' then you would pass "/junk123.php" in this parameter.
convcode The unique code that's contained in any MVI Live Stats page view event trigger snippet. For example, if you'd want to trigger the event for which the below code snippet belongs to, you would pass "0rtrcgzriaMHG7lgM7kV4sTWWEtdE7LE".
<!-- mvilivestats -->
<script type="text/javascript">
var mvi_conv_code = '0rtrcgzriaMHG7lgM7kV4sTWWEtdE7LE';
var msJsHost = (("https:" == document.location.protocol) ? "https"
: "http");
document.write(unescape("%3Cscript src='" + msJsHost + "://stats.mvispy.com/mvispy_conv.js'
type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- /mvilivestats -->
|