For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mobile Data

As part of some of our API calls, you can pass along additional location service data, to be stored into the system for subsequent reporting.

<mobileData>
	<mobileDeviceData>
		<model></model>
		<name></name>
		<systemName></systemName>
		<systemVersion></systemVersion>
	</mobileDeviceData>
	<iosLocationServiceData>
		<altitude></altitude>
		<coordinate></coordinate>
		<course></course>
		<horizontalAccuracy></horizontalAccuracy>
		<verticalAccuracy></verticalAccuracy>
		<speed></speed>
		<timeStamp></timeStamp>
	</iosLocationServiceData>
</mobileData>

Last updated

Was this helpful?