Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author oturia

    (@oturia)

    Hello, Dan.

    The plugin is currently only set to allow for one page with the conversion code. You select the page from the drop down, paste your code and save. Then that code only displays on the page selected.

    Caption is there because we are working on having an area for you to add multiple AdWords conversion codes. For many people, a single tracking code works but there are plenty of instances (including yours) where you’ll have multiple conversion pages.

    While we’re working on adding the ability to create new fields to the form, might I suggest hard coding your conversion codes in the header.php file of your theme? Here is an example of how that might be done:

    <?php
    if(is_page(1042)){ ?>
    <!-- Google Code for Lead Conversion Page -->
    <?php }
    ?>

    It’s not ideal, but it would work if you just had a few different pages you wanted to show the conversion code on.

    Thread Starter charmedlife

    (@charmedlife)

    Great! Thanks very much for the clarification and I would be happy to hear when you have this upgrade done.

    Dan

    do you have an update yet so i can have 3 different conversion codes on 3 different pages? Im looking all over for one that can have 3 codes at once. Please let me know. Thanks!

    Plugin Author oturia

    (@oturia)

    Hello, phaber. We actually just started scoping out that change this morning. It will allow unlimited additional tracking codes for AdWords. I’ll post an update here once the plugin has been updated!

    Plugin Author oturia

    (@oturia)

    phaber and charmedlife – I uploaded a new version of this plugin today. The plugin needs to deactivate and reactivate to add the new AdWords functionality, so I would recommend using the WordPress updater to install the new version.

    Thanks and please be sure to rate the plugin. Let me know if you have any issues!

    phaber and charmedlife, did either of you get this to work successfully?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Smart Google Code Inserter] Adwords Conversion Code Seems to be Same for All Pages.’ is closed to new replies.