data
Google Data Manager CLI for AI Agents
Use the Google Data Manager CLI from KosmoKrator to call Google Data Manager tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Google Data Manager CLI Setup
Google Data Manager can be configured headlessly with `kosmokrator integrations:configure google-data-manager`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure google-data-manager --enable --read allow --write ask --json
kosmokrator integrations:doctor google-data-manager --json
kosmokrator integrations:status --json Runtime Requirements
Install these host dependencies before calling Google Data Manager locally.
| Name | Type | Description |
|---|---|---|
runtime | dependency | |
runtime | dependency | |
runtime | dependency |
Credentials
Authentication type: oauth2 oauth2. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call google-data-manager.google_data_manager_diagnostics '{}' --json kosmo integrations:google-data-manager google_data_manager_diagnostics '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs google-data-manager --json
kosmo integrations:docs google-data-manager.google_data_manager_diagnostics --json
kosmo integrations:schema google-data-manager.google_data_manager_diagnostics --json
kosmo integrations:search "Google Data Manager" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
google-data-manager.google_data_manager_diagnostics
Show safe configuration diagnostics.
read - Parameters
- none
kosmo integrations:call google-data-manager.google_data_manager_diagnostics '{}' --json kosmo integrations:google-data-manager google_data_manager_diagnostics '{}' --json google-data-manager.google_data_manager_ingest_events
Upload conversion event resources to destinations.
write - Parameters
- none
kosmo integrations:call google-data-manager.google_data_manager_ingest_events '{}' --json kosmo integrations:google-data-manager google_data_manager_ingest_events '{}' --json google-data-manager.google_data_manager_ingest_audience_members
Upload audience member resources to destinations.
write - Parameters
- none
kosmo integrations:call google-data-manager.google_data_manager_ingest_audience_members '{}' --json kosmo integrations:google-data-manager google_data_manager_ingest_audience_members '{}' --json google-data-manager.google_data_manager_remove_audience_members
Remove audience members from destinations.
write - Parameters
- none
kosmo integrations:call google-data-manager.google_data_manager_remove_audience_members '{}' --json kosmo integrations:google-data-manager google_data_manager_remove_audience_members '{}' --json google-data-manager.google_data_manager_retrieve_request_status
Poll request processing status by request ID.
read - Parameters
- none
kosmo integrations:call google-data-manager.google_data_manager_retrieve_request_status '{}' --json kosmo integrations:google-data-manager google_data_manager_retrieve_request_status '{}' --json google-data-manager.google_data_manager_raw_request
Low-level Data Manager API request for new endpoints.
write - Parameters
- none
kosmo integrations:call google-data-manager.google_data_manager_raw_request '{}' --json kosmo integrations:google-data-manager google_data_manager_raw_request '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
google-data-manager.google_data_manager_diagnostics 0 parameters
kosmo integrations:schema google-data-manager.google_data_manager_diagnostics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-data-manager.google_data_manager_ingest_events 0 parameters
kosmo integrations:schema google-data-manager.google_data_manager_ingest_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-data-manager.google_data_manager_ingest_audience_members 0 parameters
kosmo integrations:schema google-data-manager.google_data_manager_ingest_audience_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-data-manager.google_data_manager_remove_audience_members 0 parameters
kosmo integrations:schema google-data-manager.google_data_manager_remove_audience_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-data-manager.google_data_manager_retrieve_request_status 0 parameters
kosmo integrations:schema google-data-manager.google_data_manager_retrieve_request_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-data-manager.google_data_manager_raw_request 0 parameters
kosmo integrations:schema google-data-manager.google_data_manager_raw_request --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.