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: docs/index.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,13 +103,13 @@ Make sure :code:`EdgeContext` is accessible on :code:`request` object like so:
103
103
104
104
request.edge_context
105
105
106
-
If you **don't have access** to :code:`edge_context` in your service, you can access the SDK’s internal decider instance for a lower level API,
106
+
If you **don't have access** to :code:`edge_context` in your service/request, you can access the SDK’s internal decider instance for a lower level API,
107
107
allowing you to pass in targeting context fields as a :code:`dict` param,
108
-
e.g. "user_is_employee", "app_name", other targeting fields (instead of them being derived from :code:`edge_context`).
108
+
e.g. "user_is_employee", "country_code", or other targeting fields (instead of them being auto-derived from :code:`edge_context`).
109
109
110
110
See full API in `readme <https://github.snooguts.net/reddit/decider/tree/master/decider-py#class-decider>`_ (reddit internal).
111
111
112
-
The internal decider instance can be accessed from a top-level decider instance via:
112
+
The internal decider instance can be accessed from the SDK's top-level decider instance via:
0 commit comments