Push Message Advanced Experience Configuration - Adobe-Marketing-Cloud/aml-summit-lab GitHub Wiki

Overview

In this section we'll be adding the custom payload to the push message in Adobe Mobile Services UI to configure an advanced experience.

Implementation Steps

  1. Create a basic experience

  2. Click on "Show Advanced Options"

  1. Under the Payload section, add the following json content as shown in the screenshot below:
{
"color" : "blue"
}

You can also set "green", "red", "yellow" instead of "blue" in the json.

Next Steps

GO BACK: Advanced Push Creation