Skip to content

Commit 7202dda

Browse files
authored
Adding FAQ on sending Page calls through HubSpot Cloud Mode (Actions)
1 parent 06de547 commit 7202dda

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +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-
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/). With HubSpot Cloud Mode (Actions) destination, any of the [available actions](/docs/connections/destinations/catalog/actions-hubspot-cloud/#available-actions) can be configured to trigger on `Page` calls - these could correlate to [Custom Behavioral Event](/docs/connections/destinations/catalog/actions-hubspot-cloud/#send-custom-behavioral-event).
5657

5758
### Why aren't my custom behavioral events appearing in HubSpot?
5859
HubSpot has several limits for custom behavioral events, including a limit on the number of event properties per event. Each event can contain data for up to 50 properties. If this limit is exceeded, the request will fail. See [HubSpot documentation](https://knowledge.hubspot.com/analytics-tools/create-custom-behavioral-events#define-the-api-call){:target="_blank"} for other limits.

0 commit comments

Comments
 (0)