data
X Ads CLI for AI Agents
Use the X Ads CLI from KosmoKrator to call X Ads tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.X Ads CLI Setup
X Ads can be configured headlessly with `kosmokrator integrations:configure x-ads`.
# 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 x-ads --set api_key="$X_ADS_API_KEY" --set api_secret="$X_ADS_API_SECRET" --set access_token="$X_ADS_ACCESS_TOKEN" --set access_token_secret="$X_ADS_ACCESS_TOKEN_SECRET" --enable --read allow --write ask --json
kosmokrator integrations:doctor x-ads --json
kosmokrator integrations:status --json Credentials
Authentication type: oauth1a user context oauth1a_user_context. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
api_key | X_ADS_API_KEY | Secret secret | yes | API Key |
api_secret | X_ADS_API_SECRET | Secret secret | yes | API Secret |
access_token | X_ADS_ACCESS_TOKEN | Secret secret | yes | Access Token |
access_token_secret | X_ADS_ACCESS_TOKEN_SECRET | Secret secret | yes | Access Token Secret |
account_id | X_ADS_ACCOUNT_ID | Text string | no | Default Ads Account ID |
api_version | X_ADS_API_VERSION | Text string | no | Ads API Version |
base_url | X_ADS_BASE_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call x-ads.x_ads_get_stats_accounts_account_id_active_entities '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","start_time":"example_start_time","campaign_ids":"example_campaign_ids","funding_instrument_ids":"example_funding_instrument_ids","line_item_ids":"example_line_item_ids"}' --json kosmo integrations:x-ads x_ads_get_stats_accounts_account_id_active_entities '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","start_time":"example_start_time","campaign_ids":"example_campaign_ids","funding_instrument_ids":"example_funding_instrument_ids","line_item_ids":"example_line_item_ids"}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs x-ads --json
kosmo integrations:docs x-ads.x_ads_get_stats_accounts_account_id_active_entities --json
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id_active_entities --json
kosmo integrations:search "X Ads" --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.
x-ads.x_ads_get_stats_accounts_account_id_active_entities
X Ads API operation: Analytics / Active Entities stats/accounts/:account_id/active_entities.
read - Parameters
- account_id, end_time, entity, start_time, campaign_ids, funding_instrument_ids, line_item_ids
kosmo integrations:call x-ads.x_ads_get_stats_accounts_account_id_active_entities '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","start_time":"example_start_time","campaign_ids":"example_campaign_ids","funding_instrument_ids":"example_funding_instrument_ids","line_item_ids":"example_line_item_ids"}' --json kosmo integrations:x-ads x_ads_get_stats_accounts_account_id_active_entities '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","start_time":"example_start_time","campaign_ids":"example_campaign_ids","funding_instrument_ids":"example_funding_instrument_ids","line_item_ids":"example_line_item_ids"}' --json x-ads.x_ads_get_stats_jobs_accounts_account_id
X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id.
read - Parameters
- account_id, count, cursor, job_ids
kosmo integrations:call x-ads.x_ads_get_stats_jobs_accounts_account_id '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","job_ids":"example_job_ids"}' --json kosmo integrations:x-ads x_ads_get_stats_jobs_accounts_account_id '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","job_ids":"example_job_ids"}' --json x-ads.x_ads_post_stats_jobs_accounts_account_id
X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id.
write - Parameters
- account_id, end_time, entity, entity_ids, granularity, metric_groups, placement, start_time, country, platform, segmentation_type
kosmo integrations:call x-ads.x_ads_post_stats_jobs_accounts_account_id '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","entity_ids":"example_entity_ids","granularity":"example_granularity","metric_groups":"example_metric_groups","placement":"example_placement","start_time":"example_start_time"}' --json kosmo integrations:x-ads x_ads_post_stats_jobs_accounts_account_id '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","entity_ids":"example_entity_ids","granularity":"example_granularity","metric_groups":"example_metric_groups","placement":"example_placement","start_time":"example_start_time"}' --json x-ads.x_ads_delete_stats_jobs_accounts_account_id_job_id
X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id/:job_id.
write - Parameters
- account_id, body
kosmo integrations:call x-ads.x_ads_delete_stats_jobs_accounts_account_id_job_id '{"account_id":"example_account_id","body":"example_body"}' --json kosmo integrations:x-ads x_ads_delete_stats_jobs_accounts_account_id_job_id '{"account_id":"example_account_id","body":"example_body"}' --json x-ads.x_ads_get_accounts_account_id_auction_insights
X Ads API operation: Analytics / Auction Insights accounts/:account_id/auction_insights.
read - Parameters
- account_id, end_time, granularity, line_item_ids, placement, start_time
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_auction_insights '{"account_id":"example_account_id","end_time":"example_end_time","granularity":"example_granularity","line_item_ids":"example_line_item_ids","placement":"example_placement","start_time":"example_start_time"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_auction_insights '{"account_id":"example_account_id","end_time":"example_end_time","granularity":"example_granularity","line_item_ids":"example_line_item_ids","placement":"example_placement","start_time":"example_start_time"}' --json x-ads.x_ads_get_stats_accounts_account_id_reach_campaigns
X Ads API operation: Analytics / Reach and Average Frequency stats/accounts/:account_id/reach/campaigns.
read - Parameters
- account_id, campaign_ids, end_time, start_time
kosmo integrations:call x-ads.x_ads_get_stats_accounts_account_id_reach_campaigns '{"account_id":"example_account_id","campaign_ids":"example_campaign_ids","end_time":"example_end_time","start_time":"example_start_time"}' --json kosmo integrations:x-ads x_ads_get_stats_accounts_account_id_reach_campaigns '{"account_id":"example_account_id","campaign_ids":"example_campaign_ids","end_time":"example_end_time","start_time":"example_start_time"}' --json x-ads.x_ads_get_stats_accounts_account_id_reach_funding_instruments
X Ads API operation: Analytics / Reach and Average Frequency stats/accounts/:account_id/reach/funding_instruments.
read - Parameters
- account_id, funding_instrument_ids, end_time, start_time
kosmo integrations:call x-ads.x_ads_get_stats_accounts_account_id_reach_funding_instruments '{"account_id":"example_account_id","funding_instrument_ids":"example_funding_instrument_ids","end_time":"example_end_time","start_time":"example_start_time"}' --json kosmo integrations:x-ads x_ads_get_stats_accounts_account_id_reach_funding_instruments '{"account_id":"example_account_id","funding_instrument_ids":"example_funding_instrument_ids","end_time":"example_end_time","start_time":"example_start_time"}' --json x-ads.x_ads_get_stats_accounts_account_id
X Ads API operation: Analytics / Synchronous Analytics stats/accounts/:account_id.
read - Parameters
- account_id, end_time, entity, entity_ids, granularity, metric_groups, placement, start_time
kosmo integrations:call x-ads.x_ads_get_stats_accounts_account_id '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","entity_ids":"example_entity_ids","granularity":"example_granularity","metric_groups":"example_metric_groups","placement":"example_placement","start_time":"example_start_time"}' --json kosmo integrations:x-ads x_ads_get_stats_accounts_account_id '{"account_id":"example_account_id","end_time":"example_end_time","entity":"example_entity","entity_ids":"example_entity_ids","granularity":"example_granularity","metric_groups":"example_metric_groups","placement":"example_placement","start_time":"example_start_time"}' --json x-ads.x_ads_get_insights_accounts_account_id
X Ads API operation: Audience / Insights insights/accounts/:account_id.
read - Parameters
- account_id, audience_type, audience_value, interaction_type
kosmo integrations:call x-ads.x_ads_get_insights_accounts_account_id '{"account_id":"example_account_id","audience_type":"example_audience_type","audience_value":"example_audience_value","interaction_type":"example_interaction_type"}' --json kosmo integrations:x-ads x_ads_get_insights_accounts_account_id '{"account_id":"example_account_id","audience_type":"example_audience_type","audience_value":"example_audience_value","interaction_type":"example_interaction_type"}' --json x-ads.x_ads_get_insights_accounts_account_id_available_audiences
X Ads API operation: Audience / Insights insights/accounts/:account_id/available_audiences.
read - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_get_insights_accounts_account_id_available_audiences '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_get_insights_accounts_account_id_available_audiences '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_insights_keywords_search
X Ads API operation: Audience / Keyword Insights insights/keywords/search.
read - Parameters
- granularity, keywords, start_time, end_time, location, negative_keywords
kosmo integrations:call x-ads.x_ads_get_insights_keywords_search '{"granularity":"example_granularity","keywords":"example_keywords","start_time":"example_start_time","end_time":"example_end_time","location":"example_location","negative_keywords":"example_negative_keywords"}' --json kosmo integrations:x-ads x_ads_get_insights_keywords_search '{"granularity":"example_granularity","keywords":"example_keywords","start_time":"example_start_time","end_time":"example_end_time","location":"example_location","negative_keywords":"example_negative_keywords"}' --json x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id_permissions
X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions.
read - Parameters
- account_id, count, cursor, granted_account_ids, sort_by, tailored_audience_permission_ids, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id_permissions '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","granted_account_ids":"example_granted_account_ids","sort_by":"example_sort_by","tailored_audience_permission_ids":"example_tailored_audience_permission_ids","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id_permissions '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","granted_account_ids":"example_granted_account_ids","sort_by":"example_sort_by","tailored_audience_permission_ids":"example_tailored_audience_permission_ids","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_permissions
X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions.
write - Parameters
- account_id, granted_account_id, permission_level
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_permissions '{"account_id":"example_account_id","granted_account_id":"example_granted_account_id","permission_level":"example_permission_level"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_permissions '{"account_id":"example_account_id","granted_account_id":"example_granted_account_id","permission_level":"example_permission_level"}' --json x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id_permissions_tailored_audience_permission_id
X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions/:tailored_audience_permission_id.
write - Parameters
- account_id, tailored_audience_permission_id, body
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id_permissions_tailored_audience_permission_id '{"account_id":"example_account_id","tailored_audience_permission_id":"example_tailored_audience_permission_id","body":"example_body"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id_permissions_tailored_audience_permission_id '{"account_id":"example_account_id","tailored_audience_permission_id":"example_tailored_audience_permission_id","body":"example_body"}' --json x-ads.x_ads_get_accounts_account_id_tailored_audiences
X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences.
read - Parameters
- account_id, count, cursor, permission_scope, q, sort_by, tailored_audience_ids, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","permission_scope":"example_permission_scope","q":"example_q","sort_by":"example_sort_by","tailored_audience_ids":"example_tailored_audience_ids","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","permission_scope":"example_permission_scope","q":"example_q","sort_by":"example_sort_by","tailored_audience_ids":"example_tailored_audience_ids","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id
X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences/:tailored_audience_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_tailored_audiences
X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences.
write - Parameters
- account_id, name
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","name":"example_name"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","name":"example_name"}' --json x-ads.x_ads_post_batch_accounts_account_id_tailored_audiences
X Ads API operation: Audience / Tailored Audiences batch/accounts/:account_id/tailored_audiences.
write - Parameters
- account_id, audience_type, child_segments, name, operation_type, params, boolean_operator, lookback_window, segments, tailored_audience_id, frequency, frequency_comparator, negate
kosmo integrations:call x-ads.x_ads_post_batch_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","audience_type":"example_audience_type","child_segments":"example_child_segments","name":"example_name","operation_type":"example_operation_type","params":"example_params","boolean_operator":"example_boolean_operator","lookback_window":"example_lookback_window"}' --json kosmo integrations:x-ads x_ads_post_batch_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","audience_type":"example_audience_type","child_segments":"example_child_segments","name":"example_name","operation_type":"example_operation_type","params":"example_params","boolean_operator":"example_boolean_operator","lookback_window":"example_lookback_window"}' --json x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id
X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences/:tailored_audience_id.
write - Parameters
- account_id, body
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id '{"account_id":"example_account_id","body":"example_body"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id '{"account_id":"example_account_id","body":"example_body"}' --json x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_users
X Ads API operation: Audience / Tailored Audiences Users accounts/:account_id/tailored_audiences/:tailored_audience_id/users.
write - Parameters
- account_id, operation_type, params, users, effective_at, expires_at
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_users '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params","users":"example_users","effective_at":"example_effective_at","expires_at":"example_expires_at"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_users '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params","users":"example_users","effective_at":"example_effective_at","expires_at":"example_expires_at"}' --json x-ads.x_ads_get_accounts
X Ads API operation: Campaign Management / Accounts accounts.
read - Parameters
- account_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts '{"account_ids":"example_account_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts '{"account_ids":"example_account_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id
X Ads API operation: Campaign Management / Accounts accounts/:account_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts
X Ads API operation: Campaign Management / Accounts accounts.
write - Parameters
- none
kosmo integrations:call x-ads.x_ads_post_accounts '{}' --json kosmo integrations:x-ads x_ads_post_accounts '{}' --json x-ads.x_ads_put_accounts_account_id
X Ads API operation: Campaign Management / Accounts accounts/:account_id.
write - Parameters
- account_id, name, industry_type
kosmo integrations:call x-ads.x_ads_put_accounts_account_id '{"account_id":"example_account_id","name":"example_name","industry_type":"example_industry_type"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id '{"account_id":"example_account_id","name":"example_name","industry_type":"example_industry_type"}' --json x-ads.x_ads_delete_accounts_account_id
X Ads API operation: Campaign Management / Accounts accounts/:account_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_authenticated_user_access
X Ads API operation: Campaign Management / Authenticated User Access accounts/:account_id/authenticated_user_access.
read - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_authenticated_user_access '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_authenticated_user_access '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_bidding_rules
X Ads API operation: Campaign Management / Bidding Rules bidding_rules.
read - Parameters
- currency
kosmo integrations:call x-ads.x_ads_get_bidding_rules '{"currency":"example_currency"}' --json kosmo integrations:x-ads x_ads_get_bidding_rules '{"currency":"example_currency"}' --json x-ads.x_ads_get_accounts_account_id_campaigns
X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns.
read - Parameters
- account_id, campaign_ids, count, cursor, funding_instrument_ids, q, sort_by, with_deleted, with_draft, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_campaigns '{"account_id":"example_account_id","campaign_ids":"example_campaign_ids","count":"example_count","cursor":"example_cursor","funding_instrument_ids":"example_funding_instrument_ids","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_campaigns '{"account_id":"example_account_id","campaign_ids":"example_campaign_ids","count":"example_count","cursor":"example_cursor","funding_instrument_ids":"example_funding_instrument_ids","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_get_accounts_account_id_campaigns_campaign_id
X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_campaigns
X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns.
write - Parameters
- account_id, funding_instrument_id, name, start_time, daily_budget_amount_local_micro, duration_in_days, end_time, entity_status, frequency_cap, standard_delivery, total_budget_amount_local_micro
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_campaigns '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id","name":"example_name","start_time":"example_start_time","daily_budget_amount_local_micro":"example_daily_budget_amount_local_micro","duration_in_days":"example_duration_in_days","end_time":"example_end_time","entity_status":"example_entity_status"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_campaigns '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id","name":"example_name","start_time":"example_start_time","daily_budget_amount_local_micro":"example_daily_budget_amount_local_micro","duration_in_days":"example_duration_in_days","end_time":"example_end_time","entity_status":"example_entity_status"}' --json x-ads.x_ads_post_batch_accounts_account_id_campaigns
X Ads API operation: Campaign Management / Campaigns batch/accounts/:account_id/campaigns.
write - Parameters
- account_id, operation_type, params
kosmo integrations:call x-ads.x_ads_post_batch_accounts_account_id_campaigns '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params"}' --json kosmo integrations:x-ads x_ads_post_batch_accounts_account_id_campaigns '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params"}' --json x-ads.x_ads_put_accounts_account_id_campaigns_campaign_id
X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.
write - Parameters
- account_id, daily_budget_amount_local_micro, end_time, entity_status, duration_in_days, frequency_cap, name, standard_delivery, start_time, total_budget_amount_local_micro
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id","daily_budget_amount_local_micro":"example_daily_budget_amount_local_micro","end_time":"example_end_time","entity_status":"example_entity_status","duration_in_days":"example_duration_in_days","frequency_cap":"example_frequency_cap","name":"example_name","standard_delivery":"example_standard_delivery"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id","daily_budget_amount_local_micro":"example_daily_budget_amount_local_micro","end_time":"example_end_time","entity_status":"example_entity_status","duration_in_days":"example_duration_in_days","frequency_cap":"example_frequency_cap","name":"example_name","standard_delivery":"example_standard_delivery"}' --json x-ads.x_ads_delete_accounts_account_id_campaigns_campaign_id
X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_content_categories
X Ads API operation: Campaign Management / Content Categories content_categories.
read - Parameters
- none
kosmo integrations:call x-ads.x_ads_get_content_categories '{}' --json kosmo integrations:x-ads x_ads_get_content_categories '{}' --json x-ads.x_ads_get_accounts_account_id_features
X Ads API operation: Campaign Management / Features accounts/:account_id/features.
read - Parameters
- account_id, feature_keys
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json x-ads.x_ads_post_accounts_account_id_features
X Ads API operation: Campaign Management / Features accounts/:account_id/features.
write - Parameters
- account_id, feature_keys
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json x-ads.x_ads_delete_accounts_account_id_features
X Ads API operation: Campaign Management / Features accounts/:account_id/features.
write - Parameters
- account_id, feature_keys
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json x-ads.x_ads_get_accounts_account_id_funding_instruments
X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments.
read - Parameters
- account_id, count, cursor, funding_instrument_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_funding_instruments '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","funding_instrument_ids":"example_funding_instrument_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_funding_instruments '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","funding_instrument_ids":"example_funding_instrument_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_funding_instruments_funding_instrument_id
X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.
read - Parameters
- account_id, funding_instrument_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_funding_instruments_funding_instrument_id '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_funding_instruments_funding_instrument_id '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_funding_instruments
X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments.
write - Parameters
- account_id, currency, start_time, type, end_time, credit_limit_local_micro, funded_amount_local_micro
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_funding_instruments '{"account_id":"example_account_id","currency":"example_currency","start_time":"example_start_time","type":"example_type","end_time":"example_end_time","credit_limit_local_micro":"example_credit_limit_local_micro","funded_amount_local_micro":"example_funded_amount_local_micro"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_funding_instruments '{"account_id":"example_account_id","currency":"example_currency","start_time":"example_start_time","type":"example_type","end_time":"example_end_time","credit_limit_local_micro":"example_credit_limit_local_micro","funded_amount_local_micro":"example_funded_amount_local_micro"}' --json x-ads.x_ads_put_accounts_account_id_funding_instruments_funding_instrument_id
X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.
write - Parameters
- account_id, funding_instrument_id, funded_amount_local_micro, paused
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_funding_instruments_funding_instrument_id '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id","funded_amount_local_micro":"example_funded_amount_local_micro","paused":"example_paused"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_funding_instruments_funding_instrument_id '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id","funded_amount_local_micro":"example_funded_amount_local_micro","paused":"example_paused"}' --json x-ads.x_ads_delete_accounts_account_id_funding_instruments_funding_instrument_id
X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.
write - Parameters
- account_id, funding_instrument_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_funding_instruments_funding_instrument_id '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_funding_instruments_funding_instrument_id '{"account_id":"example_account_id","funding_instrument_id":"example_funding_instrument_id"}' --json x-ads.x_ads_get_iab_categories
X Ads API operation: Campaign Management / IAB Categories iab_categories.
read - Parameters
- count, cursor, with_total_count
kosmo integrations:call x-ads.x_ads_get_iab_categories '{"count":"example_count","cursor":"example_cursor","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_iab_categories '{"count":"example_count","cursor":"example_cursor","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_line_items
X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items.
read - Parameters
- account_id, campaign_ids, count, cursor, funding_instrument_ids, line_item_ids, q, sort_by, with_deleted, with_draft, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_line_items '{"account_id":"example_account_id","campaign_ids":"example_campaign_ids","count":"example_count","cursor":"example_cursor","funding_instrument_ids":"example_funding_instrument_ids","line_item_ids":"example_line_item_ids","q":"example_q","sort_by":"example_sort_by"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_line_items '{"account_id":"example_account_id","campaign_ids":"example_campaign_ids","count":"example_count","cursor":"example_cursor","funding_instrument_ids":"example_funding_instrument_ids","line_item_ids":"example_line_item_ids","q":"example_q","sort_by":"example_sort_by"}' --json x-ads.x_ads_get_accounts_account_id_line_items_line_item_id
X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_line_items
X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items.
write - Parameters
- account_id, campaign_id, objective, placements, product_type, advertiser_domain, bid_amount_local_micro, categories, primary_web_event_tag, advertiser_user_id, automatically_select_bid, bid_type, bid_unit, charge_by, end_time, entity_status, include_sentiment, audience_expansion, name, optimization, start_time, total_budget_amount_local_micro, tracking_tags
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_line_items '{"account_id":"example_account_id","campaign_id":"example_campaign_id","objective":"example_objective","placements":"example_placements","product_type":"example_product_type","advertiser_domain":"example_advertiser_domain","bid_amount_local_micro":"example_bid_amount_local_micro","categories":"example_categories"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_line_items '{"account_id":"example_account_id","campaign_id":"example_campaign_id","objective":"example_objective","placements":"example_placements","product_type":"example_product_type","advertiser_domain":"example_advertiser_domain","bid_amount_local_micro":"example_bid_amount_local_micro","categories":"example_categories"}' --json x-ads.x_ads_post_batch_accounts_account_id_line_items
X Ads API operation: Campaign Management / Line Items batch/accounts/:account_id/line_items.
write - Parameters
- account_id, operation_type, params
kosmo integrations:call x-ads.x_ads_post_batch_accounts_account_id_line_items '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params"}' --json kosmo integrations:x-ads x_ads_post_batch_accounts_account_id_line_items '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params"}' --json x-ads.x_ads_put_accounts_account_id_line_items_line_item_id
X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.
write - Parameters
- account_id, advertiser_domain, advertiser_user_id, automatically_select_bid, bid_amount_local_micro, bid_type, categories, end_time, entity_status, include_sentiment, audience_expansion, name, optimization, start_time, total_budget_amount_local_micro, tracking_tags
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id","advertiser_domain":"example_advertiser_domain","advertiser_user_id":"example_advertiser_user_id","automatically_select_bid":"example_automatically_select_bid","bid_amount_local_micro":"example_bid_amount_local_micro","bid_type":"example_bid_type","categories":"example_categories","end_time":"example_end_time"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id","advertiser_domain":"example_advertiser_domain","advertiser_user_id":"example_advertiser_user_id","automatically_select_bid":"example_automatically_select_bid","bid_amount_local_micro":"example_bid_amount_local_micro","bid_type":"example_bid_type","categories":"example_categories","end_time":"example_end_time"}' --json x-ads.x_ads_delete_accounts_account_id_line_items_line_item_id
X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_line_item_apps
X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps.
read - Parameters
- account_id, count, cursor, line_item_ids, line_item_app_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_line_item_apps '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","line_item_app_ids":"example_line_item_app_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_line_item_apps '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","line_item_app_ids":"example_line_item_app_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_line_item_apps_line_item_app_id
X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps/:line_item_app_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_line_item_apps_line_item_app_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_line_item_apps_line_item_app_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_line_item_apps
X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps.
write - Parameters
- account_id, app_store_identifier, line_item_id, os_type
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_line_item_apps '{"account_id":"example_account_id","app_store_identifier":"example_app_store_identifier","line_item_id":"example_line_item_id","os_type":"example_os_type"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_line_item_apps '{"account_id":"example_account_id","app_store_identifier":"example_app_store_identifier","line_item_id":"example_line_item_id","os_type":"example_os_type"}' --json x-ads.x_ads_delete_accounts_account_id_line_item_apps_line_item_app_id
X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps/:line_item_app_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_line_item_apps_line_item_app_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_line_item_apps_line_item_app_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_line_items_placements
X Ads API operation: Campaign Management / Line Item Placements line_items/placements.
read - Parameters
- product_type
kosmo integrations:call x-ads.x_ads_get_line_items_placements '{"product_type":"example_product_type"}' --json kosmo integrations:x-ads x_ads_get_line_items_placements '{"product_type":"example_product_type"}' --json x-ads.x_ads_get_accounts_account_id_media_creatives
X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives.
read - Parameters
- account_id, campaign_id, count, cursor, line_item_ids, media_creative_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_media_creatives '{"account_id":"example_account_id","campaign_id":"example_campaign_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","media_creative_ids":"example_media_creative_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_media_creatives '{"account_id":"example_account_id","campaign_id":"example_campaign_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","media_creative_ids":"example_media_creative_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_get_accounts_account_id_media_creatives_media_creative_id
X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives/:media_creative_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_media_creatives_media_creative_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_media_creatives_media_creative_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_media_creatives
X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives.
write - Parameters
- account_id, account_media_id, line_item_id, landing_url
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_media_creatives '{"account_id":"example_account_id","account_media_id":"example_account_media_id","line_item_id":"example_line_item_id","landing_url":"example_landing_url"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_media_creatives '{"account_id":"example_account_id","account_media_id":"example_account_media_id","line_item_id":"example_line_item_id","landing_url":"example_landing_url"}' --json x-ads.x_ads_delete_accounts_account_id_media_creatives_media_creative_id
X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives/:media_creative_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_media_creatives_media_creative_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_media_creatives_media_creative_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_promoted_accounts
X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts.
read - Parameters
- account_id, count, cursor, line_item_ids, promoted_account_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_promoted_accounts '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","promoted_account_ids":"example_promoted_account_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_promoted_accounts '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","promoted_account_ids":"example_promoted_account_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_promoted_accounts_promoted_account_id
X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts/:promoted_account_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_promoted_accounts_promoted_account_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_promoted_accounts_promoted_account_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_promoted_accounts
X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts.
write - Parameters
- account_id, line_item_id, user_id
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_promoted_accounts '{"account_id":"example_account_id","line_item_id":"example_line_item_id","user_id":"example_user_id"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_promoted_accounts '{"account_id":"example_account_id","line_item_id":"example_line_item_id","user_id":"example_user_id"}' --json x-ads.x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id
X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts/:promoted_account_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_promoted_tweets
X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets.
read - Parameters
- account_id, count, cursor, line_item_ids, promoted_tweet_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_promoted_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","promoted_tweet_ids":"example_promoted_tweet_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_promoted_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","promoted_tweet_ids":"example_promoted_tweet_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_promoted_tweets_promoted_tweet_id
X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets/:promoted_tweet_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_promoted_tweets_promoted_tweet_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_promoted_tweets_promoted_tweet_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_promoted_tweets
X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets.
write - Parameters
- account_id, line_item_id, tweet_ids
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_promoted_tweets '{"account_id":"example_account_id","line_item_id":"example_line_item_id","tweet_ids":"example_tweet_ids"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_promoted_tweets '{"account_id":"example_account_id","line_item_id":"example_line_item_id","tweet_ids":"example_tweet_ids"}' --json x-ads.x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id
X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets/:promoted_tweet_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_promotable_users
X Ads API operation: Campaign Management / Promotable Users accounts/:account_id/promotable_users.
read - Parameters
- account_id, count, cursor, promotable_user_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_promotable_users '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","promotable_user_ids":"example_promotable_user_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_promotable_users '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","promotable_user_ids":"example_promotable_user_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_promotable_users_promotable_user_id
X Ads API operation: Campaign Management / Promotable Users accounts/:account_id/promotable_users/:promotable_user_id.
read - Parameters
- account_id, promotable_user_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_promotable_users_promotable_user_id '{"account_id":"example_account_id","promotable_user_id":"example_promotable_user_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_promotable_users_promotable_user_id '{"account_id":"example_account_id","promotable_user_id":"example_promotable_user_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets
X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets.
read - Parameters
- account_id, count, cursor, line_item_ids, scheduled_promoted_tweet_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","scheduled_promoted_tweet_ids":"example_scheduled_promoted_tweet_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_scheduled_promoted_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","line_item_ids":"example_line_item_ids","scheduled_promoted_tweet_ids":"example_scheduled_promoted_tweet_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id
X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets/:scheduled_promoted_tweet_id.
read - Parameters
- account_id, scheduled_promoted_tweet_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id '{"account_id":"example_account_id","scheduled_promoted_tweet_id":"example_scheduled_promoted_tweet_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id '{"account_id":"example_account_id","scheduled_promoted_tweet_id":"example_scheduled_promoted_tweet_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_scheduled_promoted_tweets
X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets.
write - Parameters
- account_id, line_item_id, scheduled_tweet_id
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_scheduled_promoted_tweets '{"account_id":"example_account_id","line_item_id":"example_line_item_id","scheduled_tweet_id":"example_scheduled_tweet_id"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_scheduled_promoted_tweets '{"account_id":"example_account_id","line_item_id":"example_line_item_id","scheduled_tweet_id":"example_scheduled_tweet_id"}' --json x-ads.x_ads_delete_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id
X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets/:scheduled_promoted_tweet_id.
write - Parameters
- account_id, scheduled_promoted_tweet_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id '{"account_id":"example_account_id","scheduled_promoted_tweet_id":"example_scheduled_promoted_tweet_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id '{"account_id":"example_account_id","scheduled_promoted_tweet_id":"example_scheduled_promoted_tweet_id"}' --json x-ads.x_ads_get_accounts_account_id_targeting_criteria
X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria.
read - Parameters
- account_id, line_item_ids, count, cursor, lang, sort_by, targeting_criterion_ids, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_targeting_criteria '{"account_id":"example_account_id","line_item_ids":"example_line_item_ids","count":"example_count","cursor":"example_cursor","lang":"example_lang","sort_by":"example_sort_by","targeting_criterion_ids":"example_targeting_criterion_ids","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_targeting_criteria '{"account_id":"example_account_id","line_item_ids":"example_line_item_ids","count":"example_count","cursor":"example_cursor","lang":"example_lang","sort_by":"example_sort_by","targeting_criterion_ids":"example_targeting_criterion_ids","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_get_accounts_account_id_targeting_criteria_targeting_criterion_id
X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria/:targeting_criterion_id.
read - Parameters
- account_id, lang, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_targeting_criteria_targeting_criterion_id '{"account_id":"example_account_id","lang":"example_lang","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_targeting_criteria_targeting_criterion_id '{"account_id":"example_account_id","lang":"example_lang","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_targeting_criteria
X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria.
write - Parameters
- account_id, line_item_id, targeting_type, targeting_value, tailored_audience_expansion, operator_type
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_targeting_criteria '{"account_id":"example_account_id","line_item_id":"example_line_item_id","targeting_type":"example_targeting_type","targeting_value":"example_targeting_value","tailored_audience_expansion":"example_tailored_audience_expansion","operator_type":"example_operator_type"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_targeting_criteria '{"account_id":"example_account_id","line_item_id":"example_line_item_id","targeting_type":"example_targeting_type","targeting_value":"example_targeting_value","tailored_audience_expansion":"example_tailored_audience_expansion","operator_type":"example_operator_type"}' --json x-ads.x_ads_post_batch_accounts_account_id_targeting_criteria
X Ads API operation: Campaign Management / Targeting Criteria batch/accounts/:account_id/targeting_criteria.
write - Parameters
- account_id, operation_type, params
kosmo integrations:call x-ads.x_ads_post_batch_accounts_account_id_targeting_criteria '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params"}' --json kosmo integrations:x-ads x_ads_post_batch_accounts_account_id_targeting_criteria '{"account_id":"example_account_id","operation_type":"example_operation_type","params":"example_params"}' --json x-ads.x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id
X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria/:targeting_criterion_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_targeting_criteria_app_store_categories
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/app_store_categories.
read - Parameters
- q, os_type
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_app_store_categories '{"q":"example_q","os_type":"example_os_type"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_app_store_categories '{"q":"example_q","os_type":"example_os_type"}' --json x-ads.x_ads_get_targeting_criteria_behavior_taxonomies
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/behavior_taxonomies.
read - Parameters
- count, cursor, parent_behavior_taxonomy_ids, sort_by, with_total_count
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_behavior_taxonomies '{"count":"example_count","cursor":"example_cursor","parent_behavior_taxonomy_ids":"example_parent_behavior_taxonomy_ids","sort_by":"example_sort_by","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_behavior_taxonomies '{"count":"example_count","cursor":"example_cursor","parent_behavior_taxonomy_ids":"example_parent_behavior_taxonomy_ids","sort_by":"example_sort_by","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_targeting_criteria_behaviors
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/behaviors.
read - Parameters
- count, country_code, cursor, sort_by, with_total_count
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_behaviors '{"count":"example_count","country_code":"example_country_code","cursor":"example_cursor","sort_by":"example_sort_by","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_behaviors '{"count":"example_count","country_code":"example_country_code","cursor":"example_cursor","sort_by":"example_sort_by","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_targeting_criteria_conversations
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/conversations.
read - Parameters
- conversation_type, count, cursor
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_conversations '{"conversation_type":"example_conversation_type","count":"example_count","cursor":"example_cursor"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_conversations '{"conversation_type":"example_conversation_type","count":"example_count","cursor":"example_cursor"}' --json x-ads.x_ads_get_targeting_criteria_devices
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/devices.
read - Parameters
- count, q, os_type
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_devices '{"count":"example_count","q":"example_q","os_type":"example_os_type"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_devices '{"count":"example_count","q":"example_q","os_type":"example_os_type"}' --json x-ads.x_ads_get_targeting_criteria_events
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/events.
read - Parameters
- event_types, count, country_codes, cursor, end_time, start_time
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_events '{"event_types":"example_event_types","count":"example_count","country_codes":"example_country_codes","cursor":"example_cursor","end_time":"example_end_time","start_time":"example_start_time"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_events '{"event_types":"example_event_types","count":"example_count","country_codes":"example_country_codes","cursor":"example_cursor","end_time":"example_end_time","start_time":"example_start_time"}' --json x-ads.x_ads_get_targeting_criteria_interests
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/interests.
read - Parameters
- count, cursor, q
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_interests '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_interests '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json x-ads.x_ads_get_targeting_criteria_languages
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/languages.
read - Parameters
- count, cursor, q
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_languages '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_languages '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json x-ads.x_ads_get_targeting_criteria_locations
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/locations.
read - Parameters
- count, country_code, cursor, location_type, q
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_locations '{"count":"example_count","country_code":"example_country_code","cursor":"example_cursor","location_type":"example_location_type","q":"example_q"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_locations '{"count":"example_count","country_code":"example_country_code","cursor":"example_cursor","location_type":"example_location_type","q":"example_q"}' --json x-ads.x_ads_get_targeting_criteria_network_operators
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/network_operators.
read - Parameters
- count, country_code, cursor, q
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_network_operators '{"count":"example_count","country_code":"example_country_code","cursor":"example_cursor","q":"example_q"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_network_operators '{"count":"example_count","country_code":"example_country_code","cursor":"example_cursor","q":"example_q"}' --json x-ads.x_ads_get_targeting_criteria_platform_versions
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/platform_versions.
read - Parameters
- q, os_type
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_platform_versions '{"q":"example_q","os_type":"example_os_type"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_platform_versions '{"q":"example_q","os_type":"example_os_type"}' --json x-ads.x_ads_get_targeting_criteria_platforms
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/platforms.
read - Parameters
- count, q, lang
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_platforms '{"count":"example_count","q":"example_q","lang":"example_lang"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_platforms '{"count":"example_count","q":"example_q","lang":"example_lang"}' --json x-ads.x_ads_get_targeting_criteria_tv_markets
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/tv_markets.
read - Parameters
- none
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_tv_markets '{}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_tv_markets '{}' --json x-ads.x_ads_get_targeting_criteria_tv_shows
X Ads API operation: Campaign Management / Targeting Options targeting_criteria/tv_shows.
read - Parameters
- locale, count, cursor, q
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_tv_shows '{"locale":"example_locale","count":"example_count","cursor":"example_cursor","q":"example_q"}' --json kosmo integrations:x-ads x_ads_get_targeting_criteria_tv_shows '{"locale":"example_locale","count":"example_count","cursor":"example_cursor","q":"example_q"}' --json x-ads.x_ads_get_accounts_account_id_targeting_suggestions
X Ads API operation: Campaign Management / Targeting Suggestions accounts/:account_id/targeting_suggestions.
read - Parameters
- account_id, suggestion_type, targeting_values, count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_targeting_suggestions '{"account_id":"example_account_id","suggestion_type":"example_suggestion_type","targeting_values":"example_targeting_values","count":"example_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_targeting_suggestions '{"account_id":"example_account_id","suggestion_type":"example_suggestion_type","targeting_values":"example_targeting_values","count":"example_count"}' --json x-ads.x_ads_get_accounts_account_id_tax_settings
X Ads API operation: Campaign Management / Tax Settings accounts/:account_id/tax_settings.
read - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_tax_settings '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_tax_settings '{"account_id":"example_account_id"}' --json x-ads.x_ads_put_accounts_account_id_tax_settings
X Ads API operation: Campaign Management / Tax Settings accounts/:account_id/tax_settings.
write - Parameters
- account_id, address_city, address_country, address_email, address_first_name, address_last_name, address_name, address_postal_code, address_region, address_street1, address_street2, bill_to, business_relationship, client_address_city, client_address_country, client_address_email, client_address_first_name, client_address_last_name, client_address_name, client_address_postal_code, client_address_region, client_address_street1, client_address_street2, invoice_jurisdiction, tax_category, tax_exemption_id, tax_id
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_tax_settings '{"account_id":"example_account_id","address_city":"example_address_city","address_country":"example_address_country","address_email":"example_address_email","address_first_name":"example_address_first_name","address_last_name":"example_address_last_name","address_name":"example_address_name","address_postal_code":"example_address_postal_code"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_tax_settings '{"account_id":"example_account_id","address_city":"example_address_city","address_country":"example_address_country","address_email":"example_address_email","address_first_name":"example_address_first_name","address_last_name":"example_address_last_name","address_name":"example_address_name","address_postal_code":"example_address_postal_code"}' --json x-ads.x_ads_get_accounts_account_id_user_settings_user_id
X Ads API operation: Campaign Management / User Settings accounts/:account_id/user_settings/:user_id.
read - Parameters
- account_id, user_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_user_settings_user_id '{"account_id":"example_account_id","user_id":"example_user_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_user_settings_user_id '{"account_id":"example_account_id","user_id":"example_user_id"}' --json x-ads.x_ads_put_accounts_account_id_user_settings_user_id
X Ads API operation: Campaign Management / User Settings accounts/:account_id/user_settings/:user_id.
write - Parameters
- account_id, user_id, notification_email, contact_phone, contact_phone_extension, subscribed_email_types
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_user_settings_user_id '{"account_id":"example_account_id","user_id":"example_user_id","notification_email":"example_notification_email","contact_phone":"example_contact_phone","contact_phone_extension":"example_contact_phone_extension","subscribed_email_types":"example_subscribed_email_types"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_user_settings_user_id '{"account_id":"example_account_id","user_id":"example_user_id","notification_email":"example_notification_email","contact_phone":"example_contact_phone","contact_phone_extension":"example_contact_phone_extension","subscribed_email_types":"example_subscribed_email_types"}' --json x-ads.x_ads_get_advertiser_business_categories
X Ads API operation: Campaign Management / Advertiser Business Categories advertiser_business_categories.
read - Parameters
- none
kosmo integrations:call x-ads.x_ads_get_advertiser_business_categories '{}' --json kosmo integrations:x-ads x_ads_get_advertiser_business_categories '{}' --json x-ads.x_ads_post_accounts_account_id_audience_summary
X Ads API operation: Campaign Management / Audience Summary accounts/:account_id/audience_summary.
write - Parameters
- account_id, targeting_criteria
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_audience_summary '{"account_id":"example_account_id","targeting_criteria":"example_targeting_criteria"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_audience_summary '{"account_id":"example_account_id","targeting_criteria":"example_targeting_criteria"}' --json x-ads.x_ads_get_accounts_account_id_account_media
X Ads API operation: Creatives / Account Media accounts/:account_id/account_media.
read - Parameters
- account_id, account_media_ids, count, cursor, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_account_media '{"account_id":"example_account_id","account_media_ids":"example_account_media_ids","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_account_media '{"account_id":"example_account_id","account_media_ids":"example_account_media_ids","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_account_media_account_media_id
X Ads API operation: Creatives / Account Media accounts/:account_id/account_media/:account_media_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_account_media_account_media_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_account_media_account_media_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_delete_accounts_account_id_account_media_account_media_id
X Ads API operation: Creatives / Account Media accounts/:account_id/account_media/:account_media_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_account_media_account_media_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_account_media_account_media_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_all
X Ads API operation: Creatives / Cards Fetch accounts/:account_id/cards/all.
read - Parameters
- account_id, card_uris, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_all '{"account_id":"example_account_id","card_uris":"example_card_uris","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_all '{"account_id":"example_account_id","card_uris":"example_card_uris","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_get_accounts_account_id_cards_all_card_id
X Ads API operation: Creatives / Cards Fetch accounts/:account_id/cards/all/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_all_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_all_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_get_accounts_account_id_tweets
X Ads API operation: Creatives / Tweets accounts/:account_id/tweets.
read - Parameters
- account_id, tweet_type, count, cursor, timeline_type, trim_user, tweet_ids, user_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_tweets '{"account_id":"example_account_id","tweet_type":"example_tweet_type","count":"example_count","cursor":"example_cursor","timeline_type":"example_timeline_type","trim_user":"example_trim_user","tweet_ids":"example_tweet_ids","user_id":"example_user_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_tweets '{"account_id":"example_account_id","tweet_type":"example_tweet_type","count":"example_count","cursor":"example_cursor","timeline_type":"example_timeline_type","trim_user":"example_trim_user","tweet_ids":"example_tweet_ids","user_id":"example_user_id"}' --json x-ads.x_ads_post_accounts_account_id_tweet
X Ads API operation: Creatives / Tweets accounts/:account_id/tweet.
write - Parameters
- account_id, as_user_id, text, card_uri, media_keys, nullcast, trim_user, tweet_mode, video_cta, video_cta_value, video_description, video_title
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_tweet '{"account_id":"example_account_id","as_user_id":"example_as_user_id","text":"example_text","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast","trim_user":"example_trim_user","tweet_mode":"example_tweet_mode"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_tweet '{"account_id":"example_account_id","as_user_id":"example_as_user_id","text":"example_text","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast","trim_user":"example_trim_user","tweet_mode":"example_tweet_mode"}' --json x-ads.x_ads_get_accounts_account_id_draft_tweets
X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets.
read - Parameters
- account_id, count, cursor, user_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_draft_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","user_id":"example_user_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_draft_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","user_id":"example_user_id"}' --json x-ads.x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id
X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.
read - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_post_accounts_account_id_draft_tweets
X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets.
write - Parameters
- account_id, as_user_id, text, card_uri, media_keys, nullcast
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_draft_tweets '{"account_id":"example_account_id","as_user_id":"example_as_user_id","text":"example_text","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_draft_tweets '{"account_id":"example_account_id","as_user_id":"example_as_user_id","text":"example_text","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast"}' --json x-ads.x_ads_put_accounts_account_id_draft_tweets_draft_tweet_id
X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.
write - Parameters
- account_id, card_uri, media_keys, nullcast, text
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast","text":"example_text"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast","text":"example_text"}' --json x-ads.x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id
X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id
X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/preview/:draft_tweet_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_scheduled_tweets
X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets.
read - Parameters
- account_id, count, cursor, user_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_scheduled_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","user_id":"example_user_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_scheduled_tweets '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","user_id":"example_user_id"}' --json x-ads.x_ads_get_accounts_account_id_scheduled_tweets_scheduled_tweet_id
X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.
read - Parameters
- account_id, scheduled_tweet_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_scheduled_tweets_scheduled_tweet_id '{"account_id":"example_account_id","scheduled_tweet_id":"example_scheduled_tweet_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_scheduled_tweets_scheduled_tweet_id '{"account_id":"example_account_id","scheduled_tweet_id":"example_scheduled_tweet_id"}' --json x-ads.x_ads_post_accounts_account_id_scheduled_tweets
X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets.
write - Parameters
- account_id, as_user_id, scheduled_at, text, card_uri, media_keys, nullcast
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_scheduled_tweets '{"account_id":"example_account_id","as_user_id":"example_as_user_id","scheduled_at":"example_scheduled_at","text":"example_text","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_scheduled_tweets '{"account_id":"example_account_id","as_user_id":"example_as_user_id","scheduled_at":"example_scheduled_at","text":"example_text","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast"}' --json x-ads.x_ads_put_accounts_account_id_scheduled_tweets_scheduled_tweet_id
X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.
write - Parameters
- account_id, scheduled_tweet_id, card_uri, media_keys, nullcast, scheduled_at, text
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_scheduled_tweets_scheduled_tweet_id '{"account_id":"example_account_id","scheduled_tweet_id":"example_scheduled_tweet_id","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast","scheduled_at":"example_scheduled_at","text":"example_text"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_scheduled_tweets_scheduled_tweet_id '{"account_id":"example_account_id","scheduled_tweet_id":"example_scheduled_tweet_id","card_uri":"example_card_uri","media_keys":"example_media_keys","nullcast":"example_nullcast","scheduled_at":"example_scheduled_at","text":"example_text"}' --json x-ads.x_ads_delete_accounts_account_id_scheduled_tweets_scheduled_tweet_id
X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.
write - Parameters
- account_id, scheduled_tweet_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_scheduled_tweets_scheduled_tweet_id '{"account_id":"example_account_id","scheduled_tweet_id":"example_scheduled_tweet_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_scheduled_tweets_scheduled_tweet_id '{"account_id":"example_account_id","scheduled_tweet_id":"example_scheduled_tweet_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_website
X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_website '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_website '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_website_card_id
X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_website
X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website.
write - Parameters
- account_id, name, website_title, website_url, media_key
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_website '{"account_id":"example_account_id","name":"example_name","website_title":"example_website_title","website_url":"example_website_url","media_key":"example_media_key"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_website '{"account_id":"example_account_id","name":"example_name","website_title":"example_website_title","website_url":"example_website_url","media_key":"example_media_key"}' --json x-ads.x_ads_put_accounts_account_id_cards_website_card_id
X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.
write - Parameters
- account_id, media_key, name, website_title, website_url
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id","media_key":"example_media_key","name":"example_name","website_title":"example_website_title","website_url":"example_website_url"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id","media_key":"example_media_key","name":"example_name","website_title":"example_website_title","website_url":"example_website_url"}' --json x-ads.x_ads_delete_accounts_account_id_cards_website_card_id
X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_website
X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_website '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_website '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_website_card_id
X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_video_website
X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website.
write - Parameters
- account_id, name, title, media_key, website_url
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_video_website '{"account_id":"example_account_id","name":"example_name","title":"example_title","media_key":"example_media_key","website_url":"example_website_url"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_video_website '{"account_id":"example_account_id","name":"example_name","title":"example_title","media_key":"example_media_key","website_url":"example_website_url"}' --json x-ads.x_ads_put_accounts_account_id_cards_video_website_card_id
X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.
write - Parameters
- account_id, name, title, media_key, website_url
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id","name":"example_name","title":"example_title","media_key":"example_media_key","website_url":"example_website_url"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id","name":"example_name","title":"example_title","media_key":"example_media_key","website_url":"example_website_url"}' --json x-ads.x_ads_delete_accounts_account_id_cards_video_website_card_id
X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_image_app_download
X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_image_app_download '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_image_app_download '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_image_app_download_card_id
X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_image_app_download
X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download.
write - Parameters
- account_id, name, country_code, ipad_app_id, iphone_app_id, googleplay_app_id, app_cta, ipad_deep_link, iphone_deep_link, googleplay_deep_link, media_key
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_image_app_download '{"account_id":"example_account_id","name":"example_name","country_code":"example_country_code","ipad_app_id":"example_ipad_app_id","iphone_app_id":"example_iphone_app_id","googleplay_app_id":"example_googleplay_app_id","app_cta":"example_app_cta","ipad_deep_link":"example_ipad_deep_link"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_image_app_download '{"account_id":"example_account_id","name":"example_name","country_code":"example_country_code","ipad_app_id":"example_ipad_app_id","iphone_app_id":"example_iphone_app_id","googleplay_app_id":"example_googleplay_app_id","app_cta":"example_app_cta","ipad_deep_link":"example_ipad_deep_link"}' --json x-ads.x_ads_put_accounts_account_id_cards_image_app_download_card_id
X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.
write - Parameters
- account_id, country_code, app_cta, ipad_app_id, ipad_deep_link, iphone_app_id, iphone_deep_link, googleplay_app_id, googleplay_deep_link, name, media_key
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id","country_code":"example_country_code","app_cta":"example_app_cta","ipad_app_id":"example_ipad_app_id","ipad_deep_link":"example_ipad_deep_link","iphone_app_id":"example_iphone_app_id","iphone_deep_link":"example_iphone_deep_link","googleplay_app_id":"example_googleplay_app_id"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id","country_code":"example_country_code","app_cta":"example_app_cta","ipad_app_id":"example_ipad_app_id","ipad_deep_link":"example_ipad_deep_link","iphone_app_id":"example_iphone_app_id","iphone_deep_link":"example_iphone_deep_link","googleplay_app_id":"example_googleplay_app_id"}' --json x-ads.x_ads_delete_accounts_account_id_cards_image_app_download_card_id
X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_image_conversation
X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_image_conversation '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_image_conversation '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_image_conversation_card_id
X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_image_conversation
X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation.
write - Parameters
- account_id, first_cta, first_cta_tweet, name, thank_you_text, media_key, second_cta, second_cta_tweet, title, unlocked_image_media_key, third_cta, third_cta_tweet, fourth_cta, fourth_cta_tweet, thank_you_url
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_image_conversation '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","name":"example_name","thank_you_text":"example_thank_you_text","media_key":"example_media_key","second_cta":"example_second_cta","second_cta_tweet":"example_second_cta_tweet"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_image_conversation '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","name":"example_name","thank_you_text":"example_thank_you_text","media_key":"example_media_key","second_cta":"example_second_cta","second_cta_tweet":"example_second_cta_tweet"}' --json x-ads.x_ads_put_accounts_account_id_cards_image_conversation_card_id
X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.
write - Parameters
- account_id, unlocked_image_media_key, media_key, first_cta, first_cta_tweet, second_cta, second_cta_tweet, third_cta, third_cta_tweet, fourth_cta, fourth_cta_tweet, name, thank_you_text, thank_you_url, title
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id","unlocked_image_media_key":"example_unlocked_image_media_key","media_key":"example_media_key","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","second_cta":"example_second_cta","second_cta_tweet":"example_second_cta_tweet","third_cta":"example_third_cta"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id","unlocked_image_media_key":"example_unlocked_image_media_key","media_key":"example_media_key","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","second_cta":"example_second_cta","second_cta_tweet":"example_second_cta_tweet","third_cta":"example_third_cta"}' --json x-ads.x_ads_delete_accounts_account_id_cards_image_conversation_card_id
X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_image_direct_message
X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_image_direct_message '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_image_direct_message '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_image_direct_message_card_id
X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_image_direct_message_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_image_direct_message_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_image_direct_message
X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.
write - Parameters
- account_id, first_cta, first_cta_welcome_message_id, name, recipient_user_id, media_key, second_cta, second_cta_welcome_message_id, third_cta, third_cta_welcome_message_id, fourth_cta, fourth_cta_welcome_message_id
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_image_direct_message '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","name":"example_name","recipient_user_id":"example_recipient_user_id","media_key":"example_media_key","second_cta":"example_second_cta","second_cta_welcome_message_id":"example_second_cta_welcome_message_id"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_image_direct_message '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","name":"example_name","recipient_user_id":"example_recipient_user_id","media_key":"example_media_key","second_cta":"example_second_cta","second_cta_welcome_message_id":"example_second_cta_welcome_message_id"}' --json x-ads.x_ads_put_accounts_account_id_cards_image_direct_message
X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.
write - Parameters
- account_id, card_id, first_cta, first_cta_welcome_message_id, media_key, second_cta, second_cta_welcome_message_id, third_cta, third_cta_welcome_message_id, fourth_cta, fourth_cta_welcome_message_id, name
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_image_direct_message '{"account_id":"example_account_id","card_id":"example_card_id","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","media_key":"example_media_key","second_cta":"example_second_cta","second_cta_welcome_message_id":"example_second_cta_welcome_message_id","third_cta":"example_third_cta"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_image_direct_message '{"account_id":"example_account_id","card_id":"example_card_id","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","media_key":"example_media_key","second_cta":"example_second_cta","second_cta_welcome_message_id":"example_second_cta_welcome_message_id","third_cta":"example_third_cta"}' --json x-ads.x_ads_delete_accounts_account_id_cards_image_direct_message_card_id
X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_image_direct_message_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_image_direct_message_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_app_download
X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_app_download '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_app_download '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_app_download_card_id
X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_video_app_download
X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download.
write - Parameters
- account_id, country_code, name, media_key, ipad_app_id, iphone_app_id, googleplay_app_id, app_cta, ipad_deep_link, iphone_deep_link, googleplay_deep_link, poster_media_key
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_video_app_download '{"account_id":"example_account_id","country_code":"example_country_code","name":"example_name","media_key":"example_media_key","ipad_app_id":"example_ipad_app_id","iphone_app_id":"example_iphone_app_id","googleplay_app_id":"example_googleplay_app_id","app_cta":"example_app_cta"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_video_app_download '{"account_id":"example_account_id","country_code":"example_country_code","name":"example_name","media_key":"example_media_key","ipad_app_id":"example_ipad_app_id","iphone_app_id":"example_iphone_app_id","googleplay_app_id":"example_googleplay_app_id","app_cta":"example_app_cta"}' --json x-ads.x_ads_put_accounts_account_id_cards_video_app_download_card_id
X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.
write - Parameters
- account_id, country_code, app_cta, ipad_app_id, ipad_deep_link, iphone_app_id, iphone_deep_link, googleplay_app_id, googleplay_deep_link, poster_media_key, name, media_key
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id","country_code":"example_country_code","app_cta":"example_app_cta","ipad_app_id":"example_ipad_app_id","ipad_deep_link":"example_ipad_deep_link","iphone_app_id":"example_iphone_app_id","iphone_deep_link":"example_iphone_deep_link","googleplay_app_id":"example_googleplay_app_id"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id","country_code":"example_country_code","app_cta":"example_app_cta","ipad_app_id":"example_ipad_app_id","ipad_deep_link":"example_ipad_deep_link","iphone_app_id":"example_iphone_app_id","iphone_deep_link":"example_iphone_deep_link","googleplay_app_id":"example_googleplay_app_id"}' --json x-ads.x_ads_delete_accounts_account_id_cards_video_app_download_card_id
X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_conversation
X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_conversation '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_conversation '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_conversation_card_id
X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_video_conversation
X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation.
write - Parameters
- account_id, first_cta, first_cta_tweet, name, thank_you_text, media_key, title, second_cta, second_cta_tweet, unlocked_image_media_key, unlocked_video_media_key, poster_media_key, third_cta, third_cta_tweet, fourth_cta, fourth_cta_tweet, thank_you_url
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_video_conversation '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","name":"example_name","thank_you_text":"example_thank_you_text","media_key":"example_media_key","title":"example_title","second_cta":"example_second_cta"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_video_conversation '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","name":"example_name","thank_you_text":"example_thank_you_text","media_key":"example_media_key","title":"example_title","second_cta":"example_second_cta"}' --json x-ads.x_ads_put_accounts_account_id_cards_video_conversation_card_id
X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.
write - Parameters
- account_id, unlocked_image_media_key, unlocked_video_media_key, poster_media_key, first_cta, first_cta_tweet, second_cta, second_cta_tweet, third_cta, third_cta_tweet, fourth_cta, fourth_cta_tweet, name, thank_you_text, thank_you_url, title, media_key
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id","unlocked_image_media_key":"example_unlocked_image_media_key","unlocked_video_media_key":"example_unlocked_video_media_key","poster_media_key":"example_poster_media_key","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","second_cta":"example_second_cta","second_cta_tweet":"example_second_cta_tweet"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id","unlocked_image_media_key":"example_unlocked_image_media_key","unlocked_video_media_key":"example_unlocked_video_media_key","poster_media_key":"example_poster_media_key","first_cta":"example_first_cta","first_cta_tweet":"example_first_cta_tweet","second_cta":"example_second_cta","second_cta_tweet":"example_second_cta_tweet"}' --json x-ads.x_ads_delete_accounts_account_id_cards_video_conversation_card_id
X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_direct_message
X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_direct_message '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_direct_message '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_video_direct_message_card_id
X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_video_direct_message
X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message.
write - Parameters
- account_id, first_cta, first_cta_welcome_message_id, name, recipient_user_id, media_key, poster_media_key, second_cta, second_cta_welcome_message_id, third_cta, third_cta_welcome_message_id, fourth_cta, fourth_cta_welcome_message_id
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_video_direct_message '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","name":"example_name","recipient_user_id":"example_recipient_user_id","media_key":"example_media_key","poster_media_key":"example_poster_media_key","second_cta":"example_second_cta"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_video_direct_message '{"account_id":"example_account_id","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","name":"example_name","recipient_user_id":"example_recipient_user_id","media_key":"example_media_key","poster_media_key":"example_poster_media_key","second_cta":"example_second_cta"}' --json x-ads.x_ads_put_accounts_account_id_cards_video_direct_message_card_id
X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.
write - Parameters
- account_id, poster_media_key, first_cta, first_cta_welcome_message_id, second_cta, second_cta_welcome_message_id, third_cta, third_cta_welcome_message_id, fourth_cta, fourth_cta_welcome_message_id, name, media_key
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id","poster_media_key":"example_poster_media_key","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","second_cta":"example_second_cta","second_cta_welcome_message_id":"example_second_cta_welcome_message_id","third_cta":"example_third_cta","third_cta_welcome_message_id":"example_third_cta_welcome_message_id"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id","poster_media_key":"example_poster_media_key","first_cta":"example_first_cta","first_cta_welcome_message_id":"example_first_cta_welcome_message_id","second_cta":"example_second_cta","second_cta_welcome_message_id":"example_second_cta_welcome_message_id","third_cta":"example_third_cta","third_cta_welcome_message_id":"example_third_cta_welcome_message_id"}' --json x-ads.x_ads_delete_accounts_account_id_cards_video_direct_message_card_id
X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_media_library
X Ads API operation: Creatives / Media Library accounts/:account_id/media_library.
read - Parameters
- account_id, count, cursor, media_type, q
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_media_library '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","media_type":"example_media_type","q":"example_q"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_media_library '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","media_type":"example_media_type","q":"example_q"}' --json x-ads.x_ads_get_accounts_account_id_media_library_media_key
X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.
read - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json x-ads.x_ads_post_accounts_account_id_media_library
X Ads API operation: Creatives / Media Library accounts/:account_id/media_library.
write - Parameters
- account_id, media_key, description, file_name, name, poster_media_key, title
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_media_library '{"account_id":"example_account_id","media_key":"example_media_key","description":"example_description","file_name":"example_file_name","name":"example_name","poster_media_key":"example_poster_media_key","title":"example_title"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_media_library '{"account_id":"example_account_id","media_key":"example_media_key","description":"example_description","file_name":"example_file_name","name":"example_name","poster_media_key":"example_poster_media_key","title":"example_title"}' --json x-ads.x_ads_put_accounts_account_id_media_library_media_key
X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.
write - Parameters
- account_id, description, file_name, name, poster_media_key, title
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_media_library_media_key '{"account_id":"example_account_id","description":"example_description","file_name":"example_file_name","name":"example_name","poster_media_key":"example_poster_media_key","title":"example_title"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_media_library_media_key '{"account_id":"example_account_id","description":"example_description","file_name":"example_file_name","name":"example_name","poster_media_key":"example_poster_media_key","title":"example_title"}' --json x-ads.x_ads_delete_accounts_account_id_media_library_media_key
X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_cards_poll
X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll.
read - Parameters
- account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_poll '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_poll '{"account_id":"example_account_id","card_ids":"example_card_ids","count":"example_count","cursor":"example_cursor","q":"example_q","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_cards_poll_card_id
X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll/:card_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_cards_poll_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_cards_poll_card_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_cards_poll
X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll.
write - Parameters
- account_id, duration_in_minutes, first_choice, name, second_choice, fourth_choice, media_key, third_choice
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_cards_poll '{"account_id":"example_account_id","duration_in_minutes":"example_duration_in_minutes","first_choice":"example_first_choice","name":"example_name","second_choice":"example_second_choice","fourth_choice":"example_fourth_choice","media_key":"example_media_key","third_choice":"example_third_choice"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_cards_poll '{"account_id":"example_account_id","duration_in_minutes":"example_duration_in_minutes","first_choice":"example_first_choice","name":"example_name","second_choice":"example_second_choice","fourth_choice":"example_fourth_choice","media_key":"example_media_key","third_choice":"example_third_choice"}' --json x-ads.x_ads_delete_accounts_account_id_cards_poll_card_id
X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll/:card_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_poll_card_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_cards_poll_card_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions
X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions.
read - Parameters
- account_id, line_item_ids, count, cursor, preroll_call_to_action_ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions '{"account_id":"example_account_id","line_item_ids":"example_line_item_ids","count":"example_count","cursor":"example_cursor","preroll_call_to_action_ids":"example_preroll_call_to_action_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_preroll_call_to_actions '{"account_id":"example_account_id","line_item_ids":"example_line_item_ids","count":"example_count","cursor":"example_cursor","preroll_call_to_action_ids":"example_preroll_call_to_action_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id
X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_preroll_call_to_actions
X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions.
write - Parameters
- account_id, call_to_action, call_to_action_url, line_item_id
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_preroll_call_to_actions '{"account_id":"example_account_id","call_to_action":"example_call_to_action","call_to_action_url":"example_call_to_action_url","line_item_id":"example_line_item_id"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_preroll_call_to_actions '{"account_id":"example_account_id","call_to_action":"example_call_to_action","call_to_action_url":"example_call_to_action_url","line_item_id":"example_line_item_id"}' --json x-ads.x_ads_put_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id
X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.
write - Parameters
- account_id, call_to_action, call_to_action_url
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id '{"account_id":"example_account_id","call_to_action":"example_call_to_action","call_to_action_url":"example_call_to_action_url"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id '{"account_id":"example_account_id","call_to_action":"example_call_to_action","call_to_action_url":"example_call_to_action_url"}' --json x-ads.x_ads_delete_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id
X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_tweet_previews
X Ads API operation: Creatives / Tweet Previews accounts/:account_id/tweet_previews.
read - Parameters
- account_id, tweet_ids, tweet_type
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_tweet_previews '{"account_id":"example_account_id","tweet_ids":"example_tweet_ids","tweet_type":"example_tweet_type"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_tweet_previews '{"account_id":"example_account_id","tweet_ids":"example_tweet_ids","tweet_type":"example_tweet_type"}' --json x-ads.x_ads_get_accounts_account_id_app_event_tags
X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags.
read - Parameters
- account_id, app_event_tag_ids, count, cursor, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_app_event_tags '{"account_id":"example_account_id","app_event_tag_ids":"example_app_event_tag_ids","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_app_event_tags '{"account_id":"example_account_id","app_event_tag_ids":"example_app_event_tag_ids","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_app_event_tags_app_event_tag_id
X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags/:app_event_tag_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_app_event_tags_app_event_tag_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_app_event_tags_app_event_tag_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_app_event_tags
X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags.
write - Parameters
- account_id, app_store_identifier, conversion_type, os_type, provider_app_event_id, provider_app_event_name, deep_link_scheme, post_engagement_attribution_window, post_view_attribution_window, retargeting_enabled
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_app_event_tags '{"account_id":"example_account_id","app_store_identifier":"example_app_store_identifier","conversion_type":"example_conversion_type","os_type":"example_os_type","provider_app_event_id":"example_provider_app_event_id","provider_app_event_name":"example_provider_app_event_name","deep_link_scheme":"example_deep_link_scheme","post_engagement_attribution_window":"example_post_engagement_attribution_window"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_app_event_tags '{"account_id":"example_account_id","app_store_identifier":"example_app_store_identifier","conversion_type":"example_conversion_type","os_type":"example_os_type","provider_app_event_id":"example_provider_app_event_id","provider_app_event_name":"example_provider_app_event_name","deep_link_scheme":"example_deep_link_scheme","post_engagement_attribution_window":"example_post_engagement_attribution_window"}' --json x-ads.x_ads_delete_accounts_account_id_app_event_tags_id
X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags/:id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_app_event_tags_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_app_event_tags_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations
X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations.
read - Parameters
- account_id, count, cursor, ids, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","ids":"example_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_app_event_provider_configurations '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","ids":"example_ids","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations_id
X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations/:id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_app_event_provider_configurations_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_app_event_provider_configurations
X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations.
write - Parameters
- account_id, provider_advertiser_id
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_app_event_provider_configurations '{"account_id":"example_account_id","provider_advertiser_id":"example_provider_advertiser_id"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_app_event_provider_configurations '{"account_id":"example_account_id","provider_advertiser_id":"example_provider_advertiser_id"}' --json x-ads.x_ads_delete_accounts_account_id_app_event_provider_configurations_id
X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations/:id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_app_event_provider_configurations_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_app_event_provider_configurations_id '{"account_id":"example_account_id"}' --json x-ads.x_ads_get_accounts_account_id_app_lists
X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists.
read - Parameters
- account_id, app_list_ids, count, cursor, sort_by, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_app_lists '{"account_id":"example_account_id","app_list_ids":"example_app_list_ids","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_app_lists '{"account_id":"example_account_id","app_list_ids":"example_app_list_ids","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_app_lists_app_list_id
X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists/:app_list_id.
read - Parameters
- account_id, app_list_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_app_lists_app_list_id '{"account_id":"example_account_id","app_list_id":"example_app_list_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_app_lists_app_list_id '{"account_id":"example_account_id","app_list_id":"example_app_list_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_app_lists
X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists.
write - Parameters
- account_id, app_store_identifiers, name
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_app_lists '{"account_id":"example_account_id","app_store_identifiers":"example_app_store_identifiers","name":"example_name"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_app_lists '{"account_id":"example_account_id","app_store_identifiers":"example_app_store_identifiers","name":"example_name"}' --json x-ads.x_ads_delete_accounts_account_id_app_lists_app_list_id
X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists/:app_list_id.
write - Parameters
- account_id, app_list_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_app_lists_app_list_id '{"account_id":"example_account_id","app_list_id":"example_app_list_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_app_lists_app_list_id '{"account_id":"example_account_id","app_list_id":"example_app_list_id"}' --json x-ads.x_ads_get_conversion_attribution
X Ads API operation: Measurement / Conversion Attribution conversion_attribution.
read - Parameters
- app_id, conversion_time, conversion_type, hashed_device_id, os_type, click_window, extra_device_ids, non_twitter_engagement_time, non_twitter_engagement_type, view_through_window
kosmo integrations:call x-ads.x_ads_get_conversion_attribution '{"app_id":"example_app_id","conversion_time":"example_conversion_time","conversion_type":"example_conversion_type","hashed_device_id":"example_hashed_device_id","os_type":"example_os_type","click_window":"example_click_window","extra_device_ids":"example_extra_device_ids","non_twitter_engagement_time":"example_non_twitter_engagement_time"}' --json kosmo integrations:x-ads x_ads_get_conversion_attribution '{"app_id":"example_app_id","conversion_time":"example_conversion_time","conversion_type":"example_conversion_type","hashed_device_id":"example_hashed_device_id","os_type":"example_os_type","click_window":"example_click_window","extra_device_ids":"example_extra_device_ids","non_twitter_engagement_time":"example_non_twitter_engagement_time"}' --json x-ads.x_ads_post_conversion_event
X Ads API operation: Measurement / Conversion Event conversion_event.
write - Parameters
- app_id, conversion_time, conversion_type, hashed_device_id, os_type, click_window, extra_device_ids, non_twitter_engagement_time, non_twitter_engagement_type, view_through_window
kosmo integrations:call x-ads.x_ads_post_conversion_event '{"app_id":"example_app_id","conversion_time":"example_conversion_time","conversion_type":"example_conversion_type","hashed_device_id":"example_hashed_device_id","os_type":"example_os_type","click_window":"example_click_window","extra_device_ids":"example_extra_device_ids","non_twitter_engagement_time":"example_non_twitter_engagement_time"}' --json kosmo integrations:x-ads x_ads_post_conversion_event '{"app_id":"example_app_id","conversion_time":"example_conversion_time","conversion_type":"example_conversion_type","hashed_device_id":"example_hashed_device_id","os_type":"example_os_type","click_window":"example_click_window","extra_device_ids":"example_extra_device_ids","non_twitter_engagement_time":"example_non_twitter_engagement_time"}' --json x-ads.x_ads_get_accounts_account_id_web_event_tags
X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags.
read - Parameters
- account_id, count, cursor, sort_by, web_event_tag_ids, with_deleted, with_total_count
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_web_event_tags '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","web_event_tag_ids":"example_web_event_tag_ids","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_web_event_tags '{"account_id":"example_account_id","count":"example_count","cursor":"example_cursor","sort_by":"example_sort_by","web_event_tag_ids":"example_web_event_tag_ids","with_deleted":"example_with_deleted","with_total_count":"example_with_total_count"}' --json x-ads.x_ads_get_accounts_account_id_web_event_tags_web_event_tag_id
X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.
read - Parameters
- account_id, with_deleted
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_web_event_tags_web_event_tag_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json kosmo integrations:x-ads x_ads_get_accounts_account_id_web_event_tags_web_event_tag_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json x-ads.x_ads_post_accounts_account_id_web_event_tags
X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags.
write - Parameters
- account_id, click_window, name, retargeting_enabled, type, view_through_window
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_web_event_tags '{"account_id":"example_account_id","click_window":"example_click_window","name":"example_name","retargeting_enabled":"example_retargeting_enabled","type":"example_type","view_through_window":"example_view_through_window"}' --json kosmo integrations:x-ads x_ads_post_accounts_account_id_web_event_tags '{"account_id":"example_account_id","click_window":"example_click_window","name":"example_name","retargeting_enabled":"example_retargeting_enabled","type":"example_type","view_through_window":"example_view_through_window"}' --json x-ads.x_ads_put_accounts_account_id_web_event_tags_web_event_tag_id
X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.
write - Parameters
- account_id, click_window, name, retargeting_enabled, type, view_through_window
kosmo integrations:call x-ads.x_ads_put_accounts_account_id_web_event_tags_web_event_tag_id '{"account_id":"example_account_id","click_window":"example_click_window","name":"example_name","retargeting_enabled":"example_retargeting_enabled","type":"example_type","view_through_window":"example_view_through_window"}' --json kosmo integrations:x-ads x_ads_put_accounts_account_id_web_event_tags_web_event_tag_id '{"account_id":"example_account_id","click_window":"example_click_window","name":"example_name","retargeting_enabled":"example_retargeting_enabled","type":"example_type","view_through_window":"example_view_through_window"}' --json x-ads.x_ads_delete_accounts_account_id_web_event_tags_web_event_tag_id
X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.
write - Parameters
- account_id
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_web_event_tags_web_event_tag_id '{"account_id":"example_account_id"}' --json kosmo integrations:x-ads x_ads_delete_accounts_account_id_web_event_tags_web_event_tag_id '{"account_id":"example_account_id"}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
x-ads.x_ads_get_stats_accounts_account_id_active_entities 7 parameters
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id_active_entities --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
end_time | string | yes | required |
entity | string | yes | required |
start_time | string | yes | required |
campaign_ids | string | no | optional |
funding_instrument_ids | string | no | optional |
line_item_ids | string | no | optional |
x-ads.x_ads_get_stats_jobs_accounts_account_id 4 parameters
kosmo integrations:schema x-ads.x_ads_get_stats_jobs_accounts_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
job_ids | string | no | optional |
x-ads.x_ads_post_stats_jobs_accounts_account_id 11 parameters
kosmo integrations:schema x-ads.x_ads_post_stats_jobs_accounts_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
end_time | string | yes | required |
entity | string | yes | required |
entity_ids | string | yes | required |
granularity | string | yes | required |
metric_groups | string | yes | required |
placement | string | yes | required |
start_time | string | yes | required |
country | string | no | sometimes required |
platform | string | no | sometimes required |
segmentation_type | string | no | optional |
x-ads.x_ads_delete_stats_jobs_accounts_account_id_job_id 2 parameters
kosmo integrations:schema x-ads.x_ads_delete_stats_jobs_accounts_account_id_job_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
body | object | no | Request body or form fields for this X Ads API operation. |
x-ads.x_ads_get_accounts_account_id_auction_insights 6 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_auction_insights --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
end_time | string | yes | required |
granularity | string | yes | required |
line_item_ids | string | yes | required |
placement | string | yes | required |
start_time | string | yes | required |
x-ads.x_ads_get_stats_accounts_account_id_reach_campaigns 4 parameters
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id_reach_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
campaign_ids | string | yes | required |
end_time | string | yes | required |
start_time | string | yes | required |
x-ads.x_ads_get_stats_accounts_account_id_reach_funding_instruments 4 parameters
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id_reach_funding_instruments --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
funding_instrument_ids | string | yes | required |
end_time | string | yes | required |
start_time | string | yes | required |
x-ads.x_ads_get_stats_accounts_account_id 8 parameters
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
end_time | string | yes | required |
entity | string | yes | required |
entity_ids | string | yes | required |
granularity | string | yes | required |
metric_groups | string | yes | required |
placement | string | yes | required |
start_time | string | yes | required |
x-ads.x_ads_get_insights_accounts_account_id 4 parameters
kosmo integrations:schema x-ads.x_ads_get_insights_accounts_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
audience_type | string | yes | required |
audience_value | string | no | sometimes required |
interaction_type | string | no | sometimes required |
x-ads.x_ads_get_insights_accounts_account_id_available_audiences 1 parameters
kosmo integrations:schema x-ads.x_ads_get_insights_accounts_account_id_available_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_insights_keywords_search 6 parameters
kosmo integrations:schema x-ads.x_ads_get_insights_keywords_search --json | Parameter | Type | Required | Description |
|---|---|---|---|
granularity | string | yes | required |
keywords | string | yes | required |
start_time | string | yes | required |
end_time | string | no | optional |
location | string | no | optional |
negative_keywords | string | no | optional |
x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id_permissions 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
granted_account_ids | string | no | optional |
sort_by | string | no | optional |
tailored_audience_permission_ids | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_permissions 3 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
granted_account_id | string | yes | required |
permission_level | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id_permissions_tailored_audience_permission_id 3 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id_permissions_tailored_audience_permission_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
tailored_audience_permission_id | string | yes | required |
body | object | no | Request body or form fields for this X Ads API operation. |
x-ads.x_ads_get_accounts_account_id_tailored_audiences 9 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tailored_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
permission_scope | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
tailored_audience_ids | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_tailored_audiences 2 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tailored_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
name | string | yes | required |
x-ads.x_ads_post_batch_accounts_account_id_tailored_audiences 13 parameters
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_tailored_audiences --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
audience_type | string | yes | required |
child_segments | string | yes | required |
name | string | yes | required |
operation_type | string | yes | required |
params | string | yes | required |
boolean_operator | string | no | sometimes required |
lookback_window | string | no | sometimes required |
segments | string | no | sometimes required |
tailored_audience_id | string | no | sometimes required |
frequency | string | no | optional |
frequency_comparator | string | no | optional |
negate | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id 2 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
body | object | no | Request body or form fields for this X Ads API operation. |
x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_users 6 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
operation_type | string | yes | required |
params | string | yes | required |
users | string | yes | required |
effective_at | string | no | optional |
expires_at | string | no | optional |
x-ads.x_ads_get_accounts 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts 0 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
x-ads.x_ads_put_accounts_account_id 3 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
name | string | no | optional |
industry_type | string | no | optional |
x-ads.x_ads_delete_accounts_account_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_authenticated_user_access 1 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_authenticated_user_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_bidding_rules 1 parameters
kosmo integrations:schema x-ads.x_ads_get_bidding_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
currency | string | no | optional |
x-ads.x_ads_get_accounts_account_id_campaigns 10 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
campaign_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
funding_instrument_ids | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_draft | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_campaigns_campaign_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_campaigns_campaign_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_campaigns 11 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
funding_instrument_id | string | yes | required |
name | string | yes | required |
start_time | string | yes | required |
daily_budget_amount_local_micro | string | no | optional |
duration_in_days | string | no | optional |
end_time | string | no | optional |
entity_status | string | no | optional |
frequency_cap | string | no | optional |
standard_delivery | string | no | optional |
total_budget_amount_local_micro | string | no | optional |
x-ads.x_ads_post_batch_accounts_account_id_campaigns 3 parameters
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_campaigns --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
operation_type | string | yes | required |
params | string | yes | required |
x-ads.x_ads_put_accounts_account_id_campaigns_campaign_id 10 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_campaigns_campaign_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
daily_budget_amount_local_micro | string | no | optional |
end_time | string | no | optional |
entity_status | string | no | optional |
duration_in_days | string | no | optional |
frequency_cap | string | no | optional |
name | string | no | optional |
standard_delivery | string | no | optional |
start_time | string | no | optional |
total_budget_amount_local_micro | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_campaigns_campaign_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_campaigns_campaign_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_content_categories 0 parameters
kosmo integrations:schema x-ads.x_ads_get_content_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
x-ads.x_ads_get_accounts_account_id_features 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_features --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
feature_keys | string | no | optional |
x-ads.x_ads_post_accounts_account_id_features 2 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_features --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
feature_keys | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_features 2 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_features --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
feature_keys | string | yes | required |
x-ads.x_ads_get_accounts_account_id_funding_instruments 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_funding_instruments --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
funding_instrument_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_funding_instruments_funding_instrument_id 3 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_funding_instruments_funding_instrument_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
funding_instrument_id | string | yes | required |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_funding_instruments 7 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_funding_instruments --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
currency | string | yes | required |
start_time | string | yes | required |
type | string | yes | required |
end_time | string | no | sometimes required |
credit_limit_local_micro | string | no | optional |
funded_amount_local_micro | string | no | optional |
x-ads.x_ads_put_accounts_account_id_funding_instruments_funding_instrument_id 4 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_funding_instruments_funding_instrument_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
funding_instrument_id | string | yes | required |
funded_amount_local_micro | string | no | optional |
paused | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_funding_instruments_funding_instrument_id 2 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_funding_instruments_funding_instrument_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
funding_instrument_id | string | yes | required |
x-ads.x_ads_get_iab_categories 3 parameters
kosmo integrations:schema x-ads.x_ads_get_iab_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
cursor | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_line_items 11 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
campaign_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
funding_instrument_ids | string | no | optional |
line_item_ids | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_draft | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_line_items_line_item_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_items_line_item_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_line_items 23 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_line_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
campaign_id | string | yes | required |
objective | string | yes | required |
placements | string | yes | required |
product_type | string | yes | required |
advertiser_domain | string | no | sometimes required |
bid_amount_local_micro | string | no | sometimes required |
categories | string | no | sometimes required |
primary_web_event_tag | string | no | sometimes required |
advertiser_user_id | string | no | optional |
automatically_select_bid | string | no | optional |
bid_type | string | no | optional |
bid_unit | string | no | optional |
charge_by | string | no | optional |
end_time | string | no | optional |
entity_status | string | no | optional |
include_sentiment | string | no | optional |
audience_expansion | string | no | optional |
name | string | no | optional |
optimization | string | no | optional |
start_time | string | no | optional |
total_budget_amount_local_micro | string | no | optional |
tracking_tags | string | no | optional |
x-ads.x_ads_post_batch_accounts_account_id_line_items 3 parameters
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_line_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
operation_type | string | yes | required |
params | string | yes | required |
x-ads.x_ads_put_accounts_account_id_line_items_line_item_id 16 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_line_items_line_item_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
advertiser_domain | string | no | optional |
advertiser_user_id | string | no | optional |
automatically_select_bid | string | no | optional |
bid_amount_local_micro | string | no | optional |
bid_type | string | no | optional |
categories | string | no | optional |
end_time | string | no | optional |
entity_status | string | no | optional |
include_sentiment | string | no | optional |
audience_expansion | string | no | optional |
name | string | no | optional |
optimization | string | no | optional |
start_time | string | no | optional |
total_budget_amount_local_micro | string | no | optional |
tracking_tags | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_line_items_line_item_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_line_items_line_item_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_line_item_apps 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_item_apps --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
line_item_ids | string | no | optional |
line_item_app_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_line_item_apps_line_item_app_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_item_apps_line_item_app_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_line_item_apps 4 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_line_item_apps --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
app_store_identifier | string | yes | required |
line_item_id | string | yes | required |
os_type | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_line_item_apps_line_item_app_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_line_item_apps_line_item_app_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_line_items_placements 1 parameters
kosmo integrations:schema x-ads.x_ads_get_line_items_placements --json | Parameter | Type | Required | Description |
|---|---|---|---|
product_type | string | no | optional |
x-ads.x_ads_get_accounts_account_id_media_creatives 9 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_creatives --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
campaign_id | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
line_item_ids | string | no | optional |
media_creative_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_media_creatives_media_creative_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_creatives_media_creative_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_media_creatives 4 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_media_creatives --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | required |
account_media_id | string | yes | required |
line_item_id | string | yes | required |
landing_url | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_media_creatives_media_creative_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_media_creatives_media_creative_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_promoted_accounts 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_accounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
line_item_ids | string | no | optional |
promoted_account_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_promoted_accounts_promoted_account_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_accounts_promoted_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_promoted_accounts 3 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_promoted_accounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
line_item_id | string | yes | required |
user_id | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_promoted_tweets 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
line_item_ids | string | no | optional |
promoted_tweet_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_promoted_tweets_promoted_tweet_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_tweets_promoted_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_promoted_tweets 3 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_promoted_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
line_item_id | string | yes | required |
tweet_ids | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_promotable_users 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promotable_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
promotable_user_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_promotable_users_promotable_user_id 3 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promotable_users_promotable_user_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
promotable_user_id | string | no | optional |
with_deleted | string | no | optional |
x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
line_item_ids | string | no | optional |
scheduled_promoted_tweet_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id 3 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
scheduled_promoted_tweet_id | string | yes | required |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_scheduled_promoted_tweets 3 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_scheduled_promoted_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
line_item_id | string | yes | required |
scheduled_tweet_id | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id 2 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
scheduled_promoted_tweet_id | string | yes | required |
x-ads.x_ads_get_accounts_account_id_targeting_criteria 9 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_targeting_criteria --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
line_item_ids | string | yes | required |
count | string | no | optional |
cursor | string | no | optional |
lang | string | no | optional |
sort_by | string | no | optional |
targeting_criterion_ids | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_targeting_criteria_targeting_criterion_id 3 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_targeting_criteria_targeting_criterion_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
lang | string | no | optional |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_targeting_criteria 6 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_targeting_criteria --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
line_item_id | string | yes | required |
targeting_type | string | yes | required |
targeting_value | string | yes | required |
tailored_audience_expansion | string | no | optional |
operator_type | string | no | optional |
x-ads.x_ads_post_batch_accounts_account_id_targeting_criteria 3 parameters
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_targeting_criteria --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
operation_type | string | yes | required |
params | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_targeting_criteria_app_store_categories 2 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_app_store_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
q | string | no | optional |
os_type | string | no | optional |
x-ads.x_ads_get_targeting_criteria_behavior_taxonomies 5 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_behavior_taxonomies --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
cursor | string | no | optional |
parent_behavior_taxonomy_ids | string | no | optional |
sort_by | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_targeting_criteria_behaviors 5 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_behaviors --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
country_code | string | no | optional |
cursor | string | no | optional |
sort_by | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_targeting_criteria_conversations 3 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_conversations --json | Parameter | Type | Required | Description |
|---|---|---|---|
conversation_type | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
x-ads.x_ads_get_targeting_criteria_devices 3 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_devices --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
q | string | no | optional |
os_type | string | no | optional |
x-ads.x_ads_get_targeting_criteria_events 6 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
event_types | string | yes | required |
count | string | no | optional |
country_codes | string | no | optional |
cursor | string | no | optional |
end_time | string | no | optional |
start_time | string | no | optional |
x-ads.x_ads_get_targeting_criteria_interests 3 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_interests --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
x-ads.x_ads_get_targeting_criteria_languages 3 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_languages --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
x-ads.x_ads_get_targeting_criteria_locations 5 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_locations --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
country_code | string | no | optional |
cursor | string | no | optional |
location_type | string | no | optional |
q | string | no | optional |
x-ads.x_ads_get_targeting_criteria_network_operators 4 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_network_operators --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
country_code | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
x-ads.x_ads_get_targeting_criteria_platform_versions 2 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_platform_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
q | string | no | optional |
os_type | string | no | optional |
x-ads.x_ads_get_targeting_criteria_platforms 3 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_platforms --json | Parameter | Type | Required | Description |
|---|---|---|---|
count | string | no | optional |
q | string | no | optional |
lang | string | no | optional |
x-ads.x_ads_get_targeting_criteria_tv_markets 0 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_tv_markets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
x-ads.x_ads_get_targeting_criteria_tv_shows 4 parameters
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_tv_shows --json | Parameter | Type | Required | Description |
|---|---|---|---|
locale | string | yes | required |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
x-ads.x_ads_get_accounts_account_id_targeting_suggestions 4 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_targeting_suggestions --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
suggestion_type | string | yes | required |
targeting_values | string | yes | required |
count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_tax_settings 1 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tax_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_put_accounts_account_id_tax_settings 27 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_tax_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
address_city | string | no | optional |
address_country | string | no | optional |
address_email | string | no | optional |
address_first_name | string | no | optional |
address_last_name | string | no | optional |
address_name | string | no | optional |
address_postal_code | string | no | optional |
address_region | string | no | optional |
address_street1 | string | no | optional |
address_street2 | string | no | optional |
bill_to | string | no | optional |
business_relationship | string | no | optional |
client_address_city | string | no | optional |
client_address_country | string | no | optional |
client_address_email | string | no | optional |
client_address_first_name | string | no | optional |
client_address_last_name | string | no | optional |
client_address_name | string | no | optional |
client_address_postal_code | string | no | optional |
client_address_region | string | no | optional |
client_address_street1 | string | no | optional |
client_address_street2 | string | no | optional |
invoice_jurisdiction | string | no | optional |
tax_category | string | no | optional |
tax_exemption_id | string | no | optional |
tax_id | string | no | optional |
x-ads.x_ads_get_accounts_account_id_user_settings_user_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_user_settings_user_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
user_id | string | yes | required |
x-ads.x_ads_put_accounts_account_id_user_settings_user_id 6 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_user_settings_user_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
user_id | string | yes | required |
notification_email | string | no | optional |
contact_phone | string | no | optional |
contact_phone_extension | string | no | optional |
subscribed_email_types | string | no | optional |
x-ads.x_ads_get_advertiser_business_categories 0 parameters
kosmo integrations:schema x-ads.x_ads_get_advertiser_business_categories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
x-ads.x_ads_post_accounts_account_id_audience_summary 2 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_audience_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
targeting_criteria | string | yes | required |
x-ads.x_ads_get_accounts_account_id_account_media 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_account_media --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
account_media_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_account_media_account_media_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_account_media_account_media_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_account_media_account_media_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_account_media_account_media_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_all 3 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_all --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_uris | string | yes | required |
with_deleted | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_all_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_all_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_get_accounts_account_id_tweets 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
tweet_type | string | yes | required |
count | string | no | optional |
cursor | string | no | optional |
timeline_type | string | no | optional |
trim_user | string | no | optional |
tweet_ids | string | no | optional |
user_id | string | no | optional |
x-ads.x_ads_post_accounts_account_id_tweet 12 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tweet --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
as_user_id | string | yes | required |
text | string | no | sometimes required |
card_uri | string | no | optional |
media_keys | string | no | optional |
nullcast | string | no | optional |
trim_user | string | no | optional |
tweet_mode | string | no | optional |
video_cta | string | no | optional |
video_cta_value | string | no | optional |
video_description | string | no | optional |
video_title | string | no | optional |
x-ads.x_ads_get_accounts_account_id_draft_tweets 4 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_draft_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
user_id | string | no | optional |
x-ads.x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id 1 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_post_accounts_account_id_draft_tweets 6 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_draft_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
as_user_id | string | yes | required |
text | string | no | sometimes required |
card_uri | string | no | optional |
media_keys | string | no | optional |
nullcast | string | no | optional |
x-ads.x_ads_put_accounts_account_id_draft_tweets_draft_tweet_id 5 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_draft_tweets_draft_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_uri | string | no | optional |
media_keys | string | no | optional |
nullcast | string | no | optional |
text | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id 1 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_scheduled_tweets 4 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
user_id | string | no | optional |
x-ads.x_ads_get_accounts_account_id_scheduled_tweets_scheduled_tweet_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_tweets_scheduled_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
scheduled_tweet_id | string | yes | required |
x-ads.x_ads_post_accounts_account_id_scheduled_tweets 7 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_scheduled_tweets --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
as_user_id | string | yes | required |
scheduled_at | string | yes | required |
text | string | no | sometimes required |
card_uri | string | no | optional |
media_keys | string | no | optional |
nullcast | string | no | optional |
x-ads.x_ads_put_accounts_account_id_scheduled_tweets_scheduled_tweet_id 7 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_scheduled_tweets_scheduled_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
scheduled_tweet_id | string | yes | required |
card_uri | string | no | optional |
media_keys | string | no | optional |
nullcast | string | no | optional |
scheduled_at | string | no | optional |
text | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_scheduled_tweets_scheduled_tweet_id 2 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_scheduled_tweets_scheduled_tweet_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
scheduled_tweet_id | string | yes | required |
x-ads.x_ads_get_accounts_account_id_cards_website 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_website --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_website_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_website_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_website 5 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_website --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
name | string | yes | required |
website_title | string | yes | required |
website_url | string | yes | required |
media_key | string | no | sometimes required |
x-ads.x_ads_put_accounts_account_id_cards_website_card_id 5 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_website_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
media_key | string | no | optional |
name | string | no | optional |
website_title | string | no | optional |
website_url | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_website_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_website_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_video_website 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_website --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_video_website_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_website_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_video_website 5 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_website --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
name | string | yes | required |
title | string | yes | required |
media_key | string | yes | required |
website_url | string | yes | required |
x-ads.x_ads_put_accounts_account_id_cards_video_website_card_id 5 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_website_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
name | string | no | optional |
title | string | no | optional |
media_key | string | no | optional |
website_url | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_video_website_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_website_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_image_app_download 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_app_download --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_image_app_download_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_app_download_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_image_app_download 11 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_image_app_download --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
name | string | yes | required |
country_code | string | yes | required |
ipad_app_id | string | no | sometimes required |
iphone_app_id | string | no | sometimes required |
googleplay_app_id | string | no | sometimes required |
app_cta | string | no | optional |
ipad_deep_link | string | no | optional |
iphone_deep_link | string | no | optional |
googleplay_deep_link | string | no | optional |
media_key | string | no | sometimes required |
x-ads.x_ads_put_accounts_account_id_cards_image_app_download_card_id 11 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_image_app_download_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
country_code | string | no | optional |
app_cta | string | no | optional |
ipad_app_id | string | no | optional |
ipad_deep_link | string | no | optional |
iphone_app_id | string | no | optional |
iphone_deep_link | string | no | optional |
googleplay_app_id | string | no | optional |
googleplay_deep_link | string | no | optional |
name | string | no | optional |
media_key | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_image_app_download_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_image_app_download_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_image_conversation 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_image_conversation_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_conversation_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_image_conversation 15 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_image_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
first_cta | string | yes | required |
first_cta_tweet | string | yes | required |
name | string | yes | required |
thank_you_text | string | yes | required |
media_key | string | no | sometimes required |
second_cta | string | no | sometimes required |
second_cta_tweet | string | no | sometimes required |
title | string | no | sometimes required |
unlocked_image_media_key | string | no | optional |
third_cta | string | no | optional |
third_cta_tweet | string | no | sometimes required |
fourth_cta | string | no | optional |
fourth_cta_tweet | string | no | sometimes required |
thank_you_url | string | no | optional |
x-ads.x_ads_put_accounts_account_id_cards_image_conversation_card_id 15 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_image_conversation_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
unlocked_image_media_key | string | no | optional |
media_key | string | no | optional |
first_cta | string | no | optional |
first_cta_tweet | string | no | optional |
second_cta | string | no | optional |
second_cta_tweet | string | no | optional |
third_cta | string | no | optional |
third_cta_tweet | string | no | optional |
fourth_cta | string | no | optional |
fourth_cta_tweet | string | no | optional |
name | string | no | optional |
thank_you_text | string | no | optional |
thank_you_url | string | no | optional |
title | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_image_conversation_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_image_conversation_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_image_direct_message 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_direct_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_image_direct_message_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_direct_message_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_image_direct_message 12 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_image_direct_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
first_cta | string | yes | required |
first_cta_welcome_message_id | string | yes | required |
name | string | yes | required |
recipient_user_id | string | yes | required |
media_key | string | no | sometimes required |
second_cta | string | no | optional |
second_cta_welcome_message_id | string | no | optional |
third_cta | string | no | optional |
third_cta_welcome_message_id | string | no | optional |
fourth_cta | string | no | optional |
fourth_cta_welcome_message_id | string | no | optional |
x-ads.x_ads_put_accounts_account_id_cards_image_direct_message 12 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_image_direct_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_id | string | yes | required |
first_cta | string | no | optional |
first_cta_welcome_message_id | string | no | optional |
media_key | string | no | optional |
second_cta | string | no | optional |
second_cta_welcome_message_id | string | no | optional |
third_cta | string | no | optional |
third_cta_welcome_message_id | string | no | optional |
fourth_cta | string | no | optional |
fourth_cta_welcome_message_id | string | no | optional |
name | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_image_direct_message_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_image_direct_message_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_video_app_download 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_app_download --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_video_app_download_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_app_download_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_video_app_download 12 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_app_download --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
country_code | string | yes | required |
name | string | yes | required |
media_key | string | yes | required |
ipad_app_id | string | no | sometimes required |
iphone_app_id | string | no | sometimes required |
googleplay_app_id | string | no | sometimes required |
app_cta | string | no | optional |
ipad_deep_link | string | no | optional |
iphone_deep_link | string | no | optional |
googleplay_deep_link | string | no | optional |
poster_media_key | string | no | optional |
x-ads.x_ads_put_accounts_account_id_cards_video_app_download_card_id 12 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_app_download_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
country_code | string | no | optional |
app_cta | string | no | optional |
ipad_app_id | string | no | optional |
ipad_deep_link | string | no | optional |
iphone_app_id | string | no | optional |
iphone_deep_link | string | no | optional |
googleplay_app_id | string | no | optional |
googleplay_deep_link | string | no | optional |
poster_media_key | string | no | optional |
name | string | no | optional |
media_key | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_video_app_download_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_app_download_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_video_conversation 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_video_conversation_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_conversation_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_video_conversation 17 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
first_cta | string | yes | required |
first_cta_tweet | string | yes | required |
name | string | yes | required |
thank_you_text | string | yes | required |
media_key | string | yes | required |
title | string | no | sometimes required |
second_cta | string | no | sometimes required |
second_cta_tweet | string | no | sometimes required |
unlocked_image_media_key | string | no | optional |
unlocked_video_media_key | string | no | optional |
poster_media_key | string | no | optional |
third_cta | string | no | optional |
third_cta_tweet | string | no | sometimes required |
fourth_cta | string | no | optional |
fourth_cta_tweet | string | no | sometimes required |
thank_you_url | string | no | optional |
x-ads.x_ads_put_accounts_account_id_cards_video_conversation_card_id 17 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_conversation_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
unlocked_image_media_key | string | no | optional |
unlocked_video_media_key | string | no | optional |
poster_media_key | string | no | optional |
first_cta | string | no | optional |
first_cta_tweet | string | no | optional |
second_cta | string | no | optional |
second_cta_tweet | string | no | optional |
third_cta | string | no | optional |
third_cta_tweet | string | no | optional |
fourth_cta | string | no | optional |
fourth_cta_tweet | string | no | optional |
name | string | no | optional |
thank_you_text | string | no | optional |
thank_you_url | string | no | optional |
title | string | no | optional |
media_key | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_video_conversation_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_conversation_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_video_direct_message 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_direct_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_video_direct_message_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_direct_message_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_video_direct_message 13 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_direct_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
first_cta | string | yes | required |
first_cta_welcome_message_id | string | yes | required |
name | string | yes | required |
recipient_user_id | string | yes | required |
media_key | string | yes | required |
poster_media_key | string | no | optional |
second_cta | string | no | optional |
second_cta_welcome_message_id | string | no | optional |
third_cta | string | no | optional |
third_cta_welcome_message_id | string | no | optional |
fourth_cta | string | no | optional |
fourth_cta_welcome_message_id | string | no | optional |
x-ads.x_ads_put_accounts_account_id_cards_video_direct_message_card_id 12 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_direct_message_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
poster_media_key | string | no | optional |
first_cta | string | no | optional |
first_cta_welcome_message_id | string | no | optional |
second_cta | string | no | optional |
second_cta_welcome_message_id | string | no | optional |
third_cta | string | no | optional |
third_cta_welcome_message_id | string | no | optional |
fourth_cta | string | no | optional |
fourth_cta_welcome_message_id | string | no | optional |
name | string | no | optional |
media_key | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_video_direct_message_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_direct_message_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_media_library 5 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_library --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
media_type | string | no | optional |
q | string | no | optional |
x-ads.x_ads_get_accounts_account_id_media_library_media_key 1 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_library_media_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_post_accounts_account_id_media_library 7 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_media_library --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
media_key | string | no | sometimes required |
description | string | no | optional |
file_name | string | no | optional |
name | string | no | optional |
poster_media_key | string | no | optional |
title | string | no | optional |
x-ads.x_ads_put_accounts_account_id_media_library_media_key 6 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_media_library_media_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
description | string | no | optional |
file_name | string | no | optional |
name | string | no | optional |
poster_media_key | string | no | optional |
title | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_media_library_media_key 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_media_library_media_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_cards_poll 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_poll --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
card_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
q | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_cards_poll_card_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_poll_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_cards_poll 8 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_poll --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
duration_in_minutes | string | yes | required |
first_choice | string | yes | required |
name | string | yes | required |
second_choice | string | yes | required |
fourth_choice | string | no | optional |
media_key | string | no | optional |
third_choice | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_cards_poll_card_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_poll_card_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions 8 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
line_item_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
preroll_call_to_action_ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_preroll_call_to_actions 4 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_preroll_call_to_actions --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
call_to_action | string | yes | required |
call_to_action_url | string | yes | required |
line_item_id | string | yes | required |
x-ads.x_ads_put_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id 3 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
call_to_action | string | no | optional |
call_to_action_url | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_tweet_previews 3 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tweet_previews --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
tweet_ids | string | yes | required |
tweet_type | string | yes | required |
x-ads.x_ads_get_accounts_account_id_app_event_tags 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
app_event_tag_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_app_event_tags_app_event_tag_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_tags_app_event_tag_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_app_event_tags 10 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_app_event_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
app_store_identifier | string | yes | required |
conversion_type | string | yes | required |
os_type | string | yes | required |
provider_app_event_id | string | yes | required |
provider_app_event_name | string | yes | required |
deep_link_scheme | string | no | optional |
post_engagement_attribution_window | string | no | optional |
post_view_attribution_window | string | no | optional |
retargeting_enabled | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_app_event_tags_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_app_event_tags_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
ids | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_app_event_provider_configurations 2 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_app_event_provider_configurations --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
provider_advertiser_id | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_app_event_provider_configurations_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_app_event_provider_configurations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
x-ads.x_ads_get_accounts_account_id_app_lists 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
app_list_ids | string | no | optional |
count | string | no | optional |
cursor | string | no | optional |
sort_by | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_app_lists_app_list_id 3 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_lists_app_list_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
app_list_id | string | yes | required |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_app_lists 3 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_app_lists --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
app_store_identifiers | string | yes | required |
name | string | yes | required |
x-ads.x_ads_delete_accounts_account_id_app_lists_app_list_id 2 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_app_lists_app_list_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
app_list_id | string | yes | required |
x-ads.x_ads_get_conversion_attribution 10 parameters
kosmo integrations:schema x-ads.x_ads_get_conversion_attribution --json | Parameter | Type | Required | Description |
|---|---|---|---|
app_id | string | yes | required |
conversion_time | string | yes | required |
conversion_type | string | yes | required |
hashed_device_id | string | yes | required |
os_type | string | yes | required |
click_window | string | no | optional |
extra_device_ids | string | no | optional |
non_twitter_engagement_time | string | no | optional |
non_twitter_engagement_type | string | no | optional |
view_through_window | string | no | optional |
x-ads.x_ads_post_conversion_event 10 parameters
kosmo integrations:schema x-ads.x_ads_post_conversion_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
app_id | string | yes | required |
conversion_time | string | yes | required |
conversion_type | string | yes | required |
hashed_device_id | string | yes | required |
os_type | string | yes | required |
click_window | string | no | optional |
extra_device_ids | string | no | optional |
non_twitter_engagement_time | string | no | optional |
non_twitter_engagement_type | string | no | optional |
view_through_window | string | no | optional |
x-ads.x_ads_get_accounts_account_id_web_event_tags 7 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_web_event_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
count | string | no | optional |
cursor | string | no | optional |
sort_by | string | no | optional |
web_event_tag_ids | string | no | optional |
with_deleted | string | no | optional |
with_total_count | string | no | optional |
x-ads.x_ads_get_accounts_account_id_web_event_tags_web_event_tag_id 2 parameters
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_web_event_tags_web_event_tag_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
with_deleted | string | no | optional |
x-ads.x_ads_post_accounts_account_id_web_event_tags 6 parameters
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_web_event_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
click_window | string | yes | required |
name | string | yes | required |
retargeting_enabled | string | yes | required |
type | string | yes | required |
view_through_window | string | yes | required |
x-ads.x_ads_put_accounts_account_id_web_event_tags_web_event_tag_id 6 parameters
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_web_event_tags_web_event_tag_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
click_window | string | no | optional |
name | string | no | optional |
retargeting_enabled | string | no | optional |
type | string | no | optional |
view_through_window | string | no | optional |
x-ads.x_ads_delete_accounts_account_id_web_event_tags_web_event_tag_id 1 parameters
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_web_event_tags_web_event_tag_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Account ID path parameter. |
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.