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
Copy file name to clipboardExpand all lines: on-device-decisioning/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Target Local execution sample
1
+
# Target on-device decisioning sample
2
2
3
3
## Overview
4
4
@@ -22,7 +22,7 @@ For this sample, we first created a simple AB activity for the `demo-marketing-o
22
22
23
23
As you can see, each experience has a different filename set in the `asset` property.
24
24
25
-
When run, the app server makes a getOffers call, requesting the `demo-marketing-offer1` mbox. But the SDK has been configured to use local execution mode to determine the outcome of the call rather than send a request to the target delivery API.
25
+
When run, the app server makes a getOffers call, requesting the `demo-marketing-offer1` mbox. But the SDK has been configured to use on-device decisioning method to determine the outcome of the call rather than send a request to the target delivery API.
26
26
27
27
When the page is loaded in a browser, an image is shown at the top of the page. This image comes from one of the two experiences in the activity defined above. The target response is also shown on the page.
28
28
@@ -34,22 +34,22 @@ When the page is loaded in a browser, an image is shown at the top of the page.
34
34
35
35
## How it works
36
36
37
-
This sample utilizes local execution mode to determine target experiences. By default, the SDK always makes a request to the target delivery API for each `getOffers` call. But you can configure the SDK to use local execution mode instead. This mode downloads target activity rules on initialization. The rules are then used to determine which experiences to return when `getOffers` is called, rather than make a request to the delivery API each time.
37
+
This sample utilizes on-device decisioning method to determine target experiences. By default, the SDK always makes a request to the target delivery API for each `getOffers` call. But you can configure the SDK to use on-device decisioning method instead. This mode downloads target activity rules on initialization. The rules are then used to determine which experiences to return when `getOffers` is called, rather than make a request to the delivery API each time.
38
38
39
-
There are four main properties to keep in mind when using local execution mode:
39
+
There are four main properties to keep in mind when using on-device decisioning method:
0 commit comments