Skip to content

Commit a999a74

Browse files
authored
Merge pull request #4477 from segmentio/joeynmq-patch-2
Adding FAQ on sending Page calls through HubSpot Cloud Mode (Actions)
2 parents 6aa5e55 + 21d444c commit a999a74

File tree

1 file changed

+2
-0
lines changed
  • src/connections/destinations/catalog/actions-hubspot-cloud

1 file changed

+2
-0
lines changed

src/connections/destinations/catalog/actions-hubspot-cloud/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ HubSpot Cloud Mode (Actions) provides the following benefits over the classic Hu
5252
### How do I send other standard objects to HubSpot?
5353
Segment provides prebuilt mappings for contacts and companies. If there are other standard objects you would like to create records in, please use the **Create Custom Object Record** action. For example, to create a deal in HubSpot, add a mapping for Create Custom Object Record, set up your Event Trigger criteria, and input a literal string of "deals" as the Object Type. You can use the Properties object to add fields that are in the [deals object](https://developers.hubspot.com/docs/api/crm/deals){:target="_blank"}, such as `dealname` and `dealstage`. The same can be done with other object types (for example, tickets, quotes, etc). Ending fields that are to go to HubSpot outside of the properties object isn't supported. This includes sending [associations](https://developers.hubspot.com/docs/api/crm/associations){:target="_blank"}. Please note, Segment only supports creating new records in these cases; updates to existing records are only supported for contacts and companies.
5454

55+
### How do I send `Page` events to HubSpot?
56+
The [Track Page View action](/docs/connections/destinations/catalog/actions-hubspot-web/#track-page-view) is only available in [HubSpot Web (Actions) destination](/docs/connections/destinations/catalog/actions-hubspot-web/). As a workaround, with HubSpot Cloud Mode (Actions) destination, you can use the [Custom Behavioral Event](/docs/connections/destinations/catalog/actions-hubspot-cloud/#send-custom-behavioral-event) to send Page events to Hubspot. You'll need to [follow Hubspot's instructions](https://knowledge.hubspot.com/analytics-tools/create-custom-behavioral-events-with-the-code-wizard){:target="_blank"} to create a custom behavioral event for `Page Viewed` in HubSpot.
5557

5658

5759
### Why aren't my custom behavioral events appearing in HubSpot?

0 commit comments

Comments
 (0)