---
sourceDocument: Zurich Mobile Configuration and Navigation
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/mobile

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich Mobile Configuration and Navigation

ft:clusterId :

    - mobile

bundleId :

    - mobile

workflow :

    - Development, Data and Analytics


---

# Campaign components

# Configure mobile campaign components {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Configure components to display the image, video, and text cards in a campaign for
your users to view and interact with on mobile devices.

## Before you begin

To configure components to display a campaign on mobile
devices, ensure that you have established the following items:

* Developed content for your campaign. For more information, see [Campaigns for
  Content Experiences](https://www.servicenow.com/docs/access?context=ecpro-campaigns&version=zurich&pubname=zurich-employee-service-management&ft:locale=en-US) and [Configure mobile
  content](https://www.servicenow.com/docs/access?context=ecpro-content-delivery-mobile&version=zurich&pubname=zurich-employee-service-management&ft:locale=en-US).

* Defined the appearance criteria for at least one card type. For more
  information, see [Create appearance templates for cards for a mobile campaign](https://www.servicenow.com/docs/Bpb4PcQfITVhJ~rhM8SPXg "Create item card templates that contain information about the appearance of each type of card displayed in a mobile campaign.") and [Configure the details for the appearance of cards for a mobile campaign](https://www.servicenow.com/docs/NjVa0Z8fnBSqs_YqmaN~9g "Configure item views to provide the details that define the appearance of cards within a mobile campaign to enhance display options and make your campaign more effective.").

* Have the Employee Center Pro
  Content Publishing plugin \[com.sn_content_delivery\] installed. For more information, see [Activate Content Publishing](https://www.servicenow.com/docs/access?context=activate-content-delivery-plugin&version=zurich&pubname=zurich-employee-service-management&ft:locale=en-US).

{#mobile-campaign-create__ul_pc3_np5_smb}Role required: admin

## Procedure

1. Create a data item to collect the data for the campaign content.
   1. In the web-based UI, enter <kbd class="ph userinput">sys_sg_data_item.list</kbd> in the filter navigator to open a list of data items.
   2. Click New to create a data item.
   3. On the form, fill in the fields.  
      {#mobile-campaign-create__table_wh2_nk3_fmb__entry__2}

      | Field | Description |
      |-|-|
      | Name | A title for the data item. You can have multiple data items with the same name. |
      | Description | Optional additional details. |
      | Condition Type | Select the method to use when building conditions to retrieve data from your data item. The available options are: Declarative :   Create conditions for the data item using the condition builder. Scripted :   Use a script to determine the conditions of your data item. A text window to enter a script appears below this field when you select this option. Append Encoded Query :   This condition is only used when creating data items for chart screens. Don't choose this Condition Type for campaigns. |
      | Table | <kbd class="ph userinput">sn_cd_content_mobile</kbd>, the Employee Center table, which contains the content of the cards. |
      | Query Condition | Condition that filters content data retrieved from the Employee Center table. For example, if a field called month exists in the table, you could set the condition \[month\]\[is\]\[September\] to indicate you want to pull content only when the month equals September. |
      | Group by | Select the field used to group the records in your list. |
      [Table 1. Data item form]

      {#mobile-campaign-create__table_wh2_nk3_fmb}
   4. Click Submit.
   {#mobile-campaign-create__substeps_n1t_vh3_fmb}
2. Create an item configuration for each item view you use.
   1. In the web-based UI, enter <kbd class="ph userinput">sys_sg_master_item.list</kbd> in the filter navigator.
   2. Click New to create an item configuration.
   3. On the form, fill in the fields.  
      {#mobile-campaign-create__table_wyx_xgz_fmb__entry__2}

      | Field | Description |
      |-|-|
      | Name | A title for the list item configuration. Note: Include the card type in the name. |
      | Card | The card you want to use for the list item. Search for an existing card or select New to configure one. |
      | Table | <kbd class="ph userinput">sn_cd_content_mobile</kbd>, the Employee Center table, which contains the content of the cards. |
      | Condition | Condition that filters display-related data retrieved from the HR Service Content Delivery table. Use a declarative condition to create conditions for the item configuration using the condition builder. For example, you could specify to display all image records related to the condition September, which you defined in the data item condition. You then set the condition \[Content type\]\[is\]\[Image\] and as a result all images tagged as September are displayed in the mobile campaign. |
      | Embedded screen | Not applicable for mobile campaigns. |
      [Table 2. item configuration form]

      {#mobile-campaign-create__table_wyx_xgz_fmb}
   {#mobile-campaign-create__substeps_b2z_4dz_fmb}
3. Create a list stream, which connects the data item with the item configuration.
   1. In the web-based UI, enter <kbd class="ph userinput">sys_sg_item_stream.list</kbd> in the filter navigator.
   2. Click New to create an list stream.
   3. On the form, fill in the fields.  
      {#mobile-campaign-create__table_ywv_3s3_fmb__entry__2}

      | Field | Description |
      |-|-|
      | Name | A title for the list stream. |
      | Data item | The data item you created. |
      [Table 3. List stream form]

      {#mobile-campaign-create__table_ywv_3s3_fmb}
   4. In the List Stream M2M item configuration section, click Insert a new row.
   5. Insert the item configuration you created.
   6. Click Save.
   7. Click Submit.
   {#mobile-campaign-create__substeps_sgt_sr3_fmb}
4. Create a list stream container.
   1. In the web-based UI, enter <kbd class="ph userinput">sys_sg_item_stream_container.list</kbd> in the filter navigator.
   2. Click New.
   3. In the Name field, enter a title for the list stream container.
   4. Right-click on the form header (![Form header menu button]()) and select Save.
   5. In the Stream Container M2M streams section, click New.
   6. On the form, fill in the fields.  
      {#mobile-campaign-create__table_j4q_kvz_fmb__entry__2}

      | Field | Description |
      |-|-|
      | Stream | The stream that you want to add to the stream container. |
      | Stream container | The stream container that contains the stream. |
      | Order | A number that indicates where to place the stream container. Lower-numbered items display before higher-numbered items. |
      [Table 4. Stream Container M2M Stream form]

      {#mobile-campaign-create__table_j4q_kvz_fmb}
   7. Click Submit.
   8. Click Update.
   {#mobile-campaign-create__substeps_drn_jt3_fmb}
5. Create a screen launcher content UI section to contain the campaign.
   1. In the web-based UI, enter <kbd class="ph userinput">sys_sg_content_section.list</kbd> in the filter navigator.
   2. Click New.
   3. On the form, fill in the fields.  
      {#mobile-campaign-create__table_a54_n43_fmb__entry__2}

      | Field | Description |
      |-|-|
      | Title | Title for the content UI section. This title is not displayed in the mobile UI. |
      | Active | Option for enabling the display of the campaign in your mobile instance. |
      [Table 5. Content section form]

      {#mobile-campaign-create__table_a54_n43_fmb}
   4. Click Submit.
   {#mobile-campaign-create__substeps_eml_xn3_fmb}
{#mobile-campaign-create__steps_vdb_btg_3mb}

## What to do next

Add the content UI section to a screen launcher. For more information, see [Configure a content UI section](https://www.servicenow.com/docs/4NkrGb5OcogJfx4~fkJfqA "Use the content UI section type to display text, images, and videos as campaign cards at the top of your screen. Use these campaigns to deliver messages and important information to your users.").

