INFOnline Measurement pseudonymous (query string) (infonline/ioam-tx-query
)
operated by: INFOnline GmbH
(get company information on datarequests.org, go to tracker entry in the Exodus database)Unlike Census Measurement, which works anonymously without identifiers, INFOnline Measurement pseudonymous “is designed as a pseudonymous system (with client identifiers)”.
According INFOnline’s own documentation, “[…] the pseudonymous INFOnline Measurement may only be loaded and executed if there is active consent from the user of [the] web page. […] The following also applies to apps: Only start the session of pseudonymous measurement if you have the user’s consent.”
Endpoint URLs
These are URLs or regexes of endpoints the tracker sends data to. We use these to determine which adapter to apply to a request. Some trackers use the same endpoint for several formats. In this case we use additional logic to match the adapter to the request, refer to the code for more information.https://de.ioam.de/tx.io
https://at.iocnt.net/tx.io
Decoding steps
Every tracking library has its own way of transmitting tracking data, often even several. They are regularly pretty convoluted, nested encoding schemes. Because of that, the adapter needs to decode the request information into a consistent format. We try to keep keys and paths intact, but the structure results from our decoding. All steps used in the decoding for this adapter are documented here.- Get the cookie
i00
. Store that in the result for the cookies ati00
. - Parse the query string in the request path as a query string. Store that in the result for the query string.
- Parse the result for the query string at
mi
as JSON. Replace the existing value.
1res.cookie.i00 = cookie.i00
2res.query = parseQueryString(query)
3res.query.mi = parseJson(res.query.mi)
Observed data transmissions
This is data that we observed being transmitted by this tracker. Not every request contains all of this data. The context of the data describes where we found the data in the request, the path describes the location of the data in the decoded request. The examples are a selection of observed values.References
- Documentation for
lo
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
r2
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
rf
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
ur
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
xy
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
xy
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
lo
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
vr
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/ - Documentation for
cp
: https://docs.infonline.de/infonline-measurement/en/services/logfilebereitstellung/