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/freshsales-suite-crm/index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ You can use identify to create a contact when a website visitor fills a webform.
36
36
37
37
userId is a mandatory field which is used to identify the contact in Freshsales. If your user identifier is not email, then email has to be a part of traits.
38
38
39
-
```json=
39
+
```json
40
40
{
41
41
"userId": "97980cfea0067",
42
42
"type": "identify",
@@ -78,7 +78,7 @@ Custom fields won't automatically create. You have to create them in Freshsales
78
78
79
79
You can also update Accounts and Deals associated with a contact in Freshsales. The company and deal objects in the identify payload correspond to the Accounts and Deals objects in Freshsales. When you use the identify method to create a contact, it's possible to also create the corresponding Account and Deal and Freshsales. To do this, pass the company or the deal objects within traits in the identify call.
80
80
81
-
```json=
81
+
```json
82
82
{
83
83
"userId" : "97980cfea0067",
84
84
"type": "identify",
@@ -101,7 +101,7 @@ You can also update Accounts and Deals associated with a contact in Freshsales.
101
101
102
102
You can track activities of your website visitors. If a user is subscribing to a newsletter and you want to track it, use the track method.
103
103
104
-
```json=
104
+
```json
105
105
{
106
106
"userId" : "john.doe@example.com",
107
107
"event": "Email Bounced",
@@ -121,15 +121,16 @@ Segment standardized a series of reserved event names that have special semantic
121
121
122
122
If you want to track users visiting your sites, you can use the page method. When you call a page event, Segment sends a pageview to Freshsales. You can send extra data parameters within properties in the event payload. [See the reserved properties for more details](/docs/connections/spec/page/#properties).
Copy file name to clipboardExpand all lines: src/connections/spec/ecommerce/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The ecommerce category includes the following semantic events:
42
42
43
43
Category pages are a staple of Ecommerce. They let the user browse all of the products in a specific category. You'll want to track all of your product category pages so you can quickly see which categories are most popular.
44
44
45
-
To do that, you'll want to record a specially recognized event called `Viewed Product Category` using a `trackcall. This event fires when a visitor views a product category. That view might happen on a page, screen, or modal.
45
+
To do that, you'll want to record a specially recognized event called `Viewed Product Category` using a `trackcall`. This event fires when a visitor views a product category. That view might happen on a page, screen, or modal.
0 commit comments