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
It's possible to attach the customer id to every Criteo event with the `injectCustomerIdIntoCriteoEvents` method. The customer id will be sent with every Criteo event for the duration of the application lifecycle, so it must be set again when the app is re-lauched.
206
+
It's possible to attach the customer ID to every Criteo event with the `injectCustomerIdIntoCriteoEvents` method. The customer ID will be sent with every Criteo event for the duration of the application life cycle, so it must be set again when the app is re-launched.
207
207
208
-
The customer id can be removed by setting the `injectCustomerIdIntoCriteoEvents` value with`null`.
208
+
The customer ID can be removed by setting the `injectCustomerIdIntoCriteoEvents` value to`null`.
It's possible to attach the user segment to every Criteo event with the `injectUserSegmentIntoCriteoEvents` method. The user segment will be sent with every Criteo event for the duration of the application lifecycle, so it must be set again when the app is re-lauched.
218
+
It's possible to attach the user segment to every Criteo event with the `injectUserSegmentIntoCriteoEvents` method. The user segment will be sent with every Criteo event for the duration of the application life cycle, so it must be set again when the app is re-launched.
219
219
220
-
The customer id can be removed by setting the `injectUserSegmentIntoCriteoEvents` value with`null`.
220
+
The user segment can be removed by setting the `injectUserSegmentIntoCriteoEvents` value to`null`.
0 commit comments