Use an XML feed

Google Sheets are recommended for feeds, but if you prefer, you can also use XML files.

Size limit

Studio counts each XML object the same as a row in a CSV. CSVs have a 700,000 row limit, and an XML file has a 700,000 object limit.

Supported formats

One root node

The format below corresponds to the easiest XML structure supported by Studio. You can think of it as a Spreadsheet with 5 columns (fields): DefaultValue, ItemID, City, CTA, Image. Each line of a Spreadsheet is represented by a node in XML, included between the opening tag <city> and the closing tag </city>. In the below example, <city> is the root node, and it is repeated for each set of values served at a given impression.

<container>
    <cityname>
        <DefaultValue>TRUE</DefaultValue>
        <ItemID>1</ItemID>
        <City>New York</City>
        <CTA>Fly to the Big Apple</CTA>
        <Image>http://newyorkimage.png</Image>
    </cityname>
    <cityname>
        <DefaultValue>FALSE</DefaultValue>
        <ItemID>2</ItemID>
        <City>Los Angeles</City>
        <CTA>It's time for surfing</CTA>
        <Image>http://losangelesimage.png</Image>
    </cityname>
</container>
Any tags between the beginning <container> tag and the beginning <city> tag will be disregarded.

Once this feed is uploaded, you can assign the field value to each field as you would do for any other feeds. In this case, for instance, the "City" field will be assigned to the "Accurate Geo Type" field type.

Multiple root nodes

The example feed below contains multiple root nodes: <cityname> and <price>. Studio allows for one root node only to be selected for each Dynamic element. When you have an XML feed with multiple root nodes, you can do one of the following:

  • Select one of the two elements through the "Root node" drop-down menu in the Manage Element step of the Dynamic workflow. All the content in the excluded root node will be disregarded.
  • Change the feed structure by consolidating all your fields (in our example, the fields are: <DefaultValue>,<ItemID>, <City>, <CTA>, <Image>, and <Price>) within one root node only (either <City> or <Price> in this case) and re-upload your XML feed to Studio.
<container>
    <cityname>
        <DefaultValue>TRUE</DefaultValue>
        <ItemID>1</ItemID>
        <City>New York</City>
        <CTA>Fly to the Big Apple</CTA>
        <Image>http://newyorkimage.png</Image>
    </cityname>
    <cityname>
        <DefaultValue>FALSE</DefaultValue>
        <ItemID>2</ItemID>
        <City>Los Angeles</City>
        <CTA>It's time for surfing</CTA>
        <Image>http://losangelesimage.png</Image>
    </cityname>
    <price>
        <DefaultValue>TRUE</DefaultValue>
        <ItemID>3</ItemID>
        <Price>From $99</Price>
    </price>
    <price>
        <DefaultValue>FALSE</DefaultValue>
        <ItemID>2</ItemID>
        <Price>From $159</Price>
    </price>
</container>
Any content between the beginning <container> tag and the beginning <city> tag will be disregarded by Studio.

Unsupported formats

Nested nodes

The feed below presents nested nodes, as the <description> item includes <text> and <image> subitems. Nested nodes are not supported by Studio, so you need to remove them or change the structure of your XML feed to successfully upload your feed. In the example below, Studio would recognize the whole "<text>Great deals for this summer </text> <image>http://image1</image>” as content for the description field.

<container>
    <cityname>
        <DefaultValue>TRUE</DefaultValue>
        <ItemID>1</ItemID>
        <City>New York</City>
        <CTA>Fly to the Big Apple</CTA>
        <Image>http://newyorkimage.png</Image>
        <description>
            <text>Great   deals   for   this   summer</text><image>http://image1</image>
        </description>
    </cityname>
    <cityname>
        <DefaultValue>FALSE</DefaultValue>
        <ItemID>2</ItemID>
        <City>Los Angeles</City>
        <CTA>It's time for surfing</CTA>
        <Image>http://losangelesimage.png</Image>
        <description>
            <text>Don't   miss   our   great   offers</text><image>http://image2</image>
        </description>
    </cityname>
</container>

JSON objects

JSON objects such as the one below are not supported by Studio. You need to convert your feed into one of the supported formats (Google Sheets, .CSV, .XML) to upload your feed. 

{"menu": {
  "id": "file",
  "value": "File",
  "popup": {
     "menuitem": [
       {"value": "New", "onclick": "CreateNewDoc()"},
       {"value": "Open", "onclick": "OpenDoc()"},
       {"value": "Close", "onclick": "CloseDoc()"},
     ]
   }
 }}

Upload an XML feed

  1. Click New profile to create a new profile.
  2. In the "Manage Data" step, click New content to upload your feed.
  3. In the "Manage Element" step, select and enter the following values:
    1. Content source: Select Remote file.
      Note: If you are setting up a feed that is behind a username and password, Studio will not be able to ingest it initially. This means that for the initial setup and ingestion, you will need to download a copy of the XML and upload it from your local device by selecting Local file in "Content source".
    2. Format: Select XML.
    3. Feed URL: Enter your feed URL.
    4. Root node name: Select the one root node in your feed that contains the content you want to serve in your campaign. A root node is the standalone entity or collection corresponding to all the values of a single row in a feed.
  4. Continue to set up your profile as you would for any non-XML feed.

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

Search
Clear search
Close search
Main menu
5977640110163502416
true
Search Help Center
true
true
true
true
true
74220
false
false