• lebron27

    (@lebron27)


    Hi Tom,

    It looks like the plugin sends the data twice. I am trying to post a screenshot but it does not work.

    In the gtm4wp.orderCompletedEEC event all data is sent to the dataLayer twice. I am not sure what I did wrong here. I can’t post a screenshot of the dataLayer, but it looks like this for the “gtm4wp.orderCompletedEEC” event:

    {
    gtm: {start 123432432324, uniqueEventId: 3432432432432},
    event: ‘gtm4wp.orderCompletedEEC’,
    ecommerce: {
    currencyCode: ‘EUR’
    purchase: {
    id: xxxx
    affiliation: ‘fakename’,
    revenue: 0,
    tax 0,
    shipping: 0,
    coupon: ‘testcoupon’
    },
    products: [
    {
    id:xxxx,
    name: ‘test name’,
    SKU: ‘SKU xxxxxxxxxxx’,
    category: ‘size: M”,
    price: 0,
    currency: ‘EUR’,
    quantity: ‘1’
    }
    ]
    },
    google_tag_params: {
    ecommerce: {
    currencyCode: ‘EUR’
    purchase: {
    id: xxxx
    affiliation: ‘fakename’,
    revenue: 0,
    tax 0,
    shipping: 0,
    coupon: ‘testcoupon’
    },
    products: [
    {
    id:xxxx,
    name: ‘test name’,
    SKU: ‘SKU xxxxxxxxxxx’,
    category: ‘size: M”,
    price: 0,
    currency: ‘EUR’,
    quantity: ‘1’
    }
    ]
    event: ‘gtm4wp.orderCompleteEEC’
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Thomas Geiger

    (@duracelltomi)

    Hi,

    The second ecommerce data is included in the google_tag_params variable which could be used to populate data for the AdWords remarketing tag. It is not being sent to GA twice.

    Kindest,
    Thomas Geiger

Viewing 1 replies (of 1 total)
  • The topic ‘Ecommerce Data Comes in Twice’ is closed to new replies.