From ea489dce2eacf246ff5b627211e0d57ad8946290 Mon Sep 17 00:00:00 2001 From: Amir Tzola Date: Wed, 5 Feb 2020 14:21:55 +0200 Subject: [PATCH 1/7] Update report.md --- .../WebsiteMonitoring/MonitoringAPI/methods/report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md index 940a539691..9aa0036144 100644 --- a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md +++ b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md @@ -26,7 +26,7 @@ As engagement attributes are considered unauthenticated, it should not be used f | Method | URL | | :--- | :--- | -|PUT|https://[{domain}](/agent-domain-domain-api.html)/api/account/{account-id}/app/{app-installation-id}/report?v={api-version}&vid={visitor-id}&sid={session-id} | +|PUT|https://[{domain}](/agent-domain-domain-api.html)/api/account/{account-id}/app/{app-installation-id}/report?v={api-version}&vid={visitor-id}&sid={session-id}&obh=false | ### Path Parameters @@ -42,6 +42,7 @@ As engagement attributes are considered unauthenticated, it should not be used f | v | API version number | double | Required | Supported Value: 1.0, 1.1 | | vid | Visitor Id | String | Optional on first request, otherwise required | If session doesn't exist, a new session will be generated and sent by the server | | sid | Session Id | String | Optional on first request, otherwise required | Will be provided by the server-side in a 201(CREATED) response for this specific consumer and device and should be set by the client-side on all the subsequent requests to the server | +| obh | is On Behalf | Boolean | Optional | possible values: true/ false (default=false). This param can be used (with value=true) to let shark know that this request is on behalf of the visitor (and not coming from the visitor himself), so shark should NOT update the visitor GEO data according to this request IP | ### Body Parameters From a9e777e74ec558cdbf8608a0a558a572e1d5bced Mon Sep 17 00:00:00 2001 From: Amir Tzola Date: Wed, 5 Feb 2020 14:23:45 +0200 Subject: [PATCH 2/7] Update engagement.md --- .../WebsiteMonitoring/MonitoringAPI/methods/engagement.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md index 3b5dcf7bd4..d41468b195 100644 --- a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md +++ b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md @@ -30,7 +30,7 @@ Use this method to access the LivePerson monitoring system in order to retrieve | Method | URL | | :--- | :--- | -|POST|https://[{domain}](/agent-domain-domain-api.html)/api/account/{account-id}/app/{app-installation-id}/engagement?v={api-version}&vid={visitor-id}&sid={session-id} | +|POST|https://[{domain}](/agent-domain-domain-api.html)/api/account/{account-id}/app/{app-installation-id}/engagement?v={api-version}&vid={visitor-id}&sid={session-id}&obh=false | ### Path Parameters @@ -46,6 +46,7 @@ Use this method to access the LivePerson monitoring system in order to retrieve | v | API version number | double | Required | Supported Value: 1.0, 1.1 | | vid | Visitor Id | String | Optional | Must be saved in order to reuse for future requests in the same visit | | sid | Session Id | String | Optional on first request, otherwise required | Will be provided by the server-side in a 201 (CREATED) response for this specific consumer and device and should be set by the client-side on all the subsequent requests to the server | +| obh | is On Behalf | Boolean | Optional | possible values: true/ false (default=false). This param can be used (with value=true) to let shark know that this request is on behalf of the visitor (and not coming from the visitor himself), so shark should NOT update the visitor GEO data according to this request IP | ### Body Parameters From 0daddfd0b26ba81da1f8f27c1f39b358a8e19cbf Mon Sep 17 00:00:00 2001 From: Eden Kupermintz Date: Thu, 6 Feb 2020 13:19:21 +0200 Subject: [PATCH 3/7] Update report.md --- .../documents/WebsiteMonitoring/MonitoringAPI/methods/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md index 9aa0036144..ddab4bda3b 100644 --- a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md +++ b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/report.md @@ -42,7 +42,7 @@ As engagement attributes are considered unauthenticated, it should not be used f | v | API version number | double | Required | Supported Value: 1.0, 1.1 | | vid | Visitor Id | String | Optional on first request, otherwise required | If session doesn't exist, a new session will be generated and sent by the server | | sid | Session Id | String | Optional on first request, otherwise required | Will be provided by the server-side in a 201(CREATED) response for this specific consumer and device and should be set by the client-side on all the subsequent requests to the server | -| obh | is On Behalf | Boolean | Optional | possible values: true/ false (default=false). This param can be used (with value=true) to let shark know that this request is on behalf of the visitor (and not coming from the visitor himself), so shark should NOT update the visitor GEO data according to this request IP | +| obh | is On Behalf | Boolean | Optional | possible values: true/ false (the default is `false`). This parameter can be used (by passing `true`) to let LP servers know that this request is on behalf of the visitor (and not coming from the visitor himself), so the servers should NOT update the visitor Geo-location meta-data according to this request IP | ### Body Parameters From 628749ba329959da5232bed3f7cb7d67ac0cbf2f Mon Sep 17 00:00:00 2001 From: Eden Kupermintz Date: Thu, 6 Feb 2020 13:19:49 +0200 Subject: [PATCH 4/7] Update engagement.md --- .../WebsiteMonitoring/MonitoringAPI/methods/engagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md index d41468b195..284e44d863 100644 --- a/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md +++ b/pages/documents/WebsiteMonitoring/MonitoringAPI/methods/engagement.md @@ -46,7 +46,7 @@ Use this method to access the LivePerson monitoring system in order to retrieve | v | API version number | double | Required | Supported Value: 1.0, 1.1 | | vid | Visitor Id | String | Optional | Must be saved in order to reuse for future requests in the same visit | | sid | Session Id | String | Optional on first request, otherwise required | Will be provided by the server-side in a 201 (CREATED) response for this specific consumer and device and should be set by the client-side on all the subsequent requests to the server | -| obh | is On Behalf | Boolean | Optional | possible values: true/ false (default=false). This param can be used (with value=true) to let shark know that this request is on behalf of the visitor (and not coming from the visitor himself), so shark should NOT update the visitor GEO data according to this request IP | +| obh | is On Behalf | Boolean | Optional | possible values: true/ false (the default is `false`). This parameter can be used (by passing `true`) to let LP servers know that this request is on behalf of the visitor (and not coming from the visitor himself), so the servers should NOT update the visitor Geo-location meta-data according to this request IP | ### Body Parameters From 1198a25667a056547dc41a7b7d335ea692278cd9 Mon Sep 17 00:00:00 2001 From: Eden Kupermintz Date: Thu, 6 Feb 2020 15:15:28 +0200 Subject: [PATCH 5/7] adding environments to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8caba6e6e5..8ee1346d9f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ This repository generates LivePerson's Developers' Community, which can be found All pages on the site correspond to a Markdown file (.md) which can be found inside `/documents/pages`. To update a file, please branch off of the `master` branch, edit the file in question and create a Pull Request **back to the master branch**. There's no need for the old Development branch, so please don't create pull requests to it. +#### Environments + +* Production (built from the `master` branch): (https://developers.liveperson.com/)[https://developers.liveperson.com/] + +* Staging (built from the `Staging` branch): (https://developers.liveperson.com.staging-vdt2zeq-jlynhjefjcpgg.us.platform.sh/)[https://developers.liveperson.com.staging-vdt2zeq-jlynhjefjcpgg.us.platform.sh/] + + #### Updating/Creating Headers Jekyll uses a [front-matter](https://jekyllrb.com/docs/frontmatter/) to arrange and define the various documents in the site. This is the text which appears in between the "---" at the top of each document. It's technically a YAML snippet, so all [YAML formatting](http://www.yamllint.com/) and rules apply to it. Our headers are usually comprised of the following key/value pairs: From f1fd548295e47a590fc918158e5805ab5066afb5 Mon Sep 17 00:00:00 2001 From: Eden Kupermintz Date: Thu, 6 Feb 2020 15:18:49 +0200 Subject: [PATCH 6/7] fixing links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ee1346d9f..188301876f 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ All pages on the site correspond to a Markdown file (.md) which can be found ins #### Environments -* Production (built from the `master` branch): (https://developers.liveperson.com/)[https://developers.liveperson.com/] +* Production (built from the `master` branch): [https://developers.liveperson.com/](https://developers.liveperson.com/) -* Staging (built from the `Staging` branch): (https://developers.liveperson.com.staging-vdt2zeq-jlynhjefjcpgg.us.platform.sh/)[https://developers.liveperson.com.staging-vdt2zeq-jlynhjefjcpgg.us.platform.sh/] +* Staging (built from the `Staging` branch): [https://developers.liveperson.com.staging-vdt2zeq-jlynhjefjcpgg.us.platform.sh/](https://developers.liveperson.com.staging-vdt2zeq-jlynhjefjcpgg.us.platform.sh/) #### Updating/Creating Headers From c1b0157c29c906794adf67945a9b44977bb7a728 Mon Sep 17 00:00:00 2001 From: Andreas <36228512+anro87@users.noreply.github.com> Date: Thu, 6 Feb 2020 14:27:09 +0100 Subject: [PATCH 7/7] Update debugger.md --- pages/documents/DeveloperTools/FaaS/Developing/debugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/documents/DeveloperTools/FaaS/Developing/debugger.md b/pages/documents/DeveloperTools/FaaS/Developing/debugger.md index 98b8cf7d90..03c75b47ca 100644 --- a/pages/documents/DeveloperTools/FaaS/Developing/debugger.md +++ b/pages/documents/DeveloperTools/FaaS/Developing/debugger.md @@ -33,7 +33,7 @@ The debugging interface consists of three main parts: LivePerson Functions Debugger Button Restart Stop and Restart debug execution
-LivePerson Functions Debugger Button StopStop the debug execution
+LivePerson Functions Debugger Button Stop Stop the debug execution
### Debugger States