You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-fullstory-cloud/index.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,10 @@ FullStory’s cloud mode destination requires that you also use FullStory’s ta
21
21
22
22
The FullStory cloud mode destination sends information about your users and related events to FullStory. It uses [FullStory’s REST APIs](https://developer.fullstory.com){:target="_blank"}.
23
23
24
-
-**Identify User:** Converts Segment [Identify](/docs/connections/spec/identify/) calls to [FullStory Set User Properties API calls](https://developer.fullstory.com/set-user-properties){:target="_blank"}. Use this to set custom attributes which can be used to search and segment within FullStory.
24
+
-**Identify User**: Converts Segment [Identify](/docs/connections/spec/identify/) calls to [FullStory Set User Properties API calls](https://developer.fullstory.com/set-user-properties){:target="_blank"}. Use this to set custom attributes which can be used to search and segment within FullStory.
25
25
-**Track Custom Event**: Converts Segment [Track](/docs/connections/spec/track/) calls to [FullStory custom event API calls](https://developer.fullstory.com/server-events){:target="_blank"}. Use this to capture more context about your user’s experience on your site or to capture user’s actions in other applications to build a more complete understanding of your user’s overall experience.
26
+
-**Identify User V2**: Converts Segment [Identify](/docs/connections/spec/identify/) calls to [FullStory Create User API calls](https://developer.fullstory.com/server/v2/users/create-user/){:target="_blank"}. Use this to upsert a user and their attributes which can be used to search and segment within FullStory.
27
+
-**Track Custom Event V2**: Converts Segment [Track](/docs/connections/spec/track/) calls to [FullStory Create Event API calls](https://developer.fullstory.com/server/v2/events/create-events/){:target="_blank"}. Use this to capture more context about your user’s experience on your site or to capture user’s actions in other applications to build a more complete understanding of your user’s overall experience.
26
28
27
29
### Benefits of FullStory Cloud Mode (Actions)
28
30
@@ -48,8 +50,15 @@ The FullStory cloud mode destination sends information about your users and rela
48
50
49
51
### Why am I getting a ‘404 Not Found’ error?
50
52
51
-
The user for which the API request is being made can not be found in the identified set of users within your FullStory organization. If you expect that user to already exist, you can search for that User ID in FullStory to confirm. Also, double check that you are using an API key from the same organization.
53
+
If you are using the original 'Identify User' and 'Track Event' actions and encounter a "404 Not Found" error, the user for which the API request is being made can not be found in the identified set of users within your FullStory organization. If you expect that user to already exist, you can search for that User ID in FullStory to confirm. Also, double check that you are using an API key from the same organization.
52
54
53
55
Data sent server-side for users must match an already existing userId that was sent from a client-side connection.
54
56
57
+
The new 'Identify User V2' and 'Track Event V2' actions will automatically create users when a user matching the
58
+
provided UID is not found.
59
+
60
+
### Why can't I propagate GDPR deletions?
61
+
62
+
GDPR deletions require an `Admin` or `API` key to propagate. You may also contact FullStory directly for deletions.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-hubspot-cloud/index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ versions:
12
12
13
13
{% include content/plan-grid.md name="actions" %}
14
14
15
-
HubSpot is an all-in-one marketing tool that helps attract new leads and converts them into paying customers, with features like landing page creation and email automation.
15
+
HubSpot is an all-in-one marketing tool that helps attract new leads and converts them into paying customers, with features like landing page creation and email automation.
16
16
17
17
When you use the HubSpot Cloud Mode (Actions) destination, Segment sends your data to [HubSpot's REST API](https://developers.hubspot.com/docs/api/overview){:target="_blank"}.
18
18
@@ -34,6 +34,11 @@ HubSpot Cloud Mode (Actions) provides the following benefits over the classic Hu
34
34
35
35
## Getting started
36
36
37
+
> info ""
38
+
> Before you begin, you need to generate a Private App in HubSpot. To generate a Private App from the HubSpot dashboard, navigate to **Integrations > Private Apps**.
39
+
>
40
+
> Segment requires the following scopes: `business-intelligence`, `crm.objects.contacts.read`, `crm.objects.contacts.write`, `crm.schemas.contacts.read`, `crm.objects.companies.read`, `crm.objects.companies.write`, and `crm.schemas.companies.read`. For more information, see HubSpot's [Private Apps](https://developers.hubspot.com/docs/api/private-apps){:target="_blank"} article.
41
+
37
42
1. From the Segment web app, navigate to **Connections > Catalog**.
38
43
2. Search for **HubSpot Cloud Mode (Actions)** in the Destinations Catalog, and select the destination.
@@ -58,7 +63,7 @@ Search Fields to associate | This finds a unique record of custom object based
58
63
ObjectType to associate | To associate the newly created and updated custom object record with another object type, select the object type you want it to be associated with.
59
64
Association Label | Select an association label between both the object types. From the HubSpot Dashboard, you can create associations between any type of object. To create an association label: <br>1. Log in to the [HubSpot Dashboard](https://app.hubspot.com/){:target="_blank"}. <br>2. Go to **Data Management > Objects > Custom Objects**. <br>3. Go to the **Associations** tab and click **Create association label**.
60
65
61
-
## FAQ & Troubleshooting
66
+
## FAQ and troubleshooting
62
67
63
68
### How do I send other standard objects to HubSpot?
64
69
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.
|`amount_off`| Amount (in the currency specified) that will be taken off the subtotal of any invoices for this customer |
232
+
|`currency`| The three-letter ISO code for the currency of the amount to take off |
233
+
|`duration_in_months`| If duration is repeating, the number of months the coupon applies |
234
+
|`duration`| Describes how long a customer who applies this coupon will get the discount |
235
+
|`max_redemptions`| Maximum number of times this coupon can be redeemed, in total, before it is no longer valid |
236
+
|`metadata`| A set of key-value pairs that describe additional information about the object |
237
+
|`percent_off`| Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon |
238
+
|`percent_off_precise`| Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon, in decimal form |
239
+
|`times_redeemed`| Number of times this coupon has been applied to a customer |
240
+
|`valid`| Taking account of the above properties, whether this coupon can still be applied to a customer |
0 commit comments