Skip to content
Sam Dozor edited this page Dec 7, 2016 · 14 revisions

mParticle Python SDK

This SDK is a helper library for the mParticle server-to-server HTTP API, it exposes mParticle's schema as simple models and provides an HTTP client interface. This SDK is stateless and will only send the data that you populate, whereas our mobile SDKs will automatically collect app and device information, session events, install events, and maintain persistence. Read this wiki for a general overview and examples, and contact our customer support team to make sure you're feeding the platform with the right data to power your integrations.

Model Overview

See here for an overview of the data models in the SDK.

HTTP Client Usage

See here for how to configure and upload the models described above.

SQS Upload

See here for how to upload data via Amazon SQS.

Clone this wiki locally