Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Tip

UPDATED RESOURCES (3/228/23): For the latest information on this feature, please see the Identity Configuration documentation.

This guide will review how to set up the Loyalty Dialog Customization in Aspenware Identity.

...

  • Log in to the Identity Admin UI

  • Click on Consent Models, use this copy as a guide. Lines highlighted in RED are customizable text.

  • Must set “showUpdatedConsentText":to true, (Default setting is “false,”) for text to display

{
"http://cycle-c.aspenwarecommerce.net ": [
{
"id": 1,
"isConsented": false,
"isConsentedDefaut": false,
"showCheckBox": true,
"showConsentText": true,
"showConsentLink": false,
"checkedRequired": false,
"consentText": "Enroll in <a href='https://www.boynerewards.com/%27 target='_blank'>BoyneRewards</a> to earn points on every purchase and accept the <a href='http://www.boynerewards.com/terms%27 target='_blank'>terms and conditions</a>.",
"consentLinkUrl": "https://www.boynerewards.com/iframe_terms.html%22,
"consentLinkText": "Click here to read terms and conditions.",
"updatedConsentText": "By continuing you agree to the <a href='http://www.boynerewards.com/terms%27 target='_blank'>terms and conditions</a>.",
"showUpdatedConsentText": true,
"alreadyConsented": false,
"customApiActions": [
{
"customApiActionTypeId": 1,
"apiUrl": "https://api.boyneresorts.io/loyaltytest-aw/api/loyalty/customers/{nodeId}/overview?loyaltyProgramStatusCode=1&loyaltyProgramCode=1",
"apiHeaders": {
"Accept": "application/json",
"Ocp-Apim-Subscription-Key": "448d47d47aeb46ce811e8e89feeb045f",
"unity-api-version": "3"
},
"apiPostPayload": null
},
{
"customApiActionTypeId": 2,
"apiUrl": "https://api.boyneresorts.io/loyaltytest-aw/api/loyalty/customers/{nodeId}/enrollments",
"apiHeaders": {
"Accept": "application/json",
"Ocp-Apim-Subscription-Key": "448d47d47aeb46ce811e8e89feeb045f",
"unity-api-version": "3"

...