Skip to content

Commit 67fa3c6

Browse files
Typo fix
1 parent 8417550 commit 67fa3c6

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/actions-stackadapt

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ If you are using URL rules, these will be matched whenever Segment sends an even
141141

142142
### Conversion Tracking with Backend Events
143143

144-
When you send events to Segment from your backend which are forwarded to StackAdapt using Segment's backend SDKs, the user agent and IP address of the user who originated the event must be included in the event context in order for conversions to be tracked. This is because StackAdapt uses the user agent and IP address to attribute the conversion to the correct event to a user who has interacted with your ads. Examples of how to do this can be found the documentation for Segment's SDKs. For example, for the [Python SDK](/docs/connections/sources/catalog/libraries/server/python/#override-context-value) this can be done as follows:
144+
When you send events to Segment from your backend which are forwarded to StackAdapt using Segment's backend SDKs, the user agent and IP address of the user who originated the event must be included in the event context in order for conversions to be tracked. This is because StackAdapt uses the user agent and IP address to attribute the conversion to the correct event to a user who has interacted with your ads. Examples of how to do this can be found in the documentation for Segment's SDKs. For example, for the [Python SDK](/docs/connections/sources/catalog/libraries/server/python/#override-context-value) this can be done as follows:
145145

146146
```python
147147
analytics.track('user_id', 'Order Completed', context={
@@ -156,7 +156,7 @@ This is necessary when using backend SDKs but not for events sent from the front
156156

157157
When sending past events to StackAdapt using a Reverse ETL tool, the user agent, IP address, event type, and either the page URL (for conversion trackers with URL rules), or the field(s) the event rules match on, must be included in your mappings. For example, the below mapping for a Snowflake source can be used to match a conversion tracker with an event rule that matches an `action` of `User Registered`:
158158

159-
![Image showing Snowflake mapping to forward User Registered events](images/snowflake-mappings.png)
159+
![Image showing Snowflake mapping to forward User Registered events](images/snowflake-mapping.png)
160160

161161
Rows forwarded to StackAdapt with this mapping will be matched by the `User Registered` event rule shown below:
162162

0 commit comments

Comments
 (0)