We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6229c commit b3d7281Copy full SHA for b3d7281
doc/criteo_plugin.md
@@ -142,7 +142,7 @@ The hashed email can be removed by setting the `injectHashedEmailIntoCriteoEvent
142
```objc
143
#import "ADJCriteo.h"
144
145
-AdjustCriteo.injectHashedEmailIntoCriteoEvents("8455938a1db5c475a87d76edacb6284e");
+[ADJCriteo injectHashedEmailIntoCriteoEvents:@"8455938a1db5c475a87d76edacb6284e"];
146
```
147
148
### Search dates
0 commit comments