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
* @api {get} /o/sdk?method=rc Get remote configs in sdk
23
+
* @apiName GetRemoteConfigInSdk
24
+
* @apiGroup Remote Config
25
+
* @apiPermission user
26
+
* @apiDescription Fetch all remote config in sdk
27
+
*
28
+
* @apiQuery {String} app_key APP_KEY of an app for which to fetch remote config
29
+
* @apiQuery {String} device_id Your generated or device specific unique device ID to identify user
30
+
* @apiQuery {String} [timestamp] 10 digit UTC timestamp for recording past data
31
+
* @apiQuery {String} [city] Name of the user's city
32
+
* @apiQuery {String} [country_code] ISO Country code for the user's country
33
+
* @apiQuery {String} [location] Users lat, lng
34
+
* @apiQuery {String} [tz] Users timezone
35
+
* @apiQuery {String} [ip_address] IP address of user to determine user location, if not provided, countly will try to establish ip address based on connection data
36
+
* @apiQuery {String[]} [keys] Only the values mentioned in the array will be fetched
37
+
* @apiQuery {String[]} [omit_keys] Only the values mentioned in the array will not be fetched
38
+
* @apiQuery {Object} [metrics] JSON object with key value pairs
39
+
* @apiQuery {Number} [oi] To indicate that user will be enrolled in the returned keys if eligible
* @api {get} /o/sdk?method=ab Enrolls in ab tests for mentioned keys if user is eligible
63
+
* @apiName EnrollUserInABTests
64
+
* @apiGroup Remote Config
65
+
* @apiPermission user
66
+
* @apiDescription Enrolls in ab tests for mentioned keys if user is eligible
67
+
*
68
+
* @apiQuery {String} app_key APP_KEY of an app for which to fetch remote config
69
+
* @apiQuery {String} device_id Your generated or device specific unique device ID to identify user
70
+
* @apiQuery {String} [timestamp] 10 digit UTC timestamp for recording past data
71
+
* @apiQuery {String} [city] Name of the user's city
72
+
* @apiQuery {String} [country_code] ISO Country code for the user's country
73
+
* @apiQuery {String} [location] Users lat, lng
74
+
* @apiQuery {String} [tz] Users timezone
75
+
* @apiQuery {String} [ip_address] IP address of user to determine user location, if not provided, countly will try to establish ip address based on connection data
76
+
* @apiQuery {String[]} [keys] Only the values mentioned in the array will be fetched
77
+
* @apiQuery {Object} [metrics] JSON object with key value pairs
0 commit comments