Nice!
Here are a few extra conditions ...
Quote:
GA_googleAddAttr("forumdisplay_id", "<if condition="THIS_SCRIPT =='forumdisplay'">$GLOBALS[forumid]</if>");
GA_googleAddAttr("totalposts", "<if condition="THIS_SCRIPT =='showthread'">$totalposts</if>");
GA_googleAddAttr("pagnumber", "<if condition="THIS_SCRIPT =='showthread'">$pagenumber</if>");
|
Forumdisplay: To see how forumdisplay converts in the different subforums.
Totalposts: Number of posts in the thread viewed. CTR seems not to be corellated with number of posts in thread.
Pagenumber: The number of the page of a thread is viewed. So far it seems CTR on page 2 is half the CTR on page one. Dont know if the guests clicking those ads came from page 1 and therefore where affected from viewing ads on page 1 or if they came directly from google.
Lastely if you rename forums underway its nice to have forumid (unchanged) for "unbroken stats":
Quote:
GA_googleAddAttr("forumid", "<if condition="THIS_SCRIPT =='showthread'">$GLOBALS[forumid]</if>");
|