Donations pages not showing up in google analytics

Options

We've noticed that donation pages don't seem to get google analytics code on them. They get some urchin code in there, but it does not seem to be the basic tracking code that we see in pagebuilder pages...

All our page builder pages show up in our analytics reports, but the only donation pages that do are ones that we have previewed.

Is there something we don't have set right?

http://action.sierraclub.org

https://secure2.convio.net/sierra/site/Donation2?idb=0&df_id=1300&1300.donation=form1&s_src=J06WOT0200

Thanks for any info...

Tagged:

Comments

  • Hi Adrian, not sure of your setup but I use a reus to inject ga.js code into our pagewrappers. I do not use the built in Google Analytics from Site Options. The funnel should work with this code. Good old S-tags! Hope this helps.

    Here is my reus code -

    ]::https://::<script type="text/javascript">

    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

    </script>

    <script type="text/javascript">

    try {

    var pageTracker = _gat._getTracker("UA-xxxxxxx-1");

    pageTracker._trackPageview();

    } catch(err) {}</script>::<script type="text/javascript">

    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

    </script>

    <script type="text/javascript">

    try {

    var pageTracker = _gat._getTracker("UA-xxxxxxx-1");

    pageTracker._trackPageview();

    } catch(err) {}</script>

    ]] <!-- End tracking code conditionalization -->

  • Kevin Bunt:

    Hi Adrian, not sure of your setup but I use a reus to inject ga.js code into our pagewrappers. I do not use the built in Google Analytics from Site Options. The funnel should work with this code. Good old S-tags! Hope this helps.

    Here is my reus code -

    ]::https://::<script type="text/javascript">

    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

    </script>

    <script type="text/javascript">

    try {

    var pageTracker = _gat._getTracker("UA-xxxxxxx-1");

    pageTracker._trackPageview();

    } catch(err) {}</script>::<script type="text/javascript">

    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

    </script>

    <script type="text/javascript">

    try {

    var pageTracker = _gat._getTracker("UA-xxxxxxx-1");

    pageTracker._trackPageview();

    } catch(err) {}</script>

    ]] <!-- End tracking code conditionalization -->

    Sorry, I should have posted what happened...

    Basically, if you do ever turn on Analytics from the Convio end, you have to essentially republish all one's wrappers.

    * Manage wrapper versions

    * Copy the published wrapper

    * Publish the new one

Categories