Jump to content

huggettm

Member
  • Posts

    294
  • Joined

  • Last visited

Posts posted by huggettm

  1. Ok, for me UPG has not such mode and paypal throws up errors in sandbox mode.

     

    I still do not have the conversion code correct:


    <script>
      fbq('track', 'Purchase', {
        currency: 'USD',
        content_type: 'product',
        contents: [
            {
                item_price: '{/literal}{$item.price}{literal}',
                id: '{/literal}{$item.product_code}{literal}',
                quantity: '{/literal}{$item.quantity}{literal}',
            }
        ],
      });
    </script>

  2. for advanced tracking, facebook asks for cubecarts parameters for:

     

    email address

    first name

    last name

     

    i tried using email first_name last_name, for this but it didnt work.

     

    Also, for the conversions settings, does anyone know the parameter for the conversion value?

    as well as how to set up tracking the product code / quantity purchased?

    im getting errors such as:

    Missing content_type parameter from "Purchase"

    Missing content_ids or contents parameter from "Purchase"

×
×
  • Create New...