Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Parent Element

Attributes

Description

ads

 

 

Top level container of advertisement elements

ad

ads

 

Advertisement data

listings

ad

 

The group of businesses sharing the same budget

listing

listings

 

Data of a business location

listing_id

listing

 

The ID to uniquely identify CityGrid's businesses

listing_name

listing

 

The name of the business

reference_idlisting The ID to uniquely identify provider to which listing belongs to

categories

listing

 

List of categories associated to this advertiser

category

categories

primary= true if the category is primary for this business

Category associated to this advertiser

markets

listing

 

List of markets associated to this advertiser

market

markets

 

List of markets Market associated to this advertiser

neighborhoods

listing

 

List of neighborhoods associated to this advertiser

neighborhood

neighborhood

 

Neighborhood associated to this advertiser

citieslisting List of cities associated to this advertiser
citycities City associated to this advertiser
postal_codeslisting List of postal codes associated to this advertiser
postal_codepostal_codes Postal code associated to this advertiser

ppe

ad

 

Price per event

remaining_budget

ad

 

Budget available

budget_allocation_id (optional)ad Budget allocation id available

...

Code Block
borderStyledashed
langxml
<ads>
  <ad>
    <ppe>1.0</ppe>
    <remaining_budget>31.0</remaining_budget>
    <listings>
      <listing>
        <listing_id>1111</listing_id>
		<listing_name>XYZ Inc</listing_name>
		<reference_id>1</reference_id>
		<categories>
          <category>Overnight Shipping</category>
          <category>Commercial Shipping</category>
        </categories>
        <markets>
          <market>Cape Coral-Fort Myers, FL</market>
          <market>Naples-Marco Island, FL</market>
        </markets>
        <neighborhoods>
          <neighborhood>North Naples</neighborhood>
          <neighborhood>Urban Estates</neighborhood>
        </neighborhoods>
  		<cities>
    </listing>      <city>Los <listing>Angeles</city>
        <listing_id>3333</listing_id> 		<listing_name>abc Inc</listing_name>
		<reference_id>1</reference_id> <city>San Diego</city>
        <categories></cities>
        <postal_codes>
 <category primary="true">Attorneys</category>        <postal_code>99999</postal_code>
  <category>Wrongful Death Attorneys</category>        <postal_code>11111</postal_code>
        </categories>postal_codes>
      </listing>
  <markets>    <listing>
      <market>West Palm Beach-Boca Raton-Boynton Beach, FL</market> <listing_id>3333</listing_id>
		<listing_name>abc Inc</listing_name>
		<reference_id>1</reference_id>
        <categories>
 <market>Ocala, FL</market>         </markets><category primary="true">Attorneys</category>
        <neighborhoods>  <category>Wrongful Death Attorneys</category>
      <neighborhood>Water Catchment Area<</neighborhood>categories>
        <markets>
  <neighborhood>Golden Lakes</neighborhood>       <market>West  </neighborhoods>
  Palm Beach-Boca Raton-Boynton Beach, FL</market>
   </listing>     </listings>  <market>Ocala, <FL</ad>market>
   <ad>     <ppe>2.0</ppe></markets>
        <neighborhoods>
 <remaining_budget>32.0</remaining_budget>     <listings>    <neighborhood>Water Catchment Area</neighborhood>
<listing>         <listing_id>2222</listing_id>
		<listing_name>stores Inc</listing_name>
		<reference_id>1</reference_id> <neighborhood>Golden Lakes</neighborhood>
        </neighborhoods>
		<cities/>	
        <postal_codes/>
      </listing>
    </listings>
  </ad>
  <ad>
    <ppe>2.0</ppe>
    <remaining_budget>32.0</remaining_budget>
    <listings>
      <listing>
        <listing_id>2222</listing_id>
		<listing_name>stores Inc</listing_name>
		<reference_id>1</reference_id>
        <categories>
          <category>Overnight Shipping</category>
          <category>Commercial Shipping</category>
        </categories>
        <markets>
          <market>Cape Coral-Fort Myers, FL</market>
          <market>Naples-Marco Island, FL</market>
        </markets>
        <neighborhoods>
          <neighborhood>North Naples</neighborhood>
          <category>Overnight<neighborhood>Urban Shipping<Estates</category>neighborhood>
        </neighborhoods>
		<cities/>
 <category>Commercial Shipping</category>      <postal_codes/>
  </categories>    </listing>
    <markets>  <listing>
        <market>Cape Coral-Fort Myers, FL</market><listing_id>4444</listing_id>
		<listing_name>ZZZ Inc</listing_name>
		<reference_id>1</reference_id>
        <categories>
 <market>Naples-Marco Island, FL</market>         </markets><category primary="true">Attorneys</category>
        <neighborhoods>  <category>Wrongful         <neighborhood>North Naples</neighborhood>Death Attorneys</category>
        </categories>
 <neighborhood>Urban Estates</neighborhood>      <markets>
  </neighborhoods>       </listing> <market>West Palm Beach-Boca Raton-Boynton   <listing>Beach, FL</market>
        <listing_id>4444</listing_id> 		<listing_name>ZZZ Inc</listing_name>
		<reference_id>1</reference_id> <market>Ocala, FL</market>
        <categories></markets>
        <neighborhoods>
 <category primary="true">Attorneys</category>        <neighborhood>Water Catchment Area</neighborhood>
<category>Wrongful Death Attorneys</category>        <neighborhood>Golden <Lakes</categories>
 neighborhood>
      <markets>  </neighborhoods>
		<cities>
       <market>West Palm Beach-Boca Raton-Boynton Beach, FL</market> <city>Los Angeles</city>
          <market>Ocala,<city>San FL<Diego</market>city>
        </markets>cities>
        <neighborhoods><postal_codes>
          <neighborhood>Water Catchment Area</neighborhood><postal_code>99999</postal_code>
          <neighborhood>Golden Lakes</neighborhood><postal_code>11111</postal_code>
        </neighborhoods>postal_codes>
      </listing>
    </listings>
  </ad>
</ads>

...