Place Document

Place Document

A place document represents an addressable touch point (e.g., physical address, phone, email) and contains information about that touch point that is independent of any particular person that might be associated with that touch point.

Sample place documents. Shown in JSON format.

{
  "place": {
    "id": "5a5a5a5a00f3c1e266b1ed36185b4da43f0c98862e",
    "abilitec": {
      "addressLink": "003YUS03LS512YQ1"
    },
    "postalAddress": {
      "primaryNumber": "301",
      "preDirectional": "E",
      "street": "DAVE WARD",
      "streetSuffix": "DR",
      "city": "CONWAY",
      "state": "AR",
      "zipCode": "72032",
      "zipExtension": "2000"
    },
    "geoCodes": {
      "blockCode": "2001",
      "blockGroupCode": "2",
      "coreBaseStatisticalArea": "Little Rock-North Little Rock-Conway, AR Metro Area",
      "countryCode": "US",
      "countryName": "UNITED STATES",
      "designatedMarketingArea": "Little Rock-Pine Bluff",
      "federalCongressionalDistrict": "Arkansas Congressional District 2",
      "fipsCountyCode": "045",
      "fipsStateCode": "05",
      "latitude": 35.06367,
      "longitude": -92.424284,
      "matchLevel": "Point",
      "minorCivilDivision": "Cadron township",
      "neilsenCountySizeCode": "B",
      "placeCode": "15190",
      "placeName": "CONWAY",
      "state": "AR",
      "stateLowerHouseDistrict": "Arkansas State House District 72",
      "stateUpperHouseDistrict": "Arkansas State Senate District 35",
      "street": "DAVE WARD",
      "tractCode": "031006",
      "zipCode": "72032"
    },
    "propertyDescription": {
      "exterior": "Brick",
      "homeSquareFootage": 833,
      "lotSquareFootage": 2500,
      "parcelNumber": "06005510020A06",
      "propertyType": "Single family residential",
      "propertyTypeDetail": "Single family dwelling unit"
    },
    "propertyValue": {
      "assessedValue": 42500,
      "marketValue": 165000,
      "marketValueDecile": 10,
      "marketValueQualityIndicator": "AVM used to create HMV"
    }
  }
}
{
  "place": {
    "id": "5a5a5a5a00f3c1e266b1ed36185b4da43f0c98862e",
    "phoneNumber": {
      "phone": "5015550130"
    },
    "geoCodes": {
      "countryCode": "US",
      "countryName": "UNITED STATES",
      "countyName": "PULASKI",
      "fipsCountyCode": "119",
      "fipsStateCode": "05",
      "latitude": 34.7254318,
      "longitude": -92.358556,
      "matchLevel": "Place",
      "placeCode": "41000",
      "placeName": "LITTLE ROCK",
      "state": "AR"
    }
  }
}
{
  "place": {
    "id": "d2220fbda062655c9821fd3efb3bcf60",
    "emailAddress": {
      "email": "SUSIE1TEST@ACXIOM.COM"
    },
    "emailCompliance": {
      "dmaSuppression": true
    },
    "geoCodes": {
      "countryCode": "US",
      "countryName": "UNITED STATES",
      "countyName": "FAULKNER",
      "fipsCountyCode": "045",
      "fipsStateCode": "05",
      "latitude": 35.0886993408,
      "longitude": -92.4421005249,
      "matchLevel": "Zipcode",
      "placeCode": "15190",
      "placeName": "CONWAY",
      "state": "AR",
      "zipCode": "72034"
    }
  }
}

NOTE: Sample documents include sample ids and content, and may not include all possible data attributes. This is for illustration purposes only.