<feed xmlns="http://www.w3.org/2005/Atom"
      xmlns:rmda="http://schemas.google.com/ads/dynamic/data/2009">

 <title>Custom API response (not required)</title>
 <updated>2003-12-13T18:30:02Z</updated>
 <id>urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6</id>
 
 <entry>
  <title>Shiny red car</title>
  <summary>Can use this field</summary>
  <rmda:property name="price" value="$99"/>
  <rmda:property name="color" value="red"/>
  <rmda:property name="more-info" value="http://www.example.com/cars"/>
 </entry>

 <entry>
  <title>Shiny blue y <b>silver</b> car</title>
  <summary>Can use this field too</summary>
  <rmda:property name="price" value="$199"/>
  <rmda:property name="color" value="blue"/>
  <rmda:property name="description" value="<b>Buy this <em>now</em></b>"/>
 </entry>

</feed>
