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:
- Open the Attributes palette at the User pane.
- Find and select the user attribute UseGoogleTracking.
- In the 'Default value' box, delete true and replace it with false.
- Click the 'Change' button. This step is important as it saves the change made in the last step.
- Done!