mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-10 01:26:10 +01:00
23 lines
746 B
XML
23 lines
746 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<dataset>
|
||
|
<pages>
|
||
|
<pid>0</pid>
|
||
|
<uid>1</uid>
|
||
|
</pages>
|
||
|
|
||
|
<tx_tracking_pageview>
|
||
|
<pid>1</pid>
|
||
|
<uid>1</uid>
|
||
|
<url>https://example.com/path</url>
|
||
|
<user_agent>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116 Safari/537.36</user_agent>
|
||
|
<operating_system></operating_system>
|
||
|
</tx_tracking_pageview>
|
||
|
<tx_tracking_pageview>
|
||
|
<pid>1</pid>
|
||
|
<uid>2</uid>
|
||
|
<url>https://example.com/path</url>
|
||
|
<user_agent>Dalvik/2.1.0 (Linux; U; Android 9; ONEPLUS A3003 Build/PKQ1.181203.001)</user_agent>
|
||
|
<operating_system></operating_system>
|
||
|
</tx_tracking_pageview>
|
||
|
</dataset>
|