From 46631ec6781f40a9657217396ea81d40a2784f18 Mon Sep 17 00:00:00 2001 From: Thomas Gilbert Date: Thu, 30 Jun 2022 10:16:13 -0400 Subject: [PATCH 1/4] add rokt destination docs --- .../catalog/rokt-integration/index.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/connections/destinations/catalog/rokt-integration/index.md diff --git a/src/connections/destinations/catalog/rokt-integration/index.md b/src/connections/destinations/catalog/rokt-integration/index.md new file mode 100644 index 0000000000..50ce0d348d --- /dev/null +++ b/src/connections/destinations/catalog/rokt-integration/index.md @@ -0,0 +1,34 @@ +--- +title: Rokt Integration Destination +id: 6268a16ce311a548d8cb1a72 +--- + +The Rokt-Segment destination optimizes campaign performance by integrating conversion attribution for Rokt Ads. By integrating this conversion data, you’ll unlock a suite of intelligent tools that learn from every conversion, constantly making adjustments to improve campaign targeting and bidding. + +This destination is maintained by Rokt. If you have any issues, please contact [Rokt support team](https://rokt.atlassian.net/servicedesk/customer/portal/20/group/98). + +# Getting Started + +1. From the Destinations catalog page in the Segment App, click **Add Destination**. +2. Search for “Rokt” in the Destinations Catalog. Select the “Rokt Integration” destination. +3. Choose which source should send data to the “Rokt Integration” destination. +4. Enter the API key provided to you by your Rokt Account manager. If you haven't received your login credentials, please reach out to them. + +Once you've entered the API credentials for Rokt, the chosen source will send data through to Rokt's API. + +# API calls +Rokt supports the `track` API call, which can be used to send data to Rokt: + + +## Track +The `track` API call is how you record any actions your users perform, along with any properties that describe the action. Read more [here](https://segment.com/docs/connections/spec/track/). +An example call would look like: +```js +analytics.track('Clicked Login Button', , { + property1: 1, + property2: 'test', + property3: true +}) +``` + +Segment sends `track` calls to Rokt as `track` events. You can use these to configure conversion goals to inform the destnation predictive analyses. You can use any `track` call made in the past week as the basis for a predictive goal in the Rokt destination. \ No newline at end of file From c35760cdf8b06821db493f69e65c79dba0fadcbe Mon Sep 17 00:00:00 2001 From: Thomas Gilbert Date: Mon, 11 Jul 2022 09:25:40 -0400 Subject: [PATCH 2/4] add docs for new rokt destination --- .../destinations/catalog/rokt-integration/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/connections/destinations/catalog/rokt-integration/index.md b/src/connections/destinations/catalog/rokt-integration/index.md index 50ce0d348d..863ff7e43c 100644 --- a/src/connections/destinations/catalog/rokt-integration/index.md +++ b/src/connections/destinations/catalog/rokt-integration/index.md @@ -7,7 +7,7 @@ The Rokt-Segment destination optimizes campaign performance by integrating conve This destination is maintained by Rokt. If you have any issues, please contact [Rokt support team](https://rokt.atlassian.net/servicedesk/customer/portal/20/group/98). -# Getting Started +## Getting Started 1. From the Destinations catalog page in the Segment App, click **Add Destination**. 2. Search for “Rokt” in the Destinations Catalog. Select the “Rokt Integration” destination. @@ -16,11 +16,12 @@ This destination is maintained by Rokt. If you have any issues, please contact [ Once you've entered the API credentials for Rokt, the chosen source will send data through to Rokt's API. -# API calls +## Supported Methods + Rokt supports the `track` API call, which can be used to send data to Rokt: -## Track +### Track The `track` API call is how you record any actions your users perform, along with any properties that describe the action. Read more [here](https://segment.com/docs/connections/spec/track/). An example call would look like: ```js From b7c8eeaa58b9b352dec06e944b4b954a28ce3c94 Mon Sep 17 00:00:00 2001 From: markzegarelli Date: Tue, 12 Jul 2022 09:10:41 -0700 Subject: [PATCH 3/4] Add Rokt to accept.txt --- .github/styles/Vocab/Docs/accept.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/styles/Vocab/Docs/accept.txt b/.github/styles/Vocab/Docs/accept.txt index 5c27201c7a..2021a09d6b 100644 --- a/.github/styles/Vocab/Docs/accept.txt +++ b/.github/styles/Vocab/Docs/accept.txt @@ -78,6 +78,7 @@ onboarding Optimizely performant Preact +Rokt Selligent Shopify Skalin From 1092257642f0ca967b8f83472eacb23956eb4def Mon Sep 17 00:00:00 2001 From: Thomas Gilbert <64277654+tcgilbert@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:18:04 -0400 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/rokt-integration/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/connections/destinations/catalog/rokt-integration/index.md b/src/connections/destinations/catalog/rokt-integration/index.md index 863ff7e43c..1abbfbe9f4 100644 --- a/src/connections/destinations/catalog/rokt-integration/index.md +++ b/src/connections/destinations/catalog/rokt-integration/index.md @@ -3,9 +3,9 @@ title: Rokt Integration Destination id: 6268a16ce311a548d8cb1a72 --- -The Rokt-Segment destination optimizes campaign performance by integrating conversion attribution for Rokt Ads. By integrating this conversion data, you’ll unlock a suite of intelligent tools that learn from every conversion, constantly making adjustments to improve campaign targeting and bidding. +The Rokt destination optimizes campaign performance by integrating conversion attribution for Rokt Ads. By integrating this conversion data, you’ll unlock a suite of intelligent tools that learn from every conversion, constantly making adjustments to improve campaign targeting and bidding. -This destination is maintained by Rokt. If you have any issues, please contact [Rokt support team](https://rokt.atlassian.net/servicedesk/customer/portal/20/group/98). +This destination is maintained by Rokt. If you have any issues, please contact the [Rokt support team](https://rokt.atlassian.net/servicedesk/customer/portal/20/group/98){:target="_blank"}. ## Getting Started @@ -14,7 +14,7 @@ This destination is maintained by Rokt. If you have any issues, please contact [ 3. Choose which source should send data to the “Rokt Integration” destination. 4. Enter the API key provided to you by your Rokt Account manager. If you haven't received your login credentials, please reach out to them. -Once you've entered the API credentials for Rokt, the chosen source will send data through to Rokt's API. +Once you've entered the API credentials for Rokt, the chosen source sends data through to Rokt's API. ## Supported Methods @@ -22,7 +22,7 @@ Rokt supports the `track` API call, which can be used to send data to Rokt: ### Track -The `track` API call is how you record any actions your users perform, along with any properties that describe the action. Read more [here](https://segment.com/docs/connections/spec/track/). +The `track` API call is how you record any actions your users perform, along with any properties that describe the action. [Learn more about the track call](/docs/connections/spec/track/). An example call would look like: ```js analytics.track('Clicked Login Button', , {