This version is out of date, covering development from v6.0.0 to v6.6.5. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

TinderboxSix Icon

Turning off Google tracking

As of late august 2011, Google analytics tracking code has been added to the pages. The code is only intended to track ages running on the 'acrobatfaq.com' domain, but those using the the TBX to create their own local sites may wish to remove this code - details for this follow further below.

The tracking code is google-supplied JavaScript inserted in the head of the 5 HTML page templates (basic, basic_change, basic_grabs, basic_menu_bars and sitemap). The code is inserted via a conditional include ($UseGoogleTracking) and is stored in the note /BOILERPLATE/google-tracking.

The conditional include has been used to allow those using their own local export and uses this code:

^if($UseGoogleTracking)^^include(google-tracking)^
^endIf^

The line break is placed deliberately inside the if statement to avoid a blank line being emitted should the if condition evaluate as false. The controlling user attribute is a Boolean, making disabling the include very easy:



A Tinderbox Reference File : About aTbRef : Obtaining the aTbRef source TBX file : Turning off Google tracking