Search code examples
google-analyticsuniversal-analyticsmeasurement-protocolenhanced-ecommerce

Can you update items in a transaction in enhanced analytics?


I am using the enhanced ecommerce plugin for Google Analytics in my store.

I am using analytics.js to send transaction information in the checkout success page.

After completing the transaction, I want to update some custom metrics associated with products in the transaction which are not available in the checkout success page.

I was wondering if it is possible to do this via the measurement protocol and if so how?

Thanks


Solution

  • It is not possible to update data that has already been sent to Google Analytics.

    The measurement protocol works exactly as analytics.js does as a matter of fact analytics.js uses the measurement protocol. It is only used to send information to Google analytics.