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 an hashed email in every Criteo event with the `injectHashedEmailIntoCriteoEvents` method.
138
138
The hashed email will be sent with every Criteo event for the duration of the application lifecycle,
139
139
so it must be set again when the app is re-lauched.
140
-
The hashed email can be removed by setting the `injectHashedEmailIntoCriteoEvents` method with `nil`.
140
+
The hashed email can be removed by setting the `injectHashedEmailIntoCriteoEvents` value with `nil`.
141
141
142
142
```objc
143
143
#import "ADJCriteo.h"
@@ -149,10 +149,22 @@ The hashed email can be removed by setting the `injectHashedEmailIntoCriteoEvent
149
149
150
150
It's possible to attach a check-in and check-out date to every Criteo event with the `injectViewSearchDatesIntoCriteoEvent` method. The dates 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.
151
151
152
-
The search dates can be removed by setting the `injectViewSearchDatesIntoCriteoEvents`dates with `nil`.
152
+
The search dates can be removed by setting the `injectViewSearchDatesIntoCriteoEvents`values with `nil`.
It's possible to attach a partner id to every Criteo event with the `injectPartnerIdIntoCriteoEvent` method. The partner 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.
163
+
164
+
The search dates can be removed by setting the `injectPartnerIdIntoCriteoEvent` value with `nil`.
0 commit comments