Skip to content

Commit be6e8db

Browse files
committed
reset actions-stackadapt-cloud/index.md
1 parent 65a9990 commit be6e8db

File tree

1 file changed

+17
-20
lines changed
  • src/connections/destinations/catalog/actions-stackadapt-cloud

1 file changed

+17
-20
lines changed

src/connections/destinations/catalog/actions-stackadapt-cloud/index.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
title: StackAdapt Destination
33
hide-boilerplate: true
44
hide-dossier: true
5-
beta: true
65
id: 61d8859be4f795335d5c677c
7-
hidden: true
8-
redirect_from: '/connections/destinations/catalog/actions-stackadapt/'
6+
redirect_from: "/connections/destinations/catalog/actions-stackadapt/"
97
---
108

119
{% include content/plan-grid.md name="actions" %}
1210

13-
By setting up StackAdapt as a Segment destination, your Segment events will be forwarded to [StackAdapt](https://www.stackadapt.com/){:target="_blank"}. This allows you to generate retargeting and lookalike audiences, track conversions, and measure return on ad spend using your Segment events - bypassing the need to install the StackAdapt pixel on your website and write code to send events to StackAdapt.
14-
15-
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"}.
11+
By setting up StackAdapt as a Segment destination, your Segment events will be forwarded to [StackAdapt](https://www.stackadapt.com/){:target="\_blank"}. This allows you to generate retargeting and lookalike audiences, track conversions, and measure return on ad spend using your Segment events - bypassing the need to install the StackAdapt pixel on your website and write code to send events to StackAdapt.
1612

13+
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"}.
1714

1815
## Getting started
1916

@@ -22,7 +19,7 @@ This destination is maintained by StackAdapt. For any issues with the destinatio
2219
1. Log in to your StackAdapt account and navigate to the Pixels page.
2320
2. Above the list of pixels, click **Install StackAdapt Pixel**.
2421

25-
![Image showing location of link to install Pixel](images/install-pixel-link.png)
22+
![Image showing location of link to install Pixel](images/install-pixel-link.png)
2623

2724
3. In the instructions that appear, copy the universal pixel ID from the code snippet. Below is an example of a code snippet where the universal pixel ID is `sqQHa3Ob1hFi__2EcYYVZg1`.
2825

@@ -43,9 +40,9 @@ This destination is maintained by StackAdapt. For any issues with the destinatio
4340

4441
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:
4542

46-
- [Creating Conversion Events](https://support.stackadapt.com/hc/en-us/articles/360005859214-Creating-Conversion-Events){:target="_blank"}
47-
- [Creating Retargeting Audiences](https://support.stackadapt.com/hc/en-us/articles/360005939153-Creating-Retargeting-Audiences){:target="_blank"}
48-
- [How to Generate and Target a Lookalike Audience](https://support.stackadapt.com/hc/en-us/articles/360023738733-How-to-Generate-and-Target-a-Lookalike-Audience){:target="_blank"}
43+
- [Creating Conversion Events](https://support.stackadapt.com/hc/en-us/articles/360005859214-Creating-Conversion-Events){:target="\_blank"}
44+
- [Creating Retargeting Audiences](https://support.stackadapt.com/hc/en-us/articles/360005939153-Creating-Retargeting-Audiences){:target="\_blank"}
45+
- [How to Generate and Target a Lookalike Audience](https://support.stackadapt.com/hc/en-us/articles/360023738733-How-to-Generate-and-Target-a-Lookalike-Audience){:target="\_blank"}
4946

5047
Setup of conversion events, retargeting audiences, and lookalike audiences that fire on Segment events is largely the same as the setup in the StackAdapt documentation, with a few caveats:
5148

@@ -66,7 +63,7 @@ A Segment event fired with the code `analytics.track("User Registered")` can be
6663
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:
6764

6865
| Segment Ecommerce Event Property | StackAdapt Event Key |
69-
|----------------------------------|----------------------|
66+
| -------------------------------- | -------------------- |
7067
| `order_id` | `order_id` |
7168
| `revenue` | `revenue` |
7269
| `product_id` | `product_id` |
@@ -78,7 +75,7 @@ The StackAdapt destination also supports forwarding ecommerce fields for the pur
7875
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:
7976

8077
| Segment Ecommerce Event Property | StackAdapt Product Object Key |
81-
|----------------------------------|-------------------------------|
78+
| -------------------------------- | ----------------------------- |
8279
| `products.$.product_id` | `product_id` |
8380
| `products.$.category` | `product_category` |
8481
| `products.$.name` | `product_name` |
@@ -112,7 +109,7 @@ analytics.track('Order Completed', {
112109
Although trait fields are not frequently used in event rules, the StackAdapt destination forwards them and they can be used if desired.
113110

114111
| Segment Trait Property | StackAdapt Event Key |
115-
|------------------------|----------------------|
112+
| ---------------------- | -------------------- |
116113
| `traits.email` | `email` |
117114
| `traits.first_name` | `first_name` |
118115
| `traits.last_name` | `last_name` |
@@ -125,13 +122,13 @@ For example, to create a conversion event when a user with the domain `example.c
125122
This rule would match a Segment event fired with code such as:
126123

127124
```javascript
128-
analytics.track('Order Completed', {
129-
order_id: '50314b8e9bcf000000000000',
125+
analytics.track("Order Completed", {
126+
order_id: "50314b8e9bcf000000000000",
130127
traits: {
131-
132-
first_name: 'John',
133-
last_name: 'Smith',
134-
phone: '+180055501000'
128+
129+
first_name: "John",
130+
last_name: "Smith",
131+
phone: "+180055501000"
135132
}
136133
});
137134
```
@@ -169,4 +166,4 @@ When forwarding past events using Reverse ETL, only users who have interacted wi
169166

170167
## Data and privacy
171168

172-
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.
169+
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

Comments
 (0)