Reputation: 1
I am using the data layer inspector to look at events being fired from an e-commerce website. I have an event which I don't think is an enhanced e-commerce one but it is using enhanced e-commerce variables. How do I know if this is being pushed through to Google Analytics or not (no access to the tool evidently)? Which parameter on the code will tell me if this is an enhanced e-commerce event or not?
I am not giving details from the website:
The event category is "stock". pa: "detail", I see the basic product index variables such as ID, name, brand category. I also see custom product index dimensions being sent.
I want to understand when I can use product index dimensions and when I cannot and I want to understand what are the enhanced ecommerce events.
Upvotes: 0
Views: 227
Reputation: 32760
There is no special parameter in the requests that says standard/enhanced e-commerce. Rather a) your view must be configured for Standard- or Enhanced E-Commerce, and b) the structure of your request must match the view configuration.
I want to understand when I can use product index dimensions and when I cannot
Simple, product scope dimensions are available only in EEC.
and I want to understand what are the enhanced ecommerce events
You can also measure internal promotions (e.g. if you have a banner that links to special offers in your site).
Ivj's answer already gave the links to the documentation where the steps are explained in detail.
Standard E-Commcerce has only transaction tracking and no other E-Commerce events.
Upvotes: 0