web2app

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 NameDescription
w2a_track_1Enter the Download installation page
w2a_track_2Click the Install button
w2a_track_3Installation refused
w2a_track_4Agree to install
w2a_track_5Successful installation
w2a_track_6Click the Play button
w2a_track_7Reinstall - Click the Install button
w2a_track_8Unable to install in current environment
w2a_track_9Open the application address using a web page
w2a_track_10Open app
w2a_track_11Application-loaded successfully (iframe open mode)
w2a_track_12Push message notification - display
w2a_track_14Push message notification - user actively closes it
w2a_track_15Message notification-click
w2a_track_16Unauthorized message notification
w2a_track_17Message Notifications - User allows message notifications
w2a_track_18Message notification-monitored messages
w2a_track_19Reinstall - Denied
w2a_track_20Reinstall - Agree
w2a_track_21Reinstallation successful

3.Event Arguments list

Parameter NameDescriptionExample
channel_idChannel id206e715e273a493
uuidUser id206e715e273a493
session_idSession id (Unique every visit)206e715e273a493
sid1Custorm id1ssid1
sid2Custorm id2ssid2
pageVisit pagehttps://demo.w2.app/download/
referrerReferrerhttps://www.facebook.com/
typeEvent type (the same like event name)1
resolutionScreen size1920x1080

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.

Previous
Attribution parameter passing