Top Level Element and Mass Data Import Structure Examples

Structure examples for defining campaign and promotion elements at the top level and for mass data support.

The top-level campaign or promotion elements can appear as follows:

<!-- top-level element -->
  <xsd:element name="promotions">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="campaign" type="Campaign" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="promotion" type="Promotion" minOccurs="0" maxOccurs="unbounded" />
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>

For importing mass data, use this structure:

<!-- fake element for mass data support -->
<xsd:element name="campaign" type="Campaign" />
<xsd:element name="promotion" type="Promotion" />
X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.