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
<divclass="premonition info"><divclass="fa fa-info-circle"></div> <pmarkdown=1>Based on the library you use, the syntax in the examples might be different. You can find library-specific documentation on the [Sources Overview](/docs/connections/sources/) page.</p></div>
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/datarangers/index.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ In addition to the docs below, please reference the [BytePlus integration guide]
10
10
11
11
This destination is maintained by BytePlus. For any issues with the destination, please [contact the BytePlus Support team](mailto:support@byteplus.com)
12
12
13
-
Getting Started
14
-
13
+
## Getting Started
15
14
16
15
{% include content/connection-modes.md %}
17
16
@@ -24,7 +23,7 @@ Getting Started
24
23
6. Enter the "API Key" in the "BytePlus" destination settings in Segment.
25
24
26
25
27
-
Page
26
+
## Page
28
27
29
28
If you aren’t familiar with the Segment Spec, take a look at the Page method documentation (https://segment.com/docs/connections/spec/page/) to learn about what it does. An example call would look like:
30
29
@@ -36,7 +35,7 @@ analytics.page()
36
35
37
36
Segment sends Page calls to BytePlus as a `page` event.
38
37
39
-
Screen
38
+
## Screen
40
39
41
40
If you aren’t familiar with the Segment Spec, take a look at the [Screen method documentation](https://segment.com/docs/connections/spec/screen/) to learn about what it does. An example call would look like:
42
41
```obj-c
@@ -45,7 +44,7 @@ If you aren’t familiar with the Segment Spec, take a look at the [Screen metho
45
44
46
45
Segment sends Screen calls to BytePlus as a`screen`event.
47
46
48
-
Identify
47
+
## Identify
49
48
50
49
If you aren’t familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
Segment sends Identify calls to BytePlus as an `identify `event with `SSID`.
58
57
59
-
Track
58
+
## Track
60
59
61
60
If you aren’t familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/doubleclick-floodlight/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: DoubleClick Floodlight Destination
3
3
strat: google
4
+
cmode-override: true
4
5
---
5
6
6
7
The [DoubleClick Floodlight](https://support.google.com/searchads/answer/7298761?hl=en) destination allows you to make calls directly to Floodlight based on your mapped events. All you have to do is enter your **DoubleClick Advertiser ID** in the Doubleclick Floodlight destinations settings in the Segment App, then map the Segment `track` events to their corresponding Floodlight tags.
0 commit comments