Skip to content

Instantly share code, notes, and snippets.

@zarathustra323
Last active August 14, 2020 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zarathustra323/1d59b249e78a62d709835ad7be67ad76 to your computer and use it in GitHub Desktop.
Save zarathustra323/1d59b249e78a62d709835ad7be67ad76 to your computer and use it in GitHub Desktop.

Example Data Objects

On 7/16/2020 Chuck Gaffaney, Production Designer at Massman Automation LLC in Villard, Minnesota, USA viewed the Base product "Bobcat Company Expands its Excavator Lineup with the New E165" on ForConstructionPros.com. The product is scheduled and tagged to Equipment, and resides in the "Equipment > Earthmoving Equipment > Excavators" channel and is related to the "Bobcat Co." company in BASE.

Chuck also viewed nine other content items during this session, including three press releases, three videos, two news stories, and one article.

Raw Event from BASE

const contentViewEvent = {
  "_id": "5f108cfa8b373b300e8b57e7",
  // the event action
  "action": "view",
  // the content ID in BASE
  "clientId": 21138267,
  // the date of the event
  "createdAt": "2020-07-16T17:23:06.000Z", 

  // basic content key/values -- more detail can be retrieved by querying the content object from BASE
  "entity": { 
    "keyValues": {
      "contentType": "product",
      "name": "Bobcat Company Expands its Excavator Lineup with the New E165"
    }
  },
  "session": {
    // identifier that links events to a single session
    "id": "cf0dd07c-b72d-40b8-8893-ed599f8af7e9", 
    // campaign source (UTM) values -- in this case, the user came from an FCP newsletter
    "campaign": { 
      "source": "FCP+New+Machine+Solutions",
      "medium": "email",
      "name": "HCL200715005",
      "content": null,
      "keyword": null,
      "influencer": null
    },
    // the internal BASE identity ID
    "customerId": "56029a0656ab46a944429033",
    // identifier links events across all sessions for this visitor cookie / device
    "visitorId": "bfc2a06b-10ba-4ac7-bd71-a56537d215f8", 
    // the user's screen size, local timezone offset, and current browser size
    "env": { 
      "res": {
        "width": 1920,
        "height": 1080
      },
      "tz": 300,
      "windowRes": {
        "width": 1498,
        "height": 731
      }
    },
    // user's ip address and browser info
    "ip": "206.183.177.71", 
    "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0"
  }
};

Customer/Identity Record from BASE

const identity = {
  "_id": "56029a0656ab46a944429033",
  "_type": "identity-external",
  "createdDate": "2015-09-23T12:24:38.000Z",
  "deleted": false,
  "familyName": "GAFFANEY",
  "givenName": "CHUCK",
  // this is the omeda customer ID
  "identifier": "1015292286", 
  // this contains the omeda brand value
  "source": "identify:omeda:hcl",
  "title": "PRODUCTION MANAGER",
  "touchedDate": "2020-08-11T19:19:54.611Z",
  "updatedDate": "2020-08-11T19:19:54.611Z",
  "addresses": [
    {
      "city": "VILLARD",
      "companyName": "MASSMAN AUTOMATION DES LLC",
      "country": "United States",
      "countryCode": "USA",
      "identifier": "1103207987",
      "isEmpty": false,
      "isPrimary": true,
      "postalCode": "563850084",
      "region": "Minnesota",
      "regionCode": "MN",
      "street": "PO BOX 84"
    }
  ],
  "emails": [
    {
      "emailType": "Business",
      "identifier": "9070120",
      "isPrimary": true,
      "value": "chuck.gaffaney@massmanllc.com"
    }
  ],
  // custom question/answer data -- this is primarily pulled from omeda
  // but can also be populated from the website
  "answers": [
    {
      "_id": "5f32ef5a5a8a3efb358b50e4",
      "_type": "identity-answer-choice",
      "createdDate": "2020-08-11T19:19:54.649Z",
      "touchedDate": "2020-08-11T19:19:54.649Z",
      "updatedDate": "2020-08-11T19:19:54.649Z",
      "question": {
        "_id": "580f6b3bd78c6a78830041a7",
        "createdDate": "2016-10-25T14:24:59.501Z",
        "key": "integration-omeda-5070481",
        "name": "Master Business",
        "questionType": "choice-single",
        "touchedDate": "2016-12-15T17:17:27.808Z",
        "updatedDate": "2016-12-15T17:17:27.808Z",
        "label": "What category best describes your business?",
        "boundTo": "identity"
      },
      "value": {
        "_id": "580f6b3bd78c6a78830041b2",
        "alternateId": "11",
        "choiceType": "standard",
        "createdDate": "2016-10-25T14:24:59.612Z",
        "deleted": false,
        "name": "COMML-Manufacturer/Supplier",
        "sequence": 12,
        "touchedDate": "2016-12-15T17:17:27.885Z",
        "updatedDate": "2016-12-15T17:17:27.885Z",
        "question": "580f6b3bd78c6a78830041a7",
        "integration": {
          "pull": {
            "identifier": "5072470",
            "integrationId": "580f6af7bcf2d6f3c30e083e"
          }
        },
        "fullName": "Master Business: COMML-Manufacturer/Supplier"
      }
    },
    {
      "_id": "5f32ef5a5a8a3efb358b50e6",
      "_type": "identity-answer-choice",
      "createdDate": "2020-08-11T19:19:54.655Z",
      "touchedDate": "2020-08-11T19:19:54.655Z",
      "updatedDate": "2020-08-11T19:19:54.655Z",
      "question": {
        "_id": "580f6b3bd78c6a78830041bb",
        "createdDate": "2016-10-25T14:24:59.716Z",
        "key": "integration-omeda-5070634",
        "name": "Master Job Title",
        "questionType": "choice-single",
        "touchedDate": "2016-12-15T17:17:27.935Z",
        "updatedDate": "2016-12-15T17:17:27.935Z",
        "label": "What category best describes your job title?",
        "boundTo": "identity"
      },
      "value": {
        "_id": "580f6b3bd78c6a78830041c0",
        "alternateId": "05",
        "choiceType": "standard",
        "createdDate": "2016-10-25T14:24:59.766Z",
        "deleted": false,
        "name": "Purchasing Mgmt",
        "sequence": 5,
        "touchedDate": "2016-12-15T17:17:27.974Z",
        "updatedDate": "2016-12-15T17:17:27.974Z",
        "question": "580f6b3bd78c6a78830041bb",
        "integration": {
          "pull": {
            "identifier": "5073043",
            "integrationId": "580f6af7bcf2d6f3c30e083f"
          }
        },
        "fullName": "Master Job Title: Purchasing Mgmt"
      }
    },
    {
      "_id": "5f32ef5a5a8a3efb358b50e7",
      "_type": "identity-answer-choice",
      "createdDate": "2020-08-11T19:19:54.662Z",
      "touchedDate": "2020-08-11T19:19:54.662Z",
      "updatedDate": "2020-08-11T19:19:54.662Z",
      "question": {
        "_id": "583c52acd78c6a9b720041ee",
        "boundTo": "identity",
        "createdDate": "2016-11-28T15:52:12.947Z",
        "key": "integration-omeda-5070622",
        "name": "OOH Primary Business",
        "questionType": "choice-single",
        "touchedDate": "2016-12-15T17:17:28.595Z",
        "updatedDate": "2016-12-15T17:17:28.595Z",
        "label": "What category best describes your business?",
      },
      "value": {
        "_id": "583c52add78c6a9b720041f2",
        "alternateId": "55",
        "choiceType": "standard",
        "createdDate": "2016-11-28T15:52:13.381Z",
        "deleted": false,
        "name": "Engines/Drivetrains/Transmissions Manufacturer",
        "sequence": 4,
        "touchedDate": "2016-12-15T17:17:28.622Z",
        "updatedDate": "2016-12-15T17:17:28.622Z",
        "question": "583c52acd78c6a9b720041ee",
        "integration": {
          "pull": {
            "identifier": "5072987",
            "integrationId": "583c5262ef4e7940b2f88a91",
            "timesRan": 0
          }
        },
        "fullName": "OOH Primary Business: Engines/Drivetrains/Transmissions Manufacturer"
      }
    }
  ]
}

Corresponding Customer Record in Omeda

Retrieved from the API via https://ows.omeda.com/webservices/rest/brand/hcl/customer/1015292286/comp/*

const omedaCustomer = {
  "MergeCode": 1,
  "OriginalPromoCode": "7Z48CFEMED",
  "EncryptedCustomerId": "6334G3807412J6A",
  "PhoneNumbers": [
    {
      "PhoneContactType": 200,
      "PhoneNumber": "3205543611",
      "Id": 11773968,
      "StatusCode": 1,
      "ChangedDate": "2017-03-10 11:41:23"
    }
  ],
  // olytics identifiers can be extracted from this array
  "ExternalIds": [
    {
      "Id": "40feee32-3afe-46bc-8d7e-958f1c72b54f",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "898e31a7-51d1-4370-9eb7-747f873e6341",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "56d1d86a-e9a1-4da7-9097-43e57b70322e",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "3d507d44-13ec-4e80-be80-7d2923823680",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-69cd1d26-bc9c-4dda-b97e-64d36d274f02",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-ba981128-fc0d-4f16-8e73-ff3635b1167b",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-88884f07-c3b7-42e0-aaeb-e03cc74c6b50",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-ba981128-fc0d-4f16-8e73-ff3635b1167b",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-02df26ad-c22a-4092-a19d-327bbec17255",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-18650d77-ab91-4c91-9219-e7238009765f",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-4d9a7f6b-fc6c-4620-a4ee-c49e3d24845a",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-f4155f69-e5bc-4ad4-a120-969f13ab51bf",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-8dfe36b0-aca1-4931-b6f8-e41fb6315c48",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-327edaf9-ba20-45ea-b3d3-417a3b5d9589",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-ecaa8c95-3a34-47c3-8070-ce8df3e0c637",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-82701433-e35d-41f7-b454-6c775a2e57d0",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-b7fd4f55-c4e9-47df-902a-ea66018da09e",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-cffd8da5-70bd-48ac-a459-78f401d98b7d",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-664509b9-0431-4efd-8a60-dad2b6a16e0e",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-5f4fdf74-6117-4d58-88f2-205ec39c47e3",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-86a5ffad-be66-4476-aaa8-1ee9789e2b61",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-a2c6bdca-4da9-4cdf-914a-8cd693c2475d",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-a4bfaa9f-6ce5-44dd-9b62-ee4f5dd06c2f",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-512dd62d-6922-490d-a257-b796160fdfed",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-da69bd4b-65c0-4af7-b241-8620c0659746",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-a70884a6-a901-48fa-b867-57528d704098",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-96da0a60-8c92-4459-80de-6cf08fcf74b0",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-d0bca24b-2d8f-41f6-8beb-bed38d37b4f1",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-bd7fc3db-13d3-4e05-883d-550b59da2ed7",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-c417f35e-6f20-47dc-94ec-d937e7d51f51",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-af318c26-f5c1-43bf-9edc-31a7ca199c88",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-331869cf-c3e2-4575-9fa6-f42fd2d605c0",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-51feecf4-89a1-4bac-b7d5-f9b814130efa",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-caf044a4-74dc-4bba-9d0f-22cc6ee54463",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-0073f1cb-d2e3-4c68-8ff6-22424d5bf198",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-ca6105f1-974b-4364-a3e4-7280cd121851",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-789f84da-724b-4ffb-9766-a1ce497a8a0b",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-c491ca63-eab0-431c-8e9b-54523a307a71",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-e3b5fad9-acfd-4826-9cb6-800d71a03d69",
      "Namespace": "OLYTICS"
    },
    {
      "Id": "F-9f7dedf0-ff51-4bb1-90e8-4d066c7494c1",
      "Namespace": "OLYTICS"
    }
  ],
  "PromoCode": "CCRETWS",
  "Customer": "https://ows.omeda.com/webservices/rest/brand/HCL/customer/1015292286/*",
  // this contains the products that the customer has subscribed to -- typically newsletters and magazines
  "Subscriptions": [
    {
      "VerificationDate": "2020-06-01",
      "RequestedVersion": "D",
      "PromoCode": "CCRETWS",
      "VerificationAge": 2,
      "SourceId": 0,
      "ActualVersionCode": "D",
      "Quantity": 1,
      "ProductId": 15270,
      "MarketingClassDescription": "Promotional",
      "ShippingAddressId": 1103207987,
      "DataLockCode": 0,
      "EmailAddressId": 9070120,
      "OrderDate": "2020-06-12 10:41:00.0",
      "OriginalOrderDate": "2020-06-12 10:41:24.233",
      "RenewalCount": 0,
      "MarketingClassId": "12",
      "Receive": 0,
      "AutoRenewalCode": 0,
      "Id": 29414612,
      "ChangedDate": "2020-06-12 10:51:04",
      "PaymentStatus": 6
    },
    {
      "VerificationDate": "2015-07-14",
      "RequestedVersion": "D",
      "PromoCode": "T57CMG2Y",
      "VerificationAge": 4,
      "SourceId": 21,
      "ActualVersionCode": "D",
      "Quantity": 1,
      "ProductId": 379,
      "MarketingClassDescription": "Active",
      "ShippingAddressId": 1103207987,
      "DataLockCode": 0,
      "EmailAddressId": 9070120,
      "OrderDate": "2015-07-20 11:39:00.0",
      "OriginalOrderDate": "2014-10-24 06:51:31.8",
      "RenewalCount": 0,
      "MarketingClassId": "1",
      "Receive": 1,
      "AutoRenewalCode": 0,
      "Id": 20603501,
      "ChangedDate": "2016-03-12 03:15:55",
      "PaymentStatus": 6
    },
    {
      "VerificationDate": "2017-03-10",
      "RequestedVersion": "P",
      "PromoCode": "S73SYF",
      "VerificationAge": 4,
      "SourceId": 23,
      "ActualVersionCode": "P",
      "Quantity": 1,
      "RequestedVersionCode": "P",
      "ProductId": 353,
      "MarketingClassDescription": "Soft Controlled Kills",
      "ShippingAddressId": 1103207987,
      "DataLockCode": 0,
      "EmailAddressId": 9070120,
      "OrderDate": "2017-03-10 11:41:00.0",
      "OriginalOrderDate": "2014-10-24 06:51:31.8",
      "RenewalCount": 0,
      "ExpirationDate": "2019-04-01 00:00:00.0",
      "MarketingClassId": "8",
      "Receive": 0,
      "AutoRenewalCode": 0,
      "Id": 20603500,
      "ChangedDate": "2020-08-12 09:20:44",
      "PaymentStatus": 7
    }
  ],
  "FirstName": "CHUCK",
  "HasMergeHistory": "1",
  "CustomerStatusId": 1,
  "Title": "PRODUCTION MANAGER",
  "StatusCode": 1,
  "Addresses": [
    {
      "Company": "MASSMAN AUTOMATION DES LLC",
      "RegionCode": "MN",
      "PostalCode": "563850084",
      "City": "VILLARD",
      "StatusCode": 1,
      "ApartmentMailStop": "1010 E LAKE ST",
      "Country": "United States",
      "Region": "MINNESOTA",
      "Street": "PO BOX 84",
      "Id": 1103207987,
      "CountryCode": "USA",
      "AddressContactType": 100,
      "ChangedDate": "2017-03-10 11:41:23"
    }
  ],
  // customer demos: usually consist of a business code, title code, company sales volume, and company employee size
  "CustomerDemographics": [
    {
      "DemographicId": 5070219,
      "ValueId": 5101788,
      "Id": 1185327209,
      "DemographicType": 2,
      "ChangedDate": "2020-02-04 11:16:51"
    },
    {
      "DemographicId": 5070219,
      "ValueId": 5101832,
      "Id": 1186168275,
      "DemographicType": 2,
      "ChangedDate": "2020-04-14 11:42:13"
    },
    {
      "DemographicId": 5070481,
      "ValueId": 5072470,
      "Id": 1146781142,
      "DemographicType": 1,
      "ChangedDate": "2015-07-20 11:50:49"
    },
    {
      "DemographicId": 5070622,
      "ValueId": 5072987,
      "Id": 1159884834,
      "DemographicType": 1,
      "DemographicAge": 4,
      "ChangedDate": "2017-03-10 11:41:23"
    },
    {
      "DemographicId": 5070623,
      "ValueId": 5072998,
      "Id": 1159884836,
      "DemographicType": 1,
      "DemographicAge": 4,
      "ChangedDate": "2017-03-10 11:41:23"
    },
    {
      "DemographicId": 5070624,
      "ValueId": 5073002,
      "Id": 1159884832,
      "DemographicType": 1,
      "DemographicAge": 4,
      "ChangedDate": "2017-03-10 11:41:23"
    },
    {
      "DemographicId": 5070625,
      "ValueId": 5073008,
      "Id": 1159884833,
      "DemographicType": 1,
      "ChangedDate": "2017-03-10 11:41:23"
    },
    {
      "DemographicId": 5070626,
      "ValueId": 5073014,
      "Id": 1159884835,
      "DemographicType": 1,
      "ChangedDate": "2017-03-10 11:41:23"
    },
    {
      "DemographicId": 5070634,
      "ValueId": 5073043,
      "Id": 1146781140,
      "DemographicType": 1,
      "ChangedDate": "2015-07-20 11:50:49"
    },
    {
      "DemographicId": 5070713,
      "ValueId": 5073350,
      "Id": 1181788408,
      "DemographicType": 1,
      "DemographicAge": 3,
      "ChangedDate": "2019-06-04 11:59:33"
    },
    {
      "DemographicId": 5072041,
      "ValueId": 5077215,
      "Id": 1161616933,
      "DemographicType": 1,
      "ChangedDate": "2017-09-15 15:43:31"
    },
    {
      "DemographicId": 5080011,
      "ValueId": 5100102,
      "Id": 1146781141,
      "DemographicType": 5,
      "ChangedDate": "2015-07-20 11:50:49"
    }
  ],
  "GlobalMinChangedDate": "2015-07-20 11:50:49.23",
  "SubmissionId": "A0704F5A-259F-4DD7-9D21-7A5EA4D67E45",
  "SignUpDate": "2014-09-18 00:00:00",
  "Id": 1015292286,
  "LastName": "GAFFANEY",
  "Emails": [
    {
      "EmailContactType": 300,
      "Id": 9070120,
      "StatusCode": 1,
      "ChangedDate": "2020-06-12 10:51:04",
      "EmailAddress": "CHUCK.GAFFANEY@MASSMANLLC.COM"
    }
  ],
  "Behavior": [
    {
      "BehaviorId": 953,
      "LastOccurrenceDate": "2015-08-05 07:22:23.0",
      "PromoCode": "Website Origin: link_tracking",
      "FirstOccurrenceDate": "2015-08-05 07:22:23.0",
      "NumberOfOccurrences": 1
    },
    {
      "BehaviorId": 950,
      "LastOccurrenceDate": "2015-09-23 07:24:38.0",
      "PromoCode": "Website Origin: link_tracking",
      "FirstOccurrenceDate": "2015-09-23 07:24:38.0",
      "NumberOfOccurrences": 1
    },
    {
      "BehaviorId": 5442,
      "LastOccurrenceDate": "2020-08-14 08:29:51.68",
      "FirstOccurrenceDate": "2018-10-19 07:27:04.003",
      "NumberOfOccurrences": 357
    },
    {
      "BehaviorId": 5447,
      "LastOccurrenceDate": "2020-08-06 14:35:43.33",
      "FirstOccurrenceDate": "2019-10-17 06:45:27.06",
      "NumberOfOccurrences": 65
    },
    {
      "BehaviorId": 951,
      "LastOccurrenceDate": "2019-11-15 06:55:55.0",
      "PromoCode": "Radix Type: identity-external",
      "FirstOccurrenceDate": "2019-11-15 06:55:55.0",
      "NumberOfOccurrences": 1
    },
    {
      "BehaviorId": 5446,
      "LastOccurrenceDate": "2020-08-13 11:47:44.033",
      "FirstOccurrenceDate": "2019-12-05 07:33:31.977",
      "NumberOfOccurrences": 49
    }
  ],
  "ChangedDate": "2020-08-14 08:29:51",
  "GlobalMaxChangedDate": "2020-08-14 08:29:51.71"
};

Corresponding Product in BASE (via GraphQL)

Query

query {
  content(input: { id: 21138267 }) {
    id
    name
    company {
      id
      name
    }
    taxonomy {
      edges {
        node {
          id
          name
          type
        }
      }
    }
    primarySection {
      id
      fullName
    }
    websiteSchedules {
      section {
        id
        fullName
      }
    }
  }
}

Result

{
  "data": {
    "content": {
      "id": 21138267,
      "name": "Bobcat Company Expands its Excavator Lineup with the New E165",
      "company": {
        "id": 10075912,
        "name": "Bobcat Co."
      },
      "taxonomy": {
        "edges": [
          {
            "node": {
              "id": 9627,
              "name": "Excavation",
              "type": "Tag"
            }
          },
          {
            "node": {
              "id": 7373,
              "name": "Equipment",
              "type": "Tag"
            }
          }
        ]
      },
      "primarySection": {
        "id": 54330,
        "fullName": "Equipment"
      },
      "websiteSchedules": [
        {
          "section": {
            "id": 54288,
            "fullName": "Home"
          }
        },
        {
          "section": {
            "id": 54330,
            "fullName": "Equipment"
          }
        },
        {
          "section": {
            "id": 54369,
            "fullName": "Equipment > Earthmoving Equipment"
          }
        },
        {
          "section": {
            "id": 54374,
            "fullName": "Equipment > Earthmoving Equipment > Excavators"
          }
        }
      ]
    }
  }
}

Additional Events for this user (abridged)

[
  {
    "_id": 21138364,
    "entity": {
      "keyValues": {
        "contentType": "video",
        "name": "MAX USA Corp. Introduces World’s First Battery Powered Stand-up Rebar Tying Tool"
      }
    }
  },
  {
    "_id": 21139744,
    "entity": {
      "keyValues": {
        "contentType": "press-release",
        "name": "Caterpillar Reaches Production Milestone of 175,000 Medium High Drive Dozers"
      }
    }
  },
  {
    "_id": 21139577,
    "entity": {
      "keyValues": {
        "contentType": "press-release",
        "name": "Briggs & Stratton Enters Into Sale Agreement, Initiates Voluntary Chapter 11 Reorganization"
      }
    }
  },
  {
    "_id": 21139368,
    "entity": {
      "keyValues": {
        "contentType": "video",
        "name": "World first: Kamp C 3D Prints a Two-Story house in One Piece"
      }
    }
  },
  {
    "_id": 21138259,
    "entity": {
      "keyValues": {
        "contentType": "press-release",
        "name": "Lind Equipment Awarded Canadian Contract for Virus-Killing Apollo UV-C Light"
      }
    }
  },
  {
    "_id": 21159697,
    "entity": {
      "keyValues": {
        "contentType": "article",
        "name": "Pickup Box Removal Considerations"
      }
    }
  },
  {
    "_id": 21139353,
    "entity": {
      "keyValues": {
        "contentType": "news",
        "name": "Trump Counters Biden in Infrastructure Talks"
      }
    }
  },
  {
    "_id": 21138418,
    "entity": {
      "keyValues": {
        "contentType": "news",
        "name": "The 2020 Ford Ranger is the Most American Made Car"
      }
    }
  },
  {
    "_id": 21138267,
    "entity": {
      "keyValues": {
        "contentType": "product",
        "name": "Bobcat Company Expands its Excavator Lineup with the New E165"
      }
    }
  },
  {
    "_id": 21139212,
    "entity": {
      "keyValues": {
        "contentType": "video",
        "name": "Technology Enhances Driver Safety During COVID-19 Pandemic"
      }
    }
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment