PII
action can trigger the rules engine when certain triggers and traits match. When setting a rule, you can also set the PII
action for a Signal event. The collectPii
API can then be used to trigger the rule and send the PII data., where token is any data element that is defined in Experience Platform Launch for a mobile property that identifies the source of the data from which the token is expanded. For example,
can be used in the Signal postback action, where
My Data element for ECID` is a data element that was created using the Mobile Core extension, and the data element type is Experience Cloud ID.urlenc
, which specifies that the value will be URL-encoded before it is replaced in the rule.Send Postback
and Send PII
actions allow you to specify a URL
field and an optional Post Body
field. You can specify which tokens should be expanded by the Experience Platform SDKs when the postback or PII network call is triggered. For more information on tokens, see the rule tokens documentation.collectPii
API to form a token:collectPII
to fire Event with context data.user_email
context data key.Send Postback
action and include the following URL in the corresponding edit box:collectPii
and its usage, see collectPii
in the Mobile Core API reference.Open URL
actions allow you to specify a URL, which can contain the tokens that will be expanded by the Experience Platform SDKs. For more information about tokens, see the rule tokens documentation.