Skip to content

Commit f58636f

Browse files
author
markzegarelli
committed
Merge branch 'develop' of github.com:segmentio/segment-docs into develop
2 parents 244f065 + 6411082 commit f58636f

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
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

src/connections/destinations/catalog/hubspot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In this case, your HubSpot `eventId` is 'Bought Item'. If you want to use an exi
105105

106106
#### Setting Contact Properties on Track
107107

108-
Segment recommends that you send `traits` with an [Identify](/docs/connections/spec/identify/) call. You can also set HubSpot properties on a track call sent from any server-side source, as allowed by Hubspot's [events API](http://developers.hubspot.com/docs/methods/enterprise_events/http_api){:target="_blank"}. You might want to use this method if you're running out of API calls on the Identify requests.
108+
Segment recommends that you send `traits` with an [Identify](/docs/connections/spec/identify/) call. You can also set HubSpot properties on a track call sent from any server-side source, as allowed by Hubspot's [events API](http://developers.hubspot.com/docs/methods/enterprise_events/http_api){:target="_blank"}. Segment recommends this method if you're running out of HubSpot API calls on the Identify requests.
109109

110110
Include HubSpot contact properties into the `context.traits` object:
111111

src/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If the source you intend to upgrade uses the in-domain instrumentation as well a
5050

5151
### Relying on Analytics.js Classic's `ajs_anonymous_id` cookie format
5252

53-
Analytics.js 2.0 removes inbuilt quotes from cookie values, resulting in a different format for the `ajs_anonymous_id` value when compared to Analytics.js Classic. Though you can retrieve cookie values with [standard supported functions](/docs/connections/sources/catalog/libraries/website/javascript/identity/#retrieve-the-anonymous-id), you'll need to configure your environment to accept the new format if your implementation relies on accessing the cookie value directly.
53+
Analytics.js 2.0 removes inbuilt quotes from cookie values, resulting in a different format for the `ajs_anonymous_id` value when compared to Analytics.js Classic. Though you can retrieve cookie values with [standard supported functions](/docs/connections/sources/catalog/libraries/website/javascript/identity/#retrieve-the-anonymous-id), you'll need to configure your environment to accept the new format using the `utility` [plugin](/docs/connections/sources/catalog/libraries/website/javascript/index/#example-plugins) if your implementation relies on accessing the cookie value directly.
5454

5555
### Using a strict content security policy on the page
5656

0 commit comments

Comments
 (0)