• Resolved gau14

    (@gau14)


    Hello,

    I am reaching out as I really struggle to install a pixel that will give data to a platform.

    They told me to install this code by replacing the field names (ORDER_ID, AMOUNT, PLACEHOLDER) with coded information that will capture the order information on the checkout page. Here are the instructions received:

    Merchant Image pixel to be placed on checkout success page:
    <!– Offer Conversion: Smile_Av –>
    <img
    src=”https://cashback.go2cloud.org/aff_l?offer_id=3115&adv_sub=ORDER_ID&amount=AMOUNT&
    conversion_unique_id=PLACEHOLDER” width=”1″ height=”1″ />
    <!– // End Offer Conversion –>

    Merchant replaces the field names with the actual order information:
    TRACKING FIELD: adv_sub FIELD NAME: ORDER_ID ORDER INFORMATION: Merchant order ID
    TRACKING FIELD: amount FIELD NAME: AMOUNT ORDER INFORMATION: Sale amount of order without comma sign
    TRACKING FIELD: conversion_unique_id FIELD NAME: PLACEHOLDER ORDER INFORMATION: 3115PHORDER_ID

    I use WordPress and the Woocommerce plugin. I am lost at how to do this. Is there a code I should put a code in the body using the “Header and Footer” plugin?

    Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    This question is best aimed at the provider of that code snippet as this isn’t something that the core WooCommerce plugin would have any direct control over. Speaking in general, tracking pixels are usually added through dedicated WooCommerce integrations for that service provider. In cases where the service provider doesn’t have a dedicated integration, custom coding is typically required and this, in turn, is best done a web developer or one of the customisation experts listed at https://woocommerce.com/customizations/.

    Thread Starter gau14

    (@gau14)

    Thank you for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting Woocommerce Order data’ is closed to new replies.