Rules and XDM events

Prerequisites for this tutorial

Before starting this tutorial, please read and follow the steps in the sample XDM implementation tutorial, including downloading the sample application and setting up the required fields.

Attach data to XDM events

Update the Product reviews schema

  1. In the browser, navigate to Adobe Experience Platform and login with your credentials.

  2. Update the previously created Product reviews schema created by adding two new fields.

    • From the left panel, select Schemas and then select the Product reviews schema you have created for the previous assignment.

    • Select the Product review field group.

    • Select the plus icon + next to the schema name and add the following fields. Select Apply after each field added.

      Table
      Field name Display name Type Required
      ratingSource Rating Source String No
      ratingDate Rating Date DateTime No
    • Select Save to update the schema.

Create a mobile rule in the Data Collection UI

  1. Navigate to the Data Collection UI and select the mobile property you created in the previous assignments.

  2. Select Extensions from the left panel and update the Adobe Experience Platform Edge extension to latest version.

  3. Select Data elements from the left panel and the following data elements:

    1. Create App ID data element:

      • Select the Create New Data Element button.
      • Select the Mobile Core Extension and App ID Data Element Type.
      • Set the name for this data element to App ID and click Save.
    2. Create Operating system version data element:

      • Select the Add Data Element button.
      • Select the Mobile Core Extension and OS Version Data Element Type.
      • Set the name for this data element to Operating system version and click Save.
    3. Create Event timestamp data element:

      • Select the Add Data Element button.
      • Select the Mobile Core Extension and Adobe Experience Platform Timestamp Data Element Type.
      • Set the name for this data element to Event timestamp and click Save.
  4. Select Rules from the left panel and create the following rule:

    • Select Create New Rule.
  5. Select the + Add button in the Events section.

    • Select Adobe Experience Platform Edge for Extension.

      • Select AEP Request Event.
      • Select the + button to Add XDM Event Type.
      • Select XDM Event Type equals product.review.
      • Select Keep Changes.

data-variant=info
data-slots=text
Tag rules for mobile properties are executed on the client-side mobile application by the Platform Rules Engine extension.

Test with the sample application

Run the Sample app in a simulator or a device and generate product review XDM events:

Validate the event data with AEP Assurance

Connect to an Assurance Session to inspect that the Adobe Experience Platform Request Event has the correct data. To set up an Assurance session with the Sample app, follow the steps in the using Adobe Experience Platform Assurance guide.

Extra credit: Update rule/add new rule of your choice

Add a new rule in the Data Collection UI or update the one created in the previous steps. Then validate that the rule was correctly executed for your use case using Adobe Experience Platform Assurance and/or Mobile SDK logging.

Next steps

Find more details about the Adobe Experience Platform Mobile SDK Rules Engine and the supported rule types, please read the Rules Engine documentation and the Rules Engine GitHub.

For more rules examples in the Data Collection UI, see the following links: