Policy Fields
Enforcement Flags
These flags control whether bans at each scope level are enforced during device checks. When a scope is not enforced, bans at that scope still exist but won’t cause"banned": true in the device check response.
| Flag | Default | Description |
|---|---|---|
enforce_game | true | Enforce game-scoped bans |
enforce_publisher | true | Enforce publisher-scoped bans |
enforce_global | true | Enforce global-scoped bans |
enforce_cheat_global | true | Enforce global cheat bans specifically |
enforce_social_global | true | Enforce global social bans specifically |
enforce_cheat_global and enforce_social_global flags provide fine-grained control over global enforcement by ban type, allowing a publisher to enforce global cheat bans while ignoring global social bans, or vice versa.
Reputation Inclusion Flags
These flags control which ban scopes contribute to the reputation scores returned in device check responses.| Flag | Default | Description |
|---|---|---|
rep_include_game | true | Include game-level bans in reputation scores |
rep_include_publisher | true | Include publisher-level bans in reputation scores |
rep_include_global | true | Include global-level bans in reputation scores |
Reading the Policy
Response
Updating the Policy
Send only the fields you want to change — omitted fields remain unchanged:- Global bans contribute to reputation scores (visible as risk indicators)
- But global bans are not enforced (won’t block the device)
