Skip to main content
Skip table of contents

Pseudonymisation API

This API can be used to pseudonymise PII, for example email, by creating a random unique string which is mapped to the PII in the user’s profile.

The pseudonymised value is then returned and can be used instead of the PII for tracking or profiling across systems that do not want to receive PII.

GET Request

JS
GET /op/[pipeline]/orderid?umdid=[umdid]&out=js&email=[email]

Parameters

Name

Optional

Value

umdid

Yes

UUID, random unique value provided by FunnelConnect.

E.g. email or any other specified name

No

 E.g. mail address

out

Yes

js or json

Response

Content-Type: application/json

Name

Type

Value

pemail

String

UUID

JSON

JSON
{"pemail":"bc639a98-27aa-433b-ba63-12910991cf83"}

JavaScript Variable

JS
var fcData = {"pemail":"bc639a98-27aa-433b-ba63-12910991cf83"};
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.