Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz authored Sep 30, 2022
1 parent ec2c871 commit 7c00ace
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Mixpanel Tag for Google Tag Manager Server Container

TBD
**Mixpanel tag can track these action types:**

- Track - tracks Mixpanel events.
- Alias - adds an alias to existing Mixpanel contact.
- Reset - resets identification of Mixpanel contact.


**Mixpanel tag capabilities:**

- `Automatically handle customer distinct_id` - Mixpanel server API optimized for stateless shared usage; e.g., in a web application, the same mixpanel instance is used across requests for all users. Rather than setting a distinct_id through identity () calls like Mixpanel client-side libraries (where a single Mixpanel instance is tied to a single user), this API requires you to pass the distinct_id with every tracking call.
- `Send common data with request` - sends user_agent, path, $current_url, $screen_width, $screen_height, $referrer, user ip, etc.
- `Get parameters from the variable` - extracts parameters from the sGTM variable.
- `Additional Parameters` - add parameters you need to send to Mixpanel.
- `Remove parameters from the request` - specify parameters you want to remove from the requests.
- `Logs Settings` - enable to use stape logs.


## How to use

- [Mixpanel tag for server Google Tag manager](https://stape.io/blog/mixpanel-tag-for-server-google-tag-manager)

## Open Source

Expand Down

0 comments on commit 7c00ace

Please sign in to comment.