Mixpanel
Table of Contents
The tap-mixpanel
Singer tap pulls data from Mixpanel that can then be sent to a destination using a Singer target.
-
- Repository: https://github.com/hotgluexyz/tap-mixpanel
-
-
-
-
-
-
- Maintainer: Hotglue
Alternative variants #
Multiple
variants
of tap-mixpanel
are available.
This document describes the default hotgluexyz
variant,
which is recommended for new users.
Alternative variants are:
Standalone usage #
Install the package using pip:
pip install git+https://github.com/hotgluexyz/tap-mixpanel.git
For additional instructions, refer to the README in the repository.
Usage with Meltano #
Meltano helps you manage your configuration, incremental replication, and scheduled pipelines.
View the Meltano-specific tap-mixpanel
instructions to learn more.
Capabilities #
These capabilities can also be overriden
by specifying the capabilities
key in your meltano.yml
file.
Settings #
The settings for tap tap-mixpanel
that are known to Meltano are documented below.
To quickly find the
setting you're looking for, use the Table of Contents at
the top of the page.
You can override these
settings or specify additional
ones in your meltano.yml
by adding the settings
key.
Please consider adding any settings you have defined locally to this definition on MeltanoHub by making a pull
request to the
YAML file
that defines the settings for this
tap.
API Secret (api_secret
)
#
Mixpanel Project API Secret
Project Time Zone (project_timezone
)
#
Mixpanel Project time zone
User Agent (user_agent
)
#
Mixpanel user agent
Date Window Size (date_window_size
)
#
Number of days to use for date window
Attribution Window (attribution_window
)
#
Minimum number of days to look-back to
Select Properties by Default (select_properties_by_default
)
#
Automatically select all props during discovery
Denest Properties (denest_properties
)
#
Denest nested JSON responses from Mixpanel API
Start Date (start_date
)
#
Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take.
Looking for help? #
If you're having trouble getting the
tap-mixpanel
tap to work, look for an
existing issue in its repository, file a new issue,
or
join the Meltano Slack community
and ask for help in the #plugins-general
channel.
Found an issue on this page? #
This page is generated from a YAML file that you can contribute changes to. Edit it on GitHub!