A company wants to track their website's usage without visitors seeing which data points are being collected. The following information must be tracked:
* Page names
* Form names
* A counter event for each page of the checkout flow
* s.products populated on each page of the checkout flow
Which approach should the Architect recommend?
To track website usage without visitors seeing which data points are being collected, the recommended approach is to send tracking calls server-side via the Data Insertion API. This method allows for the collection of page names, form names, a counter event for each page of the checkout flow, and the s.products variable while keeping the tracking logic and data points hidden from the client side.
Lindsey
1 days agoCeleste
11 days ago