Step 1 - Create your JSON Assets

In MXO, create your JSON assets (as required).

For more information about the full requirements for creating JSON assets for Mobile Touchpoints, see Create JSON Assets for In-App Full-Screen Notifications on Mobile.

Step 1a: Create your Asset

Create your asset, providing appropriate asset markup.

Example details

FieldDescription
AssetSavings account - full screen notification.We recommend using a name that includes the type of notification to make it easier to identify throughout MXO.
DescriptionSavings account full screen notification asset.
Asset TypeJSON
Asset Markup

Bear in mind the following when creating your asset markup:- You must ensure you provide valid JSON. Use a validation tool such as JSON Lint.- "type" and "image-url" parameters are mandatory.

{ "type":"full", "image":{ "image-url":"https://imgur.com/123456" } } 

Mobile - Asset full 1

Step 1b: Configure customer response tracking (optional)

If you wish to set up customer responses, select Track customer response and provide the relevant details.

For more information about the rules to consider when configuring responses for full-screen notifications, see Response Rules for Full Screen Notification Assets.

Example details

FieldDescription
LabelLeave blank for full-screen positive responses.For full-screen negative or neutral responses, see Response Rules for Full Screen Notification Assets.
TargetProvide a target URL for your chosen response.In our example, we are using https://google.co.uk
ContextThe context in which the target URL is opened for this response.In our example, we are using Send user to a web Touchpoint.For other contexts, see How can I redirect customers?.

Mobile - Asset mini 2