Results 1 to 8 of 8

Thread: google

  1. #1
    ijk
    ijk is offline

    Join Date
    Apr 2005
    Posts
    340

    Default google

    I am using google adwords and want to do conversion tracking. I am using the act template. I want to know how many users who come from google actually sign up. Google advises adding the code to a html page and not a dynamic page. Could you please tell me what is the best page to add this code to get to know which users actually complete the join form and submit it.
    thank you

  2. #2
    dcfoster
    Guest

    Default

    ijk,
    Did you ever get an answer on this? I've got exactly the same issue with that template.
    David

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Using ACT template - so you are using aeDating.

    Put your adsense code in join_form.php after this line:
    Code:
        $page_text .= "<br /><br /><br /><br /><center>" . _t( "_UPLOAD_WHILE_WAITING", $site['url'] ) . "</center>";
    as people see this after the join is done - so it will be a valid "conversion".

    You need to put it (your google code) in $page_text .= like the other code in this section.

    There are some other considerations - but this is reported to work.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  4. #4
    dcfoster
    Guest

    Default

    Smoge -
    Thank you for such a prompt answer. I'm new to this forum and greatly appreciate how quickly and professionally things get handled. It's a wonderful change from what I was experiencing from the other place.
    David

  5. #5
    dcfoster
    Guest

    Default

    Smoge -
    I'm having a hard time taking the conversion code generated by Google and making it work in the $page_text .= format. I've been trying to find some references or code examples that would help me and have been unsuccessful so far. Do you know of any places I can look for help with this?

  6. #6
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    You need to use

    Code:
    $page_text .= ' code here ';
    instead of using the ", use a ' to surround the html code.

    If you can, break the code into several

    Code:
    $page_text .= ' code here ';
    lines, keeping the original formatting (lines) of the code.

    You may end up with several new lines, not just one.

    Rob

    Quote Originally Posted by dcfoster
    Smoge -
    I'm having a hard time taking the conversion code generated by Google and making it work in the $page_text .= format. I've been trying to find some references or code examples that would help me and have been unsuccessful so far. Do you know of any places I can look for help with this?
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  7. #7
    yuki18
    Guest

    Exclamation

    Hi guys,

    I have follow your instruction adding the codes, it works. However, the ads are showing on the top and bottom. When i deleted the codes from the join_form.php, the ads still appear and showing. Can anyone tell me how to removed the ads.

    Thank you

  8. #8
    Dun
    Dun is offline

    Join Date
    Oct 2005
    Posts
    21

    Default

    Anyone actually done this and got it working?
    I'm trying to add adwords conversion tracking to join_form too

    PHP Code:
    <!-- Google Code for signup Conversion Page -->
    <
    script language="JavaScript" type="text/javascript">
    <!--
    var 
    google_conversion_id 0000000000;
    var 
    google_conversion_language "en_GB";
    var 
    google_conversion_format "1";
    var 
    google_conversion_color "FFFFFF";
    if (
    1) {
      var 
    google_conversion_value 1;
    }
    var 
    google_conversion_label "signup";
    //-->
    </script>
    <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1066215721/imp.gif?value=1&label=signup&script=0">
    </noscript> 
    Last edited by Dun; 10-04-2007 at 08:50 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Where to put code for google ads
    By snobearak in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 10-31-2008, 10:33 PM
  2. Google Map
    By webster76 in forum Free Mod Exchange
    Replies: 17
    Last Post: 02-25-2008, 03:09 PM
  3. Google Map help
    By LG in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 09-17-2007, 05:21 AM
  4. Google Giveth, Google Taketh Away
    By Smoge in forum Promotion and Affilliates
    Replies: 0
    Last Post: 08-06-2007, 02:27 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •