Skip to content

Commit b3d7281

Browse files
committed
Clean criteo doc hash email
1 parent cb6229c commit b3d7281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/criteo_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The hashed email can be removed by setting the `injectHashedEmailIntoCriteoEvent
142142
```objc
143143
#import "ADJCriteo.h"
144144
145-
AdjustCriteo.injectHashedEmailIntoCriteoEvents("8455938a1db5c475a87d76edacb6284e");
145+
[ADJCriteo injectHashedEmailIntoCriteoEvents:@"8455938a1db5c475a87d76edacb6284e"];
146146
```
147147

148148
### Search dates

0 commit comments

Comments
 (0)