Installed module, followed instructions in other posts, simply not outputting the tracking code. Put it in manually and it worked fine. No mention of the tracking code shows up in the source of any page regardless of role.
Installed module, followed instructions in other posts, simply not outputting the tracking code. Put it in manually and it worked fine. No mention of the tracking code shows up in the source of any page regardless of role.
Comments
Comment #1
t-dub commented@ethangj Can you point to specifically which set of instructions you followed and perhaps indicate any way in which you deviated from those instructions? I'm happy to try to help you out, but need more specifics :)
Comment #2
egsj commentedFollowed instructions here: http://drupal.org/node/699844
Otherwise deviated not at all.
Comment #3
marcomatic commentedI just installed the module and it works fine. Are you sure you put a numeric user id in the settings and not your username? I did that at first and it did not work. You can get your user id from the javascript they generate for you to paste into a normal website. Just paste it into a text editor and grab the uid.
Comment #4
onaz commentedI noticed the same thing as issue creator but fixed it shortly after taking a glance at the code. The code checks that the user id is_numeric() – I put in my user name. Please add a check to the admin page to only allow numeric values.
Comment #5
jwilson3Edited: retracted the bulk of this message, it didn't make much sense. :/
I would be against adding a validation for is_numeric in the web interface, perhaps a compromise would be to add a special note in the field's #description, to not user your account username... and provide a link to a handbook page or the README.txt on how to obtain your User ID?
Comment #6
t-dub commentedSo it looks like #883528: Proposed change to help text effectively captures the essence of @jrguitar21's proposed compromise solution (#5). It also includes a patch, so if we're all comfortable with the idea of an improved description on the admin form, this issue is a duplicate of that one.
Comment #7
jwilson3Sounds good to me.
Comment #8
t-dub commented#883528: Proposed change to help text will solve the confusion.