mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-10 01:26:10 +01:00
Daniel Siepmann
f3d69eed45
Allow integrator to limit results in widget to certain languages. If only one language is allowed, labels will be translated. Otherwise default system language is used. E.g. one record will be displayed in multiple languages, it would be confusing to show him multiple times for each language. Add TYPO3 extension for phpstan as many things would break within tests. Relates: #15
22 lines
746 B
XML
22 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>
|