The OWOX BI GA4 event-based web streaming allows you to enhance web streams by sending events directly to the OWOX BI Access point via HTTP requests.
How it works
Use a unique access point URL, e.g. 'https://streaming.bi.owox.com/ga4/…/mp'. (Note that there is no slash at the end). Contact your OWOX manager (bi@owox.com) to get this URL.
The access point processes each request sent to it and stores it in the debug_info.raw_request
field as it is without changes.
Request requirements
- The request must comply with the Measurement Protocol (Google Analytics 4) according to the official documentation.
- The
events[]
array must contain at least one object.
Optional parameters
- Query parameters (
api_secret
andmeasurement_id
). If you send it, we will ignore it. - Parameter
client_id
is optional. OWOX BI algorithm saves it in theuser_pseudo_id
field if you send this parameter.
If the request structure does not match, data parsing will not occur. You can see the original request in the debug_info.raw_request
field.
0 Comments