Data
Arguments
1.Arguments of download page
After you add an application to our backend, you will get the following link for customers to download and install:
https://w2a.w2.app/download
Once you add a channel in the channel management page, you will get a link containing the channel ID:
https://w2a.w2.app/download?w2a_cid=206e715e273a493
In addition to the channel ID parameter (w2a_cid), you can also add other parameters to the link. The following table shows all the parameters we support.
1.1Arguments list
Parameter Name | Description | Example |
---|---|---|
w2a_cid | Channel id | 206e715e273a493 |
w2a_sid1 | Custorm id1 | ssid1 |
w2a_sid2 | Custorm id2 | ssid2 |
1.2Arguments tips
1、The parameter value can contain any characters, there is no limit to the length, but it is recommended not to exceed 200 characters.
2、Use the equal sign (=) to connect parameter names and parameter values, and use the & symbol to connect multiple parameters.
3、The channel ID parameter (w2a_cid) must be the channel id added in the background, otherwise the custom channel cannot be associated.
3、If other parameters are included (such as: fbclid), they will be passed to the application as they are.
1.3Arguments example
https://w2a.w2.app/download?w2a_cid=206e715e273a&w2a_sid1=ssid1&w2a_sid2=ssid2&fbclid=1234567890
2.Arguments of landing page
If the user installs the application and opens them, the user developer's landing page will receive all parameters including application ID, user ID, channel ID, and custom parameters. Including but not limited to: fbclid, fb_pixel.
2.1Arguments list
Parameter Name | Description | Example |
---|---|---|
w2a_aid | APP id | 00a357fdf1711bc |
w2a_cid | Channel id | 206e715e273a493 |
w2a_uuid | User id (use for push) | d614fad3078069a |
w2a_session_id | Session id (Unique every visit) | 433fcc6f962dfb39 |
w2a_sid1 | Custorm id1 | ssid1 |
w2a_sid2 | Custorm id2 | ssid2 |
2.2Arguments example
The following takes the opening of the Demo application as an example, in which the configured website address is
https://www.w2.app/?from=w2a
After the user installs the app and opens the app, he or she will receive the following parameters:
https://www.w2.app/?from=w2a&w2a_aid=206
Arguments tips
1、When opening the app, the APP developer will receive other parameters from the user during installation, which can be used as the basis for user statistics and attribution.
2、If the user opens the APP through push, the user will open the address configured during push and pass the parameters installed by the user to the application as they are.