Skip to content

Commit 9e9b17c

Browse files
chore: Content fix
1 parent b8da986 commit 9e9b17c

File tree

2 files changed

+5
-3
lines changed
  • src/connections/destinations/catalog

2 files changed

+5
-3
lines changed

src/connections/destinations/catalog/doubleclick-floodlight/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ After you finish configuring Doubleclick Floodlight, Segment maps the following
2727
- `u` values (if any) are pulled from your property mapping setting.
2828
- `dc_lat` is set to `0` or `1` depending on whether the device has **Limit Ad Tracking** enabled (for mobile data only).
2929

30-
**Important:** Floodlight requires that you [set a `User-Agent` header](images/cDlD6KmuuOK.png) with that of the app where the track event took place. The Segment Android and Analytics.js (JavaScript) library automatically collect the `userAgent`. However you must manually send the user agent string inside the `context` object if you are using the iOS library. If `context.userAgent` is not provided, Segment tries to generate a user agent string based on some device and operating system information that is already has.
30+
**Important:** Floodlight requires that you set a `User-Agent` header with that of the app where the track event took place.
31+
32+
![User-Agent header.](images/cDlD6KmuuOK.png)
33+
34+
The Segment Android and Analytics.js (JavaScript) library automatically collect the `userAgent`. However you must manually send the user agent string inside the `context` object if you are using the iOS library. If `context.userAgent` is not provided, Segment tries to generate a user agent string based on some device and operating system information that is already has.
3135

3236
A generated user agent string might look something like the following:
3337

src/connections/destinations/catalog/engage-messaging/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ analytics.track('Login Button Clicked')
4444
```
4545

4646
Segment sends Track calls to Engage Messaging as a `track` event.
47-
48-
---

0 commit comments

Comments
 (0)