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 6 of 6

Thread: bing cashback pixel and tracking

  1. #1
    fackourey is offline Member
    Join Date
    Dec 2007
    Posts
    43

    Default bing cashback pixel and tracking

    Has anyone implemented the bing cashback tracking pixel and reporting routines (js)? Will Storefront or does Storefront have an existing solution for processing the following:

    <script type=|text/javascript|>
    <!--
    var jf_merchant_id = |CUSTOM_MERCHANT_ID|;
    var jf_merchant_order_num = |ORDER_NUMBER|;
    var jf_purchased_items = new Array();
    // adding cart items
    FOR EACH PURCHASED ITEM...
    // add cart item
    var jf_item = new Object();
    jf_item.mpi = |ITEM_PRODUCT_ID|;
    jf_item.price = |ITEM_PRICE|;
    jf_item.quantity = ITEM_QUANTITY;
    jf_purchased_items.push( jf_item);
    NEXT PURCHASED ITEM
    //-->
    </script>

  2. #2
    Dusty is offline Member
    Join Date
    Jun 2009
    Posts
    176

    Default Bing Tracking

    We currently don't have any Microsoft Bing integration, but we are currently looking to have said integration in a future release (not ETA as of yet).

    Dusty
    ASPDotNetStorefront Staff
    Last edited by Dusty; 07-07-2009 at 11:27 AM.

  3. #3
    avsune is offline Member
    Join Date
    Feb 2008
    Posts
    68

    Default

    any news on bing tracking?

  4. #4
    mbertulli is offline Senior Member
    Join Date
    Aug 2008
    Posts
    243

    Default

    We're working on this for a client. Will keep everyone posted on progress.
    Matthew Bertulli
    Demac Media
    mbertulli@demacmedia.com
    Custom Web Design & E-Commerce Development
    AspDotNetStoreFront Platinum DevNet Partner
    ----

    Custom Skinning & Design
    Web Services Integration
    Custom Reporting
    Salesforce.com eCommerce AspDotNetStoreFront Integration

  5. #5
    avsune is offline Member
    Join Date
    Feb 2008
    Posts
    68

    Default

    any eta on this

  6. #6
    findingking is offline Junior Member
    Join Date
    Oct 2008
    Posts
    8

    Default

    Is this feature coming soon or are there any solutions? Thanks!