Skip to content

Commit 83a129e

Browse files
author
markzegarelli
authored
Add note about Criteo connection modes with Analytics.js (#2437)
1 parent 8e2715d commit 83a129e

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

src/_data/catalog/overrides.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# This file is manually generated. When you add or remove an item, add or remove
22
# it from the `overrides-list.yml` too.
33
items:
4+
- slug: criteo-app-web-events
5+
connection_modes:
6+
connection_modes:
7+
device:
8+
web: true
9+
mobile: false
10+
server: false
11+
cloud:
12+
web: false
13+
mobile: true
14+
server: false
415
- slug: doubleclick-floodlight
516
connection_modes:
617
device:

src/connections/destinations/catalog/criteo-app-web-events/index.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
---
22
title: Criteo App & Web Events Destination
33
rewrite: true
4+
cmode-override: true
5+
hide-cmodes: true
46
redirect_from: '/connections/destinations/catalog/criteo/'
57
---
68

79
## Getting Started
810

9-
{% include content/connection-modes.md %}
11+
> info "Information about Criteo App & Web Events and Analytics.js"
12+
> If you connect the Criteo App & Web Events destination to an Analytics.js source, the connection defaults to Device-mode. Cloud-mode connections are not available with Analytics.js.
1013
1114
Currently this destination supports events originating from Mobile or Web sources (not Server). You can read more [about sources here](/docs/connections/sources/).
1215

13-
**Our web integration with Criteo Events is currently in public beta. Use carefully and [contact us](https://segment.com/help/contact) if you are having any issues.**
14-
1516
To get started with Criteo Events and Segment, you'll need:
1617

1718
1. An existing account with [Criteo](http://www.criteo.com/).
1819
2. A data source integrated with either one of our mobile SDK's ([iOS](/docs/connections/sources/catalog/libraries/mobile/ios/) or [Android](/docs/connections/sources/catalog/libraries/mobile/android/)) or Javascript library ([Analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/))
1920

20-
Assuming both of these criteria are met, you can add Criteo Events as a destination for your desired source in your Segment account.
21-
22-
**If you are using our mobile integration with Criteo Events make sure your app is properly registered with them.**
23-
24-
25-
- - -
2621

2722

2823
## Track

0 commit comments

Comments
 (0)