Tagging Guide
- 2.1 IBM Digital Analytics JavaScript Libraries
- 2.2 Tagging your site
Depending on the method you use to identify data, you may need to declare an object in order to process data correctly. - 2.3 Setting Data Collection Parameters
IBM Digital Analytics provides several functions allowing control of various aspects of the IBM Digital Analytics implementation. - 2.4 Test vs. Production Environments
IBM Digital Analytics provides two reporting environments: test and production. The test environment should be used while tags are in development (your development and staging environments). The production environment should be used once the tags are moved to the live production site. - 2.5 Data Tags
The data collection tag function definitions documented in this section apply to standard IBM Digital Analytics implementations using the IBM Digital Analytics-hosted 'eluminate.js' library file. - 2.6 Tagging Conventions
This section outlines a set of recommended conventions to insure that data collection provides the best possible reporting value. - 2.7 Server-side include files and flags
Ideally, all Digital Analytics-related code should be modularized so that it is easy to maintain and to deactivate if necessary. To make your code easier to maintain, Digital Analytics recommends creating a single Digital Analytics server-side "include" file that can be used on all dynamic pages within your site. - 2.8 Tagging frames
Collecting tag data from frames requires special consideration. It is not normally necessary to send a tag from a frame, but in some cases content in the frame requires tags. - 2.9 Server calls
Digital Analytics tracks data collection usage through server calls, which are assessed according to the type and number of data tags collected in the reporting period. Server calls are tracked in the interface Top Line Summary/Server Calls report.
Parent topic: Tagging implementation guide