From 723bf660d8ba8a607ae0432a2a09212a693cf1d6 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 16 Jun 2022 21:44:46 +0300 Subject: [PATCH] Source Hubspot - fix missing data issue (#13837) * #278 oncall: source hubspot - fix missing data issue * #278 oncall: upd changelog * auto-bump connector version Co-authored-by: Octavia Squidington III --- .../resources/seed/source_definitions.yaml | 2 +- .../src/main/resources/seed/source_specs.yaml | 2 +- .../connectors/source-hubspot/Dockerfile | 2 +- .../source-hubspot/acceptance-test-config.yml | 82 +- .../integration_tests/expected_records.txt | 788 ++++++++++++++---- .../sample_files/basic_read_catalog.json | 174 +++- .../basic_read_oauth_catalog.json | 4 +- .../source-hubspot/source_hubspot/helpers.py | 62 +- .../source-hubspot/source_hubspot/streams.py | 68 +- .../source-hubspot/unit_tests/test_source.py | 45 +- .../unit_tests/test_split_properties.py | 22 +- docs/integrations/sources/hubspot.md | 47 +- 12 files changed, 1000 insertions(+), 298 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 96c1e87477b97..5bd1c3d2c5fe4 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -390,7 +390,7 @@ - name: HubSpot sourceDefinitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c dockerRepository: airbyte/source-hubspot - dockerImageTag: 0.1.69 + dockerImageTag: 0.1.70 documentationUrl: https://docs.airbyte.io/integrations/sources/hubspot icon: hubspot.svg sourceType: api diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index 6dbb40ad83ba2..cb15c80310a57 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -3637,7 +3637,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-hubspot:0.1.69" +- dockerImage: "airbyte/source-hubspot:0.1.70" spec: documentationUrl: "https://docs.airbyte.io/integrations/sources/hubspot" connectionSpecification: diff --git a/airbyte-integrations/connectors/source-hubspot/Dockerfile b/airbyte-integrations/connectors/source-hubspot/Dockerfile index c3191463f45b0..45e2e9210f0be 100644 --- a/airbyte-integrations/connectors/source-hubspot/Dockerfile +++ b/airbyte-integrations/connectors/source-hubspot/Dockerfile @@ -34,5 +34,5 @@ COPY source_hubspot ./source_hubspot ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.1.69 +LABEL io.airbyte.version=0.1.70 LABEL io.airbyte.name=airbyte/source-hubspot diff --git a/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml b/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml index 5be369de136d6..e2bbd71c2e99a 100644 --- a/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml @@ -19,13 +19,13 @@ tests: - config_path: "secrets/config.json" timeout_seconds: 600 configured_catalog_path: "sample_files/basic_read_catalog.json" - empty_streams: ["workflows", "form_submissions", "ticket_pipelines"] + empty_streams: ["form_submissions", "ticket_pipelines", "engagements_meetings", "engagements_emails", "engagements", "feedback_submissions", "engagements_calls", "quotes"] expect_records: path: "integration_tests/expected_records.txt" - config_path: "secrets/config_oauth.json" timeout_seconds: 600 configured_catalog_path: "sample_files/basic_read_oauth_catalog.json" - empty_streams: ["workflows", "contacts_list_memberships", "form_submissions", "ticket_pipelines"] + empty_streams: ["form_submissions", "ticket_pipelines", "engagements_meetings", "engagements_emails", "engagements", "feedback_submissions", "engagements_calls", "quotes"] expect_records: path: "integration_tests/expected_records.txt" incremental: @@ -34,16 +34,72 @@ tests: future_state_path: "integration_tests/abnormal_state.json" full_refresh: - config_path: "secrets/config.json" - # This config is the same as for basic read except for missing `property_history` stream. - # This stream emits records with dynamic timestamps under some conditions - # (properties like `hs_time_in_lead`, `hs_time_in_subscriber` etc.) which makes it impossible to compare records. - # Ignoring these fields makes testing this stream senseless because those valuable values of other property types - # will also be ignored. Instead, we test this stream against expected records in basic read test. configured_catalog_path: "sample_files/full_refresh_catalog.json" + ignored_fields: + "companies": [ "properties", "hs_time_in_customer" ] + "companies": [ "properties", "hs_time_in_evangelist" ] + "companies": [ "properties", "hs_time_in_lead" ] + "companies": [ "properties", "hs_time_in_marketingqualifiedlead" ] + "companies": [ "properties", "hs_time_in_opportunity" ] + "companies": [ "properties", "hs_time_in_other" ] + "companies": [ "properties", "hs_time_in_salesqualifiedlead" ] + "companies": [ "properties", "hs_time_in_subscriber" ] + "contacts": [ "properties", "hs_time_in_customer" ] + "contacts": [ "properties", "hs_time_in_evangelist" ] + "contacts": [ "properties", "hs_time_in_lead" ] + "contacts": [ "properties", "hs_time_in_marketingqualifiedlead" ] + "contacts": [ "properties", "hs_time_in_opportunity" ] + "contacts": [ "properties", "hs_time_in_other" ] + "contacts": [ "properties", "hs_time_in_salesqualifiedlead" ] + "contacts": [ "properties", "hs_time_in_subscriber" ] + "deals": [ "properties", "hs_time_in_9567448" ] + "deals": [ "properties", "hs_time_in_9567449" ] + "deals": [ "properties", "hs_time_in_appointmentscheduled" ] + "deals": [ "properties", "hs_time_in_closedlost" ] + "deals": [ "properties", "hs_time_in_closedwon" ] + "deals": [ "properties", "hs_time_in_contractsent" ] + "deals": [ "properties", "hs_time_in_customclosedwonstage" ] + "deals": [ "properties", "hs_time_in_decisionmakerboughtin" ] + "deals": [ "properties", "hs_time_in_presentationscheduled" ] + "deals": [ "properties", "hs_time_in_qualifiedtobuy" ] + "tickets": [ "properties", "hs_time_in_1" ] + "tickets": [ "properties", "hs_time_in_2" ] + "tickets": [ "properties", "hs_time_in_3" ] + "tickets": [ "properties", "hs_time_in_4" ] + "property_history": [ "property", "hs_time_in_lead" ] + "property_history": [ "property", "hs_time_in_subscriber" ] - config_path: "secrets/config_oauth.json" - # This config is the same as for basic read except for missing `property_history` stream. - # This stream emits records with dynamic timestamps under some conditions - # (properties like `hs_time_in_lead`, `hs_time_in_subscriber` etc.) which makes it impossible to compare records. - # Ignoring these fields makes testing this stream senseless because those valuable values of other property types - # will also be ignored. Instead, we test this stream against expected records in basic read test. - configured_catalog_path: "sample_files/full_refresh_oauth_catalog.json" \ No newline at end of file + configured_catalog_path: "sample_files/full_refresh_oauth_catalog.json" + ignored_fields: + "companies": [ "properties", "hs_time_in_customer" ] + "companies": [ "properties", "hs_time_in_evangelist" ] + "companies": [ "properties", "hs_time_in_lead" ] + "companies": [ "properties", "hs_time_in_marketingqualifiedlead" ] + "companies": [ "properties", "hs_time_in_opportunity" ] + "companies": [ "properties", "hs_time_in_other" ] + "companies": [ "properties", "hs_time_in_salesqualifiedlead" ] + "companies": [ "properties", "hs_time_in_subscriber" ] + "contacts": [ "properties", "hs_time_in_customer" ] + "contacts": [ "properties", "hs_time_in_evangelist" ] + "contacts": [ "properties", "hs_time_in_lead" ] + "contacts": [ "properties", "hs_time_in_marketingqualifiedlead" ] + "contacts": [ "properties", "hs_time_in_opportunity" ] + "contacts": [ "properties", "hs_time_in_other" ] + "contacts": [ "properties", "hs_time_in_salesqualifiedlead" ] + "contacts": [ "properties", "hs_time_in_subscriber" ] + "deals": [ "properties", "hs_time_in_9567448" ] + "deals": [ "properties", "hs_time_in_9567449" ] + "deals": [ "properties", "hs_time_in_appointmentscheduled" ] + "deals": [ "properties", "hs_time_in_closedlost" ] + "deals": [ "properties", "hs_time_in_closedwon" ] + "deals": [ "properties", "hs_time_in_contractsent" ] + "deals": [ "properties", "hs_time_in_customclosedwonstage" ] + "deals": [ "properties", "hs_time_in_decisionmakerboughtin" ] + "deals": [ "properties", "hs_time_in_presentationscheduled" ] + "deals": [ "properties", "hs_time_in_qualifiedtobuy" ] + "tickets": [ "properties", "hs_time_in_1" ] + "tickets": [ "properties", "hs_time_in_2" ] + "tickets": [ "properties", "hs_time_in_3" ] + "tickets": [ "properties", "hs_time_in_4" ] + "property_history": [ "property", "hs_time_in_lead" ] + "property_history": [ "property", "hs_time_in_subscriber" ] diff --git a/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.txt b/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.txt index e8586787f8eb9..79b75c148d0e2 100644 --- a/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.txt +++ b/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.txt @@ -1,148 +1,640 @@ -{"stream": "property_history", "data": {"value": "0", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "num_unique_conversion_events", "vid": 501}, "emitted_at": 1654677520163} -{"stream": "property_history", "data": {"value": "1616173106539", "source-type": "CONTACTS", "source-id": "CRM_UI", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106539, "selected": false, "property": "createdate", "vid": 501}, "emitted_at": 1654677520165} -{"stream": "property_history", "data": {"value": "52550153", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hubspot_owner_id", "vid": 501}, "emitted_at": 1654677520167} -{"stream": "property_history", "data": {"value": "1621592488593", "source-type": "DEALS", "source-id": "DealRollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560527, "selected": false, "property": "first_deal_created_date", "vid": 501}, "emitted_at": 1654677520168} -{"stream": "property_history", "data": {"value": "1", "source-type": "DEALS", "source-id": "DealRollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560527, "selected": false, "property": "num_associated_deals", "vid": 501}, "emitted_at": 1654677520169} -{"stream": "property_history", "data": {"value": "Kulak", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "lastname", "vid": 501}, "emitted_at": 1654677520175} -{"stream": "property_history", "data": {"value": "1111111111", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "phone", "vid": 501}, "emitted_at": 1654677520178} -{"stream": "property_history", "data": {"value": "0", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "num_conversion_events", "vid": 501}, "emitted_at": 1654677520181} -{"stream": "property_history", "data": {"value": "Eugene", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "firstname", "vid": 501}, "emitted_at": 1654677520188} -{"stream": "property_history", "data": {"value": "california", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_state", "vid": 501}, "emitted_at": 1654677520189} -{"stream": "property_history", "data": {"value": "united states", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_country", "vid": 501}, "emitted_at": 1654677520190} -{"stream": "property_history", "data": {"value": "ca", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_state_code", "vid": 501}, "emitted_at": 1654677520193} -{"stream": "property_history", "data": {"value": "kulak.eugene@gmail.com", "source-type": "CONTACTS", "source-id": "CRM_UI", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106539, "selected": false, "property": "email", "vid": 501}, "emitted_at": 1654677520197} -{"stream": "property_history", "data": {"value": "us", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_country_code", "vid": 501}, "emitted_at": 1654677520198} -{"stream": "property_history", "data": {"value": "mountain view", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_city", "vid": 501}, "emitted_at": 1654677520201} -{"stream": "property_history", "data": {"value": "1616173106523", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hubspot_owner_assigneddate", "vid": 501}, "emitted_at": 1654677520201} -{"stream": "property_history", "data": {"value": "opportunity", "source-type": "DEALS", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560659, "selected": false, "property": "lifecyclestage", "vid": 501}, "emitted_at": 1654677520202} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "lifecyclestage", "vid": 501}, "emitted_at": 1654677520203} -{"stream": "property_history", "data": {"value": "test contact 0", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "firstname", "vid": 601}, "emitted_at": 1654677520205} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "city", "vid": 601}, "emitted_at": 1654677520205} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044971482, "selected": false, "property": "num_unique_conversion_events", "vid": 601}, "emitted_at": 1654677520205} -{"stream": "property_history", "data": {"value": "1634044970930", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "createdate", "vid": 601}, "emitted_at": 1654677520207} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "company", "vid": 601}, "emitted_at": 1654677520211} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "state", "vid": 601}, "emitted_at": 1654677520211} -{"stream": "property_history", "data": {"value": "testingapicontact_0@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "email", "vid": 601}, "emitted_at": 1654677520212} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "zip", "vid": 601}, "emitted_at": 1654677520212} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "website", "vid": 601}, "emitted_at": 1654677520212} -{"stream": "property_history", "data": {"value": "0 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "address", "vid": 601}, "emitted_at": 1654677520213} -{"stream": "property_history", "data": {"value": "testerson number 0", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "lastname", "vid": 601}, "emitted_at": 1654677520214} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "phone", "vid": 601}, "emitted_at": 1654677520215} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044971482, "selected": false, "property": "num_conversion_events", "vid": 601}, "emitted_at": 1654677520215} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "lifecyclestage", "vid": 601}, "emitted_at": 1654677520216} -{"stream": "property_history", "data": {"value": "test contact 10", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "firstname", "vid": 1101}, "emitted_at": 1654677520217} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "city", "vid": 1101}, "emitted_at": 1654677520217} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988327, "selected": false, "property": "num_unique_conversion_events", "vid": 1101}, "emitted_at": 1654677520217} -{"stream": "property_history", "data": {"value": "1634044988089", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "createdate", "vid": 1101}, "emitted_at": 1654677520218} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "company", "vid": 1101}, "emitted_at": 1654677520219} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "state", "vid": 1101}, "emitted_at": 1654677520219} -{"stream": "property_history", "data": {"value": "testingapicontact_10@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "email", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "zip", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "website", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "10 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "address", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "testerson number 10", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "lastname", "vid": 1101}, "emitted_at": 1654677520221} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "phone", "vid": 1101}, "emitted_at": 1654677520222} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988327, "selected": false, "property": "num_conversion_events", "vid": 1101}, "emitted_at": 1654677520223} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "lifecyclestage", "vid": 1101}, "emitted_at": 1654677520224} -{"stream": "property_history", "data": {"value": "test contact 1", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "firstname", "vid": 651}, "emitted_at": 1654677520225} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "city", "vid": 651}, "emitted_at": 1654677520225} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982142, "selected": false, "property": "num_unique_conversion_events", "vid": 651}, "emitted_at": 1654677520225} -{"stream": "property_history", "data": {"value": "1634044981830", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981830, "selected": false, "property": "createdate", "vid": 651}, "emitted_at": 1654677520226} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "company", "vid": 651}, "emitted_at": 1654677520228} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "state", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "testingapicontact_1@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981830, "selected": false, "property": "email", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "zip", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "website", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "1 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "address", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "testerson number 1", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "lastname", "vid": 651}, "emitted_at": 1654677520230} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "phone", "vid": 651}, "emitted_at": 1654677520230} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982142, "selected": false, "property": "num_conversion_events", "vid": 651}, "emitted_at": 1654677520231} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981830, "selected": false, "property": "lifecyclestage", "vid": 651}, "emitted_at": 1654677520231} -{"stream": "property_history", "data": {"value": "test contact 8", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "firstname", "vid": 1001}, "emitted_at": 1654677520232} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "city", "vid": 1001}, "emitted_at": 1654677520232} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044987352, "selected": false, "property": "num_unique_conversion_events", "vid": 1001}, "emitted_at": 1654677520232} -{"stream": "property_history", "data": {"value": "1634044986974", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986974, "selected": false, "property": "createdate", "vid": 1001}, "emitted_at": 1654677520233} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "company", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "state", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "testingapicontact_8@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986974, "selected": false, "property": "email", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "zip", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "website", "vid": 1001}, "emitted_at": 1654677520235} -{"stream": "property_history", "data": {"value": "8 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "address", "vid": 1001}, "emitted_at": 1654677520235} -{"stream": "property_history", "data": {"value": "testerson number 8", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "lastname", "vid": 1001}, "emitted_at": 1654677520235} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "phone", "vid": 1001}, "emitted_at": 1654677520236} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044987352, "selected": false, "property": "num_conversion_events", "vid": 1001}, "emitted_at": 1654677520236} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986974, "selected": false, "property": "lifecyclestage", "vid": 1001}, "emitted_at": 1654677520237} -{"stream": "property_history", "data": {"value": "0", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "num_unique_conversion_events", "vid": 501}, "emitted_at": 1654677520163} -{"stream": "property_history", "data": {"value": "1616173106539", "source-type": "CONTACTS", "source-id": "CRM_UI", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106539, "selected": false, "property": "createdate", "vid": 501}, "emitted_at": 1654677520165} -{"stream": "property_history", "data": {"value": "52550153", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hubspot_owner_id", "vid": 501}, "emitted_at": 1654677520167} -{"stream": "property_history", "data": {"value": "1621592488593", "source-type": "DEALS", "source-id": "DealRollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560527, "selected": false, "property": "first_deal_created_date", "vid": 501}, "emitted_at": 1654677520168} -{"stream": "property_history", "data": {"value": "1", "source-type": "DEALS", "source-id": "DealRollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560527, "selected": false, "property": "num_associated_deals", "vid": 501}, "emitted_at": 1654677520169} -{"stream": "property_history", "data": {"value": "Kulak", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "lastname", "vid": 501}, "emitted_at": 1654677520175} -{"stream": "property_history", "data": {"value": "1111111111", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "phone", "vid": 501}, "emitted_at": 1654677520178} -{"stream": "property_history", "data": {"value": "0", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "num_conversion_events", "vid": 501}, "emitted_at": 1654677520181} -{"stream": "property_history", "data": {"value": "Eugene", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "firstname", "vid": 501}, "emitted_at": 1654677520188} -{"stream": "property_history", "data": {"value": "california", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_state", "vid": 501}, "emitted_at": 1654677520189} -{"stream": "property_history", "data": {"value": "united states", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_country", "vid": 501}, "emitted_at": 1654677520190} -{"stream": "property_history", "data": {"value": "ca", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_state_code", "vid": 501}, "emitted_at": 1654677520193} -{"stream": "property_history", "data": {"value": "kulak.eugene@gmail.com", "source-type": "CONTACTS", "source-id": "CRM_UI", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106539, "selected": false, "property": "email", "vid": 501}, "emitted_at": 1654677520197} -{"stream": "property_history", "data": {"value": "us", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_country_code", "vid": 501}, "emitted_at": 1654677520198} -{"stream": "property_history", "data": {"value": "mountain view", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_city", "vid": 501}, "emitted_at": 1654677520201} -{"stream": "property_history", "data": {"value": "1616173106523", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hubspot_owner_assigneddate", "vid": 501}, "emitted_at": 1654677520201} -{"stream": "property_history", "data": {"value": "opportunity", "source-type": "DEALS", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560659, "selected": false, "property": "lifecyclestage", "vid": 501}, "emitted_at": 1654677520202} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "lifecyclestage", "vid": 501}, "emitted_at": 1654677520203} -{"stream": "property_history", "data": {"value": "test contact 0", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "firstname", "vid": 601}, "emitted_at": 1654677520205} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "city", "vid": 601}, "emitted_at": 1654677520205} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044971482, "selected": false, "property": "num_unique_conversion_events", "vid": 601}, "emitted_at": 1654677520205} -{"stream": "property_history", "data": {"value": "1634044970930", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "createdate", "vid": 601}, "emitted_at": 1654677520207} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "company", "vid": 601}, "emitted_at": 1654677520211} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "state", "vid": 601}, "emitted_at": 1654677520211} -{"stream": "property_history", "data": {"value": "testingapicontact_0@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "email", "vid": 601}, "emitted_at": 1654677520212} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "zip", "vid": 601}, "emitted_at": 1654677520212} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "website", "vid": 601}, "emitted_at": 1654677520212} -{"stream": "property_history", "data": {"value": "0 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "address", "vid": 601}, "emitted_at": 1654677520213} -{"stream": "property_history", "data": {"value": "testerson number 0", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "lastname", "vid": 601}, "emitted_at": 1654677520214} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "phone", "vid": 601}, "emitted_at": 1654677520215} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044971482, "selected": false, "property": "num_conversion_events", "vid": 601}, "emitted_at": 1654677520215} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "lifecyclestage", "vid": 601}, "emitted_at": 1654677520216} -{"stream": "property_history", "data": {"value": "test contact 10", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "firstname", "vid": 1101}, "emitted_at": 1654677520217} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "city", "vid": 1101}, "emitted_at": 1654677520217} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988327, "selected": false, "property": "num_unique_conversion_events", "vid": 1101}, "emitted_at": 1654677520217} -{"stream": "property_history", "data": {"value": "1634044988089", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "createdate", "vid": 1101}, "emitted_at": 1654677520218} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "company", "vid": 1101}, "emitted_at": 1654677520219} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "state", "vid": 1101}, "emitted_at": 1654677520219} -{"stream": "property_history", "data": {"value": "testingapicontact_10@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "email", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "zip", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "website", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "10 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "address", "vid": 1101}, "emitted_at": 1654677520220} -{"stream": "property_history", "data": {"value": "testerson number 10", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "lastname", "vid": 1101}, "emitted_at": 1654677520221} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "phone", "vid": 1101}, "emitted_at": 1654677520222} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988327, "selected": false, "property": "num_conversion_events", "vid": 1101}, "emitted_at": 1654677520223} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "lifecyclestage", "vid": 1101}, "emitted_at": 1654677520224} -{"stream": "property_history", "data": {"value": "test contact 1", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "firstname", "vid": 651}, "emitted_at": 1654677520225} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "city", "vid": 651}, "emitted_at": 1654677520225} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982142, "selected": false, "property": "num_unique_conversion_events", "vid": 651}, "emitted_at": 1654677520225} -{"stream": "property_history", "data": {"value": "1634044981830", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981830, "selected": false, "property": "createdate", "vid": 651}, "emitted_at": 1654677520226} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "company", "vid": 651}, "emitted_at": 1654677520228} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "state", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "testingapicontact_1@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981830, "selected": false, "property": "email", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "zip", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "website", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "1 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "address", "vid": 651}, "emitted_at": 1654677520229} -{"stream": "property_history", "data": {"value": "testerson number 1", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "lastname", "vid": 651}, "emitted_at": 1654677520230} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981822, "selected": false, "property": "phone", "vid": 651}, "emitted_at": 1654677520230} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982142, "selected": false, "property": "num_conversion_events", "vid": 651}, "emitted_at": 1654677520231} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981830, "selected": false, "property": "lifecyclestage", "vid": 651}, "emitted_at": 1654677520231} -{"stream": "property_history", "data": {"value": "test contact 8", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "firstname", "vid": 1001}, "emitted_at": 1654677520232} -{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "city", "vid": 1001}, "emitted_at": 1654677520232} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044987352, "selected": false, "property": "num_unique_conversion_events", "vid": 1001}, "emitted_at": 1654677520232} -{"stream": "property_history", "data": {"value": "1634044986974", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986974, "selected": false, "property": "createdate", "vid": 1001}, "emitted_at": 1654677520233} -{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "company", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "state", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "testingapicontact_8@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986974, "selected": false, "property": "email", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "zip", "vid": 1001}, "emitted_at": 1654677520234} -{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "website", "vid": 1001}, "emitted_at": 1654677520235} -{"stream": "property_history", "data": {"value": "8 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "address", "vid": 1001}, "emitted_at": 1654677520235} -{"stream": "property_history", "data": {"value": "testerson number 8", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "lastname", "vid": 1001}, "emitted_at": 1654677520235} -{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986968, "selected": false, "property": "phone", "vid": 1001}, "emitted_at": 1654677520236} -{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044987352, "selected": false, "property": "num_conversion_events", "vid": 1001}, "emitted_at": 1654677520236} -{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044986974, "selected": false, "property": "lifecyclestage", "vid": 1001}, "emitted_at": 1654677520237} \ No newline at end of file +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_latest_source_data_1", "vid": 701}, "emitted_at": 1655361780761} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_is_unworked", "vid": 701}, "emitted_at": 1655361780763} +{"stream": "property_history", "data": {"value": "test contact 2", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "firstname", "vid": 701}, "emitted_at": 1655361780764} +{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "city", "vid": 701}, "emitted_at": 1655361780764} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982735, "selected": false, "property": "num_unique_conversion_events", "vid": 701}, "emitted_at": 1655361780765} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_latest_source", "vid": 701}, "emitted_at": 1655361780766} +{"stream": "property_history", "data": {"value": "contacts-lifecycle-pipeline", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_pipeline", "vid": 701}, "emitted_at": 1655361780766} +{"stream": "property_history", "data": {"value": "0.0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_revenue", "vid": 701}, "emitted_at": 1655361780767} +{"stream": "property_history", "data": {"value": "1634044982387", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "createdate", "vid": 701}, "emitted_at": 1655361780768} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_num_visits", "vid": 701}, "emitted_at": 1655361780769} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": "RollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044983225, "selected": false, "property": "hs_sequences_actively_enrolled_count", "vid": 701}, "emitted_at": 1655361780770} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_until_renewal", "vid": 701}, "emitted_at": 1655361780770} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_status", "vid": 701}, "emitted_at": 1655361780771} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_source", "vid": 701}, "emitted_at": 1655361780771} +{"stream": "property_history", "data": {"value": "1634044982387", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_date_entered_subscriber", "vid": 701}, "emitted_at": 1655361780772} +{"stream": "property_history", "data": {"value": "5551222323", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_searchable_calculated_phone_number", "vid": 701}, "emitted_at": 1655361780773} +{"stream": "property_history", "data": {"value": "hubspot.com", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_email_domain", "vid": 701}, "emitted_at": 1655361780773} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_num_page_views", "vid": 701}, "emitted_at": 1655361780774} +{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "company", "vid": 701}, "emitted_at": 1655361780775} +{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "state", "vid": 701}, "emitted_at": 1655361780775} +{"stream": "property_history", "data": {"value": "testingapicontact_2@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "email", "vid": 701}, "emitted_at": 1655361780776} +{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "zip", "vid": 701}, "emitted_at": 1655361780776} +{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "website", "vid": 701}, "emitted_at": 1655361780777} +{"stream": "property_history", "data": {"value": "2 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "address", "vid": 701}, "emitted_at": 1655361780778} +{"stream": "property_history", "data": {"value": "1634044982387", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 701}, "emitted_at": 1655361780778} +{"stream": "property_history", "data": {"value": "1634044982387", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_lifecyclestage_subscriber_date", "vid": 701}, "emitted_at": 1655361780779} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_average_page_views", "vid": 701}, "emitted_at": 1655361780780} +{"stream": "property_history", "data": {"value": "testerson number 2", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "lastname", "vid": 701}, "emitted_at": 1655361780780} +{"stream": "property_history", "data": {"value": "701", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_all_contact_vids", "vid": 701}, "emitted_at": 1655361780781} +{"stream": "property_history", "data": {"value": "tier_3", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1638773601495, "selected": false, "property": "hs_predictivescoringtier", "vid": 701}, "emitted_at": 1655361780782} +{"stream": "property_history", "data": {"value": "tier_1", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664426900, "selected": false, "property": "hs_predictivescoringtier", "vid": 701}, "emitted_at": 1655361780782} +{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982379, "selected": false, "property": "phone", "vid": 701}, "emitted_at": 1655361780783} +{"stream": "property_history", "data": {"value": "3.79", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664426900, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 701}, "emitted_at": 1655361780783} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_is_contact", "vid": 701}, "emitted_at": 1655361780784} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982735, "selected": false, "property": "num_conversion_events", "vid": 701}, "emitted_at": 1655361780785} +{"stream": "property_history", "data": {"value": "701", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "hs_object_id", "vid": 701}, "emitted_at": 1655361780785} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_num_event_completions", "vid": 701}, "emitted_at": 1655361780786} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044984836, "selected": false, "property": "hs_analytics_source_data_1", "vid": 701}, "emitted_at": 1655361780786} +{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044982387, "selected": false, "property": "lifecyclestage", "vid": 701}, "emitted_at": 1655361780787} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_latest_source_data_1", "vid": 1251}, "emitted_at": 1655361780787} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_is_unworked", "vid": 1251}, "emitted_at": 1655361780787} +{"stream": "property_history", "data": {"value": "test contact 13", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "firstname", "vid": 1251}, "emitted_at": 1655361780788} +{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "city", "vid": 1251}, "emitted_at": 1655361780788} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989827, "selected": false, "property": "num_unique_conversion_events", "vid": 1251}, "emitted_at": 1655361780789} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_latest_source", "vid": 1251}, "emitted_at": 1655361780789} +{"stream": "property_history", "data": {"value": "contacts-lifecycle-pipeline", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_pipeline", "vid": 1251}, "emitted_at": 1655361780789} +{"stream": "property_history", "data": {"value": "0.0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_revenue", "vid": 1251}, "emitted_at": 1655361780790} +{"stream": "property_history", "data": {"value": "1634044989572", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "createdate", "vid": 1251}, "emitted_at": 1655361780790} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_num_visits", "vid": 1251}, "emitted_at": 1655361780791} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": "RollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990383, "selected": false, "property": "hs_sequences_actively_enrolled_count", "vid": 1251}, "emitted_at": 1655361780791} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_until_renewal", "vid": 1251}, "emitted_at": 1655361780792} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_status", "vid": 1251}, "emitted_at": 1655361780792} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_source", "vid": 1251}, "emitted_at": 1655361780793} +{"stream": "property_history", "data": {"value": "1634044989572", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_date_entered_subscriber", "vid": 1251}, "emitted_at": 1655361780793} +{"stream": "property_history", "data": {"value": "5551222323", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_searchable_calculated_phone_number", "vid": 1251}, "emitted_at": 1655361780794} +{"stream": "property_history", "data": {"value": "hubspot.com", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_email_domain", "vid": 1251}, "emitted_at": 1655361780794} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_num_page_views", "vid": 1251}, "emitted_at": 1655361780794} +{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "company", "vid": 1251}, "emitted_at": 1655361780795} +{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "state", "vid": 1251}, "emitted_at": 1655361780795} +{"stream": "property_history", "data": {"value": "testingapicontact_13@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "email", "vid": 1251}, "emitted_at": 1655361780795} +{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "zip", "vid": 1251}, "emitted_at": 1655361780796} +{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "website", "vid": 1251}, "emitted_at": 1655361780796} +{"stream": "property_history", "data": {"value": "13 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "address", "vid": 1251}, "emitted_at": 1655361780796} +{"stream": "property_history", "data": {"value": "1634044989572", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 1251}, "emitted_at": 1655361780796} +{"stream": "property_history", "data": {"value": "1634044989572", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_lifecyclestage_subscriber_date", "vid": 1251}, "emitted_at": 1655361780797} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_average_page_views", "vid": 1251}, "emitted_at": 1655361780797} +{"stream": "property_history", "data": {"value": "testerson number 13", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "lastname", "vid": 1251}, "emitted_at": 1655361780797} +{"stream": "property_history", "data": {"value": "1251", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_all_contact_vids", "vid": 1251}, "emitted_at": 1655361780797} +{"stream": "property_history", "data": {"value": "tier_3", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1638773612582, "selected": false, "property": "hs_predictivescoringtier", "vid": 1251}, "emitted_at": 1655361780798} +{"stream": "property_history", "data": {"value": "tier_1", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664483985, "selected": false, "property": "hs_predictivescoringtier", "vid": 1251}, "emitted_at": 1655361780798} +{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989563, "selected": false, "property": "phone", "vid": 1251}, "emitted_at": 1655361780798} +{"stream": "property_history", "data": {"value": "3.79", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664483985, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 1251}, "emitted_at": 1655361780798} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_is_contact", "vid": 1251}, "emitted_at": 1655361780799} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989827, "selected": false, "property": "num_conversion_events", "vid": 1251}, "emitted_at": 1655361780799} +{"stream": "property_history", "data": {"value": "1251", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "hs_object_id", "vid": 1251}, "emitted_at": 1655361780799} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_num_event_completions", "vid": 1251}, "emitted_at": 1655361780800} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992314, "selected": false, "property": "hs_analytics_source_data_1", "vid": 1251}, "emitted_at": 1655361780800} +{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989572, "selected": false, "property": "lifecyclestage", "vid": 1251}, "emitted_at": 1655361780800} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_latest_source_data_1", "vid": 1451}, "emitted_at": 1655361780800} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_is_unworked", "vid": 1451}, "emitted_at": 1655361780801} +{"stream": "property_history", "data": {"value": "test contact 17", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "firstname", "vid": 1451}, "emitted_at": 1655361780801} +{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "city", "vid": 1451}, "emitted_at": 1655361780801} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992586, "selected": false, "property": "num_unique_conversion_events", "vid": 1451}, "emitted_at": 1655361780801} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_latest_source", "vid": 1451}, "emitted_at": 1655361780801} +{"stream": "property_history", "data": {"value": "contacts-lifecycle-pipeline", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_pipeline", "vid": 1451}, "emitted_at": 1655361780802} +{"stream": "property_history", "data": {"value": "0.0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_revenue", "vid": 1451}, "emitted_at": 1655361780802} +{"stream": "property_history", "data": {"value": "1634044992168", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "createdate", "vid": 1451}, "emitted_at": 1655361780802} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_num_visits", "vid": 1451}, "emitted_at": 1655361780802} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": "RollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992806, "selected": false, "property": "hs_sequences_actively_enrolled_count", "vid": 1451}, "emitted_at": 1655361780803} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_until_renewal", "vid": 1451}, "emitted_at": 1655361780803} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_status", "vid": 1451}, "emitted_at": 1655361780803} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_source", "vid": 1451}, "emitted_at": 1655361780803} +{"stream": "property_history", "data": {"value": "1634044992168", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_date_entered_subscriber", "vid": 1451}, "emitted_at": 1655361780804} +{"stream": "property_history", "data": {"value": "5551222323", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_searchable_calculated_phone_number", "vid": 1451}, "emitted_at": 1655361780804} +{"stream": "property_history", "data": {"value": "hubspot.com", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_email_domain", "vid": 1451}, "emitted_at": 1655361780804} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_num_page_views", "vid": 1451}, "emitted_at": 1655361780804} +{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "company", "vid": 1451}, "emitted_at": 1655361780804} +{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "state", "vid": 1451}, "emitted_at": 1655361780805} +{"stream": "property_history", "data": {"value": "testingapicontact_17@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "email", "vid": 1451}, "emitted_at": 1655361780805} +{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "zip", "vid": 1451}, "emitted_at": 1655361780805} +{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "website", "vid": 1451}, "emitted_at": 1655361780805} +{"stream": "property_history", "data": {"value": "17 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "address", "vid": 1451}, "emitted_at": 1655361780805} +{"stream": "property_history", "data": {"value": "1634044992168", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 1451}, "emitted_at": 1655361780806} +{"stream": "property_history", "data": {"value": "1634044992168", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_lifecyclestage_subscriber_date", "vid": 1451}, "emitted_at": 1655361780806} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_average_page_views", "vid": 1451}, "emitted_at": 1655361780806} +{"stream": "property_history", "data": {"value": "testerson number 17", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "lastname", "vid": 1451}, "emitted_at": 1655361780806} +{"stream": "property_history", "data": {"value": "1451", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_all_contact_vids", "vid": 1451}, "emitted_at": 1655361780806} +{"stream": "property_history", "data": {"value": "tier_3", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1638773546271, "selected": false, "property": "hs_predictivescoringtier", "vid": 1451}, "emitted_at": 1655361780807} +{"stream": "property_history", "data": {"value": "tier_1", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664413718, "selected": false, "property": "hs_predictivescoringtier", "vid": 1451}, "emitted_at": 1655361780807} +{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992160, "selected": false, "property": "phone", "vid": 1451}, "emitted_at": 1655361780807} +{"stream": "property_history", "data": {"value": "3.79", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664413718, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 1451}, "emitted_at": 1655361780807} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_is_contact", "vid": 1451}, "emitted_at": 1655361780807} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992586, "selected": false, "property": "num_conversion_events", "vid": 1451}, "emitted_at": 1655361780808} +{"stream": "property_history", "data": {"value": "1451", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "hs_object_id", "vid": 1451}, "emitted_at": 1655361780808} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_num_event_completions", "vid": 1451}, "emitted_at": 1655361780808} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993567, "selected": false, "property": "hs_analytics_source_data_1", "vid": 1451}, "emitted_at": 1655361780808} +{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044992168, "selected": false, "property": "lifecyclestage", "vid": 1451}, "emitted_at": 1655361780808} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_latest_source_data_1", "vid": 1351}, "emitted_at": 1655361780808} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_is_unworked", "vid": 1351}, "emitted_at": 1655361780809} +{"stream": "property_history", "data": {"value": "test contact 15", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "firstname", "vid": 1351}, "emitted_at": 1655361780809} +{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "city", "vid": 1351}, "emitted_at": 1655361780809} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990943, "selected": false, "property": "num_unique_conversion_events", "vid": 1351}, "emitted_at": 1655361780809} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_latest_source", "vid": 1351}, "emitted_at": 1655361780809} +{"stream": "property_history", "data": {"value": "contacts-lifecycle-pipeline", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_pipeline", "vid": 1351}, "emitted_at": 1655361780810} +{"stream": "property_history", "data": {"value": "0.0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_revenue", "vid": 1351}, "emitted_at": 1655361780810} +{"stream": "property_history", "data": {"value": "1634044990617", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "createdate", "vid": 1351}, "emitted_at": 1655361780810} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_num_visits", "vid": 1351}, "emitted_at": 1655361780810} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": "RollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1634045002341, "selected": false, "property": "hs_sequences_actively_enrolled_count", "vid": 1351}, "emitted_at": 1655361780811} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_until_renewal", "vid": 1351}, "emitted_at": 1655361780811} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_status", "vid": 1351}, "emitted_at": 1655361780811} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_source", "vid": 1351}, "emitted_at": 1655361780811} +{"stream": "property_history", "data": {"value": "1634044990617", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_date_entered_subscriber", "vid": 1351}, "emitted_at": 1655361780811} +{"stream": "property_history", "data": {"value": "5551222323", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_searchable_calculated_phone_number", "vid": 1351}, "emitted_at": 1655361780811} +{"stream": "property_history", "data": {"value": "hubspot.com", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_email_domain", "vid": 1351}, "emitted_at": 1655361780812} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_num_page_views", "vid": 1351}, "emitted_at": 1655361780812} +{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "company", "vid": 1351}, "emitted_at": 1655361780812} +{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "state", "vid": 1351}, "emitted_at": 1655361780812} +{"stream": "property_history", "data": {"value": "testingapicontact_15@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "email", "vid": 1351}, "emitted_at": 1655361780812} +{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "zip", "vid": 1351}, "emitted_at": 1655361780812} +{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "website", "vid": 1351}, "emitted_at": 1655361780813} +{"stream": "property_history", "data": {"value": "15 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "address", "vid": 1351}, "emitted_at": 1655361780813} +{"stream": "property_history", "data": {"value": "1634044990617", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044993193, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 1351}, "emitted_at": 1655361780813} +{"stream": "property_history", "data": {"value": "1634044990651", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 1351}, "emitted_at": 1655361780813} +{"stream": "property_history", "data": {"value": "1634044990617", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_lifecyclestage_subscriber_date", "vid": 1351}, "emitted_at": 1655361780813} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_average_page_views", "vid": 1351}, "emitted_at": 1655361780813} +{"stream": "property_history", "data": {"value": "testerson number 15", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "lastname", "vid": 1351}, "emitted_at": 1655361780813} +{"stream": "property_history", "data": {"value": "1351", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_all_contact_vids", "vid": 1351}, "emitted_at": 1655361780814} +{"stream": "property_history", "data": {"value": "tier_3", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1638773576603, "selected": false, "property": "hs_predictivescoringtier", "vid": 1351}, "emitted_at": 1655361780814} +{"stream": "property_history", "data": {"value": "tier_1", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664425658, "selected": false, "property": "hs_predictivescoringtier", "vid": 1351}, "emitted_at": 1655361780814} +{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990514, "selected": false, "property": "phone", "vid": 1351}, "emitted_at": 1655361780814} +{"stream": "property_history", "data": {"value": "3.79", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664425658, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 1351}, "emitted_at": 1655361780814} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_is_contact", "vid": 1351}, "emitted_at": 1655361780814} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990943, "selected": false, "property": "num_conversion_events", "vid": 1351}, "emitted_at": 1655361780815} +{"stream": "property_history", "data": {"value": "1351", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "hs_object_id", "vid": 1351}, "emitted_at": 1655361780815} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_num_event_completions", "vid": 1351}, "emitted_at": 1655361780815} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991654, "selected": false, "property": "hs_analytics_source_data_1", "vid": 1351}, "emitted_at": 1655361780815} +{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044990617, "selected": false, "property": "lifecyclestage", "vid": 1351}, "emitted_at": 1655361780815} +{"stream": "property_history", "data": {"value": "Freely given consent from contact;Legitimate interest – existing customer;Legitimate interest – prospect/lead;Legitimate interest - other;Performance of a contract;Not applicable", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hs_legal_basis", "vid": 501}, "emitted_at": 1655361780815} +{"stream": "property_history", "data": {"value": "0", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "num_unique_conversion_events", "vid": 501}, "emitted_at": 1655361780816} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "MIGRATION", "source-id": "BackfillContactUpdatesKafka", "source-label": null, "updated-by-user-id": null, "timestamp": 1641216341562, "selected": false, "property": "hs_latest_source", "vid": 501}, "emitted_at": 1655361780816} +{"stream": "property_history", "data": {"value": "0.0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_revenue", "vid": 501}, "emitted_at": 1655361780816} +{"stream": "property_history", "data": {"value": "1616173106539", "source-type": "CONTACTS", "source-id": "CRM_UI", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106539, "selected": false, "property": "createdate", "vid": 501}, "emitted_at": 1655361780816} +{"stream": "property_history", "data": {"value": "52550153", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hubspot_owner_id", "vid": 501}, "emitted_at": 1655361780816} +{"stream": "property_history", "data": {"value": "1621592488593", "source-type": "DEALS", "source-id": "DealRollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560527, "selected": false, "property": "first_deal_created_date", "vid": 501}, "emitted_at": 1655361780816} +{"stream": "property_history", "data": {"value": "1616173106523", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1616173106523, "selected": false, "property": "hs_date_entered_subscriber", "vid": 501}, "emitted_at": 1655361780817} +{"stream": "property_history", "data": {"value": "1", "source-type": "DEALS", "source-id": "DealRollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560527, "selected": false, "property": "num_associated_deals", "vid": 501}, "emitted_at": 1655361780817} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_num_page_views", "vid": 501}, "emitted_at": 1655361780817} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173106539, "selected": false, "property": "hs_count_is_worked", "vid": 501}, "emitted_at": 1655361780817} +{"stream": "property_history", "data": {"value": "5419382054", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560683, "selected": false, "property": "hs_time_between_contact_creation_and_deal_creation", "vid": 501}, "emitted_at": 1655361780817} +{"stream": "property_history", "data": {"value": "america_slash_los_angeles", "source-type": "MIGRATION", "source-id": "BackfillContactTimeZone", "source-label": null, "updated-by-user-id": null, "timestamp": 1637146781014, "selected": false, "property": "hs_timezone", "vid": 501}, "emitted_at": 1655361780817} +{"stream": "property_history", "data": {"value": "america_slash_los_angeles", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "hs_ip_timezone", "vid": 501}, "emitted_at": 1655361780818} +{"stream": "property_history", "data": {"value": "1616173106523", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hs_lifecyclestage_subscriber_date", "vid": 501}, "emitted_at": 1655361780818} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_average_page_views", "vid": 501}, "emitted_at": 1655361780818} +{"stream": "property_history", "data": {"value": "Kulak", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "lastname", "vid": 501}, "emitted_at": 1655361780818} +{"stream": "property_history", "data": {"value": "501", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "hs_all_contact_vids", "vid": 501}, "emitted_at": 1655361780818} +{"stream": "property_history", "data": {"value": "1621592560659", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560659, "selected": false, "property": "hs_date_exited_subscriber", "vid": 501}, "emitted_at": 1655361780818} +{"stream": "property_history", "data": {"value": "1621592560659", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560659, "selected": false, "property": "hs_date_entered_opportunity", "vid": 501}, "emitted_at": 1655361780819} +{"stream": "property_history", "data": {"value": "1111111111", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "phone", "vid": 501}, "emitted_at": 1655361780819} +{"stream": "property_history", "data": {"value": "1.22", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664418422, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 501}, "emitted_at": 1655361780819} +{"stream": "property_history", "data": {"value": "2.45", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1621592598371, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 501}, "emitted_at": 1655361780819} +{"stream": "property_history", "data": {"value": "3.6", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1616173139169, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 501}, "emitted_at": 1655361780819} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1616173106539, "selected": false, "property": "hs_is_contact", "vid": 501}, "emitted_at": 1655361780819} +{"stream": "property_history", "data": {"value": "0", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "num_conversion_events", "vid": 501}, "emitted_at": 1655361780819} +{"stream": "property_history", "data": {"value": "501", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "hs_object_id", "vid": 501}, "emitted_at": 1655361780820} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_num_event_completions", "vid": 501}, "emitted_at": 1655361780820} +{"stream": "property_history", "data": {"value": "CRM_UI", "source-type": "MIGRATION", "source-id": "BackfillContactUpdatesKafka", "source-label": null, "updated-by-user-id": null, "timestamp": 1641216341562, "selected": false, "property": "hs_latest_source_data_2", "vid": 501}, "emitted_at": 1655361780820} +{"stream": "property_history", "data": {"value": "CONTACTS", "source-type": "MIGRATION", "source-id": "BackfillContactUpdatesKafka", "source-label": null, "updated-by-user-id": null, "timestamp": 1641216341562, "selected": false, "property": "hs_latest_source_data_1", "vid": 501}, "emitted_at": 1655361780820} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173106539, "selected": false, "property": "hs_is_unworked", "vid": 501}, "emitted_at": 1655361780820} +{"stream": "property_history", "data": {"value": "Eugene", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "firstname", "vid": 501}, "emitted_at": 1655361780820} +{"stream": "property_history", "data": {"value": "california", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_state", "vid": 501}, "emitted_at": 1655361780820} +{"stream": "property_history", "data": {"value": "united states", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_country", "vid": 501}, "emitted_at": 1655361780821} +{"stream": "property_history", "data": {"value": "contacts-lifecycle-pipeline", "source-type": "MIGRATION", "source-id": "BackfillHsPipelineForContacts", "source-label": null, "updated-by-user-id": null, "timestamp": 1627942377946, "selected": false, "property": "hs_pipeline", "vid": 501}, "emitted_at": 1655361780821} +{"stream": "property_history", "data": {"value": "1621592560659", "source-type": "DEALS", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560659, "selected": false, "property": "hs_lifecyclestage_opportunity_date", "vid": 501}, "emitted_at": 1655361780821} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_num_visits", "vid": 501}, "emitted_at": 1655361780821} +{"stream": "property_history", "data": {"value": "ca", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_state_code", "vid": 501}, "emitted_at": 1655361780821} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "MarketableContactsAuditJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1616735774440, "selected": false, "property": "hs_marketable_until_renewal", "vid": 501}, "emitted_at": 1655361780821} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "MarketableContactsAuditJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1616735774440, "selected": false, "property": "hs_marketable_status", "vid": 501}, "emitted_at": 1655361780821} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_source", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "1111111111", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "hs_searchable_calculated_phone_number", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "gmail.com", "source-type": "MIGRATION", "source-id": "BackfillReadtimeCalculatedPropertiesJob", "source-label": null, "updated-by-user-id": null, "timestamp": 1628718463905, "selected": false, "property": "hs_email_domain", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "52550153", "source-type": "CALCULATED", "source-id": "PermissionsUpdater", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173107402, "selected": false, "property": "hs_all_owner_ids", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "kulak.eugene@gmail.com", "source-type": "CONTACTS", "source-id": "CRM_UI", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106539, "selected": false, "property": "email", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "us", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_country_code", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "1616173106523", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "12282590", "source-type": "CALCULATED", "source-id": "PermissionsUpdater", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173107402, "selected": false, "property": "hs_user_ids_of_all_owners", "vid": 501}, "emitted_at": 1655361780822} +{"stream": "property_history", "data": {"value": "tier_4", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664418422, "selected": false, "property": "hs_predictivescoringtier", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "tier_3", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1621592598371, "selected": false, "property": "hs_predictivescoringtier", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "tier_1", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1616173139169, "selected": false, "property": "hs_predictivescoringtier", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "mountain view", "source-type": "HEISENBERG", "source-id": "EMAIL_OPEN (9ff40077-4b32-3ec5-9aea-d69fd12683b9)", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173245743, "selected": false, "property": "ip_city", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "1616173106523", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "hubspot_owner_assigneddate", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "CRM_UI", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_source_data_2", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "CONTACTS", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173119734, "selected": false, "property": "hs_analytics_source_data_1", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "opportunity", "source-type": "DEALS", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1621592560659, "selected": false, "property": "lifecyclestage", "vid": 501}, "emitted_at": 1655361780823} +{"stream": "property_history", "data": {"value": "subscriber", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1616173106523, "selected": false, "property": "lifecyclestage", "vid": 501}, "emitted_at": 1655361780824} +{"stream": "property_history", "data": {"value": "1", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1616173106539, "selected": false, "property": "hs_count_is_unworked", "vid": 501}, "emitted_at": 1655361780824} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044975559, "selected": false, "property": "hs_latest_source_data_1", "vid": 601}, "emitted_at": 1655361780824} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_is_unworked", "vid": 601}, "emitted_at": 1655361780824} +{"stream": "property_history", "data": {"value": "test contact 0", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "firstname", "vid": 601}, "emitted_at": 1655361780824} +{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "city", "vid": 601}, "emitted_at": 1655361780824} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044971482, "selected": false, "property": "num_unique_conversion_events", "vid": 601}, "emitted_at": 1655361780824} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_latest_source", "vid": 601}, "emitted_at": 1655361780825} +{"stream": "property_history", "data": {"value": "contacts-lifecycle-pipeline", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_pipeline", "vid": 601}, "emitted_at": 1655361780825} +{"stream": "property_history", "data": {"value": "0.0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_analytics_revenue", "vid": 601}, "emitted_at": 1655361780825} +{"stream": "property_history", "data": {"value": "1634044970930", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "createdate", "vid": 601}, "emitted_at": 1655361780825} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_analytics_num_visits", "vid": 601}, "emitted_at": 1655361780825} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": "RollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044972778, "selected": false, "property": "hs_sequences_actively_enrolled_count", "vid": 601}, "emitted_at": 1655361780825} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_until_renewal", "vid": 601}, "emitted_at": 1655361780825} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_status", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_analytics_source", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "1634044970930", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_date_entered_subscriber", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "5551222323", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_searchable_calculated_phone_number", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "hubspot.com", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_email_domain", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_analytics_num_page_views", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "company", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "state", "vid": 601}, "emitted_at": 1655361780826} +{"stream": "property_history", "data": {"value": "testingapicontact_0@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "email", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "zip", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "website", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "0 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "address", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "1634044970930", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "1634044970930", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_lifecyclestage_subscriber_date", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_analytics_average_page_views", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "testerson number 0", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "lastname", "vid": 601}, "emitted_at": 1655361780827} +{"stream": "property_history", "data": {"value": "601", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_all_contact_vids", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "tier_3", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1638773574294, "selected": false, "property": "hs_predictivescoringtier", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "tier_1", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664427573, "selected": false, "property": "hs_predictivescoringtier", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970920, "selected": false, "property": "phone", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "3.79", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664427573, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_is_contact", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044971482, "selected": false, "property": "num_conversion_events", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "601", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "hs_object_id", "vid": 601}, "emitted_at": 1655361780828} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044973755, "selected": false, "property": "hs_analytics_num_event_completions", "vid": 601}, "emitted_at": 1655361780829} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044975559, "selected": false, "property": "hs_analytics_source_data_1", "vid": 601}, "emitted_at": 1655361780829} +{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044970930, "selected": false, "property": "lifecyclestage", "vid": 601}, "emitted_at": 1655361780829} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_latest_source_data_1", "vid": 1101}, "emitted_at": 1655361780829} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": "CalculatedPropertyComputer", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_is_unworked", "vid": 1101}, "emitted_at": 1655361780829} +{"stream": "property_history", "data": {"value": "test contact 10", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "firstname", "vid": 1101}, "emitted_at": 1655361780829} +{"stream": "property_history", "data": {"value": "Cambridge", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "city", "vid": 1101}, "emitted_at": 1655361780829} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988327, "selected": false, "property": "num_unique_conversion_events", "vid": 1101}, "emitted_at": 1655361780830} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_latest_source", "vid": 1101}, "emitted_at": 1655361780830} +{"stream": "property_history", "data": {"value": "contacts-lifecycle-pipeline", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_pipeline", "vid": 1101}, "emitted_at": 1655361780830} +{"stream": "property_history", "data": {"value": "0.0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_revenue", "vid": 1101}, "emitted_at": 1655361780830} +{"stream": "property_history", "data": {"value": "1634044988089", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "createdate", "vid": 1101}, "emitted_at": 1655361780830} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_num_visits", "vid": 1101}, "emitted_at": 1655361780830} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": "RollupProperties", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044989056, "selected": false, "property": "hs_sequences_actively_enrolled_count", "vid": 1101}, "emitted_at": 1655361780831} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_until_renewal", "vid": 1101}, "emitted_at": 1655361780831} +{"stream": "property_history", "data": {"value": "false", "source-type": "MIGRATION", "source-id": "BulkSetMarketableStatusProcessor", "source-label": null, "updated-by-user-id": null, "timestamp": 1635860523515, "selected": false, "property": "hs_marketable_status", "vid": 1101}, "emitted_at": 1655361780831} +{"stream": "property_history", "data": {"value": "OFFLINE", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_source", "vid": 1101}, "emitted_at": 1655361780831} +{"stream": "property_history", "data": {"value": "1634044988089", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_date_entered_subscriber", "vid": 1101}, "emitted_at": 1655361780831} +{"stream": "property_history", "data": {"value": "5551222323", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_searchable_calculated_phone_number", "vid": 1101}, "emitted_at": 1655361780831} +{"stream": "property_history", "data": {"value": "hubspot.com", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_email_domain", "vid": 1101}, "emitted_at": 1655361780831} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_num_page_views", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "HubSpot Test", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "company", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "MA", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "state", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "testingapicontact_10@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "email", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "02139", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "zip", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "http://hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "website", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "10 First Street", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "address", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "1634044988089", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_first_timestamp", "vid": 1101}, "emitted_at": 1655361780832} +{"stream": "property_history", "data": {"value": "1634044988089", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_lifecyclestage_subscriber_date", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_average_page_views", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "testerson number 10", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "lastname", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "1101", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_all_contact_vids", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "tier_3", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1638773545288, "selected": false, "property": "hs_predictivescoringtier", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "tier_1", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664436857, "selected": false, "property": "hs_predictivescoringtier", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "555-122-2323", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988081, "selected": false, "property": "phone", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "3.79", "source-type": "CALCULATED", "source-id": null, "source-label": "HubSpot Predictive Contact Scoring Model", "updated-by-user-id": null, "timestamp": 1637664436857, "selected": false, "property": "hs_predictivecontactscore_v2", "vid": 1101}, "emitted_at": 1655361780833} +{"stream": "property_history", "data": {"value": "true", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_is_contact", "vid": 1101}, "emitted_at": 1655361780834} +{"stream": "property_history", "data": {"value": "0", "source-type": "CALCULATED", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988327, "selected": false, "property": "num_conversion_events", "vid": 1101}, "emitted_at": 1655361780834} +{"stream": "property_history", "data": {"value": "1101", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "hs_object_id", "vid": 1101}, "emitted_at": 1655361780834} +{"stream": "property_history", "data": {"value": "0", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_num_event_completions", "vid": 1101}, "emitted_at": 1655361780834} +{"stream": "property_history", "data": {"value": "API", "source-type": "ANALYTICS", "source-id": "ContactAnalyticsDetailsUpdateWorker", "source-label": null, "updated-by-user-id": null, "timestamp": 1634044991422, "selected": false, "property": "hs_analytics_source_data_1", "vid": 1101}, "emitted_at": 1655361780834} +{"stream": "property_history", "data": {"value": "subscriber", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044988089, "selected": false, "property": "lifecyclestage", "vid": 1101}, "emitted_at": 1655361780834} +{"stream": "campaigns", "data": {"id": 115429485, "lastUpdatedTime": 1615506409286, "appId": 113, "appName": "Batch", "contentId": 42931043849, "subject": "Test subj", "name": "Test subj", "counters": {"processed": 1, "deferred": 1, "mta_dropped": 1, "dropped": 3, "sent": 0}, "lastProcessingFinishedAt": 1615504712000, "lastProcessingStartedAt": 1615504687000, "lastProcessingStateChangeAt": 1615504712000, "numIncluded": 3, "processingState": "DONE", "type": "BATCH_EMAIL"}, "emitted_at": 1655280715948} +{"stream": "companies", "data": {"id": "5000787595", "properties": {"about_us": null, "address": "2261 Market Street", "address2": null, "annualrevenue": null, "city": "San Francisco", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "United States", "createdate": "2020-12-11T01:28:27.673000+00:00", "days_to_close": null, "description": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "domain": "Daxtarity.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": "2020-12-11T01:29:29.115000+00:00", "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": "2020", "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_first_timestamp": "2020-12-11T01:29:29.115000+00:00", "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": 0.0, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": 0.0, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CONTACTS", "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": "CRM_UI", "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2022-05-02T11:15:24.476000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5000787595, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": 0.62, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.38625118136405945, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hubspot_owner_assigneddate": "2020-12-11T01:28:27.673000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/airbytehq", "linkedinbio": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "name": "Daxtarity", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 1.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": 50.0, "phone": "+1 415-307-4864", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "CA", "timezone": "America/Los_Angeles", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": "AirbyteHQ", "type": null, "web_technologies": "slack;google_tag_manager;google_analytics;intercom;lever;google_apps;facebook_advertiser", "website": "Daxtarity.com", "zip": "94114"}, "createdAt": "2020-12-11T01:28:27.673Z", "updatedAt": "2022-05-02T11:15:24.476Z", "archived": false, "contacts": ["101", "101"]}, "emitted_at": 1655280716894} +{"stream": "companies", "data": {"id": "5170561229", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-13T10:25:46.574000+00:00", "days_to_close": null, "description": "Test company description", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": "2021-01-14T14:26:17.014000+00:00", "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": "2021-01-14T14:26:17.014000+00:00", "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": 0.0, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": 0.0, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-11-23T10:49:20.517000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5170561229, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": 2.01, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.5596858859062195, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "Test company name2", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 2.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-13T10:25:46.574Z", "updatedAt": "2021-11-23T10:49:20.517Z", "archived": false, "contacts": ["201", "251", "201", "251"]}, "emitted_at": 1655280716894} +{"stream": "companies", "data": {"id": "5183330928", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:28.333000+00:00", "days_to_close": null, "description": "New company test 8", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-08-04T00:53:24.019000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183330928, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 8", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:28.333Z", "updatedAt": "2021-08-04T00:53:24.019Z", "archived": false}, "emitted_at": 1655280716895} +{"stream": "companies", "data": {"id": "5183425390", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:20:55.910000+00:00", "days_to_close": null, "description": "New company test", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-08-02T10:42:01.267000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183425390, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:20:55.910Z", "updatedAt": "2021-08-02T10:42:01.267Z", "archived": false}, "emitted_at": 1655280716896} +{"stream": "companies", "data": {"id": "5183445016", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:27.110000+00:00", "days_to_close": null, "description": "New company test 5", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-07-31T17:46:28.714000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183445016, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 5", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:27.110Z", "updatedAt": "2021-07-31T17:46:28.714Z", "archived": false}, "emitted_at": 1655280716896} +{"stream": "companies", "data": {"id": "5183445018", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:27.996000+00:00", "days_to_close": null, "description": "New company test 7", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-07-31T03:39:46.295000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183445018, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 7", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:27.996Z", "updatedAt": "2021-07-31T03:39:46.295Z", "archived": false}, "emitted_at": 1655280716897} +{"stream": "companies", "data": {"id": "5183450595", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:26.473000+00:00", "days_to_close": null, "description": "New company test 3", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-07-31T03:22:01.327000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183450595, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 3", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:26.473Z", "updatedAt": "2021-07-31T03:22:01.327Z", "archived": false}, "emitted_at": 1655280716897} +{"stream": "companies", "data": {"id": "5183450598", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:27.721000+00:00", "days_to_close": null, "description": "New company test 6", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-08-01T14:47:18.061000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183450598, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 6", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:27.721Z", "updatedAt": "2021-08-01T14:47:18.061Z", "archived": false}, "emitted_at": 1655280716898} +{"stream": "companies", "data": {"id": "5183450599", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:28.608000+00:00", "days_to_close": null, "description": "New company test 9", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-07-31T15:29:45.110000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183450599, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 9", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:28.608Z", "updatedAt": "2021-07-31T15:29:45.110Z", "archived": false}, "emitted_at": 1655280716898} +{"stream": "companies", "data": {"id": "5183457488", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:26.200000+00:00", "days_to_close": null, "description": "New company test 2", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-08-05T07:47:18.903000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183457488, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 2", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:26.200Z", "updatedAt": "2021-08-05T07:47:18.903Z", "archived": false}, "emitted_at": 1655280716898} +{"stream": "companies", "data": {"id": "5183457493", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": null, "createdate": "2021-01-14T14:22:28.877000+00:00", "days_to_close": null, "description": "New company test 10", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-08-02T01:06:25.358000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5183457493, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 10", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-01-14T14:22:28.877Z", "updatedAt": "2021-08-02T01:06:25.358Z", "archived": false}, "emitted_at": 1655280716899} +{"stream": "companies", "data": {"id": "5430797625", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": null, "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "USA", "createdate": "2021-02-22T14:11:21.438000+00:00", "days_to_close": null, "description": "New company test 23", "domain": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-08-04T10:02:53.261000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 5430797625, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": null, "lifecyclestage": null, "linkedin_company_page": null, "linkedinbio": null, "name": "New company test 23", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": null, "timezone": null, "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": null, "website": null, "zip": null}, "createdAt": "2021-02-22T14:11:21.438Z", "updatedAt": "2021-08-04T10:02:53.261Z", "archived": false}, "emitted_at": 1655280716899} +{"stream": "companies", "data": {"id": "7097477541", "properties": {"about_us": null, "address": "25 First Street", "address2": null, "annualrevenue": null, "city": "Cambridge", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "United States", "createdate": "2021-10-12T12:45:14.039000+00:00", "days_to_close": null, "description": "The world’s leading inbound marketing and sales platform. Since 2006, HubSpot has been on a mission to make the world more inbound. Today, 31,000+ customers in more than 90 countries use HubSpot’s software, services, and support to transform the way th...", "domain": "biglytics.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": "https://facebook.com/hubspot", "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": "2006", "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2022-03-31T13:29:57.223000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097477541, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Technology", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/biglytics", "linkedinbio": "The world’s leading inbound marketing and sales platform. Since 2006, HubSpot has been on a mission to make the world more inbound. Today, 31,000+ customers in more than 90 countries use HubSpot’s software, services, and support to transform the way th...", "name": "Biglytics", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": 10.0, "phone": "(877) 929-0687", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "America/New_York", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": "HubSpot", "type": null, "web_technologies": "segment;google_tag_manager;google_analytics;piwik;google_apps;adroll;hubspot;facebook_advertiser", "website": "biglytics.net", "zip": "62515"}, "createdAt": "2021-10-12T12:45:14.039Z", "updatedAt": "2022-03-31T13:29:57.223Z", "archived": false}, "emitted_at": 1655280716901} +{"stream": "companies", "data": {"id": "7097478537", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 1", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:12.412000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:17.815000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097478537, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 1", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:12.412Z", "updatedAt": "2021-10-12T12:58:17.815Z", "archived": false}, "emitted_at": 1655280716901} +{"stream": "companies", "data": {"id": "7097478539", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 3", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:13.260000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:15.367000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097478539, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 3", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:13.260Z", "updatedAt": "2021-10-12T12:58:15.367Z", "archived": false}, "emitted_at": 1655280716902} +{"stream": "companies", "data": {"id": "7097478554", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 36", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:24.412000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:29.620000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097478554, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 36", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:24.412Z", "updatedAt": "2021-10-12T12:57:29.620Z", "archived": false}, "emitted_at": 1655280716902} +{"stream": "companies", "data": {"id": "7097478556", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 40", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:26.011000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:42.827000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097478556, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 40", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:26.011Z", "updatedAt": "2021-10-12T12:57:42.827Z", "archived": false}, "emitted_at": 1655280716903} +{"stream": "companies", "data": {"id": "7097478560", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 61", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:32.931000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:38.133000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097478560, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 61", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:32.931Z", "updatedAt": "2021-10-12T12:57:38.133Z", "archived": false}, "emitted_at": 1655280716903} +{"stream": "companies", "data": {"id": "7097478566", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 86", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:41.736000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:51.115000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097478566, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 86", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:41.736Z", "updatedAt": "2021-10-12T12:57:51.115Z", "archived": false}, "emitted_at": 1655280716904} +{"stream": "companies", "data": {"id": "7097484837", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 17", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:18.405000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:39.138000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097484837, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 17", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:18.405Z", "updatedAt": "2021-10-12T12:57:39.138Z", "archived": false}, "emitted_at": 1655280716904} +{"stream": "companies", "data": {"id": "7097484850", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 74", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:37.358000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:46.141000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097484850, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 74", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:37.358Z", "updatedAt": "2021-10-12T12:57:46.141Z", "archived": false}, "emitted_at": 1655280716904} +{"stream": "companies", "data": {"id": "7097484853", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 85", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:41.414000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:56.257000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097484853, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 85", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:41.414Z", "updatedAt": "2021-10-12T12:57:56.257Z", "archived": false}, "emitted_at": 1655280716905} +{"stream": "companies", "data": {"id": "7097484854", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 90", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:43.414000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:50.967000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097484854, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 90", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:43.414Z", "updatedAt": "2021-10-12T12:57:50.967Z", "archived": false}, "emitted_at": 1655280716905} +{"stream": "companies", "data": {"id": "7097484855", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 93", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:44.302000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:52.192000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097484855, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 93", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:44.302Z", "updatedAt": "2021-10-12T12:57:52.192Z", "archived": false}, "emitted_at": 1655280716906} +{"stream": "companies", "data": {"id": "7097755423", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 41", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:26.288000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:42.688000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097755423, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 41", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:26.288Z", "updatedAt": "2021-10-12T12:57:42.688Z", "archived": false}, "emitted_at": 1655280716907} +{"stream": "companies", "data": {"id": "7097755429", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 62", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:33.235000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:38.262000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097755429, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 62", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:33.235Z", "updatedAt": "2021-10-12T12:57:38.262Z", "archived": false}, "emitted_at": 1655280716907} +{"stream": "companies", "data": {"id": "7097760584", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 14", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:17.476000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:34.679000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097760584, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 14", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:17.476Z", "updatedAt": "2021-10-12T12:57:34.679Z", "archived": false}, "emitted_at": 1655280716908} +{"stream": "companies", "data": {"id": "7097760587", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 19", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:19.055000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:27.327000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097760587, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 19", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:19.055Z", "updatedAt": "2021-10-12T12:57:27.327Z", "archived": false}, "emitted_at": 1655280716908} +{"stream": "companies", "data": {"id": "7097760597", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 43", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:26.905000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:49.685000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097760597, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 43", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:26.905Z", "updatedAt": "2021-10-12T12:57:49.685Z", "archived": false}, "emitted_at": 1655280716909} +{"stream": "companies", "data": {"id": "7097760601", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 55", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:31.106000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:36.810000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097760601, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 55", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:31.106Z", "updatedAt": "2021-10-12T12:57:36.810Z", "archived": false}, "emitted_at": 1655280716909} +{"stream": "companies", "data": {"id": "7097760603", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 69", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:35.399000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:41.706000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097760603, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 69", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:35.399Z", "updatedAt": "2021-10-12T12:57:41.706Z", "archived": false}, "emitted_at": 1655280716909} +{"stream": "companies", "data": {"id": "7097760610", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 97", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:45.832000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:54.753000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097760610, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 97", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:45.832Z", "updatedAt": "2021-10-12T12:57:54.753Z", "archived": false}, "emitted_at": 1655280716910} +{"stream": "companies", "data": {"id": "7097763880", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 4", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:13.584000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:15.868000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097763880, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 4", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:13.584Z", "updatedAt": "2021-10-12T12:58:15.868Z", "archived": false}, "emitted_at": 1655280716910} +{"stream": "companies", "data": {"id": "7097763893", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 30", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:22.543000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:41.899000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097763893, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 30", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:22.543Z", "updatedAt": "2021-10-12T12:57:41.899Z", "archived": false}, "emitted_at": 1655280716911} +{"stream": "companies", "data": {"id": "7097763894", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 31", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:22.897000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:31.969000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097763894, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 31", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:22.897Z", "updatedAt": "2021-10-12T12:57:31.969Z", "archived": false}, "emitted_at": 1655280716911} +{"stream": "companies", "data": {"id": "7097763908", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 65", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:34.177000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:51.068000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097763908, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 65", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:34.177Z", "updatedAt": "2021-10-12T12:57:51.068Z", "archived": false}, "emitted_at": 1655280716912} +{"stream": "companies", "data": {"id": "7097763912", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 79", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:39.261000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:52.196000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097763912, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 79", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:39.261Z", "updatedAt": "2021-10-12T12:57:52.196Z", "archived": false}, "emitted_at": 1655280716912} +{"stream": "companies", "data": {"id": "7097767570", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 51", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:29.860000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:34.654000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097767570, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 51", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:29.860Z", "updatedAt": "2021-10-12T12:57:34.654Z", "archived": false}, "emitted_at": 1655280716912} +{"stream": "companies", "data": {"id": "7097767572", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 52", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:30.196000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:51.121000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097767572, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 52", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:30.196Z", "updatedAt": "2021-10-12T12:57:51.121Z", "archived": false}, "emitted_at": 1655280716913} +{"stream": "companies", "data": {"id": "7097767580", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 84", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:41.126000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:53.455000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097767580, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 84", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:41.126Z", "updatedAt": "2021-10-12T12:57:53.455Z", "archived": false}, "emitted_at": 1655280716913} +{"stream": "companies", "data": {"id": "7097767581", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 95", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:45.236000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:56.251000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097767581, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 95", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:45.236Z", "updatedAt": "2021-10-12T12:57:56.251Z", "archived": false}, "emitted_at": 1655280716914} +{"stream": "companies", "data": {"id": "7097772626", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 11", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:16.220000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:33.359000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097772626, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 11", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:16.220Z", "updatedAt": "2021-10-12T12:57:33.359Z", "archived": false}, "emitted_at": 1655280716914} +{"stream": "companies", "data": {"id": "7097772633", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 28", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:21.892000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:27.588000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097772633, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 28", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:21.892Z", "updatedAt": "2021-10-12T12:58:27.588Z", "archived": false}, "emitted_at": 1655280716915} +{"stream": "companies", "data": {"id": "7097772649", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 71", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:36.067000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:49.542000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097772649, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 71", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:36.067Z", "updatedAt": "2021-10-12T12:57:49.542Z", "archived": false}, "emitted_at": 1655280716915} +{"stream": "companies", "data": {"id": "7097772652", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 80", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:39.562000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:43.852000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097772652, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 80", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:39.562Z", "updatedAt": "2021-10-12T12:57:43.852Z", "archived": false}, "emitted_at": 1655280716915} +{"stream": "companies", "data": {"id": "7097772664", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 98", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:46.129000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:52.184000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097772664, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 98", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:46.129Z", "updatedAt": "2021-10-12T12:57:52.184Z", "archived": false}, "emitted_at": 1655280716916} +{"stream": "companies", "data": {"id": "7097776150", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 0", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:11.881000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:17.929000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097776150, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 0", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:11.881Z", "updatedAt": "2021-10-12T12:57:17.929Z", "archived": false}, "emitted_at": 1655280716916} +{"stream": "companies", "data": {"id": "7097776166", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 13", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:17.173000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:34.270000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097776166, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 13", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:17.173Z", "updatedAt": "2021-10-12T12:57:34.270Z", "archived": false}, "emitted_at": 1655280716917} +{"stream": "companies", "data": {"id": "7097776168", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 25", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:20.841000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:26.095000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097776168, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 25", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:20.841Z", "updatedAt": "2021-10-12T12:58:26.095Z", "archived": false}, "emitted_at": 1655280716917} +{"stream": "companies", "data": {"id": "7097776173", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 34", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:23.788000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:29.802000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097776173, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 34", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:23.788Z", "updatedAt": "2021-10-12T12:58:29.802Z", "archived": false}, "emitted_at": 1655280716918} +{"stream": "companies", "data": {"id": "7097776179", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 45", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:27.833000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:27.754000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097776179, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 45", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:27.833Z", "updatedAt": "2021-10-12T12:58:27.754Z", "archived": false}, "emitted_at": 1655280716918} +{"stream": "companies", "data": {"id": "7097776185", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 68", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:35.100000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:41.708000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097776185, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 68", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:35.100Z", "updatedAt": "2021-10-12T12:57:41.708Z", "archived": false}, "emitted_at": 1655280716919} +{"stream": "companies", "data": {"id": "7097779831", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 54", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:30.826000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:49.773000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097779831, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 54", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:30.826Z", "updatedAt": "2021-10-12T12:57:49.773Z", "archived": false}, "emitted_at": 1655280716919} +{"stream": "companies", "data": {"id": "7097779832", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 57", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:31.736000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:30.443000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097779832, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 57", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:31.736Z", "updatedAt": "2021-10-12T12:58:30.443Z", "archived": false}, "emitted_at": 1655280716919} +{"stream": "companies", "data": {"id": "7097779841", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 96", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:45.538000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:50.079000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097779841, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 96", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:45.538Z", "updatedAt": "2021-10-12T12:57:50.079Z", "archived": false}, "emitted_at": 1655280716920} +{"stream": "companies", "data": {"id": "7097783388", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 56", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:31.422000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:39.082000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097783388, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 56", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:31.422Z", "updatedAt": "2021-10-12T12:57:39.082Z", "archived": false}, "emitted_at": 1655280716920} +{"stream": "companies", "data": {"id": "7097783389", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 59", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:32.327000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:26.403000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097783389, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 59", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:32.327Z", "updatedAt": "2021-10-12T12:58:26.403Z", "archived": false}, "emitted_at": 1655280716921} +{"stream": "companies", "data": {"id": "7097783392", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 72", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:36.397000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:52.184000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097783392, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 72", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:36.397Z", "updatedAt": "2021-10-12T12:57:52.184Z", "archived": false}, "emitted_at": 1655280716921} +{"stream": "companies", "data": {"id": "7097783394", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 92", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:43.994000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:54.757000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097783394, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 92", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:43.994Z", "updatedAt": "2021-10-12T12:57:54.757Z", "archived": false}, "emitted_at": 1655280716922} +{"stream": "companies", "data": {"id": "7097787471", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 2", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:12.890000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:34.655000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097787471, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 2", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:12.890Z", "updatedAt": "2021-10-12T12:57:34.655Z", "archived": false}, "emitted_at": 1655280716922} +{"stream": "companies", "data": {"id": "7097787481", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 23", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:20.273000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:28.516000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097787481, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 23", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:20.273Z", "updatedAt": "2021-10-12T12:57:28.516Z", "archived": false}, "emitted_at": 1655280716922} +{"stream": "companies", "data": {"id": "7097787486", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 33", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:23.511000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:41.902000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097787486, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 33", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:23.511Z", "updatedAt": "2021-10-12T12:57:41.902Z", "archived": false}, "emitted_at": 1655280716923} +{"stream": "companies", "data": {"id": "7097787497", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 66", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:34.455000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:51.397000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097787497, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 66", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:34.455Z", "updatedAt": "2021-10-12T12:57:51.397Z", "archived": false}, "emitted_at": 1655280716923} +{"stream": "companies", "data": {"id": "7097787500", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 89", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:43.019000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:53.376000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097787500, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 89", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:43.019Z", "updatedAt": "2021-10-12T12:57:53.376Z", "archived": false}, "emitted_at": 1655280716924} +{"stream": "companies", "data": {"id": "7097791039", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 6", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:14.625000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:19.276000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791039, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 6", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:14.625Z", "updatedAt": "2021-10-12T12:58:19.276Z", "archived": false}, "emitted_at": 1655280716924} +{"stream": "companies", "data": {"id": "7097791040", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 9", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:15.588000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:20.344000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791040, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 9", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:15.588Z", "updatedAt": "2021-10-12T12:58:20.344Z", "archived": false}, "emitted_at": 1655280716925} +{"stream": "companies", "data": {"id": "7097791047", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 21", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:19.647000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:23.998000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791047, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 21", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:19.647Z", "updatedAt": "2021-10-12T12:58:23.998Z", "archived": false}, "emitted_at": 1655280716925} +{"stream": "companies", "data": {"id": "7097791063", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 67", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:34.730000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:55.030000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791063, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 67", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:34.730Z", "updatedAt": "2021-10-12T12:57:55.030Z", "archived": false}, "emitted_at": 1655280716925} +{"stream": "companies", "data": {"id": "7097791064", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 73", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:36.700000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:43.848000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791064, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 73", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:36.700Z", "updatedAt": "2021-10-12T12:57:43.848Z", "archived": false}, "emitted_at": 1655280716926} +{"stream": "companies", "data": {"id": "7097791065", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 77", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:38.631000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:55.029000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791065, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 77", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:38.631Z", "updatedAt": "2021-10-12T12:57:55.029Z", "archived": false}, "emitted_at": 1655280716927} +{"stream": "companies", "data": {"id": "7097791067", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 83", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:40.494000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:51.388000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791067, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 83", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:40.494Z", "updatedAt": "2021-10-12T12:57:51.388Z", "archived": false}, "emitted_at": 1655280716927} +{"stream": "companies", "data": {"id": "7097791086", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 99", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:46.430000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:55.898000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097791086, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 99", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:46.430Z", "updatedAt": "2021-10-12T12:57:55.898Z", "archived": false}, "emitted_at": 1655280716927} +{"stream": "companies", "data": {"id": "7097794858", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 16", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:18.098000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:37.896000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794858, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 16", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:18.098Z", "updatedAt": "2021-10-12T12:57:37.896Z", "archived": false}, "emitted_at": 1655280716928} +{"stream": "companies", "data": {"id": "7097794861", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 18", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:18.699000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:27.334000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794861, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 18", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:18.699Z", "updatedAt": "2021-10-12T12:57:27.334Z", "archived": false}, "emitted_at": 1655280716928} +{"stream": "companies", "data": {"id": "7097794863", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 27", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:21.580000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:39.076000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794863, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 27", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:21.580Z", "updatedAt": "2021-10-12T12:57:39.076Z", "archived": false}, "emitted_at": 1655280716929} +{"stream": "companies", "data": {"id": "7097794872", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 37", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:25.065000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:44.880000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794872, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 37", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:25.065Z", "updatedAt": "2021-10-12T12:57:44.880Z", "archived": false}, "emitted_at": 1655280716929} +{"stream": "companies", "data": {"id": "7097794878", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 49", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:29.215000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:54.993000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794878, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 49", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:29.215Z", "updatedAt": "2021-10-12T12:57:54.993Z", "archived": false}, "emitted_at": 1655280716930} +{"stream": "companies", "data": {"id": "7097794879", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 53", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:30.490000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:37.951000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794879, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 53", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:30.490Z", "updatedAt": "2021-10-12T12:57:37.951Z", "archived": false}, "emitted_at": 1655280716930} +{"stream": "companies", "data": {"id": "7097794880", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 60", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:32.632000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:50.882000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794880, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 60", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:32.632Z", "updatedAt": "2021-10-12T12:57:50.882Z", "archived": false}, "emitted_at": 1655280716930} +{"stream": "companies", "data": {"id": "7097794889", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 78", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:38.964000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:50.941000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097794889, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 78", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:38.964Z", "updatedAt": "2021-10-12T12:57:50.941Z", "archived": false}, "emitted_at": 1655280716931} +{"stream": "companies", "data": {"id": "7097798444", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 10", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:15.896000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:25.265000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097798444, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 10", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:15.896Z", "updatedAt": "2021-10-12T12:57:25.265Z", "archived": false}, "emitted_at": 1655280716931} +{"stream": "companies", "data": {"id": "7097798464", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 50", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:29.560000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:49.852000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097798464, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 50", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:29.560Z", "updatedAt": "2021-10-12T12:57:49.852Z", "archived": false}, "emitted_at": 1655280716932} +{"stream": "companies", "data": {"id": "7097798467", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 75", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:37.653000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:46.037000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097798467, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 75", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:37.653Z", "updatedAt": "2021-10-12T12:57:46.037Z", "archived": false}, "emitted_at": 1655280716932} +{"stream": "companies", "data": {"id": "7097798469", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 87", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:42.049000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:54.614000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097798469, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 87", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:42.049Z", "updatedAt": "2021-10-12T12:57:54.614Z", "archived": false}, "emitted_at": 1655280716933} +{"stream": "companies", "data": {"id": "7097802020", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 15", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:17.792000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:39.415000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097802020, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 15", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:17.792Z", "updatedAt": "2021-10-12T12:57:39.415Z", "archived": false}, "emitted_at": 1655280716933} +{"stream": "companies", "data": {"id": "7097802034", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 48", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:28.840000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:27.314000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097802034, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 48", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:28.840Z", "updatedAt": "2021-10-12T12:58:27.314Z", "archived": false}, "emitted_at": 1655280716934} +{"stream": "companies", "data": {"id": "7097802036", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 70", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:35.700000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:49.774000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097802036, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 70", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:35.700Z", "updatedAt": "2021-10-12T12:57:49.774Z", "archived": false}, "emitted_at": 1655280716934} +{"stream": "companies", "data": {"id": "7097805635", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 7", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:14.927000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:23.747000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097805635, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 7", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:14.927Z", "updatedAt": "2021-10-12T12:57:23.747Z", "archived": false}, "emitted_at": 1655280716934} +{"stream": "companies", "data": {"id": "7097805640", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 20", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:19.356000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:37.897000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097805640, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 20", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:19.356Z", "updatedAt": "2021-10-12T12:57:37.897Z", "archived": false}, "emitted_at": 1655280716935} +{"stream": "companies", "data": {"id": "7097805645", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 35", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:24.130000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:29.733000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097805645, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 35", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:24.130Z", "updatedAt": "2021-10-12T12:57:29.733Z", "archived": false}, "emitted_at": 1655280716935} +{"stream": "companies", "data": {"id": "7097805655", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 81", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:39.893000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:45.649000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097805655, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 81", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:39.893Z", "updatedAt": "2021-10-12T12:58:45.649Z", "archived": false}, "emitted_at": 1655280716936} +{"stream": "companies", "data": {"id": "7097809515", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 5", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:13.929000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:21.758000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097809515, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 5", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:13.929Z", "updatedAt": "2021-10-12T12:57:21.758Z", "archived": false}, "emitted_at": 1655280716936} +{"stream": "companies", "data": {"id": "7097809526", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 29", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:22.191000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:40.740000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097809526, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 29", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:22.191Z", "updatedAt": "2021-10-12T12:57:40.740Z", "archived": false}, "emitted_at": 1655280716937} +{"stream": "companies", "data": {"id": "7097809536", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 44", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:27.552000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:27.663000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097809536, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 44", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:27.552Z", "updatedAt": "2021-10-12T12:58:27.663Z", "archived": false}, "emitted_at": 1655280716937} +{"stream": "companies", "data": {"id": "7097809537", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 46", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:28.156000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:52.395000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097809537, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 46", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:28.156Z", "updatedAt": "2021-10-12T12:57:52.395Z", "archived": false}, "emitted_at": 1655280717300} +{"stream": "companies", "data": {"id": "7097809540", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 47", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:28.550000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:34.338000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097809540, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 47", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:28.550Z", "updatedAt": "2021-10-12T12:57:34.338Z", "archived": false}, "emitted_at": 1655280717302} +{"stream": "companies", "data": {"id": "7097809543", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 64", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:33.851000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:40.662000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097809543, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 64", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:33.851Z", "updatedAt": "2021-10-12T12:58:40.662Z", "archived": false}, "emitted_at": 1655280717304} +{"stream": "companies", "data": {"id": "7097809545", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 76", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:38.320000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:56.198000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097809545, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 76", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:38.320Z", "updatedAt": "2021-10-12T12:57:56.198Z", "archived": false}, "emitted_at": 1655280717306} +{"stream": "companies", "data": {"id": "7097813536", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 26", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:21.261000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:28.564000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097813536, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 26", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:21.261Z", "updatedAt": "2021-10-12T12:57:28.564Z", "archived": false}, "emitted_at": 1655280717307} +{"stream": "companies", "data": {"id": "7097813542", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 38", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:25.372000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:31.974000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097813542, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 38", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:25.372Z", "updatedAt": "2021-10-12T12:57:31.974Z", "archived": false}, "emitted_at": 1655280717309} +{"stream": "companies", "data": {"id": "7097813546", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 58", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:32.033000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:39.026000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097813546, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 58", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:32.033Z", "updatedAt": "2021-10-12T12:57:39.026Z", "archived": false}, "emitted_at": 1655280717310} +{"stream": "companies", "data": {"id": "7097813549", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 63", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:33.571000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:39.669000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097813549, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 63", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:33.571Z", "updatedAt": "2021-10-12T12:58:39.669Z", "archived": false}, "emitted_at": 1655280717311} +{"stream": "companies", "data": {"id": "7097813555", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 94", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:44.598000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:54.719000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097813555, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 94", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:44.598Z", "updatedAt": "2021-10-12T12:57:54.719Z", "archived": false}, "emitted_at": 1655280717312} +{"stream": "companies", "data": {"id": "7097820009", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 8", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:15.269000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:19.169000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820009, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 8", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:15.269Z", "updatedAt": "2021-10-12T12:58:19.169Z", "archived": false}, "emitted_at": 1655280717313} +{"stream": "companies", "data": {"id": "7097820012", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 12", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:16.869000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:22.438000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820012, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 12", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:16.869Z", "updatedAt": "2021-10-12T12:58:22.438Z", "archived": false}, "emitted_at": 1655280717315} +{"stream": "companies", "data": {"id": "7097820024", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 32", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:23.192000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:44.093000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820024, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 32", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:23.192Z", "updatedAt": "2021-10-12T12:57:44.093Z", "archived": false}, "emitted_at": 1655280717316} +{"stream": "companies", "data": {"id": "7097820027", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 39", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:25.722000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:31.975000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820027, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 39", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:25.722Z", "updatedAt": "2021-10-12T12:57:31.975Z", "archived": false}, "emitted_at": 1655280717317} +{"stream": "companies", "data": {"id": "7097820029", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 42", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:26.601000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:42.589000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820029, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 42", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:26.601Z", "updatedAt": "2021-10-12T12:57:42.589Z", "archived": false}, "emitted_at": 1655280717317} +{"stream": "companies", "data": {"id": "7097820039", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 82", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:40.191000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:54.771000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820039, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 82", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:40.191Z", "updatedAt": "2021-10-12T12:57:54.771Z", "archived": false}, "emitted_at": 1655280717318} +{"stream": "companies", "data": {"id": "7097820041", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 88", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:42.374000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:52.142000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820041, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 88", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:42.374Z", "updatedAt": "2021-10-12T12:57:52.142Z", "archived": false}, "emitted_at": 1655280717319} +{"stream": "companies", "data": {"id": "7097820042", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 91", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:43.706000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:52.619000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097820042, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 91", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:43.706Z", "updatedAt": "2021-10-12T12:57:52.619Z", "archived": false}, "emitted_at": 1655280717320} +{"stream": "companies", "data": {"id": "7097823561", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 22", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:19.934000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:57:24.944000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097823561, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 22", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:19.934Z", "updatedAt": "2021-10-12T12:57:24.944Z", "archived": false}, "emitted_at": 1655280717321} +{"stream": "companies", "data": {"id": "7097823562", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "Test City 24", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "Bangladesh", "createdate": "2021-10-12T12:57:20.553000+00:00", "days_to_close": null, "description": "This is a placeholder page installed by the Ubuntu release of the Lighttpd server package.", "domain": "test.domain.net", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": null, "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_avatar_filemanager_key": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_lastmodifieddate": "2021-10-12T12:58:26.529000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0.0, "hs_num_child_companies": 0.0, "hs_num_contacts_with_buying_roles": 0.0, "hs_num_decision_makers": 0.0, "hs_num_open_deals": 0.0, "hs_object_id": 7097823562, "hs_parent_company_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": "Airbyte Test", "is_public": true, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/bd-domain", "linkedinbio": null, "name": "test company 24", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0.0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": null, "phone": "(877) 929-0687-00291", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "Massachusetts", "timezone": "Asia/Dhaka", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": null, "type": null, "web_technologies": "apache;nginx;facebook_social_plugins;facebook_connect;google_analytics;facebook_like_button;centos", "website": "test.domain.net", "zip": "1216"}, "createdAt": "2021-10-12T12:57:20.553Z", "updatedAt": "2021-10-12T12:58:26.529Z", "archived": false}, "emitted_at": 1655280717322} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 1, "internalListId": 1, "createdAt": 1610634707244, "updatedAt": 1610634707244, "name": "tweeters", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634723407, "processing": "DONE", "lastProcessingStateChangeAt": 1610634723368, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717904} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 2, "internalListId": 2, "createdAt": 1610634770297, "updatedAt": 1610634770297, "name": "tweeters 1", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634784331, "processing": "DONE", "lastProcessingStateChangeAt": 1610634784289, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717905} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 3, "internalListId": 3, "createdAt": 1610634774245, "updatedAt": 1610634774245, "name": "tweeters 2", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634788303, "processing": "DONE", "lastProcessingStateChangeAt": 1610634788148, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717906} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 4, "internalListId": 4, "createdAt": 1610634776021, "updatedAt": 1610634776021, "name": "tweeters 3", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634788848, "processing": "DONE", "lastProcessingStateChangeAt": 1610634788812, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717906} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 5, "internalListId": 5, "createdAt": 1610634777202, "updatedAt": 1610634777202, "name": "tweeters 4", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634800213, "processing": "DONE", "lastProcessingStateChangeAt": 1610634800132, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717907} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 6, "internalListId": 6, "createdAt": 1610634778434, "updatedAt": 1610634778434, "name": "tweeters 5", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634800258, "processing": "DONE", "lastProcessingStateChangeAt": 1610634800215, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717907} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 7, "internalListId": 7, "createdAt": 1610634780202, "updatedAt": 1610634780202, "name": "tweeters 6", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634800935, "processing": "DONE", "lastProcessingStateChangeAt": 1610634800869, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717908} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 8, "internalListId": 8, "createdAt": 1610634780722, "updatedAt": 1610634780722, "name": "tweeters 7", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634804993, "processing": "DONE", "lastProcessingStateChangeAt": 1610634804926, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717908} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 9, "internalListId": 9, "createdAt": 1610634781321, "updatedAt": 1610634781321, "name": "tweeters 8", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634813311, "processing": "DONE", "lastProcessingStateChangeAt": 1610634813246, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717909} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 10, "internalListId": 10, "createdAt": 1610634781843, "updatedAt": 1610634781843, "name": "tweeters 9", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634810051, "processing": "DONE", "lastProcessingStateChangeAt": 1610634809945, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717909} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 11, "internalListId": 11, "createdAt": 1610634782448, "updatedAt": 1610634782448, "name": "tweeters 10", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1610634898403, "processing": "DONE", "lastProcessingStateChangeAt": 1610634898345, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717910} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 60, "internalListId": 60, "createdAt": 1614111029010, "updatedAt": 1614111029010, "name": "HubSpot Sample Imports - Contacts", "listType": "STATIC", "authorId": 12282590, "filters": [], "metaData": {"size": 3, "lastSizeChangeAt": 1614111042053, "processing": "DONE", "lastProcessingStateChangeAt": 1614111042074, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": false}, "emitted_at": 1655280717910} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 66, "internalListId": 66, "createdAt": 1634044326742, "updatedAt": 1634044326742, "name": "test contact_list 0", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044357572, "processing": "DONE", "lastProcessingStateChangeAt": 1634044357491, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717910} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 67, "internalListId": 67, "createdAt": 1634044352450, "updatedAt": 1634044352450, "name": "test contact_list 1", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044373475, "processing": "DONE", "lastProcessingStateChangeAt": 1634044373400, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717911} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 68, "internalListId": 68, "createdAt": 1634044352995, "updatedAt": 1634044352995, "name": "test contact_list 2", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044375566, "processing": "DONE", "lastProcessingStateChangeAt": 1634044375429, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717911} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 69, "internalListId": 69, "createdAt": 1634044353507, "updatedAt": 1634044353507, "name": "test contact_list 3", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044376975, "processing": "DONE", "lastProcessingStateChangeAt": 1634044376818, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717912} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 70, "internalListId": 70, "createdAt": 1634044354337, "updatedAt": 1634044354337, "name": "test contact_list 4", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044379862, "processing": "DONE", "lastProcessingStateChangeAt": 1634044379733, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717912} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 71, "internalListId": 71, "createdAt": 1634044354856, "updatedAt": 1634044354856, "name": "test contact_list 5", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044373397, "processing": "DONE", "lastProcessingStateChangeAt": 1634044373307, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717913} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 72, "internalListId": 72, "createdAt": 1634044355477, "updatedAt": 1634044355477, "name": "test contact_list 6", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044374951, "processing": "DONE", "lastProcessingStateChangeAt": 1634044374646, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717913} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 73, "internalListId": 73, "createdAt": 1634044356317, "updatedAt": 1634044356317, "name": "test contact_list 7", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044374836, "processing": "DONE", "lastProcessingStateChangeAt": 1634044374726, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717913} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 74, "internalListId": 74, "createdAt": 1634044356821, "updatedAt": 1634044356821, "name": "test contact_list 8", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044380784, "processing": "DONE", "lastProcessingStateChangeAt": 1634044380669, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717914} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 75, "internalListId": 75, "createdAt": 1634044357656, "updatedAt": 1634044357656, "name": "test contact_list 9", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044374297, "processing": "DONE", "lastProcessingStateChangeAt": 1634044374203, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717914} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 76, "internalListId": 76, "createdAt": 1634044358328, "updatedAt": 1634044358328, "name": "test contact_list 10", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044379941, "processing": "DONE", "lastProcessingStateChangeAt": 1634044379722, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717915} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 77, "internalListId": 77, "createdAt": 1634044358876, "updatedAt": 1634044358876, "name": "test contact_list 11", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044379452, "processing": "DONE", "lastProcessingStateChangeAt": 1634044379368, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717915} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 78, "internalListId": 78, "createdAt": 1634044360239, "updatedAt": 1634044360239, "name": "test contact_list 12", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044379730, "processing": "DONE", "lastProcessingStateChangeAt": 1634044379662, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717916} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 79, "internalListId": 79, "createdAt": 1634044360723, "updatedAt": 1634044360723, "name": "test contact_list 13", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044380024, "processing": "DONE", "lastProcessingStateChangeAt": 1634044379931, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717916} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 80, "internalListId": 80, "createdAt": 1634044361203, "updatedAt": 1634044361203, "name": "test contact_list 14", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044376402, "processing": "DONE", "lastProcessingStateChangeAt": 1634044376301, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717917} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 81, "internalListId": 81, "createdAt": 1634044362132, "updatedAt": 1634044362132, "name": "test contact_list 15", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044384827, "processing": "DONE", "lastProcessingStateChangeAt": 1634044384724, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717917} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 82, "internalListId": 82, "createdAt": 1634044362732, "updatedAt": 1634044362732, "name": "test contact_list 16", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044383093, "processing": "DONE", "lastProcessingStateChangeAt": 1634044382989, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717917} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 83, "internalListId": 83, "createdAt": 1634044363323, "updatedAt": 1634044363323, "name": "test contact_list 17", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044379604, "processing": "DONE", "lastProcessingStateChangeAt": 1634044379483, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717918} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 84, "internalListId": 84, "createdAt": 1634044364197, "updatedAt": 1634044364197, "name": "test contact_list 18", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044385083, "processing": "DONE", "lastProcessingStateChangeAt": 1634044385029, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717918} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 85, "internalListId": 85, "createdAt": 1634044364700, "updatedAt": 1634044364700, "name": "test contact_list 19", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044382961, "processing": "DONE", "lastProcessingStateChangeAt": 1634044382644, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717919} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 86, "internalListId": 86, "createdAt": 1634044365223, "updatedAt": 1634044365223, "name": "test contact_list 20", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044380904, "processing": "DONE", "lastProcessingStateChangeAt": 1634044380675, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717919} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 87, "internalListId": 87, "createdAt": 1634044365715, "updatedAt": 1634044365715, "name": "test contact_list 21", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044386709, "processing": "DONE", "lastProcessingStateChangeAt": 1634044386509, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717920} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 88, "internalListId": 88, "createdAt": 1634044366220, "updatedAt": 1634044366220, "name": "test contact_list 22", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044381593, "processing": "DONE", "lastProcessingStateChangeAt": 1634044381519, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717920} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 89, "internalListId": 89, "createdAt": 1634044366694, "updatedAt": 1634044366694, "name": "test contact_list 23", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044384324, "processing": "DONE", "lastProcessingStateChangeAt": 1634044384242, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717920} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 90, "internalListId": 90, "createdAt": 1634044367238, "updatedAt": 1634044367238, "name": "test contact_list 24", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044390445, "processing": "DONE", "lastProcessingStateChangeAt": 1634044390330, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717921} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 91, "internalListId": 91, "createdAt": 1634044367729, "updatedAt": 1634044367729, "name": "test contact_list 25", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044382353, "processing": "DONE", "lastProcessingStateChangeAt": 1634044382175, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717921} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 92, "internalListId": 92, "createdAt": 1634044368258, "updatedAt": 1634044368258, "name": "test contact_list 26", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044387006, "processing": "DONE", "lastProcessingStateChangeAt": 1634044386891, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717922} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 93, "internalListId": 93, "createdAt": 1634044368786, "updatedAt": 1634044368786, "name": "test contact_list 27", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044390556, "processing": "DONE", "lastProcessingStateChangeAt": 1634044390400, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717922} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 94, "internalListId": 94, "createdAt": 1634044369329, "updatedAt": 1634044369329, "name": "test contact_list 28", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044390828, "processing": "DONE", "lastProcessingStateChangeAt": 1634044390743, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717923} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 95, "internalListId": 95, "createdAt": 1634044369819, "updatedAt": 1634044369819, "name": "test contact_list 29", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044388825, "processing": "DONE", "lastProcessingStateChangeAt": 1634044388651, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717923} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 96, "internalListId": 96, "createdAt": 1634044370367, "updatedAt": 1634044370367, "name": "test contact_list 30", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044386887, "processing": "DONE", "lastProcessingStateChangeAt": 1634044386808, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717923} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 97, "internalListId": 97, "createdAt": 1634044371229, "updatedAt": 1634044371229, "name": "test contact_list 31", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044388201, "processing": "DONE", "lastProcessingStateChangeAt": 1634044388124, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717924} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 98, "internalListId": 98, "createdAt": 1634044371752, "updatedAt": 1634044371752, "name": "test contact_list 32", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044397922, "processing": "DONE", "lastProcessingStateChangeAt": 1634044397837, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717924} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 99, "internalListId": 99, "createdAt": 1634044372264, "updatedAt": 1634044372264, "name": "test contact_list 33", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044392721, "processing": "DONE", "lastProcessingStateChangeAt": 1634044392635, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717925} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 100, "internalListId": 100, "createdAt": 1634044372765, "updatedAt": 1634044372765, "name": "test contact_list 34", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044396116, "processing": "DONE", "lastProcessingStateChangeAt": 1634044396048, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717925} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 101, "internalListId": 101, "createdAt": 1634044373208, "updatedAt": 1634044373208, "name": "test contact_list 35", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044397644, "processing": "DONE", "lastProcessingStateChangeAt": 1634044397551, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717926} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 102, "internalListId": 102, "createdAt": 1634044373685, "updatedAt": 1634044373685, "name": "test contact_list 36", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044395923, "processing": "DONE", "lastProcessingStateChangeAt": 1634044395743, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717926} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 103, "internalListId": 103, "createdAt": 1634044374187, "updatedAt": 1634044374187, "name": "test contact_list 37", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044396021, "processing": "DONE", "lastProcessingStateChangeAt": 1634044395943, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717926} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 104, "internalListId": 104, "createdAt": 1634044374694, "updatedAt": 1634044374694, "name": "test contact_list 38", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044395741, "processing": "DONE", "lastProcessingStateChangeAt": 1634044395634, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717927} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 105, "internalListId": 105, "createdAt": 1634044375168, "updatedAt": 1634044375168, "name": "test contact_list 39", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044398168, "processing": "DONE", "lastProcessingStateChangeAt": 1634044398071, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717927} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 106, "internalListId": 106, "createdAt": 1634044375645, "updatedAt": 1634044375645, "name": "test contact_list 40", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044393436, "processing": "DONE", "lastProcessingStateChangeAt": 1634044393342, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717928} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 107, "internalListId": 107, "createdAt": 1634044376113, "updatedAt": 1634044376113, "name": "test contact_list 41", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044396221, "processing": "DONE", "lastProcessingStateChangeAt": 1634044396164, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717928} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 108, "internalListId": 108, "createdAt": 1634044376557, "updatedAt": 1634044376557, "name": "test contact_list 42", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044396161, "processing": "DONE", "lastProcessingStateChangeAt": 1634044396091, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717929} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 109, "internalListId": 109, "createdAt": 1634044376999, "updatedAt": 1634044376999, "name": "test contact_list 43", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044399465, "processing": "DONE", "lastProcessingStateChangeAt": 1634044399313, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717929} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 110, "internalListId": 110, "createdAt": 1634044377466, "updatedAt": 1634044377466, "name": "test contact_list 44", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044399985, "processing": "DONE", "lastProcessingStateChangeAt": 1634044399900, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717929} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 111, "internalListId": 111, "createdAt": 1634044377928, "updatedAt": 1634044377928, "name": "test contact_list 45", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044399310, "processing": "DONE", "lastProcessingStateChangeAt": 1634044399204, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717930} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 112, "internalListId": 112, "createdAt": 1634044378441, "updatedAt": 1634044378441, "name": "test contact_list 46", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044398939, "processing": "DONE", "lastProcessingStateChangeAt": 1634044398866, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717930} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 113, "internalListId": 113, "createdAt": 1634044378936, "updatedAt": 1634044378936, "name": "test contact_list 47", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044402393, "processing": "DONE", "lastProcessingStateChangeAt": 1634044402268, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717931} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 114, "internalListId": 114, "createdAt": 1634044379418, "updatedAt": 1634044379418, "name": "test contact_list 48", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044405259, "processing": "DONE", "lastProcessingStateChangeAt": 1634044405146, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717931} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 115, "internalListId": 115, "createdAt": 1634044379888, "updatedAt": 1634044379888, "name": "test contact_list 49", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044399505, "processing": "DONE", "lastProcessingStateChangeAt": 1634044399424, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717932} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 116, "internalListId": 116, "createdAt": 1634044380419, "updatedAt": 1634044380419, "name": "test contact_list 50", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044405024, "processing": "DONE", "lastProcessingStateChangeAt": 1634044404914, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717932} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 117, "internalListId": 117, "createdAt": 1634044380982, "updatedAt": 1634044380982, "name": "test contact_list 51", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044403055, "processing": "DONE", "lastProcessingStateChangeAt": 1634044402978, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717933} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 118, "internalListId": 118, "createdAt": 1634044381460, "updatedAt": 1634044381460, "name": "test contact_list 52", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044401342, "processing": "DONE", "lastProcessingStateChangeAt": 1634044401255, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717933} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 119, "internalListId": 119, "createdAt": 1634044382349, "updatedAt": 1634044382349, "name": "test contact_list 53", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044399539, "processing": "DONE", "lastProcessingStateChangeAt": 1634044399418, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717934} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 120, "internalListId": 120, "createdAt": 1634044382780, "updatedAt": 1634044382780, "name": "test contact_list 54", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044399021, "processing": "DONE", "lastProcessingStateChangeAt": 1634044398941, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717934} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 121, "internalListId": 121, "createdAt": 1634044383322, "updatedAt": 1634044383322, "name": "test contact_list 55", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044402471, "processing": "DONE", "lastProcessingStateChangeAt": 1634044402376, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717934} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 122, "internalListId": 122, "createdAt": 1634044383900, "updatedAt": 1634044383900, "name": "test contact_list 56", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044402214, "processing": "DONE", "lastProcessingStateChangeAt": 1634044402124, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717935} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 123, "internalListId": 123, "createdAt": 1634044384408, "updatedAt": 1634044384408, "name": "test contact_list 57", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044404911, "processing": "DONE", "lastProcessingStateChangeAt": 1634044404821, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717935} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 124, "internalListId": 124, "createdAt": 1634044384980, "updatedAt": 1634044384980, "name": "test contact_list 58", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044402623, "processing": "DONE", "lastProcessingStateChangeAt": 1634044402557, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717936} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 125, "internalListId": 125, "createdAt": 1634044385503, "updatedAt": 1634044385503, "name": "test contact_list 59", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044407589, "processing": "DONE", "lastProcessingStateChangeAt": 1634044407530, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717936} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 126, "internalListId": 126, "createdAt": 1634044385972, "updatedAt": 1634044385972, "name": "test contact_list 60", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044402865, "processing": "DONE", "lastProcessingStateChangeAt": 1634044402674, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717936} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 127, "internalListId": 127, "createdAt": 1634044386476, "updatedAt": 1634044386476, "name": "test contact_list 61", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044403092, "processing": "DONE", "lastProcessingStateChangeAt": 1634044403024, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717937} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 128, "internalListId": 128, "createdAt": 1634044387303, "updatedAt": 1634044387303, "name": "test contact_list 62", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044404565, "processing": "DONE", "lastProcessingStateChangeAt": 1634044404479, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717937} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 129, "internalListId": 129, "createdAt": 1634044387777, "updatedAt": 1634044387777, "name": "test contact_list 63", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044411031, "processing": "DONE", "lastProcessingStateChangeAt": 1634044410779, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717938} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 130, "internalListId": 130, "createdAt": 1634044388278, "updatedAt": 1634044388278, "name": "test contact_list 64", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044407946, "processing": "DONE", "lastProcessingStateChangeAt": 1634044407872, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717938} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 131, "internalListId": 131, "createdAt": 1634044388851, "updatedAt": 1634044388851, "name": "test contact_list 65", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044411194, "processing": "DONE", "lastProcessingStateChangeAt": 1634044411028, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717938} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 132, "internalListId": 132, "createdAt": 1634044389379, "updatedAt": 1634044389379, "name": "test contact_list 66", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044410235, "processing": "DONE", "lastProcessingStateChangeAt": 1634044410096, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717939} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 133, "internalListId": 133, "createdAt": 1634044389957, "updatedAt": 1634044389957, "name": "test contact_list 67", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044407497, "processing": "DONE", "lastProcessingStateChangeAt": 1634044407431, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717939} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 134, "internalListId": 134, "createdAt": 1634044390494, "updatedAt": 1634044390494, "name": "test contact_list 68", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044413746, "processing": "DONE", "lastProcessingStateChangeAt": 1634044413683, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717940} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 135, "internalListId": 135, "createdAt": 1634044390992, "updatedAt": 1634044390992, "name": "test contact_list 69", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044410835, "processing": "DONE", "lastProcessingStateChangeAt": 1634044410757, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717940} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 136, "internalListId": 136, "createdAt": 1634044391492, "updatedAt": 1634044391492, "name": "test contact_list 70", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044410771, "processing": "DONE", "lastProcessingStateChangeAt": 1634044410577, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717940} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 137, "internalListId": 137, "createdAt": 1634044392043, "updatedAt": 1634044392043, "name": "test contact_list 71", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044416501, "processing": "DONE", "lastProcessingStateChangeAt": 1634044416446, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717941} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 138, "internalListId": 138, "createdAt": 1634044392544, "updatedAt": 1634044392544, "name": "test contact_list 72", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044408890, "processing": "DONE", "lastProcessingStateChangeAt": 1634044408806, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717941} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 139, "internalListId": 139, "createdAt": 1634044393035, "updatedAt": 1634044393035, "name": "test contact_list 73", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044415569, "processing": "DONE", "lastProcessingStateChangeAt": 1634044415417, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717942} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 140, "internalListId": 140, "createdAt": 1634044393476, "updatedAt": 1634044393476, "name": "test contact_list 74", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044416444, "processing": "DONE", "lastProcessingStateChangeAt": 1634044416382, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717942} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 141, "internalListId": 141, "createdAt": 1634044394294, "updatedAt": 1634044394294, "name": "test contact_list 75", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044414311, "processing": "DONE", "lastProcessingStateChangeAt": 1634044414213, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717942} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 142, "internalListId": 142, "createdAt": 1634044394834, "updatedAt": 1634044394834, "name": "test contact_list 76", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044413679, "processing": "DONE", "lastProcessingStateChangeAt": 1634044413585, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717943} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 143, "internalListId": 143, "createdAt": 1634044395403, "updatedAt": 1634044395403, "name": "test contact_list 77", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044420156, "processing": "DONE", "lastProcessingStateChangeAt": 1634044419996, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717943} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 144, "internalListId": 144, "createdAt": 1634044395863, "updatedAt": 1634044395863, "name": "test contact_list 78", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044410916, "processing": "DONE", "lastProcessingStateChangeAt": 1634044410837, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717944} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 145, "internalListId": 145, "createdAt": 1634044396322, "updatedAt": 1634044396322, "name": "test contact_list 79", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044414071, "processing": "DONE", "lastProcessingStateChangeAt": 1634044413997, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717944} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 146, "internalListId": 146, "createdAt": 1634044396797, "updatedAt": 1634044396797, "name": "test contact_list 80", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044418773, "processing": "DONE", "lastProcessingStateChangeAt": 1634044418703, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717944} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 147, "internalListId": 147, "createdAt": 1634044397262, "updatedAt": 1634044397262, "name": "test contact_list 81", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044415518, "processing": "DONE", "lastProcessingStateChangeAt": 1634044415462, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717945} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 148, "internalListId": 148, "createdAt": 1634044398079, "updatedAt": 1634044398079, "name": "test contact_list 82", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044410718, "processing": "DONE", "lastProcessingStateChangeAt": 1634044410597, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717945} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 149, "internalListId": 149, "createdAt": 1634044398932, "updatedAt": 1634044398932, "name": "test contact_list 83", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044412807, "processing": "DONE", "lastProcessingStateChangeAt": 1634044412503, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717946} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 150, "internalListId": 150, "createdAt": 1634044399758, "updatedAt": 1634044399758, "name": "test contact_list 84", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044425734, "processing": "DONE", "lastProcessingStateChangeAt": 1634044425670, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717946} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 151, "internalListId": 151, "createdAt": 1634044400187, "updatedAt": 1634044400187, "name": "test contact_list 85", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044416350, "processing": "DONE", "lastProcessingStateChangeAt": 1634044416292, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717946} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 152, "internalListId": 152, "createdAt": 1634044400669, "updatedAt": 1634044400669, "name": "test contact_list 86", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044416577, "processing": "DONE", "lastProcessingStateChangeAt": 1634044416522, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717947} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 153, "internalListId": 153, "createdAt": 1634044401532, "updatedAt": 1634044401532, "name": "test contact_list 87", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044419863, "processing": "DONE", "lastProcessingStateChangeAt": 1634044419551, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717947} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 154, "internalListId": 154, "createdAt": 1634044401969, "updatedAt": 1634044401969, "name": "test contact_list 88", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044417409, "processing": "DONE", "lastProcessingStateChangeAt": 1634044417345, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717948} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 155, "internalListId": 155, "createdAt": 1634044402501, "updatedAt": 1634044402501, "name": "test contact_list 89", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044420588, "processing": "DONE", "lastProcessingStateChangeAt": 1634044420530, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717948} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 156, "internalListId": 156, "createdAt": 1634044402938, "updatedAt": 1634044402938, "name": "test contact_list 90", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044419566, "processing": "DONE", "lastProcessingStateChangeAt": 1634044419493, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717948} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 157, "internalListId": 157, "createdAt": 1634044403439, "updatedAt": 1634044403439, "name": "test contact_list 91", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044424005, "processing": "DONE", "lastProcessingStateChangeAt": 1634044423934, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717949} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 158, "internalListId": 158, "createdAt": 1634044403927, "updatedAt": 1634044403927, "name": "test contact_list 92", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044426885, "processing": "DONE", "lastProcessingStateChangeAt": 1634044426781, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717949} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 159, "internalListId": 159, "createdAt": 1634044404406, "updatedAt": 1634044404406, "name": "test contact_list 93", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044425161, "processing": "DONE", "lastProcessingStateChangeAt": 1634044425101, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717950} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 160, "internalListId": 160, "createdAt": 1634044404882, "updatedAt": 1634044404882, "name": "test contact_list 94", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044425099, "processing": "DONE", "lastProcessingStateChangeAt": 1634044425035, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717950} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 161, "internalListId": 161, "createdAt": 1634044405363, "updatedAt": 1634044405363, "name": "test contact_list 95", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044426994, "processing": "DONE", "lastProcessingStateChangeAt": 1634044426887, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717951} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 162, "internalListId": 162, "createdAt": 1634044405868, "updatedAt": 1634044405868, "name": "test contact_list 96", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044431273, "processing": "DONE", "lastProcessingStateChangeAt": 1634044431167, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717951} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 163, "internalListId": 163, "createdAt": 1634044406419, "updatedAt": 1634044406419, "name": "test contact_list 97", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044427870, "processing": "DONE", "lastProcessingStateChangeAt": 1634044427787, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717951} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 164, "internalListId": 164, "createdAt": 1634044406868, "updatedAt": 1634044406868, "name": "test contact_list 98", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044427083, "processing": "DONE", "lastProcessingStateChangeAt": 1634044426996, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717952} +{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 165, "internalListId": 165, "createdAt": 1634044407353, "updatedAt": 1634044407353, "name": "test contact_list 99", "listType": "DYNAMIC", "filters": [[{"withinTimeMode": "PAST", "operator": "EQ", "filterFamily": "PropertyValue", "type": "string", "property": "twitterhandle", "value": "@hubspot"}]], "metaData": {"size": 0, "lastSizeChangeAt": 1634044431563, "processing": "DONE", "lastProcessingStateChangeAt": 1634044431492, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "dynamic": true}, "emitted_at": 1655280717952} +{"stream": "deal_pipelines", "data": {"label": "New Business Pipeline", "displayOrder": 3, "active": true, "stages": [{"label": "Success! Closed Won", "displayOrder": 2, "metadata": {"isClosed": "true", "probability": "1.0"}, "stageId": "customclosedwonstage", "createdAt": 1610635973956, "updatedAt": null, "active": true}, {"label": "Initial Qualification", "displayOrder": 0, "metadata": {"isClosed": "false", "probability": "0.1"}, "stageId": "9567448", "createdAt": 1610635973956, "updatedAt": null, "active": true}, {"label": "Negotiation", "displayOrder": 1, "metadata": {"isClosed": "false", "probability": "0.5"}, "stageId": "9567449", "createdAt": 1610635973956, "updatedAt": null, "active": true}], "objectType": "DEAL", "objectTypeId": "0-3", "pipelineId": "b9152945-a594-4835-9676-a6f405fecd71", "createdAt": 1610635973956, "updatedAt": 1610635973956, "default": false}, "emitted_at": 1655280719107} +{"stream": "deal_pipelines", "data": {"label": "Sales Pipeline", "displayOrder": 0, "active": true, "stages": [{"label": "Presentation Scheduled", "displayOrder": 2, "metadata": {"isClosed": "false", "probability": "0.6"}, "stageId": "presentationscheduled", "createdAt": 0, "updatedAt": null, "active": true}, {"label": "Closed Won", "displayOrder": 5, "metadata": {"isClosed": "true", "probability": "1.0"}, "stageId": "closedwon", "createdAt": 0, "updatedAt": null, "active": true}, {"label": "Closed Lost", "displayOrder": 6, "metadata": {"isClosed": "true", "probability": "0.0"}, "stageId": "closedlost", "createdAt": 0, "updatedAt": null, "active": true}, {"label": "Appointment Scheduled", "displayOrder": 0, "metadata": {"isClosed": "false", "probability": "0.2"}, "stageId": "appointmentscheduled", "createdAt": 0, "updatedAt": null, "active": true}, {"label": "Contract Sent", "displayOrder": 4, "metadata": {"isClosed": "false", "probability": "0.9"}, "stageId": "contractsent", "createdAt": 0, "updatedAt": null, "active": true}, {"label": "Qualified To Buy", "displayOrder": 1, "metadata": {"isClosed": "false", "probability": "0.4"}, "stageId": "qualifiedtobuy", "createdAt": 0, "updatedAt": null, "active": true}, {"label": "Decision Maker Bought-In", "displayOrder": 3, "metadata": {"isClosed": "false", "probability": "0.8"}, "stageId": "decisionmakerboughtin", "createdAt": 0, "updatedAt": null, "active": true}], "objectType": "DEAL", "objectTypeId": "0-3", "pipelineId": "default", "createdAt": 0, "updatedAt": 0, "default": true}, "emitted_at": 1655280719111} +{"stream": "deals", "data": {"id": "5388213824", "properties": {"amount": 10.0, "amount_in_home_currency": 10.0, "closed_lost_reason": null, "closed_won_reason": null, "closedate": "2014-08-31T00:00:00+00:00", "createdate": "2021-06-02T14:11:49.985000+00:00", "days_to_close": 0.0, "dealname": "Tim's Newer Deal", "dealstage": null, "dealtype": "newbusiness", "description": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "hs_acv": 10.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_collaborator_owner_ids": null, "hs_all_deal_split_owner_ids": null, "hs_all_owner_ids": "65568071", "hs_all_team_ids": null, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_arr": 0.0, "hs_campaign": null, "hs_closed_amount": 0.0, "hs_closed_amount_in_home_currency": 0.0, "hs_created_by_user_id": null, "hs_createdate": "2021-06-02T14:11:49.985000+00:00", "hs_date_entered_9567448": null, "hs_date_entered_9567449": null, "hs_date_entered_appointmentscheduled": null, "hs_date_entered_closedlost": null, "hs_date_entered_closedwon": null, "hs_date_entered_contractsent": null, "hs_date_entered_customclosedwonstage": null, "hs_date_entered_decisionmakerboughtin": null, "hs_date_entered_presentationscheduled": null, "hs_date_entered_qualifiedtobuy": null, "hs_date_exited_9567448": null, "hs_date_exited_9567449": null, "hs_date_exited_appointmentscheduled": null, "hs_date_exited_closedlost": null, "hs_date_exited_closedwon": null, "hs_date_exited_contractsent": null, "hs_date_exited_customclosedwonstage": null, "hs_date_exited_decisionmakerboughtin": null, "hs_date_exited_presentationscheduled": null, "hs_date_exited_qualifiedtobuy": null, "hs_deal_amount_calculation_preference": null, "hs_deal_stage_probability": 0.0, "hs_deal_stage_probability_shadow": 0.0, "hs_forecast_amount": 10.0, "hs_forecast_probability": null, "hs_is_closed": null, "hs_is_closed_won": true, "hs_is_deal_split": true, "hs_lastmodifieddate": "2021-10-12T13:50:15.127000+00:00", "hs_latest_meeting_activity": null, "hs_likelihood_to_close": null, "hs_line_item_global_term_hs_discount_percentage": null, "hs_line_item_global_term_hs_discount_percentage_enabled": null, "hs_line_item_global_term_hs_recurring_billing_period": null, "hs_line_item_global_term_hs_recurring_billing_period_enabled": null, "hs_line_item_global_term_hs_recurring_billing_start_date": null, "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": null, "hs_line_item_global_term_recurringbillingfrequency": null, "hs_line_item_global_term_recurringbillingfrequency_enabled": null, "hs_manual_forecast_category": null, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_next_step": null, "hs_num_associated_deal_splits": 0.0, "hs_num_target_accounts": 0.0, "hs_object_id": 5388213824, "hs_predicted_amount": null, "hs_predicted_amount_in_home_currency": null, "hs_priority": null, "hs_projected_amount": 0.0, "hs_projected_amount_in_home_currency": 0.0, "hs_sales_email_last_replied": null, "hs_tcv": 10.0, "hs_time_in_9567448": null, "hs_time_in_9567449": null, "hs_time_in_appointmentscheduled": null, "hs_time_in_closedlost": null, "hs_time_in_closedwon": null, "hs_time_in_contractsent": null, "hs_time_in_customclosedwonstage": null, "hs_time_in_decisionmakerboughtin": null, "hs_time_in_presentationscheduled": null, "hs_time_in_qualifiedtobuy": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "23660227", "hubspot_owner_assigneddate": "2021-06-02T14:11:49.985000+00:00", "hubspot_owner_id": "65568071", "hubspot_team_id": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 1.0, "num_contacted_notes": null, "num_notes": null, "pipeline": null}, "createdAt": "2021-06-02T14:11:49.985Z", "updatedAt": "2021-10-12T13:50:15.127Z", "archived": false, "companies": ["5000526215", "5000526215"], "line items": ["2089616136"], "contacts": ["551"]}, "emitted_at": 1655280720600} +{"stream": "deals", "data": {"id": "5388306989", "properties": {"amount": 60000.0, "amount_in_home_currency": 60000.0, "closed_lost_reason": null, "closed_won_reason": null, "closedate": "2014-08-31T00:00:00+00:00", "createdate": "2021-06-02T14:12:00.029000+00:00", "days_to_close": 0.0, "dealname": "Tim's Newer Deal 2", "dealstage": null, "dealtype": "newbusiness", "description": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "hs_acv": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_collaborator_owner_ids": null, "hs_all_deal_split_owner_ids": null, "hs_all_owner_ids": "65568071", "hs_all_team_ids": null, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_arr": null, "hs_campaign": null, "hs_closed_amount": 0.0, "hs_closed_amount_in_home_currency": 0.0, "hs_created_by_user_id": null, "hs_createdate": "2021-06-02T14:12:00.029000+00:00", "hs_date_entered_9567448": null, "hs_date_entered_9567449": null, "hs_date_entered_appointmentscheduled": null, "hs_date_entered_closedlost": null, "hs_date_entered_closedwon": null, "hs_date_entered_contractsent": null, "hs_date_entered_customclosedwonstage": null, "hs_date_entered_decisionmakerboughtin": null, "hs_date_entered_presentationscheduled": null, "hs_date_entered_qualifiedtobuy": null, "hs_date_exited_9567448": null, "hs_date_exited_9567449": null, "hs_date_exited_appointmentscheduled": null, "hs_date_exited_closedlost": null, "hs_date_exited_closedwon": null, "hs_date_exited_contractsent": null, "hs_date_exited_customclosedwonstage": null, "hs_date_exited_decisionmakerboughtin": null, "hs_date_exited_presentationscheduled": null, "hs_date_exited_qualifiedtobuy": null, "hs_deal_amount_calculation_preference": null, "hs_deal_stage_probability": 0.0, "hs_deal_stage_probability_shadow": 0.0, "hs_forecast_amount": 60000.0, "hs_forecast_probability": null, "hs_is_closed": null, "hs_is_closed_won": true, "hs_is_deal_split": true, "hs_lastmodifieddate": "2021-09-09T09:56:32.554000+00:00", "hs_latest_meeting_activity": null, "hs_likelihood_to_close": null, "hs_line_item_global_term_hs_discount_percentage": null, "hs_line_item_global_term_hs_discount_percentage_enabled": null, "hs_line_item_global_term_hs_recurring_billing_period": null, "hs_line_item_global_term_hs_recurring_billing_period_enabled": null, "hs_line_item_global_term_hs_recurring_billing_start_date": null, "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": null, "hs_line_item_global_term_recurringbillingfrequency": null, "hs_line_item_global_term_recurringbillingfrequency_enabled": null, "hs_manual_forecast_category": null, "hs_merged_object_ids": null, "hs_mrr": null, "hs_next_step": null, "hs_num_associated_deal_splits": 0.0, "hs_num_target_accounts": 0.0, "hs_object_id": 5388306989, "hs_predicted_amount": null, "hs_predicted_amount_in_home_currency": null, "hs_priority": null, "hs_projected_amount": 0.0, "hs_projected_amount_in_home_currency": 0.0, "hs_sales_email_last_replied": null, "hs_tcv": null, "hs_time_in_9567448": null, "hs_time_in_9567449": null, "hs_time_in_appointmentscheduled": null, "hs_time_in_closedlost": null, "hs_time_in_closedwon": null, "hs_time_in_contractsent": null, "hs_time_in_customclosedwonstage": null, "hs_time_in_decisionmakerboughtin": null, "hs_time_in_presentationscheduled": null, "hs_time_in_qualifiedtobuy": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "23660227", "hubspot_owner_assigneddate": "2021-06-02T14:12:00.029000+00:00", "hubspot_owner_id": "65568071", "hubspot_team_id": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 1.0, "num_contacted_notes": null, "num_notes": null, "pipeline": null}, "createdAt": "2021-06-02T14:12:00.029Z", "updatedAt": "2021-09-09T09:56:32.554Z", "archived": false, "companies": ["5000526215", "5000526215"], "contacts": ["551"]}, "emitted_at": 1655280720601} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "deviceType": "COMPUTER", "browser": {"name": "Google Image Cache", "family": "Google Image Cache", "producer": "", "producerUrl": "", "type": "Proxy", "url": "", "version": []}, "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "created": 1614191191202, "location": {"country": "Unknown", "state": "Unknown", "city": "Unknown", "zipcode": "Unknown"}, "id": "17d3fcc4-bc34-38b4-9103-69b5896bbdde", "smtpId": null, "sentBy": {"id": "dd239309-7866-4705-a3e9-c571dd349477", "created": 1614119023182}, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721339} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "deviceType": "COMPUTER", "browser": {"name": "Google Image Cache", "family": "Google Image Cache", "producer": "", "producerUrl": "", "type": "Proxy", "url": "", "version": []}, "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "created": 1614122124339, "location": {"country": "Unknown", "state": "Unknown", "city": "Unknown", "zipcode": "Unknown"}, "id": "e5cbe134-db76-32cb-9e82-9dafcbaf8b64", "smtpId": null, "sentBy": {"id": "dd239309-7866-4705-a3e9-c571dd349477", "created": 1614119023182}, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721347} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 1229, "deviceType": "COMPUTER", "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "created": 1614119026757, "location": {"country": "UNITED STATES", "state": "california", "city": "mountain view", "latitude": 37.40599, "longitude": -122.078514, "zipcode": "94043"}, "id": "35b79cd1-3527-3ae7-b316-be0bbf872839", "smtpId": null, "sentBy": {"id": "dd239309-7866-4705-a3e9-c571dd349477", "created": 1614119023182}, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721348} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 2303, "deviceType": "COMPUTER", "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "created": 1614119025477, "location": {"country": "UNITED STATES", "state": "california", "city": "mountain view", "latitude": 37.40599, "longitude": -122.078514, "zipcode": "94043"}, "id": "73b6e0a9-b6a2-3fc6-9faf-d69ca3c254dd", "smtpId": null, "sentBy": {"id": "dd239309-7866-4705-a3e9-c571dd349477", "created": 1614119023182}, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721349} +{"stream": "email_events", "data": {"appName": "BatchTest", "response": "250 2.0.0 OK cn15si96389qvb.103 - gsmtp", "attempt": 1, "created": 1614119023933, "id": "cf24d1cb-0242-3728-ab16-c4f3892c0333", "smtpId": null, "sentBy": {"id": "dd239309-7866-4705-a3e9-c571dd349477", "created": 1614119023182}, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "DELIVERED", "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721350} +{"stream": "email_events", "data": {"appName": "BatchTest", "attempt": 1, "created": 1614119023933, "id": "ebe79ee1-8a9b-334e-b7ef-ddda766f3b3b", "smtpId": null, "sentBy": {"id": "dd239309-7866-4705-a3e9-c571dd349477", "created": 1614119023182}, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "PROCESSED", "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721351} +{"stream": "email_events", "data": {"appName": "BatchTest", "emailCampaignId": 2, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "appId": 20053, "created": 1614119023182, "id": "dd239309-7866-4705-a3e9-c571dd349477", "subject": "Preview - Test subject", "from": "noreply@hubspot.com", "cc": [], "bcc": [], "replyTo": [], "smtpId": null, "sentBy": {"id": "dd239309-7866-4705-a3e9-c571dd349477", "created": 1614119023182}, "type": "SENT"}, "emitted_at": 1655280721352} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 2498, "created": 1616173245743, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "california", "city": "mountain view", "latitude": 37.4043, "longitude": -122.0748, "zipcode": "94043"}, "id": "9ff40077-4b32-3ec5-9aea-d69fd12683b9", "recipient": "kulak.eugene@gmail.com", "sentBy": {"id": "9e68f5c3-45ff-445a-8d76-9050474425f3", "created": 1616173243740}, "smtpId": null, "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721644} +{"stream": "email_events", "data": {"appName": "BatchTest", "response": "250 2.0.0 OK n17si3081140qtv.136 - gsmtp", "created": 1616173244650, "attempt": 1, "id": "7dd43432-1fed-3959-bb42-38c7d193605c", "recipient": "kulak.eugene@gmail.com", "sentBy": {"id": "9e68f5c3-45ff-445a-8d76-9050474425f3", "created": 1616173243740}, "smtpId": null, "portalId": 8727216, "type": "DELIVERED", "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721645} +{"stream": "email_events", "data": {"appName": "BatchTest", "created": 1616173244650, "attempt": 1, "id": "c92658da-7bdf-35d9-91e8-6738ae284491", "recipient": "kulak.eugene@gmail.com", "sentBy": {"id": "9e68f5c3-45ff-445a-8d76-9050474425f3", "created": 1616173243740}, "smtpId": null, "portalId": 8727216, "type": "PROCESSED", "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280721646} +{"stream": "email_events", "data": {"appName": "BatchTest", "created": 1616173243740, "emailCampaignId": 2, "recipient": "kulak.eugene@gmail.com", "portalId": 8727216, "appId": 20053, "id": "9e68f5c3-45ff-445a-8d76-9050474425f3", "replyTo": [], "subject": "Preview - Test subj", "cc": [], "bcc": [], "from": "noreply@hubspot.com", "sentBy": {"id": "9e68f5c3-45ff-445a-8d76-9050474425f3", "created": 1616173243740}, "smtpId": null, "type": "SENT"}, "emitted_at": 1655280721647} +{"stream": "email_events", "data": {"created": 1616173134301, "recipient": "kulak.eugene@gmail.com", "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [], "portalSubscriptionStatus": "SUBSCRIBED", "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "d70b78b9-a411-4d3e-808b-fe931be35b43", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280721648} +{"stream": "email_events", "data": {"created": 1616173134301, "recipient": "kulak.eugene@gmail.com", "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [{"id": 10798197, "status": "SUBSCRIBED", "legalBasisChange": {"legalBasisType": "PERFORMANCE_OF_CONTRACT", "legalBasisExplanation": "erererer", "optState": "OPT_IN"}}], "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "ff118718-786d-4a35-94f9-6bbd413654de", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280721648} +{"stream": "email_events", "data": {"created": 1616173106737, "recipient": "kulak.eugene@gmail.com", "sourceId": "PropertyChangeHandler", "subscriptions": [], "portalSubscriptionStatus": "SUBSCRIBED", "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "24539f1f-0b20-4296-a5bf-6ba3bb9dc1b8", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280721649} +{"stream": "email_events", "data": {"created": 1616173054611, "recipient": "sherif@dataline.io", "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [], "portalSubscriptionStatus": "SUBSCRIBED", "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "cb6107f5-ba69-403d-8de5-4d206c774948", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280721650} +{"stream": "email_events", "data": {"created": 1616173054611, "recipient": "sherif@dataline.io", "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [{"id": 10798197, "status": "SUBSCRIBED", "legalBasisChange": {"legalBasisType": "LEGITIMATE_INTEREST_CLIENT", "legalBasisExplanation": "because", "optState": "OPT_IN"}}], "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "e0c1eb45-612f-4beb-91a2-4352fbbbd100", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280721650} +{"stream": "email_events", "data": {"appName": "Batch", "dropMessage": "", "dropReason": "MTA_IGNORE", "created": 1615506409286, "attempt": 5, "id": "709911d6-ba90-3c31-beb1-88f3359374ee", "recipient": "michael.scott@dundermifflin.com", "sentBy": {"id": "33a9449c-9c37-4dd9-b3f3-0f8fc9a9d2a2", "created": 1615504687764}, "smtpId": null, "portalId": 8727216, "type": "DROPPED", "appId": 113, "emailCampaignId": 115429485}, "emitted_at": 1655280721651} +{"stream": "email_events", "data": {"appName": "Batch", "attempt": 4, "response": "", "created": 1615506290222, "id": "d0efceb4-638c-3313-9a20-62a44e1c2b85", "recipient": "michael.scott@dundermifflin.com", "sentBy": {"id": "33a9449c-9c37-4dd9-b3f3-0f8fc9a9d2a2", "created": 1615504687764}, "smtpId": null, "portalId": 8727216, "type": "DEFERRED", "appId": 113, "emailCampaignId": 115429485}, "emitted_at": 1655280721652} +{"stream": "email_events", "data": {"appName": "Batch", "attempt": 3, "response": "", "created": 1615505015542, "id": "4f0583ba-b95e-35c1-b6fa-4326128b2861", "recipient": "michael.scott@dundermifflin.com", "sentBy": {"id": "33a9449c-9c37-4dd9-b3f3-0f8fc9a9d2a2", "created": 1615504687764}, "smtpId": null, "portalId": 8727216, "type": "DEFERRED", "appId": 113, "emailCampaignId": 115429485}, "emitted_at": 1655280721653} +{"stream": "email_events", "data": {"appName": "Batch", "attempt": 1, "response": "", "created": 1615504759396, "id": "deb20a2f-9594-3551-9551-ff8322da7916", "recipient": "michael.scott@dundermifflin.com", "sentBy": {"id": "33a9449c-9c37-4dd9-b3f3-0f8fc9a9d2a2", "created": 1615504687764}, "smtpId": null, "portalId": 8727216, "type": "DEFERRED", "appId": 113, "emailCampaignId": 115429485}, "emitted_at": 1655280721653} +{"stream": "email_events", "data": {"appName": "Batch", "created": 1615504759396, "attempt": 1, "id": "f96d2144-fc2a-3da7-a11a-5a0a1e893371", "recipient": "michael.scott@dundermifflin.com", "sentBy": {"id": "33a9449c-9c37-4dd9-b3f3-0f8fc9a9d2a2", "created": 1615504687764}, "smtpId": null, "portalId": 8727216, "type": "PROCESSED", "appId": 113, "emailCampaignId": 115429485}, "emitted_at": 1655280721654} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634229850314, "browser": {"name": "Google Image Cache", "family": "Google Image Cache", "producer": "", "producerUrl": "", "type": "Proxy", "url": "", "version": []}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "location": {"country": "Unknown", "state": "Unknown", "city": "Unknown", "zipcode": "Unknown"}, "id": "4823cd9e-032d-3d68-99f9-b77bd33a9390", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723832} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 5263, "created": 1634119229332, "browser": {"name": "Outlook 2019", "family": "Outlook 2019", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Email client", "url": "https://en.wikipedia.org/wiki/Microsoft_Outlook", "version": [""]}, "deviceType": "COMPUTER", "userAgent": "Microsoft Office/16.0 (Microsoft Outlook 16.0.14326; Pro), Mozilla/4.0 (compatible; ms-office; MSOffice rmj)", "location": {"country": "UKRAINE", "state": "kyiv", "city": "kiev", "latitude": 50.458, "longitude": 30.5303}, "id": "d78765aa-f8c9-354c-a4a6-075dcee37bd1", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723833} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634064087206, "browser": {"name": "Google Image Cache", "family": "Google Image Cache", "producer": "", "producerUrl": "", "type": "Proxy", "url": "", "version": []}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "location": {"country": "Unknown", "state": "Unknown", "city": "Unknown", "zipcode": "Unknown"}, "id": "d2f5ba83-17e9-3a33-b1cc-1c0bd7aaf2da", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723834} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634052748873, "browser": {"name": "Google Image Cache", "family": "Google Image Cache", "producer": "", "producerUrl": "", "type": "Proxy", "url": "", "version": []}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "location": {"country": "Unknown", "state": "Unknown", "city": "Unknown", "zipcode": "Unknown"}, "id": "a3ec758a-10c8-3b11-86b2-1e0daed7ef64", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723834} +{"stream": "email_events", "data": {"created": 1634051145732, "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [], "portalSubscriptionStatus": "SUBSCRIBED", "recipient": "testingapicontact_19@hubspot.com", "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "569ea4bb-eee0-4718-9853-644b676101c9", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280723834} +{"stream": "email_events", "data": {"created": 1634051145732, "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [{"id": 23704464, "status": "UNSUBSCRIBED", "legalBasisChange": {"legalBasisType": "NON_GDPR", "legalBasisExplanation": "The contact was opted out by a HubSpot user", "optState": "OPT_OUT"}}], "recipient": "testingapicontact_19@hubspot.com", "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "66677dbc-3d7b-4a4e-8ed8-023dad7223a1", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280723835} +{"stream": "email_events", "data": {"created": 1634051105091, "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [], "portalSubscriptionStatus": "SUBSCRIBED", "recipient": "testingapicontact_19@hubspot.com", "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "331da840-e177-42e7-9758-08f430a40428", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280723835} +{"stream": "email_events", "data": {"created": 1634051105091, "sourceId": "SOURCE_HUBSPOT_CUSTOMER", "subscriptions": [{"id": 23704464, "status": "SUBSCRIBED", "legalBasisChange": {"legalBasisType": "LEGITIMATE_INTEREST_CLIENT", "legalBasisExplanation": "Test", "optState": "OPT_IN"}}], "recipient": "testingapicontact_19@hubspot.com", "source": "SOURCE_HUBSPOT_CUSTOMER", "id": "f27707ce-833e-4d47-b0fe-2cd9cbec786e", "portalId": 8727216, "type": "STATUSCHANGE", "appId": 0, "emailCampaignId": 0}, "emitted_at": 1655280723835} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 35376, "created": 1634050837720, "browser": {"name": "unknown", "family": "unknown", "producer": "unknown", "producerUrl": "unknown", "type": "unknown", "url": "unknown", "version": [""]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0", "location": {"country": "UKRAINE", "state": "kyiv", "city": "kiev", "latitude": 50.458, "longitude": 30.5303}, "id": "ee27badd-cfe8-3278-ba4f-b2032b95ceb4", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723835} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 36763, "created": 1634049479939, "browser": {"name": "unknown", "family": "unknown", "producer": "unknown", "producerUrl": "unknown", "type": "unknown", "url": "unknown", "version": [""]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0", "location": {"country": "UKRAINE", "state": "kyiv", "city": "kiev", "latitude": 50.458, "longitude": 30.5303}, "id": "0ee6ffc9-160f-33bb-8e17-fc874429b206", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723835} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634046233479, "browser": {"name": "Google Image Cache", "family": "Google Image Cache", "producer": "", "producerUrl": "", "type": "Proxy", "url": "", "version": []}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "location": {"country": "Unknown", "state": "Unknown", "city": "Unknown", "zipcode": "Unknown"}, "id": "a3c92fa4-20d1-345c-92fd-d5485ca0fb8b", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723835} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634046230712, "browser": {"name": "Google Image Cache", "family": "Google Image Cache", "producer": "", "producerUrl": "", "type": "Proxy", "url": "", "version": []}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "location": {"country": "Unknown", "state": "Unknown", "city": "Unknown", "zipcode": "Unknown"}, "id": "ab1a6976-76b1-304d-9f4c-6d73e8bc52dc", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": false, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723836} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634042988255, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "california", "city": "mountain view", "latitude": 37.40599, "longitude": -122.078514, "zipcode": "94043"}, "id": "b750d85b-fec1-38f4-80e1-47cb01672e72", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723836} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634042987754, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "california", "city": "mountain view", "latitude": 37.40599, "longitude": -122.078514, "zipcode": "94043"}, "id": "61526204-2a0b-3b20-a0ba-70381fe3267d", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723836} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634042987282, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "california", "city": "mountain view", "latitude": 37.40599, "longitude": -122.078514, "zipcode": "94043"}, "id": "41ab6d71-3aa7-30bc-95a6-9af9c719a69f", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723836} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634042986743, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "", "city": ""}, "id": "d0c2f47d-bebf-38f6-bf1c-f556795c903e", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723836} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634042986251, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "", "city": ""}, "id": "e40954e4-dc04-3e67-a833-d3283fef7758", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723837} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634042985742, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "", "city": ""}, "id": "67b212dd-61dd-3894-9443-50083096f51e", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723837} +{"stream": "email_events", "data": {"appName": "BatchTest", "duration": 0, "created": 1634042985327, "browser": {"name": "Microsoft Edge 12.246", "family": "Microsoft Edge", "producer": "Microsoft Corporation.", "producerUrl": "https://www.microsoft.com/about/", "type": "Browser", "url": "https://en.wikipedia.org/wiki/Microsoft_Edge", "version": ["12.246"]}, "deviceType": "COMPUTER", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Mozilla/5.0", "location": {"country": "UNITED STATES", "state": "", "city": ""}, "id": "e12b770c-1c58-3480-9f0a-38600dd625ba", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "OPEN", "filteredEvent": true, "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723837} +{"stream": "email_events", "data": {"appName": "BatchTest", "response": "250 2.0.0 OK t8si8990139qta.221 - gsmtp", "created": 1634042983145, "attempt": 1, "id": "15347d6e-b728-38c2-9846-e02047aa90de", "sentBy": {"id": "e98ee9c2-9ea4-4f7c-84e3-caace1c0a68b", "created": 1634042982506}, "smtpId": null, "recipient": "integration-test@airbyte.io", "portalId": 8727216, "type": "DELIVERED", "appId": 20053, "emailCampaignId": 2}, "emitted_at": 1655280723837} +{"stream": "forms", "data": {"id": "984418a9-3f1b-43eb-bbdd-2ced85fb88e2", "name": "Test Form 8", "createdAt": "2021-01-14T14:46:10.680Z", "updatedAt": "2021-01-14T14:46:10.680Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 8", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 8", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_9", "label": "Adress 9", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732854} +{"stream": "forms", "data": {"id": "5b15ebb8-8474-45c7-a4cd-e1d19e0f14aa", "name": "Test Form 11", "createdAt": "2021-10-12T14:24:16.318Z", "updatedAt": "2021-10-12T14:24:27.719Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732856} +{"stream": "forms", "data": {"id": "e9cb252e-d624-4b4d-b1e0-43294c525231", "name": "Test Form 9", "createdAt": "2021-01-14T14:46:11.360Z", "updatedAt": "2021-01-14T14:46:11.360Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 9", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 9", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_10", "label": "Adress 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732857} +{"stream": "forms", "data": {"id": "47465ffa-f8d6-444c-a1a3-3c690bf0cf33", "name": "Test Form 15", "createdAt": "2021-10-12T14:24:55.230Z", "updatedAt": "2021-10-12T14:24:55.230Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732858} +{"stream": "forms", "data": {"id": "3b8bd96a-9972-440d-9543-cc0f14439042", "name": "Test Form 14", "createdAt": "2021-10-12T14:24:49.416Z", "updatedAt": "2021-10-12T14:24:49.416Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732860} +{"stream": "forms", "data": {"id": "1b6319b8-82ef-4fd5-b2a7-3882ecd0ba92", "name": "Test Form 5", "createdAt": "2021-01-14T14:46:09.656Z", "updatedAt": "2021-01-14T14:46:09.656Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 5", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 5", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_6", "label": "Adress 6", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732861} +{"stream": "forms", "data": {"id": "2244dd4d-fd8c-479b-a6ad-3328b2b8ae94", "name": "Test Form 17", "createdAt": "2021-10-12T14:25:08.964Z", "updatedAt": "2021-10-12T14:25:08.964Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732862} +{"stream": "forms", "data": {"id": "7bf12799-c984-46f5-9112-c2d652483fce", "name": "Test Form 20", "createdAt": "2021-10-12T14:25:26.866Z", "updatedAt": "2021-10-12T14:25:26.866Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732863} +{"stream": "forms", "data": {"id": "a69652ea-f6db-476f-87e4-a159e43bfcf1", "name": "Test Form 3", "createdAt": "2021-01-14T14:46:09.010Z", "updatedAt": "2021-01-14T14:46:09.010Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 3", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 3", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_4", "label": "Adress 4", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732865} +{"stream": "forms", "data": {"id": "5acdcc7d-c22a-4ed3-baf8-309ee0a468f6", "name": "Test Form 2", "createdAt": "2021-01-14T14:46:08.708Z", "updatedAt": "2021-01-14T14:46:08.708Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 2", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 2", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_3", "label": "Adress 3", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732866} +{"stream": "forms", "data": {"id": "9fc39345-42d7-4369-b753-b015de928399", "name": "New form (March 15, 2021 12:55:56 PM)", "createdAt": "2021-03-15T10:55:56.900Z", "updatedAt": "2021-10-30T15:33:20.320Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "fieldType": "email", "validation": {"blockedEmailDomains": [], "useDefaultBlockList": false}}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["12282590"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": "hs-form stacked"}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732867} +{"stream": "forms", "data": {"id": "28a293e1-0113-4d3c-a9e5-09043053b2a1", "name": "Test Form 13", "createdAt": "2021-10-12T14:24:43.336Z", "updatedAt": "2021-10-12T14:24:43.336Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732868} +{"stream": "forms", "data": {"id": "252302a1-68c8-4355-90e6-bd07667a212b", "name": "Test Form 19", "createdAt": "2021-10-12T14:25:20.956Z", "updatedAt": "2021-10-12T14:25:20.956Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732869} +{"stream": "forms", "data": {"id": "01ba116c-f3a8-4957-8884-ff0c4420af76", "name": "DemoForm", "createdAt": "2021-01-14T14:44:48.278Z", "updatedAt": "2021-01-14T14:44:48.278Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_1", "label": "Adress 1", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732870} +{"stream": "forms", "data": {"id": "e43ba6f6-ac95-467d-b65e-aafc19e324ed", "name": "Test Form 6", "createdAt": "2021-01-14T14:46:09.956Z", "updatedAt": "2021-01-14T14:46:09.956Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 6", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 6", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_7", "label": "Adress 7", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732872} +{"stream": "forms", "data": {"id": "b1d96614-f881-4837-a2b8-72a6fa1be9f1", "name": "Test Form 4", "createdAt": "2021-01-14T14:46:09.365Z", "updatedAt": "2021-01-14T14:46:09.365Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 4", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 4", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_5", "label": "Adress 5", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732873} +{"stream": "forms", "data": {"id": "f55a6b51-550e-491e-af4f-9e764a316acb", "name": "Test Form 12", "createdAt": "2021-10-12T14:24:36.891Z", "updatedAt": "2021-10-12T14:24:36.891Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732874} +{"stream": "forms", "data": {"id": "5fa4d8c1-c2ff-4029-8762-4cdf9e369021", "name": "Test Form 10", "createdAt": "2021-01-14T14:46:11.693Z", "updatedAt": "2021-01-14T14:46:11.693Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732875} +{"stream": "forms", "data": {"id": "ed51ef3e-a263-4aa8-bfd7-1c621595b911", "name": "Test Form 1", "createdAt": "2021-01-14T14:46:08.325Z", "updatedAt": "2021-01-14T14:46:08.325Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 1", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 1", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_2", "label": "Adress 2", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732875} +{"stream": "forms", "data": {"id": "4cd1473a-7f67-49b2-b63b-3167a1351bb3", "name": "Test Form 18", "createdAt": "2021-10-12T14:25:15.368Z", "updatedAt": "2021-10-12T14:25:15.368Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 10", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_11", "label": "Adress 11", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732876} +{"stream": "forms", "data": {"id": "db548333-64a9-4744-9999-e4cf63516007", "name": "Test Form 7", "createdAt": "2021-01-14T14:46:10.284Z", "updatedAt": "2021-01-14T14:46:10.284Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "firstname", "label": "First Name 7", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "lastname", "label": "Last Name 7", "required": false, "hidden": false, "fieldType": "single_line_text"}]}, {"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "adress_8", "label": "Adress 8", "required": false, "hidden": false, "fieldType": "single_line_text"}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": ""}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": [], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": null}, "legalConsentOptions": {"type": "none"}, "formType": "hubspot"}, "emitted_at": 1655280732877} +{"stream": "line_items", "data": {"id": "1188257157", "properties": {"amount": 123.0, "createdate": "2021-02-23T20:03:48.577000+00:00", "description": null, "discount": null, "hs_acv": 123.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 0.0, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-07-17T07:01:43.045000+00:00", "hs_line_item_currency_code": null, "hs_margin": 123.0, "hs_margin_acv": 123.0, "hs_margin_arr": 0.0, "hs_margin_mrr": 0.0, "hs_margin_tcv": 123.0, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_object_id": 1188257157, "hs_position_on_quote": null, "hs_pre_discount_amount": 123.0, "hs_product_id": 646176423, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 123.0, "hs_term_in_months": null, "hs_total_discount": 0.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 1", "price": 123.0, "quantity": 1.0, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:03:48.577Z", "updatedAt": "2021-07-17T07:01:43.045Z", "archived": false}, "emitted_at": 1655280740831} +{"stream": "line_items", "data": {"id": "1188257165", "properties": {"amount": 10.0, "createdate": "2021-02-23T20:11:54.030000+00:00", "description": "Baseball hat, medium", "discount": null, "hs_acv": 10.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 0.0, "hs_cost_of_goods_sold": 5.0, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-07-17T23:50:32.502000+00:00", "hs_line_item_currency_code": null, "hs_margin": 5.0, "hs_margin_acv": 5.0, "hs_margin_arr": 0.0, "hs_margin_mrr": 0.0, "hs_margin_tcv": 5.0, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_object_id": 1188257165, "hs_position_on_quote": 0.0, "hs_pre_discount_amount": 10.0, "hs_product_id": 646778218, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 10.0, "hs_term_in_months": null, "hs_total_discount": 0.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Blue Hat", "price": 10.0, "quantity": 1.0, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:11:54.030Z", "updatedAt": "2021-07-17T23:50:32.502Z", "archived": false}, "emitted_at": 1655280740832} +{"stream": "line_items", "data": {"id": "1188257309", "properties": {"amount": 10.0, "createdate": "2021-02-23T20:11:54.030000+00:00", "description": "Baseball hat, medium", "discount": null, "hs_acv": 10.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 0.0, "hs_cost_of_goods_sold": 5.0, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-07-19T03:57:09.834000+00:00", "hs_line_item_currency_code": null, "hs_margin": 5.0, "hs_margin_acv": 5.0, "hs_margin_arr": 0.0, "hs_margin_mrr": 0.0, "hs_margin_tcv": 5.0, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_object_id": 1188257309, "hs_position_on_quote": 0.0, "hs_pre_discount_amount": 10.0, "hs_product_id": 646778218, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 10.0, "hs_term_in_months": null, "hs_total_discount": 0.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Blue Hat", "price": 10.0, "quantity": 1.0, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:11:54.030Z", "updatedAt": "2021-07-19T03:57:09.834Z", "archived": false}, "emitted_at": 1655280740832} +{"stream": "line_items", "data": {"id": "1510167477", "properties": {"amount": 20.0, "createdate": "2021-05-21T10:22:40.683000+00:00", "description": "Top hat, large", "discount": null, "hs_acv": 60.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 60.0, "hs_cost_of_goods_sold": 10.0, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2022-02-23T08:09:16.555000+00:00", "hs_line_item_currency_code": null, "hs_margin": 10.0, "hs_margin_acv": 30.0, "hs_margin_arr": 30.0, "hs_margin_mrr": 10.0, "hs_margin_tcv": 30.0, "hs_merged_object_ids": null, "hs_mrr": 20.0, "hs_object_id": 1510167477, "hs_position_on_quote": null, "hs_pre_discount_amount": 20.0, "hs_product_id": 646777910, "hs_recurring_billing_end_date": "2022-05-28", "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": "P3M", "hs_recurring_billing_start_date": "2022-02-28", "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 60.0, "hs_term_in_months": 3.0, "hs_total_discount": 0.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Red Hat", "price": 20.0, "quantity": 1.0, "recurringbillingfrequency": "monthly", "tax": null, "test": "2022-02-24", "test_product_price": "2022-02-23"}, "createdAt": "2021-05-21T10:22:40.683Z", "updatedAt": "2022-02-23T08:09:16.555Z", "archived": false}, "emitted_at": 1655280740832} +{"stream": "line_items", "data": {"id": "2089468681", "properties": {"amount": 10.0, "createdate": "2021-10-12T13:50:13.117000+00:00", "description": "baseball hat, large", "discount": null, "hs_acv": 10.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 0.0, "hs_cost_of_goods_sold": 5.0, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T13:50:13.117000+00:00", "hs_line_item_currency_code": null, "hs_margin": 5.0, "hs_margin_acv": 5.0, "hs_margin_arr": 0.0, "hs_margin_mrr": 0.0, "hs_margin_tcv": 5.0, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_object_id": 2089468681, "hs_position_on_quote": 0.0, "hs_pre_discount_amount": 10.0, "hs_product_id": 646316535, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 10.0, "hs_term_in_months": null, "hs_total_discount": 0.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Green Hat", "price": 10.0, "quantity": 1.0, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T13:50:13.117Z", "updatedAt": "2021-10-12T13:50:13.117Z", "archived": false}, "emitted_at": 1655280740833} +{"stream": "line_items", "data": {"id": "2089616136", "properties": {"amount": 10.0, "createdate": "2021-10-12T13:50:13.028000+00:00", "description": "baseball hat, large", "discount": null, "hs_acv": 10.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 0.0, "hs_cost_of_goods_sold": 5.0, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T13:50:13.028000+00:00", "hs_line_item_currency_code": null, "hs_margin": 5.0, "hs_margin_acv": 5.0, "hs_margin_arr": 0.0, "hs_margin_mrr": 0.0, "hs_margin_tcv": 5.0, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_object_id": 2089616136, "hs_position_on_quote": 0.0, "hs_pre_discount_amount": 10.0, "hs_product_id": 646316535, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 10.0, "hs_term_in_months": null, "hs_total_discount": 0.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Green Hat", "price": 10.0, "quantity": 1.0, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T13:50:13.028Z", "updatedAt": "2021-10-12T13:50:13.028Z", "archived": false}, "emitted_at": 1655280740833} +{"stream": "line_items", "data": {"id": "2548174879", "properties": {"amount": 6000.0, "createdate": "2022-01-18T13:56:03.263000+00:00", "description": "test line item", "discount": null, "hs_acv": 72000.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 72000.0, "hs_cost_of_goods_sold": 3.0, "hs_created_by_user_id": null, "hs_createdate": null, "hs_discount_percentage": 50.0, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2022-01-18T14:50:20.390000+00:00", "hs_line_item_currency_code": "USD", "hs_margin": 5994.0, "hs_margin_acv": 71928.0, "hs_margin_arr": 71928.0, "hs_margin_mrr": 5994.0, "hs_margin_tcv": 71928.0, "hs_merged_object_ids": null, "hs_mrr": 6000.0, "hs_object_id": 2548174879, "hs_position_on_quote": null, "hs_pre_discount_amount": 12000.0, "hs_product_id": null, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": "hs_sku_222_dsad_321f", "hs_sync_amount": null, "hs_tcv": 72000.0, "hs_term_in_months": null, "hs_total_discount": 6000.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "2 year implementation consultation test", "price": 6000.0, "quantity": 2.0, "recurringbillingfrequency": "monthly", "tax": null, "test": null, "test_product_price": null}, "createdAt": "2022-01-18T13:56:03.263Z", "updatedAt": "2022-01-18T14:50:20.390Z", "archived": false}, "emitted_at": 1655280740833} +{"stream": "line_items", "data": {"id": "2551248752", "properties": {"amount": 2.0, "createdate": "2022-01-19T07:21:03.560000+00:00", "description": "test line item", "discount": null, "hs_acv": 24.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 24.0, "hs_cost_of_goods_sold": 3.0, "hs_created_by_user_id": null, "hs_createdate": null, "hs_discount_percentage": 50.0, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2022-01-19T07:21:03.560000+00:00", "hs_line_item_currency_code": "USD", "hs_margin": -4.0, "hs_margin_acv": -48.0, "hs_margin_arr": -48.0, "hs_margin_mrr": -4.0, "hs_margin_tcv": -48.0, "hs_merged_object_ids": null, "hs_mrr": 2.0, "hs_object_id": 2551248752, "hs_position_on_quote": null, "hs_pre_discount_amount": 4.0, "hs_product_id": null, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": "hs_sku_222_dsad_321f", "hs_sync_amount": null, "hs_tcv": 24.0, "hs_term_in_months": null, "hs_total_discount": 2.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "test line_item", "price": 2.0, "quantity": 2.0, "recurringbillingfrequency": "monthly", "tax": null, "test": null, "test_product_price": "2022-01-29"}, "createdAt": "2022-01-19T07:21:03.560Z", "updatedAt": "2022-01-19T07:21:03.560Z", "archived": false}, "emitted_at": 1655280740833} +{"stream": "owners", "data": {"id": "52550153", "email": "integration-test@airbyte.io", "firstName": "Team", "lastName": "Airbyte", "userId": 12282590, "createdAt": "2020-10-28T21:17:56.082Z", "updatedAt": "2022-05-06T17:31:10.509Z", "archived": false}, "emitted_at": 1655280742776} +{"stream": "owners", "data": {"id": "65568071", "email": "test-integration-test-user1@airbyte.io", "firstName": "", "lastName": "", "userId": 23660227, "createdAt": "2021-03-15T11:00:50.053Z", "updatedAt": "2021-03-15T11:00:50.053Z", "archived": false}, "emitted_at": 1655280742779} +{"stream": "owners", "data": {"id": "65568800", "email": "test-integration-test-user2@airbyte.io", "firstName": "", "lastName": "", "userId": 23660229, "createdAt": "2021-03-15T11:01:02.183Z", "updatedAt": "2021-03-15T11:01:02.183Z", "archived": false}, "emitted_at": 1655280742779} +{"stream": "owners", "data": {"id": "111720843", "email": "test-integration-test-user-3@testmail.com", "firstName": "", "lastName": "", "userId": 26748724, "createdAt": "2021-10-12T14:40:22.109Z", "updatedAt": "2021-10-12T14:40:22.109Z", "archived": false}, "emitted_at": 1655280742779} +{"stream": "owners", "data": {"id": "111730024", "email": "test-integration-test-user-4@testmail.com", "firstName": "", "lastName": "", "userId": 26748728, "createdAt": "2021-10-12T14:40:33.359Z", "updatedAt": "2021-10-12T14:40:33.359Z", "archived": false}, "emitted_at": 1655280742779} +{"stream": "products", "data": {"id": "646176421", "properties": {"amount": null, "createdate": "2021-02-23T20:03:18.336000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-02-23T20:03:18.336000+00:00", "hs_merged_object_ids": null, "hs_object_id": 646176421, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product", "price": 100.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:03:18.336Z", "updatedAt": "2021-02-23T20:03:18.336Z", "archived": false}, "emitted_at": 1655280743413} +{"stream": "products", "data": {"id": "646176423", "properties": {"amount": null, "createdate": "2021-02-23T20:03:48.577000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": 2430008, "hs_images": null, "hs_lastmodifieddate": "2021-02-23T20:03:48.577000+00:00", "hs_merged_object_ids": null, "hs_object_id": 646176423, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 1", "price": 123.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:03:48.577Z", "updatedAt": "2021-02-23T20:03:48.577Z", "archived": false}, "emitted_at": 1655280743415} +{"stream": "products", "data": {"id": "646316535", "properties": {"amount": null, "createdate": "2021-02-23T20:11:54.030000+00:00", "description": "baseball hat, large", "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": 5.0, "hs_created_by_user_id": null, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-02-23T20:11:54.030000+00:00", "hs_merged_object_ids": null, "hs_object_id": 646316535, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Green Hat", "price": 10.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:11:54.030Z", "updatedAt": "2021-02-23T20:11:54.030Z", "archived": false}, "emitted_at": 1655280743416} +{"stream": "products", "data": {"id": "646777910", "properties": {"amount": null, "createdate": "2021-02-23T20:11:54.030000+00:00", "description": "Top hat, large", "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": 10.0, "hs_created_by_user_id": null, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-02-23T20:11:54.030000+00:00", "hs_merged_object_ids": null, "hs_object_id": 646777910, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Red Hat", "price": 20.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:11:54.030Z", "updatedAt": "2021-02-23T20:11:54.030Z", "archived": false}, "emitted_at": 1655280743417} +{"stream": "products", "data": {"id": "646778218", "properties": {"amount": null, "createdate": "2021-02-23T20:11:54.030000+00:00", "description": "Baseball hat, medium", "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": 5.0, "hs_created_by_user_id": null, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-02-23T20:11:54.030000+00:00", "hs_merged_object_ids": null, "hs_object_id": 646778218, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Blue Hat", "price": 10.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-02-23T20:11:54.030Z", "updatedAt": "2021-02-23T20:11:54.030Z", "archived": false}, "emitted_at": 1655280743418} +{"stream": "products", "data": {"id": "1293894464", "properties": {"amount": null, "createdate": "2021-10-12T14:31:31.319000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:31:31.319000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894464, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test Product 1", "price": 1.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:31:31.319Z", "updatedAt": "2021-10-12T14:31:31.319Z", "archived": false}, "emitted_at": 1655280743419} +{"stream": "products", "data": {"id": "1293894465", "properties": {"amount": null, "createdate": "2021-10-12T14:31:51.477000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:31:51.477000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894465, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 4", "price": 4.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:31:51.477Z", "updatedAt": "2021-10-12T14:31:51.477Z", "archived": false}, "emitted_at": 1655280743420} +{"stream": "products", "data": {"id": "1293894466", "properties": {"amount": null, "createdate": "2021-10-12T14:31:54.868000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:31:54.868000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894466, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 5", "price": 5.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:31:54.868Z", "updatedAt": "2021-10-12T14:31:54.868Z", "archived": false}, "emitted_at": 1655280743421} +{"stream": "products", "data": {"id": "1293894477", "properties": {"amount": null, "createdate": "2021-10-12T14:31:41.887000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:31:41.887000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894477, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 2", "price": 2.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:31:41.887Z", "updatedAt": "2021-10-12T14:31:41.887Z", "archived": false}, "emitted_at": 1655280743422} +{"stream": "products", "data": {"id": "1293894478", "properties": {"amount": null, "createdate": "2021-10-12T14:31:47.402000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:31:47.402000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894478, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 3", "price": 3.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:31:47.402Z", "updatedAt": "2021-10-12T14:31:47.402Z", "archived": false}, "emitted_at": 1655280743423} +{"stream": "products", "data": {"id": "1293894480", "properties": {"amount": null, "createdate": "2021-10-12T14:32:01.651000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:01.651000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894480, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 7", "price": 7.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:01.651Z", "updatedAt": "2021-10-12T14:32:01.651Z", "archived": false}, "emitted_at": 1655280743424} +{"stream": "products", "data": {"id": "1293894481", "properties": {"amount": null, "createdate": "2021-10-12T14:32:05.213000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:05.213000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894481, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 8", "price": 8.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:05.213Z", "updatedAt": "2021-10-12T14:32:05.213Z", "archived": false}, "emitted_at": 1655280743424} +{"stream": "products", "data": {"id": "1293894482", "properties": {"amount": null, "createdate": "2021-10-12T14:32:10.207000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:10.207000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894482, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 9", "price": 9.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:10.207Z", "updatedAt": "2021-10-12T14:32:10.207Z", "archived": false}, "emitted_at": 1655280743425} +{"stream": "products", "data": {"id": "1293894483", "properties": {"amount": null, "createdate": "2021-10-12T14:32:18.991000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:18.991000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293894483, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 10", "price": 10.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:18.991Z", "updatedAt": "2021-10-12T14:32:18.991Z", "archived": false}, "emitted_at": 1655280743426} +{"stream": "products", "data": {"id": "1293909945", "properties": {"amount": null, "createdate": "2021-10-12T14:31:58.082000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:31:58.082000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293909945, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 6", "price": 6.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:31:58.082Z", "updatedAt": "2021-10-12T14:31:58.082Z", "archived": false}, "emitted_at": 1655280743427} +{"stream": "products", "data": {"id": "1293910016", "properties": {"amount": null, "createdate": "2021-10-12T14:32:33.265000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:33.265000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293910016, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 14", "price": 4.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:33.265Z", "updatedAt": "2021-10-12T14:32:33.265Z", "archived": false}, "emitted_at": 1655280743428} +{"stream": "products", "data": {"id": "1293910017", "properties": {"amount": null, "createdate": "2021-10-12T14:32:36.705000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2022-01-19T07:13:38.542000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293910017, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 15", "price": 5.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": "2022-01-20", "test_product_price": "2022-01-27"}, "createdAt": "2021-10-12T14:32:36.705Z", "updatedAt": "2022-01-19T07:13:38.542Z", "archived": false}, "emitted_at": 1655280743429} +{"stream": "products", "data": {"id": "1293915738", "properties": {"amount": null, "createdate": "2021-10-12T14:32:23.027000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:23.027000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293915738, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 11", "price": 1.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:23.027Z", "updatedAt": "2021-10-12T14:32:23.027Z", "archived": false}, "emitted_at": 1655280743429} +{"stream": "products", "data": {"id": "1293915739", "properties": {"amount": null, "createdate": "2021-10-12T14:32:26.359000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:26.359000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293915739, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 12", "price": 2.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:26.359Z", "updatedAt": "2021-10-12T14:32:26.359Z", "archived": false}, "emitted_at": 1655280743430} +{"stream": "products", "data": {"id": "1293915740", "properties": {"amount": null, "createdate": "2021-10-12T14:32:29.801000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2021-10-12T14:32:29.801000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1293915740, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Test product 13", "price": 3.0, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2021-10-12T14:32:29.801Z", "updatedAt": "2021-10-12T14:32:29.801Z", "archived": false}, "emitted_at": 1655280743431} +{"stream": "subscription_changes", "data": {"timestamp": 1616173134301, "normalizedEmailId": "0c90ecf5-629e-4fe4-8516-05f75636c3e3", "recipient": "kulak.eugene@gmail.com", "changes": [{"timestamp": 1616173134301, "causedByEvent": {"id": "d70b78b9-a411-4d3e-808b-fe931be35b43", "created": 1616173134301}, "changeType": "PORTAL_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280754251} +{"stream": "subscription_changes", "data": {"timestamp": 1616173134301, "normalizedEmailId": "0c90ecf5-629e-4fe4-8516-05f75636c3e3", "recipient": "kulak.eugene@gmail.com", "changes": [{"timestamp": 1616173134301, "subscriptionId": 10798197, "causedByEvent": {"id": "ff118718-786d-4a35-94f9-6bbd413654de", "created": 1616173134301}, "changeType": "SUBSCRIPTION_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280754254} +{"stream": "subscription_changes", "data": {"timestamp": 1616173106737, "normalizedEmailId": "0c90ecf5-629e-4fe4-8516-05f75636c3e3", "recipient": "kulak.eugene@gmail.com", "changes": [{"timestamp": 1616173106737, "causedByEvent": {"id": "24539f1f-0b20-4296-a5bf-6ba3bb9dc1b8", "created": 1616173106737}, "changeType": "PORTAL_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280754254} +{"stream": "subscription_changes", "data": {"timestamp": 1616173054611, "normalizedEmailId": "395b1a1a-c4d3-4f69-9781-291def88550f", "recipient": "sherif@dataline.io", "changes": [{"timestamp": 1616173054611, "subscriptionId": 10798197, "causedByEvent": {"id": "e0c1eb45-612f-4beb-91a2-4352fbbbd100", "created": 1616173054611}, "changeType": "SUBSCRIPTION_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280754254} +{"stream": "subscription_changes", "data": {"timestamp": 1616173054611, "normalizedEmailId": "395b1a1a-c4d3-4f69-9781-291def88550f", "recipient": "sherif@dataline.io", "changes": [{"timestamp": 1616173054611, "causedByEvent": {"id": "cb6107f5-ba69-403d-8de5-4d206c774948", "created": 1616173054611}, "changeType": "PORTAL_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280754254} +{"stream": "subscription_changes", "data": {"timestamp": 1634051145732, "normalizedEmailId": "939f9d71-bb3c-4490-8d32-4d244b8aa329", "recipient": "testingapicontact_19@hubspot.com", "changes": [{"timestamp": 1634051145732, "causedByEvent": {"id": "569ea4bb-eee0-4718-9853-644b676101c9", "created": 1634051145732}, "changeType": "PORTAL_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280756702} +{"stream": "subscription_changes", "data": {"timestamp": 1634051145732, "normalizedEmailId": "939f9d71-bb3c-4490-8d32-4d244b8aa329", "recipient": "testingapicontact_19@hubspot.com", "changes": [{"timestamp": 1634051145732, "subscriptionId": 23704464, "causedByEvent": {"id": "66677dbc-3d7b-4a4e-8ed8-023dad7223a1", "created": 1634051145732}, "changeType": "SUBSCRIPTION_STATUS", "change": "UNSUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280756703} +{"stream": "subscription_changes", "data": {"timestamp": 1634051105091, "normalizedEmailId": "939f9d71-bb3c-4490-8d32-4d244b8aa329", "recipient": "testingapicontact_19@hubspot.com", "changes": [{"timestamp": 1634051105091, "causedByEvent": {"id": "331da840-e177-42e7-9758-08f430a40428", "created": 1634051105091}, "changeType": "PORTAL_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280756703} +{"stream": "subscription_changes", "data": {"timestamp": 1634051105091, "normalizedEmailId": "939f9d71-bb3c-4490-8d32-4d244b8aa329", "recipient": "testingapicontact_19@hubspot.com", "changes": [{"timestamp": 1634051105091, "subscriptionId": 23704464, "causedByEvent": {"id": "f27707ce-833e-4d47-b0fe-2cd9cbec786e", "created": 1634051105091}, "changeType": "SUBSCRIPTION_STATUS", "change": "SUBSCRIBED", "portalId": 8727216, "source": "SOURCE_HUBSPOT_CUSTOMER"}], "portalId": 8727216}, "emitted_at": 1655280756704} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50206671, "workflowId": 21058115, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 12, "active": 13, "completed": 14, "succeeded": 15}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635826795}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907577}, "type": "DRIP_DELAY", "enabled": false, "id": 21058115, "portalId": 8727216, "insertedAt": 1610635826921, "updatedAt": 1611847907577, "name": "Test Workflow"}, "emitted_at": 1655280761823} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50205684, "workflowId": 21058121, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 16, "active": 17, "completed": 18, "succeeded": 19}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635850713}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907579}, "type": "DRIP_DELAY", "enabled": false, "id": 21058121, "portalId": 8727216, "insertedAt": 1610635850758, "updatedAt": 1611847907579, "name": "Test Workflow 1"}, "emitted_at": 1655280761825} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50205036, "workflowId": 21058122, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 20, "active": 21, "completed": 22, "succeeded": 23}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635859664}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907578}, "type": "DRIP_DELAY", "enabled": false, "id": 21058122, "portalId": 8727216, "insertedAt": 1610635859748, "updatedAt": 1611847907578, "name": "Test Workflow 2"}, "emitted_at": 1655280761825} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50205471, "workflowId": 21058124, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 24, "active": 25, "completed": 26, "succeeded": 27}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635861348}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907579}, "type": "DRIP_DELAY", "enabled": false, "id": 21058124, "portalId": 8727216, "insertedAt": 1610635861400, "updatedAt": 1611847907579, "name": "Test Workflow 3"}, "emitted_at": 1655280761826} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50205472, "workflowId": 21058125, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 28, "active": 29, "completed": 30, "succeeded": 31}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635863152}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907579}, "type": "DRIP_DELAY", "enabled": false, "id": 21058125, "portalId": 8727216, "insertedAt": 1610635863199, "updatedAt": 1611847907579, "name": "Test Workflow 4"}, "emitted_at": 1655280761826} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50206988, "workflowId": 21058126, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 32, "active": 33, "completed": 34, "succeeded": 35}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635864487}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907578}, "type": "DRIP_DELAY", "enabled": false, "id": 21058126, "portalId": 8727216, "insertedAt": 1610635864533, "updatedAt": 1611847907578, "name": "Test Workflow 5"}, "emitted_at": 1655280761826} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50205685, "workflowId": 21058127, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 36, "active": 37, "completed": 38, "succeeded": 39}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635865837}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907580}, "type": "DRIP_DELAY", "enabled": false, "id": 21058127, "portalId": 8727216, "insertedAt": 1610635865916, "updatedAt": 1611847907580, "name": "Test Workflow 6"}, "emitted_at": 1655280761826} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50206989, "workflowId": 21058129, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 40, "active": 41, "completed": 42, "succeeded": 43}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635867253}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907579}, "type": "DRIP_DELAY", "enabled": false, "id": 21058129, "portalId": 8727216, "insertedAt": 1610635867311, "updatedAt": 1611847907579, "name": "Test Workflow 7"}, "emitted_at": 1655280761826} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50205473, "workflowId": 21058131, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 44, "active": 45, "completed": 46, "succeeded": 47}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635868766}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907580}, "type": "DRIP_DELAY", "enabled": false, "id": 21058131, "portalId": 8727216, "insertedAt": 1610635868840, "updatedAt": 1611847907580, "name": "Test Workflow 8"}, "emitted_at": 1655280761827} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50207234, "workflowId": 21058132, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 48, "active": 49, "completed": 50, "succeeded": 51}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635870326}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907580}, "type": "DRIP_DELAY", "enabled": false, "id": 21058132, "portalId": 8727216, "insertedAt": 1610635870378, "updatedAt": 1611847907580, "name": "Test Workflow 9"}, "emitted_at": 1655280761827} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50206990, "workflowId": 21058133, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 52, "active": 53, "completed": 54, "succeeded": 55}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635871945}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907577}, "type": "DRIP_DELAY", "enabled": false, "id": 21058133, "portalId": 8727216, "insertedAt": 1610635871988, "updatedAt": 1611847907577, "name": "Test Workflow 10"}, "emitted_at": 1655280761827} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 50205688, "workflowId": 21058170, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 56, "active": 57, "completed": 58, "succeeded": 59}, "personaTagIds": [], "contactCounts": {"active": 0, "enrolled": 0}, "creationSource": {"sourceApplication": {"source": "DIRECT_API"}, "createdAt": 1610635970544}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-web"}, "updatedAt": 1611847907578}, "type": "DRIP_DELAY", "enabled": false, "id": 21058170, "portalId": 8727216, "insertedAt": 1610635970626, "updatedAt": 1611847907578, "name": "Test Workflow 1"}, "emitted_at": 1655280761827} +{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "flowId": 59837068, "workflowId": 23314874, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "CLASSIC_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null}, "contactListIds": {"enrolled": 62, "active": 63, "completed": 64, "succeeded": 65}, "personaTagIds": [], "lastUpdatedByUserId": 12282590, "contactCounts": {"active": 0, "enrolled": 0}, "description": "", "creationSource": {"sourceApplication": {"source": "WORKFLOWS_APP", "serviceName": "https://app.hubspot.com/workflows/8727216/platform/create/new?flowTypeId=0-1&scrollToElementId=scroll-to-new-action-config-0-1"}, "createdByUser": {"userId": 12282590, "userEmail": "integration-test@airbyte.io"}, "createdAt": 1615805884687}, "updateSource": {"sourceApplication": {"source": "WORKFLOWS_APP", "serviceName": "https://app.hubspot.com/workflows/8727216/platform/create/new?flowTypeId=0-1&scrollToElementId=scroll-to-new-action-config-0-1"}, "updatedByUser": {"userId": 12282590, "userEmail": "integration-test@airbyte.io"}, "updatedAt": 1615805884687}, "type": "DRIP_DELAY", "enabled": false, "id": 23314874, "originalAuthorUserId": 12282590, "portalId": 8727216, "insertedAt": 1615805884696, "updatedAt": 1615805884687, "name": "Unnamed workflow - Mon Mar 15 2021 12:58:03 GMT+0200"}, "emitted_at": 1655280761827} diff --git a/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_catalog.json b/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_catalog.json index aeccc52d02f79..1ca557931598b 100644 --- a/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_catalog.json +++ b/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_catalog.json @@ -13,32 +13,41 @@ "stream": { "name": "companies", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" }, { "stream": { "name": "contact_lists", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" }, { "stream": { "name": "contacts", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" }, { "stream": { - "name": "contacts_list_memberships", + "name": "deal_pipelines", "json_schema": {}, "supported_sync_modes": ["full_refresh"] }, @@ -47,30 +56,111 @@ }, { "stream": { - "name": "deal_pipelines", + "name": "deals", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" }, { "stream": { - "name": "deals", + "name": "email_events", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["created"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["created"], + "destination_sync_mode": "append" }, { "stream": { "name": "engagements", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["lastUpdated"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["lastUpdated"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "engagements_calls", + "json_schema": {}, + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "engagements_emails", + "json_schema": {}, + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "engagements_meetings", + "json_schema": {}, + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "engagements_notes", + "json_schema": {}, + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "engagements_tasks", + "json_schema": {}, + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "feedback_submissions", + "json_schema": {}, + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" }, { "stream": { @@ -94,9 +184,24 @@ "stream": { "name": "line_items", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "marketing_emails", + "json_schema": {}, + "supported_sync_modes": ["full_refresh"], + "source_defined_cursor": false, + "default_cursor_field": ["updated"] }, "sync_mode": "full_refresh", + "cursor_field": null, "destination_sync_mode": "overwrite" }, { @@ -112,37 +217,60 @@ "stream": { "name": "products", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" }, { "stream": { "name": "property_history", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "default_cursor_field": ["timestamp"] }, "sync_mode": "full_refresh", + "cursor_field": ["timestamp"], "destination_sync_mode": "overwrite" }, { "stream": { "name": "quotes", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" + }, + { + "stream": { + "name": "subscription_changes", + "json_schema": {}, + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["timestamp"] + }, + "sync_mode": "full_refresh", + "cursor_field": ["timestamp"], + "destination_sync_mode": "append" }, { "stream": { "name": "tickets", "json_schema": {}, - "supported_sync_modes": ["full_refresh"] + "supported_sync_modes": ["full_refresh", "incremental"], + "source_defined_cursor": true, + "default_cursor_field": ["updatedAt"] }, "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": ["updatedAt"], + "destination_sync_mode": "append" }, { "stream": { diff --git a/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_oauth_catalog.json b/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_oauth_catalog.json index 08402c4ee1645..10b2772ae87df 100644 --- a/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_oauth_catalog.json +++ b/airbyte-integrations/connectors/source-hubspot/sample_files/basic_read_oauth_catalog.json @@ -71,7 +71,7 @@ "source_defined_cursor": true, "default_cursor_field": ["created"] }, - "sync_mode": "incremental", + "sync_mode": "full_refresh", "cursor_field": ["created"], "destination_sync_mode": "append" }, @@ -169,7 +169,7 @@ "source_defined_cursor": true, "default_cursor_field": ["timestamp"] }, - "sync_mode": "incremental", + "sync_mode": "full_refresh", "cursor_field": ["timestamp"], "destination_sync_mode": "append" }, diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/helpers.py b/airbyte-integrations/connectors/source-hubspot/source_hubspot/helpers.py index d34ca72be81fb..cf35dc524ae34 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/helpers.py +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/helpers.py @@ -3,7 +3,8 @@ # import abc -from typing import MutableMapping +import urllib.parse +from typing import Iterator, List, MutableMapping class IRecordPostProcessor(abc.ABC): @@ -51,3 +52,62 @@ def add_record(self, record: MutableMapping): @property def flat(self): return self._storage + + +class IURLPropertyRepresentation(abc.ABC): + # The value is obtained experimentally, HubSpot allows the URL length up to ~16300 symbols, + # so it was decided to limit the length of the `properties` parameter to 15000 characters. + PROPERTIES_PARAM_MAX_LENGTH = 15000 + + def __init__(self, properties: List[str]): + self.properties = properties + + def __bool__(self): + return bool(self.properties) + + @property + @abc.abstractmethod + def as_url_param(self): + """""" + + @property + @abc.abstractmethod + def _term_representation(self): + """""" + + def split(self) -> Iterator["IURLPropertyRepresentation"]: + summary_length = 0 + local_properties = [] + for property_ in self.properties: + current_property_length = len(urllib.parse.quote(self._term_representation.format(property=property_))) + if current_property_length + summary_length >= self.PROPERTIES_PARAM_MAX_LENGTH: + yield type(self)(local_properties) + local_properties = [] + summary_length = 0 + + local_properties.append(property_) + summary_length += current_property_length + + if local_properties: + yield type(self)(local_properties) + + @property + def too_many_properties(self) -> bool: + # Do not iterate over the generator until the end. Here we need to know if it produces more than one record + generator = self.split() + _ = next(generator) + return next(generator, None) is not None + + +class APIv1Property(IURLPropertyRepresentation): + _term_representation = "property={property}&" + + def as_url_param(self): + return {"property": self.properties} + + +class APIv3Property(IURLPropertyRepresentation): + _term_representation = "{property}," + + def as_url_param(self): + return {"properties": ",".join(self.properties)} diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py b/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py index 4ac76eac6d443..4f125ba49f7c7 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py @@ -5,11 +5,10 @@ import sys import time -import urllib.parse from abc import ABC, abstractmethod -from functools import lru_cache +from functools import cached_property, lru_cache from http import HTTPStatus -from typing import Any, Dict, Iterable, Iterator, List, Mapping, MutableMapping, Optional, Set, Tuple, Union +from typing import Any, Dict, Iterable, List, Mapping, MutableMapping, Optional, Set, Tuple, Union import backoff import pendulum as pendulum @@ -22,11 +21,7 @@ from airbyte_cdk.sources.utils.transform import TransformConfig, TypeTransformer from requests import codes from source_hubspot.errors import HubspotAccessDenied, HubspotInvalidAuth, HubspotRateLimited, HubspotTimeout -from source_hubspot.helpers import GroupByKey, IRecordPostProcessor, StoreAsIs - -# The value is obtained experimentally, HubSpot allows the URL length up to ~16300 symbols, -# so it was decided to limit the length of the `properties` parameter to 15000 characters. -PROPERTIES_PARAM_MAX_LENGTH = 15000 +from source_hubspot.helpers import APIv1Property, APIv3Property, GroupByKey, IRecordPostProcessor, IURLPropertyRepresentation, StoreAsIs # we got this when provided API Token has incorrect format CLOUDFLARE_ORIGIN_DNS_ERROR = 530 @@ -60,30 +55,6 @@ CUSTOM_FIELD_VALUE_TO_TYPE = {v: k for k, v in CUSTOM_FIELD_TYPE_TO_VALUE.items()} -def split_properties(properties_list: List[str]) -> Iterator[Tuple[str]]: - summary_length = 0 - local_properties = [] - for property_ in properties_list: - current_property_length = len(urllib.parse.quote(f"property={property_}&")) - if current_property_length + summary_length >= PROPERTIES_PARAM_MAX_LENGTH: - yield local_properties - local_properties = [] - summary_length = 0 - - local_properties.append(property_) - summary_length += current_property_length - - if local_properties: - yield local_properties - - -def too_many_properties(properties_list: List[str]) -> bool: - # Do not iterate over the generator until the end. Here we need to know if it produces more than one record - generator = split_properties(properties_list) - _ = next(generator) - return next(generator, None) is not None - - def retry_connection_handler(**kwargs): """Retry helper, log each attempt""" @@ -260,6 +231,13 @@ def path( ) -> str: return self.url + @cached_property + def _property_wrapper(self) -> IURLPropertyRepresentation: + properties = list(self.properties.keys()) + if "v1" in self.url: + return APIv1Property(properties) + return APIv3Property(properties) + def __init__(self, api: API, start_date: str = None, credentials: Mapping[str, Any] = None, **kwargs): super().__init__(**kwargs) self._api: API = api @@ -291,12 +269,12 @@ def handle_request( stream_slice: Mapping[str, Any] = None, stream_state: Mapping[str, Any] = None, next_page_token: Mapping[str, Any] = None, - params: Mapping[str, Any] = None, + properties: IURLPropertyRepresentation = None, ) -> requests.Response: request_headers = self.request_headers(stream_state=stream_state, stream_slice=stream_slice, next_page_token=next_page_token) request_params = self.request_params(stream_state=stream_state, stream_slice=stream_slice, next_page_token=next_page_token) - if params: - request_params.update(params) + if properties: + request_params.update(properties.as_url_param()) request = self._create_prepared_request( path=self.path(stream_state=stream_state, stream_slice=stream_slice, next_page_token=next_page_token), @@ -322,7 +300,6 @@ def handle_request( def _read_stream_records( self, - properties_list: List[str], stream_slice: Mapping[str, Any] = None, stream_state: Mapping[str, Any] = None, next_page_token: Mapping[str, Any] = None, @@ -338,10 +315,10 @@ def _read_stream_records( post_processor: IRecordPostProcessor = GroupByKey(self.primary_key) if group_by_pk else StoreAsIs() response = None - for properties in split_properties(properties_list): - params = {"property": properties} + properties = self._property_wrapper + for chunk in properties.split(): response = self.handle_request( - stream_slice=stream_slice, stream_state=stream_state, next_page_token=next_page_token, params=params + stream_slice=stream_slice, stream_state=stream_state, next_page_token=next_page_token, properties=chunk ) for record in self._transform(self.parse_response(response, stream_state=stream_state)): post_processor.add_record(record) @@ -363,10 +340,9 @@ def read_records( with AirbyteSentry.start_transaction("read_records", self.name), AirbyteSentry.start_transaction_span("read_records"): while not pagination_complete: - properties_list = list(self.properties.keys()) - if properties_list and too_many_properties(properties_list): + properties = self._property_wrapper + if properties and properties.too_many_properties: records, response = self._read_stream_records( - properties_list=properties_list, stream_slice=stream_slice, stream_state=stream_state, next_page_token=next_page_token, @@ -376,7 +352,7 @@ def read_records( stream_slice=stream_slice, stream_state=stream_state, next_page_token=next_page_token, - params={"property": properties_list}, + properties=properties, ) records = self._transform(self.parse_response(response, stream_state=stream_state, stream_slice=stream_slice)) @@ -797,12 +773,12 @@ def search( def _process_search( self, - properties_list: List[str], stream_slice: Mapping[str, Any] = None, stream_state: Mapping[str, Any] = None, next_page_token: Mapping[str, Any] = None, ) -> Tuple[List, requests.Response]: stream_records = {} + properties_list = list(self.properties.keys()) payload = ( { "filters": [{"value": int(self._state.timestamp() * 1000), "propertyName": self.last_modified_field, "operator": "GTE"}], @@ -836,11 +812,8 @@ def read_records( latest_cursor = None with AirbyteSentry.start_transaction("read_records", self.name), AirbyteSentry.start_transaction_span("read_records"): while not pagination_complete: - properties_list = list(self.properties.keys()) - if self.state: records, raw_response = self._process_search( - properties_list, next_page_token=next_page_token, stream_state=stream_state, stream_slice=stream_slice, @@ -848,7 +821,6 @@ def read_records( else: records, raw_response = self._read_stream_records( - properties_list=properties_list, stream_slice=stream_slice, stream_state=stream_state, next_page_token=next_page_token, diff --git a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py index c49839d10aba8..0a66137509c2e 100644 --- a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py +++ b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py @@ -11,18 +11,9 @@ import pytest from airbyte_cdk.models import ConfiguredAirbyteCatalog, SyncMode, Type from source_hubspot.errors import HubspotRateLimited +from source_hubspot.helpers import APIv3Property from source_hubspot.source import SourceHubspot -from source_hubspot.streams import ( - API, - PROPERTIES_PARAM_MAX_LENGTH, - Companies, - Deals, - Engagements, - Products, - Stream, - Workflows, - split_properties, -) +from source_hubspot.streams import API, Companies, Deals, Engagements, Products, Stream, Workflows from .utils import read_full_refresh, read_incremental @@ -206,21 +197,13 @@ def get(self, url, api, params=None): response = api._session.get(api.BASE_URL + url, params=params) return api._parse_and_handle_errors(response) - def test_splitting_properties(self, fake_properties_list): - """ - Check that properties are split into multiple arrays - """ - for slice_property in split_properties(fake_properties_list): - slice_length = [len(item) for item in slice_property] - assert sum(slice_length) <= PROPERTIES_PARAM_MAX_LENGTH - def test_stream_with_splitting_properties(self, requests_mock, api, fake_properties_list, common_params): """ Check working stream `companies` with large list of properties using new functionality with splitting properties """ test_stream = Companies(**common_params) - parsed_properties = list(split_properties(fake_properties_list)) + parsed_properties = list(APIv3Property(fake_properties_list).split()) self.set_mock_properties(requests_mock, "/properties/v2/company/properties", fake_properties_list) record_ids_paginated = [list(map(str, range(100))), list(map(str, range(100, 150, 1)))] @@ -236,7 +219,7 @@ def test_stream_with_splitting_properties(self, requests_mock, api, fake_propert { "json": { "results": [ - {**self.BASE_OBJECT_BODY, **{"id": id, "properties": {p: "fake_data" for p in property_slice}}} + {**self.BASE_OBJECT_BODY, **{"id": id, "properties": {p: "fake_data" for p in property_slice.properties}}} for id in id_list ], "paging": {"next": {"after": id_list[-1]}} if len(id_list) == 100 else {}, @@ -244,10 +227,10 @@ def test_stream_with_splitting_properties(self, requests_mock, api, fake_propert "status_code": 200, } ] - property_param_set = "&".join([f"property={prop}" for prop in property_slice]) + prop_key, prop_val = next(iter(property_slice.as_url_param().items())) requests_mock.register_uri( "GET", - f"{test_stream_url}?limit=100&{property_param_set}{f'&after={after_id}' if after_id else ''}", + f"{test_stream_url}?limit=100&{prop_key}={prop_val}{f'&after={after_id}' if after_id else ''}", record_responses, ) after_id = id_list[-1] @@ -265,7 +248,7 @@ def test_stream_with_splitting_properties_with_pagination(self, requests_mock, c Check working stream `products` with large list of properties using new functionality with splitting properties """ - parsed_properties = list(split_properties(fake_properties_list)) + parsed_properties = list(APIv3Property(fake_properties_list).split()) self.set_mock_properties(requests_mock, "/properties/v2/product/properties", fake_properties_list) test_stream = Products(**common_params) @@ -275,7 +258,7 @@ def test_stream_with_splitting_properties_with_pagination(self, requests_mock, c { "json": { "results": [ - {**self.BASE_OBJECT_BODY, **{"id": id, "properties": {p: "fake_data" for p in property_slice}}} + {**self.BASE_OBJECT_BODY, **{"id": id, "properties": {p: "fake_data" for p in property_slice.properties}}} for id in ["6043593519", "1092593519", "1092593518", "1092593517", "1092593516"] ], "paging": {}, @@ -283,8 +266,8 @@ def test_stream_with_splitting_properties_with_pagination(self, requests_mock, c "status_code": 200, } ] - property_param_set = "&".join([f"property={prop}" for prop in property_slice]) - requests_mock.register_uri("GET", f"{test_stream.url}?{property_param_set}", record_responses) + prop_key, prop_val = next(iter(property_slice.as_url_param().items())) + requests_mock.register_uri("GET", f"{test_stream.url}?{prop_key}={prop_val}", record_responses) stream_records = list(test_stream.read_records(sync_mode=SyncMode.incremental)) @@ -297,7 +280,7 @@ def test_stream_with_splitting_properties_with_new_record(self, requests_mock, c Check working stream `workflows` with large list of properties using new functionality with splitting properties """ - parsed_properties = list(split_properties(fake_properties_list)) + parsed_properties = list(APIv3Property(fake_properties_list).split()) self.set_mock_properties(requests_mock, "/properties/v2/deal/properties", fake_properties_list) test_stream = Deals(**common_params) @@ -308,7 +291,7 @@ def test_stream_with_splitting_properties_with_new_record(self, requests_mock, c { "json": { "results": [ - {**self.BASE_OBJECT_BODY, **{"id": id, "properties": {p: "fake_data" for p in property_slice}}} + {**self.BASE_OBJECT_BODY, **{"id": id, "properties": {p: "fake_data" for p in property_slice.properties}}} for id in ids_list ], "paging": {}, @@ -317,8 +300,8 @@ def test_stream_with_splitting_properties_with_new_record(self, requests_mock, c } ] test_stream._sync_mode = SyncMode.full_refresh - property_param_set = "&".join([f"property={prop}" for prop in property_slice]) - requests_mock.register_uri("GET", f"{test_stream.url}?{property_param_set}", record_responses) + prop_key, prop_val = next(iter(property_slice.as_url_param().items())) + requests_mock.register_uri("GET", f"{test_stream.url}?{prop_key}={prop_val}", record_responses) test_stream._sync_mode = None ids_list.append("1092593513") diff --git a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_split_properties.py b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_split_properties.py index d9a833299748e..fd199345c3f8d 100644 --- a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_split_properties.py +++ b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_split_properties.py @@ -3,21 +3,31 @@ # import pytest -from source_hubspot.streams import split_properties +from source_hubspot.helpers import APIv1Property, APIv3Property lorem_ipsum = """Lorem ipsum dolor sit amet, consectetur adipiscing elit""" lorem_ipsum = lorem_ipsum.lower().replace(",", "") -many_properties = lorem_ipsum.split(" ") * 100 +many_properties = lorem_ipsum.split(" ") * 1000 few_properties = ["firstname", "lastname", "age", "dob", "id"] -@pytest.mark.parametrize(("properties", "chunks_expected"), ((few_properties, 1), (many_properties, 2))) -def test_split_properties(properties, chunks_expected): +@pytest.mark.parametrize( + ("cls", "properties", "chunks_expected"), + ( + (APIv1Property, few_properties, 1), + (APIv3Property, few_properties, 1), + (APIv1Property, many_properties, 11), + (APIv3Property, many_properties, 5), + ), +) +def test_split_properties(cls, properties, chunks_expected): chunked_properties = set() index = 0 - for index, chunk in enumerate(split_properties(properties)): - chunked_properties |= set(chunk) + for index, chunk in enumerate(cls(properties).split()): + chunked_properties |= set(chunk.properties) + as_string = next(iter(chunk.as_url_param().values())) + assert len(as_string) <= cls.PROPERTIES_PARAM_MAX_LENGTH chunks = index + 1 assert chunked_properties == set(properties) assert chunks == chunks_expected diff --git a/docs/integrations/sources/hubspot.md b/docs/integrations/sources/hubspot.md index 166acb30421d8..97be9b1e0cb45 100644 --- a/docs/integrations/sources/hubspot.md +++ b/docs/integrations/sources/hubspot.md @@ -6,29 +6,29 @@ This page guides you through the process of setting up the HubSpot source connec You can use OAuth or an API key to authenticate your HubSpot account. If you choose to use OAuth, you need to configure the appropriate [scopes](https://legacydocs.hubspot.com/docs/methods/oauth2/initiate-oauth-integration#scopes) for the following streams: -| Stream | Required Scope | -| :--- | :--- | -| `campaigns` | `content` | -| `companies` | `contacts` | -| `contact_lists` | `contacts` | -| `contacts` | `contacts` | -| `contacts_list_memberships` | `contacts` | -| `deal_pipelines` | either the `contacts` scope \(to fetch deals pipelines\) or the `tickets` scope. | -| `deals` | `contacts` | -| `email_events` | `content` | -| `engagements` | `contacts` | -| `engagements_emails` | `sales-email-read` | -| `feedback_submissions` | `crm.objects.feedback_submissions.read` | -| `forms` | `forms` | -| `form_submissions`| `forms` | -| `line_items` | `e-commerce` | -| `owners` | `contacts` | -| `products` | `e-commerce` | -| `property_history` | `contacts` | -| `quotes` | no scope required | -| `subscription_changes` | `content` | -| `tickets` | `tickets` | -| `workflows` | `automation` | +| Stream | Required Scope | +|:----------------------------|:---------------------------------------------------------------------------------| +| `campaigns` | `content` | +| `companies` | `contacts` | +| `contact_lists` | `contacts` | +| `contacts` | `contacts` | +| `contacts_list_memberships` | `contacts` | +| `deal_pipelines` | either the `contacts` scope \(to fetch deals pipelines\) or the `tickets` scope. | +| `deals` | `contacts` | +| `email_events` | `content` | +| `engagements` | `contacts` | +| `engagements_emails` | `sales-email-read` | +| `feedback_submissions` | `crm.objects.feedback_submissions.read` | +| `forms` | `forms` | +| `form_submissions` | `forms` | +| `line_items` | `e-commerce` | +| `owners` | `contacts` | +| `products` | `e-commerce` | +| `property_history` | `contacts` | +| `quotes` | no scope required | +| `subscription_changes` | `content` | +| `tickets` | `tickets` | +| `workflows` | `automation` | ## Set up the HubSpot source connector @@ -123,6 +123,7 @@ HubSpot's API will [rate limit](https://developers.hubspot.com/docs/api/usage-de | Version | Date | Pull Request | Subject | |:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------| +| 0.1.70 | 2022-06-16 | [13837](https://github.com/airbytehq/airbyte/pull/13837) | Fix the missing data in CRM streams issue | | 0.1.69 | 2022-06-10 | [13691](https://github.com/airbytehq/airbyte/pull/13691) | Fix the `URI Too Long` issue | | 0.1.68 | 2022-06-08 | [13596](https://github.com/airbytehq/airbyte/pull/13596) | Fix for the `property_history` which did not emit records | | 0.1.67 | 2022-06-07 | [13566](https://github.com/airbytehq/airbyte/pull/13566) | Report which scopes are missing to the user |