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/sources/catalog/cloud-apps/workramp/index.md
+19-24Lines changed: 19 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This is an [Event Cloud Source](https://segment.com/docs/sources/#event-cloud-so
12
12
This source is maintained by WorkRamp. For any issues with the source, [contact the WorkRamp support team](mailto:[email protected]).
13
13
14
14
> info "The WorkRamp source is in Beta"
15
-
> WorkRamp are actively developing the source. This doc was last updated on June 2, 2022. If you are interested in joining their beta program or have any feedback to help improve the WorkRamp Source and its documentation, contact [[email protected]](mailto:[email protected])
15
+
> WorkRamp are actively developing the source. This doc was last updated on July 8, 2022. If you are interested in joining their beta program or have any feedback to help improve the WorkRamp Source and its documentation, contact [[email protected]](mailto:[email protected])
16
16
17
17
18
18
@@ -33,30 +33,26 @@ The table below lists events tracking user interaction in WorkRamp Academy. Wor
|Registers | The user registers for academy. All custom registration fields appear under user unless they are marked as “hidden” or a password. |
37
-
|Signed In| The user logs into academy. |
38
-
|Signed Out | The user clicks **Logout** from the User menu. |
36
+
|User Registered| The user registers for the academy. All custom registration fields appear under user unless they are marked as “hidden” or a password. |
37
+
|User Login| The user logs into the academy. |
38
+
|User Logout| The user clicks **Logout** from the User menu. |
39
39
| Search | The user types a query into the Search bar. |
40
40
| Search Result Clicked | The user clicks on a search result from the Search bar. |
41
-
| Starts Training | The user clicks **Get Started** from `/training/:training_id/overview/`. |
42
-
| Enters Path Training | The user clicks **Get Started** or **Continue** from `/paths/:path_id`. |
43
-
| Enters Certification Training | The user clicks **Get Started** or **Continue** from `/certifications/:certification_id`. |
44
-
| Resumes Training | The user clicks **Continue** from `/training/:training_id/overview`. |
45
-
| Reviews Training | The user clicks on search result from the Search bar. |
46
-
| Checkout Initiated | The user clicks **Purchase Guide: [Price]** from `/training/:training_id/overview/`. |
47
-
| Task Viewed | The user visits `/guides/:guide_id/tasks/:task_id/`. |
48
-
| Completes Training | The user clicks **Finish** in a Course. Similar to **Exits Course**, this event populates the fields of `certificationId/pathId` depending on the content type. |
49
-
| Completes Path | The user clicks **Finish** within a Course. Similar to **Exits Course**, this event populates the fields of `certificationId/pathId` depending on the content type. |
50
-
| Completes Certification | The user clicks **Finish** within a Certification Course. Similar to **Exits Course**, this event populates the fields of `certificationId/pathId` depending on the content type. |
41
+
| Content Started | The user clicks **Get Started** from a course page |
42
+
| Content Resumed | The user clicks **Continue** from a course page. |
43
+
| Task Viewed | User views a task within Content. |
44
+
| Task Completed | User clicks “Next” from Task Viewed. |
45
+
| Content Completed | The user clicks **Finish** in a Course, Path or Certification. Properties will be including certificationId/pathId will be dependent on the content type |
46
+
| Content Reviewed | User clicks “Review” from course page to re-enter previously completed content. |
47
+
| Enters Training: Path | The user clicks **Get Started** or **Continue** from `/paths/:path_id`. |
48
+
| Enters Training: Certification | The user clicks **Get Started** or **Continue** from `/certifications/:certification_id`. |
51
49
| Copies Public Link to Certification | The user clicks **Copy Public Link** on `/certifications/:certification_id`. |
52
50
| Clicks “Adds Certification to LinkedIn” | The user clicks **Add to LinkedIn** on `/certifications/:certification_id/`. |
53
-
| Downloads Certification | The user clicks **Download** on `/certifications/:certification_id/`. |
54
-
| Exits Course | The user clicks the back arrow within a Training. If the course is part of path or certification, the associated fields will populate. |
51
+
| Downloads Certification | The user clicks **Download** on `/certifications/:certification_id/`. |
55
52
| Views Content | The user clicks **Show Content**. |
56
53
| Hides Content | The user clicks **Hide Content**. |
57
-
| Views Event | The user visits `/events/:event_id`. |
58
-
| Clicks Session URL | The user clicks **Register Now** (the session URL) from the events page. |
59
-
54
+
| Event Viewed | The user visits `/events/:event_id`. |
55
+
| Register Now for Event Session | The user clicks **Register Now** (the session URL) from the events page. |
60
56
61
57
62
58
@@ -68,12 +64,11 @@ The table below list the properties included in the events listed above.
0 commit comments