Can I make "Page Track" work on my CJ/TGP sites which use SmartCJ as tradescript only?
<?php include_once ('./scj/cgi/include.php'); ?> works on my .php pages.
But when replacing it with, or adding extra <!--SCJ_INCLUDE_mypage-->, traffic isn't counted and no "Page Track" stats.
Thanks.
page track on TGP/CJ
Re: page track on TGP/CJ
51
It works on my tubes with <!--SCJ_INCLUDE_mypage-->, but on sites with pages outside CMS templates system not.
It works on my tubes with <!--SCJ_INCLUDE_mypage-->, but on sites with pages outside CMS templates system not.
Re: page track on TGP/CJ
That's correct.
You can modify include to pass &page_track variable in this case.
<?php
$_GET['page_track'] = '.....';
include_once ('./scj/cgi/include.php');
?>
You can modify include to pass &page_track variable in this case.
<?php
$_GET['page_track'] = '.....';
include_once ('./scj/cgi/include.php');
?>
Don't forget to run script update







