@Mike V ,
The token
from APNS is the push channel. We sometimes also refer to this as the device/PNS handle
. Installation ID
and user ID
are user-defined (as per your requirement/as in your case)
From the 2nd doc’s link you'd shared- “Create or overwrite an installation” – Request body ‘pushChannel’ is ‘The PNS handle for this installation (in case of WNS the ChannelUri of the ApplicationTile).’
You can see the JSON example here:
{
"installationId": "12234",
"userID": "MyAmazingUser",
"tags": ["foo", "bar"],
"platform": "apns",
"pushChannel": "ABCDEF-123456-…"
}
For other related Notification metrics, you may wish to see the thread I'd responded here: decipher metrics