Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Google Conversion

  1. #1
    GoodFella is offline Member
    Join Date
    Mar 2009
    Posts
    99

    Default Google Conversion

    I am trying to configure my Google Adwords "Conversion Tracking".

    It does not seem like I configured it correctly.

    In my GoogleTrackingCode topic, here is my code:

    <br><!-- Google Conversion Code --> <noscript> <img height="1" width="1" border="0" src="https://www.googleadservices.com/pagead/conversion/MyNumberFromGoogle/?value=Total_Cost&label=Purchase&script=0"/> </noscript>

    However, on the online ASPDNSF guide there seems to be alot more in that topic. http://manual.aspdotnetstorefront.co...-tracking.aspx

    Any suggestions on why the conversions are not showing?

    Thank you

  2. #2
    jsimacek is offline Senior Member
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    373

    Default

    I don't have a cart handy to test, but I think your issue is the order total token.
    The cart looks for (!ORDERTOTAL!) in the google topic, so try

    <!-- Google Conversion Code --> <noscript> <img height="1" width="1" border="0" src="https://www.googleadservices.com/pagead/conversion/MyNumberFromGoogle/?value=(!ORDERTOTAL!)&label=Purchase&script=0"/> </noscript>
    Jan Simacek - Compunix, LLC
    AspDotNetStorefront trusted Devnet Partner and Reseller since 2005

    AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
    - Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
    - Reports (like Cart Abandonment and Net Sales)
    - Customer Experience (like Question/Answers)
    - Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)

  3. #3
    genroxbro is offline Junior Member
    Join Date
    Jul 2009
    Location
    Canada
    Posts
    2

    Default Google Conversion

    I have looked over the forums for some time and there are some posts that touch on this, but most focus on the Goggle Analytics code. What is the code that I need for Google Conversion Tracking?
    _____________________________________
    Website I designed for online payday loans company.

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Check out the 'Conversion Tracking' section of the manual article