From aa4ea008f0bcce68265353f3148bd56f3e0905d3 Mon Sep 17 00:00:00 2001 From: stayseesong Date: Fri, 14 Mar 2025 14:48:43 -0700 Subject: [PATCH 1/2] Hubspot (Classic) desintation fixes --- src/_includes/content/destination-maintenance.md | 2 +- src/connections/destinations/catalog/hubspot/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/content/destination-maintenance.md b/src/_includes/content/destination-maintenance.md index c60d47ccfe..7915b56e86 100644 --- a/src/_includes/content/destination-maintenance.md +++ b/src/_includes/content/destination-maintenance.md @@ -11,5 +11,5 @@ {% endif %}

{{page.title | replace: 'Destination', ''}} (Classic) is in Maintenance mode

-

The {{name}} (Classic) Destination has entered maintenance mode. Future updates are limited to security updates and bug fixes. {{blurb}}

+

The {{name}} Destination has entered maintenance mode. Future updates are limited to security updates and bug fixes. {{blurb}}

\ No newline at end of file diff --git a/src/connections/destinations/catalog/hubspot/index.md b/src/connections/destinations/catalog/hubspot/index.md index 69d8579b80..37ab0cf54f 100644 --- a/src/connections/destinations/catalog/hubspot/index.md +++ b/src/connections/destinations/catalog/hubspot/index.md @@ -223,7 +223,7 @@ When using any of Segment's server-side sources, a connector infers `traits.life ### Loading Forms SDK -Segment gives you the option to load the [HubSpot Forms SDK](https://developers.hubspot.com/docs/methods/forms/advanced_form_options){:target="_blank"} alongside their tracking library. Enable the **Load Forms SDK** setting when you your HubSpot integration. +Segment gives you the option to load the [HubSpot Forms SDK](https://developers.hubspot.com/docs/methods/forms/advanced_form_options){:target="_blank"} alongside their tracking library. Enable the **Load Forms SDK** setting for your HubSpot integration. > info "" > The Forms SDK expects to load synchronously but analytics.js loads asynchronously. To interact with the API, run code inside an [analytics.ready](/docs/connections/sources/catalog/libraries/website/javascript/#ready) callback. For example: From 36b9b2e5b1c2c288bb6554cd9035e91ef2300a55 Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:54:04 -0700 Subject: [PATCH 2/2] Update src/connections/destinations/catalog/hubspot/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/hubspot/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/hubspot/index.md b/src/connections/destinations/catalog/hubspot/index.md index 37ab0cf54f..532d0f20c1 100644 --- a/src/connections/destinations/catalog/hubspot/index.md +++ b/src/connections/destinations/catalog/hubspot/index.md @@ -223,7 +223,7 @@ When using any of Segment's server-side sources, a connector infers `traits.life ### Loading Forms SDK -Segment gives you the option to load the [HubSpot Forms SDK](https://developers.hubspot.com/docs/methods/forms/advanced_form_options){:target="_blank"} alongside their tracking library. Enable the **Load Forms SDK** setting for your HubSpot integration. +Segment gives you the option to load the [HubSpot Forms SDK](https://developers.hubspot.com/docs/methods/forms/advanced_form_options){:target="_blank"} alongside HubSpot's tracking library. Enable the **Load Forms SDK** setting for your HubSpot integration. > info "" > The Forms SDK expects to load synchronously but analytics.js loads asynchronously. To interact with the API, run code inside an [analytics.ready](/docs/connections/sources/catalog/libraries/website/javascript/#ready) callback. For example: