M
M
MiNiMoZg2016-12-22 13:11:39
JavaScript
MiNiMoZg, 2016-12-22 13:11:39

Why is product revenue not showing in Google Analytics?

Good afternoon.
Tell me what could be the problem.
Using advanced ecommerce (ec.js) from google analytics, I send the following data with a transaction.

/* собираем информация о всех товарах в корзине */
        $(cartTable).find('tbody tr').each(function(index, element){
                ga("ec:addProduct", getProductInfo(element));
        });
        /* собираем информацию о транзакции */
        ga('ec:setAction', 'purchase', getPurchaseInfo());
        /* отправляем данные */
        ga("send", "pageview");

This business is sent by the button of purchase of the goods. Expanded:
ga(ec:addProduct,{name: "Аппарат точечной сварки ALUPLUS 6100 + набор аксессуаров", price: 100620});
ga(ec:addProduct,{name: "Аппарат точечной сварки DIGITAL PLUS 5500 + набор аксессуаров", price: 73150});
ga(ec:setAction, purchase, {id: "3d609f1e-9139-4f55-aba1-ad76ada2a488", tax: 27064.07, revenue: 177420});
ga(send, pageview);

In analytics, transactions are displayed correctly, cost, taxes, etc. But if you go to the sales efficiency page or follow the transaction link, then everything is zero there, inside the transaction, the goods are not described at all.
On the sales performance page, there is a description of the products, but all their indicators (I'm mainly interested in the cost of the sale) are zero.
This is how the transaction page looks like:
c89279e3ddcb4d42898cf5fa93c078ba.png
If you enter it, it is empty there:
19dbca6933344da7af6067eef2ec588d.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2017-02-09
@Vaes

Did you change anything in the Google Analytics interface? For example, as in the screenshot.e6f276e022a540729361d4a298f0b182.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question