conversion tracking issues

Discussion in 'Blackriders WordPress Theme' started by peterv, Dec 7, 2013.

  1. peterv

    peterv New Member

    Joined:
    Oct 10, 2013
    Messages:
    20
    Likes Received:
    0
    1. When google conversion tracking added in thank you page in text format code /* <![CDATA[ */ get changed itself to // <![CDATA[ and couple of more places & don't let tracking work properly. Kindly advice how to fix this.

    2. In mobile call tracking any of the following has be added to the top right phone number (tap to call buttons). Kindly advice how to make it workable with this theme.

    a text link:
    <body>
    <!-- Below is sample text link with a phone number. You need to replace the number with your own phone number and the CALL NOW text with the text you want to hyperlink. -->
    <a onclick="goog_report_conversion('tel:949-555-1234')" href="#" >CALL NOW</a>
    </body>
    </html>

    an image:
    <!-- Below is sample image dialing a phone number. Replace my_phone_button.gif with your button image and the phone numbers with your phone number-->
    <body>
    <img src="my_phone_button.gif" alt="Call: 949-555-1234" width="32" height="32" onClick="goog_report_conversion('tel:949-555-1234')"/>
    </body>
    </html>

    a button:
    <body>
    <!-- Below is sample button with a phone number. Replace all call buttons in your page with the code below and replace the phone number with yours. -->
    <button onclick="goog_report_conversion('tel:949-555-1234')">Call 949-555-1234</button>
    </body>

    </html>
    Thanks for your help in advance.
    with regards
    Peter
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.It is not possible to add conversation tracking code in Lead capture form.

    For contact us page

    Go to template-contact.php present in your theme directory and follow the instruction as shown in image given below

    2013-12-07_1342.png

    It will work fine.

    2.For your second issue

    It is requires editing in header.php file present in your theme directory, open header.php file and edit code from line no. 53 to 63


    Thanks & Regards
    Gourav
     
  3. peterv

    peterv New Member

    Joined:
    Oct 10, 2013
    Messages:
    20
    Likes Received:
    0
    Hi Gourav,

    Kindly confirm template-contact.php is also a source php for Lead Capture form, you have on this theme with slider?

    Because code does not work there. please find attached image showing "Google Tag Analysis" reads only one tracking, i.e. Analytics. Not additional 2 conversion tracking that we added as shown in picture above by you. On our custom thankyou page we have 3 trackings shown. picture attached.

    we are not using theme's contact page template in our site at all. still we made a test page to test if tracking works there. But after submitting info, this test contact template page also reads only analytics not conversion trackings.

    We just need tracking for success, on lead capture form.

    OR you can please advice how to auto redirect visitors when they fill info in form to our custom thankyou page.

    Your inputs will be highly appreciated.

    Thanks n regards
    Peter
     

    Attached Files:

  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  5. peterv

    peterv New Member

    Joined:
    Oct 10, 2013
    Messages:
    20
    Likes Received:
    0
    Huummm!
    I am already using this plugin and i know how to redirect from that plugin. But I am asking for redirect on your lead form.
    If you can just let me know where "Your Message has been successfully submitted and mail sent." is, in the theme will be a great help. reference picture attached.
    Thanks
    Peter
     

    Attached Files:

  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Go to the
    blackridertheme\functions\leads_form\leads_class.php
    and add your code there.

    leadform.png

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page