• Resolved Robert_ITman

    (@robert_itman)


    Feature Request for other conversion types. We LOVE the simplicity of your Conversion Tracking for tracking orders received – and we are hoping you can add the ability for us to add conversion tracking for when we receive a new account… or maybe you can show us where to add our code something like the following:

    <!– Google Code for New Account Conversion Page –>
    <script type=”text/javascript”>
    /* <![CDATA[ */
    var google_conversion_id = ______;
    var google_conversion_language = “en”;
    var google_conversion_format = “3”;
    var google_conversion_color = “ffffff”;
    var google_conversion_label = “___________”;
    var google_remarketing_only = false;
    /* ]]> */
    </script>
    <script type=”text/javascript” src=”//www.googleadservices.com/pagead/conversion.js”>
    </script>
    <noscript>
    <div style=”display:inline;”>

    </div>
    </noscript>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author alekv

    (@alekv)

    Hi @robert_itman

    What do you understand by ‘receive a new account’? Do you mean a new ‘lead’, like an email address, or contact request?

    There is a number of ways how to achieve this. One would be to define a goal in Google Analytics and then import it into AdWords.

    Does this answer your question?

    Thread Starter Robert_ITman

    (@robert_itman)

    Thanks for your quick reply! We want to track those who click our ad then create an account, we have an AdWords Conversion setup ‘New Account’ but don’t know where to add the code for wooCommerce … there is no page ‘thanks for creating an account’ for WordPress or wooCommerce and I can’t find any documentation anywhere including the WordPress codex and wooCommerce websites. I’m sure there is some code we can add to functions.php or to a template file where the user has just created an account show ‘thanks for creating an account’ and include the Conversion <!– Google Code for New Account Conversion Page –> … should be easy right?

    Plugin Author alekv

    (@alekv)

    @robert_itman

    I can’t say for sure. I haven’t come across a ‘thank you for opening an account’ yet, and also there could be different ways how that happens.

    Some shops open an account automatically when you purchase an item. Other shops lead you through an account opening process.

    There is no standard way in WooCommerce that I know of from top of my head.

    So probably someone would have to look into your setup specifically and implement a custom solution. It can a quick solution, but it could be also necessary to work hours on it.

    Since this is a request outside of the specifications of our free plugin you can certainly ask for an offer at [email protected]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feature Request for other conversion types’ is closed to new replies.