Data
Third Tracking
1.Setting
After you add an application to our backend, you can set the application ID of the third-party tracking platform. When a user performs an operation on our website, we will report the user's behavior to the third-party tracking platform.
Currently supported third-party tracking platforms are:
1、Google Analytics
2、Facebook Pixel
2.Custom Event List
Event Name | Description |
---|---|
w2a_track_1 | Enter the Download installation page |
w2a_track_2 | Click the Install button |
w2a_track_3 | Installation refused |
w2a_track_4 | Agree to install |
w2a_track_5 | Successful installation |
w2a_track_6 | Click the Play button |
w2a_track_7 | Reinstall - Click the Install button |
w2a_track_8 | Unable to install in current environment |
w2a_track_9 | Open the application address using a web page |
w2a_track_10 | Open app |
w2a_track_11 | Application-loaded successfully (iframe open mode) |
w2a_track_12 | Push message notification - display |
w2a_track_14 | Push message notification - user actively closes it |
w2a_track_15 | Message notification-click |
w2a_track_16 | Unauthorized message notification |
w2a_track_17 | Message Notifications - User allows message notifications |
w2a_track_18 | Message notification-monitored messages |
w2a_track_19 | Reinstall - Denied |
w2a_track_20 | Reinstall - Agree |
w2a_track_21 | Reinstallation successful |
3.Event Arguments list
Parameter Name | Description | Example |
---|---|---|
channel_id | Channel id | 206e715e273a493 |
uuid | User id | 206e715e273a493 |
session_id | Session id (Unique every visit) | 206e715e273a493 |
sid1 | Custorm id1 | ssid1 |
sid2 | Custorm id2 | ssid2 |
page | Visit page | https://demo.w2.app/download/ |
referrer | Referrer | https://www.facebook.com/ |
type | Event type (the same like event name) | 1 |
resolution | Screen size | 1920x1080 |
Arguments tips
1、If you enter a third-party tracking id on the download and installation page, the system will automatically upload the event. Currently supported automatic identifications include Facebook Pixel(fb_pixel, pixel_id), Google Analytics(tid).
2、The third-party tracking ID on the installation page takes precedence over the third-party tracking ID configured in the developer's backend.
3、The same application only supports one third-party tracking method.
4、The third-party tracking ID will be saved into the application as the user installs the application. Each time the user launches the application, the system will automatically transmit the ID to the user's website.
5、Unless the user uninstalls and reinstalls the app, the third-party tracking ID will not be deleted or changed.