The Agile Guide sends visit data to DAP, which is great for gov aggregate tracking and has some useful reports for 18F as well. For more detailed reporting, agencies also use their own Google Analytics ID.
Each 18F Guide (as well as the handbook, methods, and a few other sites use the GA ID: UA-48605964-19 -- we can use this for aggregate tracking across these sites, and we have filtered GA 'views' so teams can interrogate the data for a particular guide or site.
To add the GA ID to the site, in /_config.yml, just as you have dap_agency, add google_analytics_ua: UA-48605964-19
Acceptance Criteria
[ ] The site sends data to the GA 18F Account > Microsites Property (can test using the Chrome plugin Tag Assistant)
The Agile Guide sends visit data to DAP, which is great for gov aggregate tracking and has some useful reports for 18F as well. For more detailed reporting, agencies also use their own Google Analytics ID. Each 18F Guide (as well as the handbook, methods, and a few other sites use the GA ID: UA-48605964-19 -- we can use this for aggregate tracking across these sites, and we have filtered GA 'views' so teams can interrogate the data for a particular guide or site.
To add the GA ID to the site, in /_config.yml, just as you have
dap_agency
, addgoogle_analytics_ua: UA-48605964-19
Acceptance Criteria