gam_features
Verify enabled features and beta capabilities on your Google Ad Manager network to confirm availability before using advanced functionality.
Instructions
Inspect GAM network features — discover which beta features and capabilities are enabled.
MODE: read-only AUTH: OAuth 2.0 required CREDITS: 0 (free) OUTPUT: Returns a list of NetworkFeature objects with featureName, enabled (boolean), and description. WHEN TO USE: Call before using advanced GAM features to verify they are enabled on the network. Use probe_gam_features when you need to test a specific capability live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Sub-operation to perform: • get_gam_features: Return the cached list of features enabled on the network. • probe_gam_features: Live-probe the network for feature availability (slower but always current). • refresh_gam_features: Force-refresh the feature cache. Call after a GAM admin enables new features. | |
| network_code | No | GAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks. |