On Mon, Aug 08, 2011 at 04:48:46PM +0100, Phil Holmes wrote:
> In website_post.py, we have the following:
> 
>            if (line.find('2.12') >= 0):
>                line = line.replace('a href=', 'a
> onClick=\"javascript:urchinTracker(\'/download/v2.12\');\" href=')
>            elif (line.find('2.13') >= 0):
>                line = line.replace('a href=', 'a
> onClick=\"javascript:urchinTracker(\'/download/v2.13\');\" href=')
> 
> This (I think) means we're currently not using the Google analytics
> to track downloads.

That sounds like a reasonable investigation.  Next step: does the
html source contain any urchinTracker?  If not, then we're
definitely not using the Google analytics!

Once this bug is confirmed, please either add it to the tracker,
or fix that part (test it the same way you investigated whether
it's actually there or not, in the html source).  Or both, I
suppose, but this doesn't look like a long job so we might as well
fix it and push directly.

Cheers,
- Graham

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to