- Posts: 107
- Thank you received: 4
Analytics data
1 year 10 months ago #364607
by rbuelund
Analytics data was created by rbuelund
Which data does the plugin:
www.hikashop.com/support/documentation/9...oogle-analytics.html
exactly enrich the Google analytics stream with ??
Please Log in or Create an account to join the conversation.
1 year 10 months ago #364609
by nicolas
Replied by nicolas on topic Analytics data
Hi,
The plugin sends the events view_item_list, view_item, view_cart, view_checkout and purchase to GA via the javascript integration.
The plugin also implements the measurement protocol to send the purchase event to GA in a server to server connection as it can be necessary when the payment method doesn't automatically confirms the order, or doesn't always redirects back the user to the shop after the payment.
The plugin sends the events view_item_list, view_item, view_cart, view_checkout and purchase to GA via the javascript integration.
The plugin also implements the measurement protocol to send the purchase event to GA in a server to server connection as it can be necessary when the payment method doesn't automatically confirms the order, or doesn't always redirects back the user to the shop after the payment.
Please Log in or Create an account to join the conversation.
1 year 10 months ago #364621
by rbuelund
Replied by rbuelund on topic Analytics data
Ok - would it be possible to add some of theese other trigger events to the plugin ?
select_item: when a customer clicks any of the items. view_item and select_item will fire on the same action. Make sure select_item fires before view_item.
add_to_cart: trigger whenever a customer adds an item to the cart by clicking on the preorder button.
begin_checkout: trigger whenever a customer lands on the page for filling out his details.
add_shipping_info: trigger whenever a customer clicks on the next step payment button.
add_payment_info: trigger whenever a customer clicks the button to get to the payment window.
remove_from_cart: trigger this event whenever a customer removes an item from the cart.
select_item: when a customer clicks any of the items. view_item and select_item will fire on the same action. Make sure select_item fires before view_item.
add_to_cart: trigger whenever a customer adds an item to the cart by clicking on the preorder button.
begin_checkout: trigger whenever a customer lands on the page for filling out his details.
add_shipping_info: trigger whenever a customer clicks on the next step payment button.
add_payment_info: trigger whenever a customer clicks the button to get to the payment window.
remove_from_cart: trigger this event whenever a customer removes an item from the cart.
Please Log in or Create an account to join the conversation.
1 year 10 months ago #364624
by nicolas
Replied by nicolas on topic Analytics data
Hi,
If view_item and select_item are for the same action, why would you need select_item since you already have view_item ?
begin_checkout is already handled. I said view_checkout instead of begin_checkout in my previous message.
add_shipping_info and add_payment_info could be added. We'll look into it.
remove_from_cart would be difficult.
If view_item and select_item are for the same action, why would you need select_item since you already have view_item ?
begin_checkout is already handled. I said view_checkout instead of begin_checkout in my previous message.
add_shipping_info and add_payment_info could be added. We'll look into it.
remove_from_cart would be difficult.
Please Log in or Create an account to join the conversation.
Time to create page: 0.182 seconds