Migration Assistant
You can convert your existing V1 plugin configuration to V2 on this page.
Paste your valid configuration in the textbox below for the correct type, and we'll convert it to the new format for you.
In case your configuration is using values that are no longer used, we'll add a warning.
If you think this is incorrect behaviour, please contact your Customer Success Manager to double check this.
- Hash
- HTML
- JavaScript
tip
Make sure to use the new Pexip Engage URL in your
script
tag:<script src="/pexip-engage-plugin.js" async defer></script>
Migrated Encoded Hash
#pexip-eyJzdWJqZWN0LWlkcyI6IjEiLCJzdWJqZWN0LXR5cGUiOiJpZCIsImxhbmd1YWdlIjoiZnIifQ==
Migrated Hash Config
{
"subject-ids": "1",
"subject-type": "id",
"language": "fr"
}
Legacy Hash Config
{
"lng": "fr",
"scr": "disable",
"sub": "1"
}
tip
Make sure to use the new Pexip Engage URL in your
script
tag:<script src="/pexip-engage-plugin.js" async defer></script>
Migrated JS Result
{
"config": {
"language": "fr",
"subject": {
"ids": "1",
"type": "id"
}
}
}