...
The TAG assignment works in following order:
One by one, for users indicated by pushToken or alias in the list, the tag is assigned.
File definitions
“Users be tagged” file
The format of the file is following:
AppSDKKey.TAGNAME.upload |
Example:
08de9772-1234-1234-1234-12312334bc0f.myfirsttag.upload
...
The content of the file must be push tokens or aliases, one per line. Line separator is “\n” character. Each Each line in the file must contain either a push token or an alias. Here is an example of what a file should look like:
alias=my-alias 1122555646545646 4645465456566546 alias=another-alias |
...
In this case the affected devices would be those whose push token is ‘1122555646545646’ or ‘4645465456566546’, or whose alias is ‘my-alias’ or ‘another-alias’. Note that it’s not necessary to write pushToken=4645465456566546 – by default, lines that don’t contain field identifier are interpreted as push tokens.
...
The format of file is following:
AppSDKKey. TAGNAME.processing |
Example:
08de9772-1234-1234-1234-12312334bc0f.myfirsttag.processing
...
The format of file is following:
AppSDKKey. TAGNAME.finished |
...
Example:
08de9772-1234-1234-1234-12312334bc0f.myfirsttag. finished
...