The batch_page_id
parameter groups all interactions from a specific page, and batch_ordering_id
indicates the order in which these interaction batches are collected on that page.
The batch_ordering_id
tracks the processing order of data batches, typically using sequential numbers like 1, 2, etc. For example, if a user triggers two pageview
events in one session on the same day, these events might be assigned different batch_ordering_id
values (such as 1 and 2) to denote their chronological occurrence within the batch processing sequence.
The batch_page_id
is updated to a new value each time the same user initiates a new session on the same day.