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
@@ -11,14 +13,13 @@ By setting up StackAdapt as a Segment destination, your Segment events will be f
11
13
12
14
This destination is maintained by StackAdapt. For any issues with the destination, please [submit a ticket to StackAdapt's support team](https://support.stackadapt.com/hc/en-us/requests/new?ticket_form_id=360006572593){:target="_blank"}.
13
15
14
-
{% include content/ajs-upgrade.md %}
15
16
16
17
## Getting started
17
18
18
-
### Getting Your StackAdapt Universal Pixel ID
19
+
### Getting your StackAdapt Universal Pixel ID
19
20
20
21
1. Log in to your StackAdapt account and navigate to the Pixels page.
21
-
2. Above the list of pixels, click the "Install StackAdapt Pixel" link.
22
+
2. Above the list of pixels, click **Install StackAdapt Pixel**.
22
23
23
24

24
25
@@ -28,16 +29,16 @@ This destination is maintained by StackAdapt. For any issues with the destinatio
28
29
29
30
### Setting up the StackAdapt destination in Segment
30
31
31
-
1. From the Segment web app, click **Catalog**, then click **Destinations**.
32
-
2. Search for "StackAdapt" in the search bar, then click on the Destination "StackAdapt".
32
+
1. From the Segment web app, navigate to **Connections > Catalog > Destinations**.
33
+
2. Search for and select the "StackAdapt" destination.
33
34
3. Click **Add Destination**.
34
-
4. Select an existing Source to connect to the StackAdapt destination.
35
-
5. Give the Destination a name.
35
+
4. Select an existing source to connect to the StackAdapt destination.
36
+
5. Give the destination a name.
36
37
6. On the Settings screen, provide your StackAdapt Universal Pixel ID. This can be found on the Pixels page in StackAdapt as described above.
37
-
7. Toggle on the Destination using the **Enable Destination** toggle.
38
+
7. Toggle on the destination using the **Enable Destination** toggle.
38
39
8. Click **Save Change**.
39
40
40
-
### StackAdapt Pixel Setup
41
+
### StackAdapt Pixel setup
41
42
42
43
Segment events that are forwarded to StackAdapt can be used to track ad conversions, and to generate retargeting and lookalike audiences. Please review the StackAdapt documentation for the general setup of these if you are not already familiar:
43
44
@@ -51,15 +52,15 @@ Setup of conversion events, retargeting audiences, and lookalike audiences that
51
52
2. There is no need to install the StackAdapt pixel on your website as instructed in the "Installation" step, since Segment will forward events to StackAdapt that would normally be tracked by the StackAdapt pixel.
52
53
3. If you choose to set up event rules, you will need to ensure that you use the event keys supported by the the StackAdapt destination as described below.
53
54
54
-
### Event Rules
55
+
### Event rules
55
56
56
57
The StackAdapt Segment destination sends an `action` event key which by default is mapped to the Segment event name. Creating rules on this `action` key should be sufficient for most simple event rule use cases. For example, if you fire a Segment event when a user fills out a registration form on your website and want to track this as a conversion event in StackAdapt, you can create a rule in StackAdapt that matches the `action` key with the Segment event name.
57
58
58
59
A Segment event fired with the code `analytics.track("User Registered")` can be tracked as a conversion event with an event rule that matches an `action` of `User Registered` as shown below:
59
60
60
61

61
62
62
-
#### Ecommerce Events
63
+
#### Ecommerce events
63
64
64
65
The StackAdapt destination also supports forwarding ecommerce fields for the purpose of creating event rules that match ecommerce events, with default mappings to properties specified in the [Segment V2 Ecommerce Event Spec](/docs/connections/spec/ecommerce/v2/) as described in the below table:
65
66
@@ -73,7 +74,7 @@ The StackAdapt destination also supports forwarding ecommerce fields for the pur
73
74
|`price`|`product_price`|
74
75
|`quantity`|`product_quantity`|
75
76
76
-
For events that can involve multiple products, such as checkout events, we forward a JSON array of product objects with a `products` key and fields that map by default to following Segment product array fields:
77
+
For events that can involve multiple products, such as checkout events, StackAdapt forwards a JSON array of product objects with a `products` key and fields that map by default to following Segment product array fields:
If you are using URL rules, these will be matched whenever Segment sends an event to StackAdapt with a `url` matching the URL rule. This should be accomplished by the page event Segment automatically fires when a page is viewed, so setup of URL rules should be identical to setting up URL rules with the StackAdapt pixel.
111
112
112
113
{% include components/actions-fields.html %}
113
114
114
-
## Data and Privacy
115
+
## Data and privacy
115
116
116
117
Review [StackAdapt's Data Processing Agreement](https://www.stackadapt.com/data-processing-agreement){:target="_blank"} to learn more about StackAdapt's privacy and data terms.
0 commit comments