has anyone implemented this correctly in Neto?
Hi Mark,
Noticed you haven't received an answer, so I asked around and got some info for you.
It's basically sending the SKU of a product to GA when a customer views a product page.
You can do it with the regular analytics script by adding a few lines like this:
[%if [@config:current_page_type@] eq 'Product'%]
ga('set', 'dimension6', '[@sku@]';
[%/if%]
Then in GA say that dimension6 is the product id.
The rest can be done from here https://support.google.com/analytics/answer/3455600?hl=en&ref_topic=3455490.
If you use the tag manager guide (https://www.netohq.com/support/s/article/Implement-Google-Analytics-with-Google-Tag-Manager) it might be easier as you can do it with the UI.