Skip to content

Commit 601e65b

Browse files
author
easteracrobat
committed
proofing
1 parent 4171ab1 commit 601e65b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/english/criteo_plugin.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ protected void onCreate(Bundle savedInstanceState) {
201201
}
202202
```
203203

204-
#### Customer Id
204+
#### Customer ID
205205

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 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.
207207

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`.
209209

210210
```java
211211
import com.adjust.sdk.plugin.AdjustCriteo;
@@ -215,9 +215,9 @@ AdjustCriteo.injectCustomerIdIntoCriteoEvents("{CriteoCustomerId}");
215215

216216
#### User Segment
217217

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 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.
219219

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`.
221221

222222
```java
223223
import com.adjust.sdk.plugin.AdjustCriteo;

0 commit comments

Comments
 (0)