Web Analytics not being tracked in developer content
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslosphinx |
Fix Released
|
Medium
|
Anne Gentle |
Bug Description
This code is included in nova and swift. Wondering a few things:
- I don't see this in oslosphinx, how is it getting inserted?
- Why doesn't any other project except nova and swift get this tracking?
<script type="text/
var gaJsHost = (("https:" == document.
document.
</script>
<script type="text/
try {
//Tracking docs.openstack.
var pageTracker = _gat._getTracke
pageTracker.
pageTracker.
} catch(err) {}</script>
Changed in oslosphinx: | |
milestone: | none → 3.0.0 |
status: | Fix Committed → Fix Released |
Further triage: The nova and swift projects extend layout.html in their projects. I think it's better to enable tracking by project in oslosphinx itself.
We'll need to set page_tracker. _setCookiePath( "/developer/ {projectname} ");
likely by looking in conf.py.