Skip to content

Commit 04ab6b9

Browse files
gunterddomalessi
andauthored
SAASINT-4999 Update HubSpot public docs and tile with reference table information (DataDog#22504)
* Update HubSpot public docs and tile title * Update hubspot_content_hub/README.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com> * Update hubspot_content_hub/README.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com> * Reformat changelog --------- Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
1 parent c8fe796 commit 04ab6b9

3 files changed

Lines changed: 32 additions & 16 deletions

File tree

hubspot_content_hub/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG - hubspot_content_hub
22

3+
## 1.1.0 / 2026-02-02
4+
5+
***Added***:
6+
7+
* Ingest Company data from Hubspot into a Datadog Reference Table to enrich your Hubspot Content Hub logs
8+
39
## 1.0.0 / 2024-09-03
410

511
***Added***:

hubspot_content_hub/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
The HubSpot Content Hub integration collects Activity Logs (audit, login, security) and Analytics Metrics (breakdown categories, content types), sending them to Datadog for detailed analysis. The logs are parsed and enriched for efficient searching, while the metrics provide insights into content performance.
88

9+
Use Datadog [Reference Tables][5] to enrich your telemetry with metadata from HubSpot. You can map value fields to a primary key to automatically append these fields to logs or events containing that key.
10+
911
The integration includes dashboards that show and analyze both Activity Logs and Analytics Metrics, making it easier to monitor and understand trends and issues.
1012

1113
## Setup
@@ -16,17 +18,17 @@ To integrate HubSpot with Datadog, Datadog connects to HubSpot using OAuth. The
1618

1719
1. Navigate to the [Integrations Page][2] and search for the "HubSpot Content Hub" integration.
1820
2. Click the tile.
19-
3. To add an account to install the integration, click the **Add HubSpot Account** button.
20-
4. After reading the instructions in the modal, click the **Authorize** button, which redirects you to the HubSpot login page.
21+
3. To add an account to install the integration, click the **Add Account** button.
22+
4. Read the instructions in the modal and choose your telemetry and reference tables settings. Then, click the **Authorize** button, which redirects you to the HubSpot login page.
2123
5. After logging in, you are prompted to select which HubSpot account you want to grant access to.
22-
7. Click **Authorize**.
23-
8. You're redirected back to Datadog's HubSpot tile with a new account. Datadog recommends changing the account name to something that is easier to remember. You can add multiple accounts with access to different organizations.
24+
6. Click **Authorize**.
25+
7. You're redirected back to Datadog's HubSpot tile with a new account. Datadog recommends changing the account name to something that is easier to remember. You can add multiple accounts with access to different organizations.
2426

2527
**Note**: HubSpot saves this authorization selection. To be prompted again or add new organizations, revoke app access in HubSpot (`User Preferences > Integrations > Connected Applications > Datadog - HubSpot OAuth App`), then restart the setup process.
2628

2729
## Data Collected
2830

29-
### Logs
31+
### Logs
3032

3133
The HubSpot Content Hub integration collects and forwards Activity logs to Datadog.
3234

@@ -44,6 +46,10 @@ The HubSpot Content Hub integration does not include any service checks.
4446

4547
The HubSpot Content Hub integration does not include any events.
4648

49+
### Reference Tables
50+
51+
[Reference Tables][5] allow you to automatically enrich and join your telemetry with additional fields from Companies defined in your HubSpot account.
52+
4753
## Troubleshooting
4854

4955
Need help? Contact [Datadog support][3].
@@ -52,3 +58,4 @@ Need help? Contact [Datadog support][3].
5258
[2]: /integrations
5359
[3]: https://app.hubspot.com/login
5460
[4]: https://docs.datadoghq.com/help/
61+
[5]: /reference-tables

hubspot_content_hub/manifest.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"configuration": "README.md#Setup",
1010
"support": "README.md#Support",
1111
"changelog": "CHANGELOG.md",
12-
"description": "Gain insights into HubSpot Content Hub Activity Logs and Analytics metrics.",
12+
"description": "Monitor HubSpot and enrich Datadog telemetry with CRM data.",
1313
"title": "HubSpot Content Hub",
1414
"media": [
1515
{
@@ -61,24 +61,27 @@
6161
},
6262
"metrics": {
6363
"prefix": "hubspot.content_hub.",
64-
"check": ["hubspot.content_hub.breakdown.count", "hubspot.content_hub.content.count"],
64+
"check": [
65+
"hubspot.content_hub.breakdown.count",
66+
"hubspot.content_hub.content.count"
67+
],
6568
"metadata_path": "metadata.csv"
6669
},
6770
"service_checks": {
6871
"metadata_path": "assets/service_checks.json"
6972
}
7073
},
7174
"dashboards": {
72-
"HubSpot Content Hub - Audit Activity" : "assets/dashboards/hubspot_content_hub_audit_activity.json",
73-
"HubSpot Content Hub - Content Analytics" : "assets/dashboards/hubspot_content_hub_content_analytics.json",
74-
"HubSpot Content Hub - Geolocation Analytics" : "assets/dashboards/hubspot_content_hub_geolocation_analytics.json",
75-
"HubSpot Content Hub - Login Activity" : "assets/dashboards/hubspot_content_hub_login_activity.json",
76-
"HubSpot Content Hub - Security Activity" : "assets/dashboards/hubspot_content_hub_security_activity.json",
77-
"HubSpot Content Hub - Source Analytics" : "assets/dashboards/hubspot_content_hub_source_analytics.json"
75+
"HubSpot Content Hub - Audit Activity": "assets/dashboards/hubspot_content_hub_audit_activity.json",
76+
"HubSpot Content Hub - Content Analytics": "assets/dashboards/hubspot_content_hub_content_analytics.json",
77+
"HubSpot Content Hub - Geolocation Analytics": "assets/dashboards/hubspot_content_hub_geolocation_analytics.json",
78+
"HubSpot Content Hub - Login Activity": "assets/dashboards/hubspot_content_hub_login_activity.json",
79+
"HubSpot Content Hub - Security Activity": "assets/dashboards/hubspot_content_hub_security_activity.json",
80+
"HubSpot Content Hub - Source Analytics": "assets/dashboards/hubspot_content_hub_source_analytics.json"
7881
},
7982
"monitors": {
80-
"Blog Posts Bounce Rate is High" : "assets/monitors/blog_posts_bounce_rate.json",
81-
"Page Bounce Rate is High" : "assets/monitors/page_bounce_rate.json"
83+
"Blog Posts Bounce Rate is High": "assets/monitors/blog_posts_bounce_rate.json",
84+
"Page Bounce Rate is High": "assets/monitors/page_bounce_rate.json"
8285
},
8386
"logs": {
8487
"source": "hubspot-content-hub"
@@ -90,4 +93,4 @@
9093
"homepage": "https://www.datadoghq.com",
9194
"sales_email": "info@datadoghq.com"
9295
}
93-
}
96+
}

0 commit comments

Comments
 (0)