When merging events in Web SDK do they each count as a primary server call?
Hi all,
I'm trying to understand the billing impact of using the Merge ID to update a given page view with data generated after the page view was logged.
For example, when the page loads we fire a page view event. Then as the user scrolls, a third party provider dynamically populates elements on the page. We want to capture the impression ID for these elements in the original page view. So if we fire two more events with the same Merge ID, will that count as three hits against our contract?
Thanks!