Skip to content

Commit a5eeb5f

Browse files
Apply suggestions
1 parent e2536a8 commit a5eeb5f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 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:
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 for conversions to be tracked. 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={

0 commit comments

Comments
 (0)