• According to Google, the Item Revenue data is retrieved from the Items Array and is calculated by “price x quantity = item revenue”. Google states that Item Revenue excludes tax and shipping, so is expecting the “price” data in the Items Array to be excluding tax.

    In this plugin, the “price” data in the Items Array is inclusive of tax, see below for real example.

    The price excluding tax is 0.45 with 0.09 added in tax,

    ??? items: [
    ????? {
    ??????? id: “XXXXXXX”,
    ??????? name: “XXXXXXX”,
    ??????? sku: “XXXXXX”,
    ??????? category: “Washers & Seals”,
    ??????? price: 0.54,
    ??????? stocklevel: 8,
    ??????? brand: “”,
    ??????? quantity: 1

    Is there anyway to change this?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change datalayer variables, the plugin is setup wrong’ is closed to new replies.