KosmoKrator

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, configure, and verify
# 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.

KeyEnv varTypeRequiredLabel
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.

Generic CLI call
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
Provider shortcut
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.

Discovery commands
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 read
Parameters
account_id, end_time, entity, start_time, campaign_ids, funding_instrument_ids, line_item_ids
Generic call
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
Shortcut
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 read
Parameters
account_id, count, cursor, job_ids
Generic call
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
Shortcut
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 write
Parameters
account_id, end_time, entity, entity_ids, granularity, metric_groups, placement, start_time, country, platform, segmentation_type
Generic call
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
Shortcut
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 write
Parameters
account_id, body
Generic call
kosmo integrations:call x-ads.x_ads_delete_stats_jobs_accounts_account_id_job_id '{"account_id":"example_account_id","body":"example_body"}' --json
Shortcut
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 read
Parameters
account_id, end_time, granularity, line_item_ids, placement, start_time
Generic call
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
Shortcut
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 read
Parameters
account_id, campaign_ids, end_time, start_time
Generic call
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
Shortcut
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 read
Parameters
account_id, funding_instrument_ids, end_time, start_time
Generic call
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
Shortcut
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 read
Parameters
account_id, end_time, entity, entity_ids, granularity, metric_groups, placement, start_time
Generic call
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
Shortcut
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 read
Parameters
account_id, audience_type, audience_value, interaction_type
Generic call
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
Shortcut
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 read
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_get_insights_accounts_account_id_available_audiences '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
granularity, keywords, start_time, end_time, location, negative_keywords
Generic call
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
Shortcut
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 read
Parameters
account_id, count, cursor, granted_account_ids, sort_by, tailored_audience_permission_ids, with_total_count
Generic call
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
Shortcut
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 write
Parameters
account_id, granted_account_id, permission_level
Generic call
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
Shortcut
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 write
Parameters
account_id, tailored_audience_permission_id, body
Generic call
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
Shortcut
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 read
Parameters
account_id, count, cursor, permission_scope, q, sort_by, tailored_audience_ids, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, name
Generic call
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","name":"example_name"}' --json
Shortcut
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 write
Parameters
account_id, audience_type, child_segments, name, operation_type, params, boolean_operator, lookback_window, segments, tailored_audience_id, frequency, frequency_comparator, negate
Generic call
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
Shortcut
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 write
Parameters
account_id, body
Generic call
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
Shortcut
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 write
Parameters
account_id, operation_type, params, users, effective_at, expires_at
Generic call
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
Shortcut
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 read
Parameters
account_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
kosmo integrations:call x-ads.x_ads_get_accounts_account_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call x-ads.x_ads_post_accounts '{}' --json
Shortcut
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 write
Parameters
account_id, name, industry_type
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_authenticated_user_access '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
currency
Generic call
kosmo integrations:call x-ads.x_ads_get_bidding_rules '{"currency":"example_currency"}' --json
Shortcut
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 read
Parameters
account_id, campaign_ids, count, cursor, funding_instrument_ids, q, sort_by, with_deleted, with_draft, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id, operation_type, params
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call x-ads.x_ads_get_content_categories '{}' --json
Shortcut
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 read
Parameters
account_id, feature_keys
Generic call
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json
Shortcut
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 write
Parameters
account_id, feature_keys
Generic call
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json
Shortcut
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 write
Parameters
account_id, feature_keys
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, funding_instrument_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, funding_instrument_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, currency, start_time, type, end_time, credit_limit_local_micro, funded_amount_local_micro
Generic call
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
Shortcut
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 write
Parameters
account_id, funding_instrument_id, funded_amount_local_micro, paused
Generic call
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
Shortcut
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 write
Parameters
account_id, funding_instrument_id
Generic call
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
Shortcut
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 read
Parameters
count, cursor, with_total_count
Generic call
kosmo integrations:call x-ads.x_ads_get_iab_categories '{"count":"example_count","cursor":"example_cursor","with_total_count":"example_with_total_count"}' --json
Shortcut
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 read
Parameters
account_id, campaign_ids, count, cursor, funding_instrument_ids, line_item_ids, q, sort_by, with_deleted, with_draft, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id, operation_type, params
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, line_item_ids, line_item_app_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, app_store_identifier, line_item_id, os_type
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_line_item_apps_line_item_app_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
product_type
Generic call
kosmo integrations:call x-ads.x_ads_get_line_items_placements '{"product_type":"example_product_type"}' --json
Shortcut
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 read
Parameters
account_id, campaign_id, count, cursor, line_item_ids, media_creative_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, account_media_id, line_item_id, landing_url
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_media_creatives_media_creative_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, line_item_ids, promoted_account_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, line_item_id, user_id
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, line_item_ids, promoted_tweet_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, line_item_id, tweet_ids
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, promotable_user_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, promotable_user_id, with_deleted
Generic call
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
Shortcut
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 read
Parameters
account_id, count, cursor, line_item_ids, scheduled_promoted_tweet_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, scheduled_promoted_tweet_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, line_item_id, scheduled_tweet_id
Generic call
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
Shortcut
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 write
Parameters
account_id, scheduled_promoted_tweet_id
Generic call
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
Shortcut
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 read
Parameters
account_id, line_item_ids, count, cursor, lang, sort_by, targeting_criterion_ids, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, lang, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, line_item_id, targeting_type, targeting_value, tailored_audience_expansion, operator_type
Generic call
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
Shortcut
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 write
Parameters
account_id, operation_type, params
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
q, os_type
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_app_store_categories '{"q":"example_q","os_type":"example_os_type"}' --json
Shortcut
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 read
Parameters
count, cursor, parent_behavior_taxonomy_ids, sort_by, with_total_count
Generic call
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
Shortcut
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 read
Parameters
count, country_code, cursor, sort_by, with_total_count
Generic call
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
Shortcut
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 read
Parameters
conversation_type, count, cursor
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_conversations '{"conversation_type":"example_conversation_type","count":"example_count","cursor":"example_cursor"}' --json
Shortcut
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 read
Parameters
count, q, os_type
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_devices '{"count":"example_count","q":"example_q","os_type":"example_os_type"}' --json
Shortcut
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 read
Parameters
event_types, count, country_codes, cursor, end_time, start_time
Generic call
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
Shortcut
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 read
Parameters
count, cursor, q
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_interests '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json
Shortcut
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 read
Parameters
count, cursor, q
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_languages '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json
Shortcut
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 read
Parameters
count, country_code, cursor, location_type, q
Generic call
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
Shortcut
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 read
Parameters
count, country_code, cursor, q
Generic call
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
Shortcut
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 read
Parameters
q, os_type
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_platform_versions '{"q":"example_q","os_type":"example_os_type"}' --json
Shortcut
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 read
Parameters
count, q, lang
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_platforms '{"count":"example_count","q":"example_q","lang":"example_lang"}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call x-ads.x_ads_get_targeting_criteria_tv_markets '{}' --json
Shortcut
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 read
Parameters
locale, count, cursor, q
Generic call
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
Shortcut
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 read
Parameters
account_id, suggestion_type, targeting_values, count
Generic call
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
Shortcut
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 read
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_tax_settings '{"account_id":"example_account_id"}' --json
Shortcut
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 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
Generic call
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
Shortcut
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 read
Parameters
account_id, user_id
Generic call
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
Shortcut
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 write
Parameters
account_id, user_id, notification_email, contact_phone, contact_phone_extension, subscribed_email_types
Generic call
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
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call x-ads.x_ads_get_advertiser_business_categories '{}' --json
Shortcut
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 write
Parameters
account_id, targeting_criteria
Generic call
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_audience_summary '{"account_id":"example_account_id","targeting_criteria":"example_targeting_criteria"}' --json
Shortcut
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 read
Parameters
account_id, account_media_ids, count, cursor, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_account_media_account_media_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_uris, with_deleted
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 read
Parameters
account_id, tweet_type, count, cursor, timeline_type, trim_user, tweet_ids, user_id
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 read
Parameters
account_id, count, cursor, user_id
Generic call
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
Shortcut
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 read
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json
Shortcut
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 write
Parameters
account_id, as_user_id, text, card_uri, media_keys, nullcast
Generic call
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
Shortcut
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 write
Parameters
account_id, card_uri, media_keys, nullcast, text
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, user_id
Generic call
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
Shortcut
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 read
Parameters
account_id, scheduled_tweet_id
Generic call
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
Shortcut
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 write
Parameters
account_id, as_user_id, scheduled_at, text, card_uri, media_keys, nullcast
Generic call
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
Shortcut
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 write
Parameters
account_id, scheduled_tweet_id, card_uri, media_keys, nullcast, scheduled_at, text
Generic call
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
Shortcut
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 write
Parameters
account_id, scheduled_tweet_id
Generic call
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
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, name, website_title, website_url, media_key
Generic call
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
Shortcut
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 write
Parameters
account_id, media_key, name, website_title, website_url
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, name, title, media_key, website_url
Generic call
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
Shortcut
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 write
Parameters
account_id, name, title, media_key, website_url
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_image_direct_message_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, media_type, q
Generic call
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
Shortcut
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 read
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_get_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json
Shortcut
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 write
Parameters
account_id, media_key, description, file_name, name, poster_media_key, title
Generic call
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
Shortcut
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 write
Parameters
account_id, description, file_name, name, poster_media_key, title
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, duration_in_minutes, first_choice, name, second_choice, fourth_choice, media_key, third_choice
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_cards_poll_card_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, line_item_ids, count, cursor, preroll_call_to_action_ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, call_to_action, call_to_action_url, line_item_id
Generic call
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
Shortcut
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 write
Parameters
account_id, call_to_action, call_to_action_url
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
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
Shortcut
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 read
Parameters
account_id, tweet_ids, tweet_type
Generic call
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
Shortcut
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 read
Parameters
account_id, app_event_tag_ids, count, cursor, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_app_event_tags_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, count, cursor, ids, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, provider_advertiser_id
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_app_event_provider_configurations_id '{"account_id":"example_account_id"}' --json
Shortcut
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 read
Parameters
account_id, app_list_ids, count, cursor, sort_by, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, app_list_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, app_store_identifiers, name
Generic call
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
Shortcut
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 write
Parameters
account_id, app_list_id
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 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
Generic call
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
Shortcut
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 read
Parameters
account_id, count, cursor, sort_by, web_event_tag_ids, with_deleted, with_total_count
Generic call
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
Shortcut
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 read
Parameters
account_id, with_deleted
Generic call
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
Shortcut
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 write
Parameters
account_id, click_window, name, retargeting_enabled, type, view_through_window
Generic call
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
Shortcut
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 write
Parameters
account_id, click_window, name, retargeting_enabled, type, view_through_window
Generic call
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
Shortcut
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 write
Parameters
account_id
Generic call
kosmo integrations:call x-ads.x_ads_delete_accounts_account_id_web_event_tags_web_event_tag_id '{"account_id":"example_account_id"}' --json
Shortcut
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id_active_entities --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_stats_jobs_accounts_account_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_stats_jobs_accounts_account_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_stats_jobs_accounts_account_id_job_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_auction_insights --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id_reach_campaigns --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id_reach_funding_instruments --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_stats_accounts_account_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_insights_accounts_account_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_insights_accounts_account_id_available_audiences --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id_permissions 7 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id_permissions --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_permissions --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id_permissions_tailored_audience_permission_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tailored_audiences --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tailored_audiences_tailored_audience_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tailored_audiences --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_tailored_audiences --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_tailored_audiences_tailored_audience_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tailored_audiences_tailored_audience_id_users --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
with_deleted string no optional
x-ads.x_ads_post_accounts 0 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts --json
ParameterTypeRequiredDescription
No parameters.
x-ads.x_ads_put_accounts_account_id 3 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_authenticated_user_access 1 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_authenticated_user_access --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_bidding_rules 1 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_bidding_rules --json
ParameterTypeRequiredDescription
currency string no optional
x-ads.x_ads_get_accounts_account_id_campaigns 10 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_campaigns --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_campaigns_campaign_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
with_deleted string no optional
x-ads.x_ads_post_accounts_account_id_campaigns 11 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_campaigns --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_campaigns --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_campaigns_campaign_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_campaigns_campaign_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_content_categories 0 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_content_categories --json
ParameterTypeRequiredDescription
No parameters.
x-ads.x_ads_get_accounts_account_id_features 2 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_features --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
feature_keys string no optional
x-ads.x_ads_post_accounts_account_id_features 2 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_features --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
feature_keys string yes required
x-ads.x_ads_delete_accounts_account_id_features 2 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_features --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_funding_instruments --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_funding_instruments_funding_instrument_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_funding_instruments --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_funding_instruments_funding_instrument_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_funding_instruments_funding_instrument_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
funding_instrument_id string yes required
x-ads.x_ads_get_iab_categories 3 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_iab_categories --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_items --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_items_line_item_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_line_items --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_line_items --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_line_items_line_item_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_line_items_line_item_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_line_item_apps 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_item_apps --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_line_item_apps_line_item_app_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_line_item_apps --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_line_item_apps_line_item_app_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_line_items_placements 1 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_line_items_placements --json
ParameterTypeRequiredDescription
product_type string no optional
x-ads.x_ads_get_accounts_account_id_media_creatives 9 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_creatives --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_creatives_media_creative_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_media_creatives --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_media_creatives_media_creative_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_promoted_accounts 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_accounts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_accounts_promoted_account_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_promoted_accounts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_promoted_tweets 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promoted_tweets_promoted_tweet_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_promoted_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_promotable_users 7 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promotable_users --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_promotable_users_promotable_user_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_scheduled_promoted_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_scheduled_promoted_tweets_scheduled_promoted_tweet_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_targeting_criteria --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_targeting_criteria_targeting_criterion_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_targeting_criteria --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_batch_accounts_account_id_targeting_criteria --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_targeting_criteria_app_store_categories 2 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_app_store_categories --json
ParameterTypeRequiredDescription
q string no optional
os_type string no optional
x-ads.x_ads_get_targeting_criteria_behavior_taxonomies 5 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_behavior_taxonomies --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_behaviors --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_conversations --json
ParameterTypeRequiredDescription
conversation_type string no optional
count string no optional
cursor string no optional
x-ads.x_ads_get_targeting_criteria_devices 3 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_devices --json
ParameterTypeRequiredDescription
count string no optional
q string no optional
os_type string no optional
x-ads.x_ads_get_targeting_criteria_events 6 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_events --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_interests --json
ParameterTypeRequiredDescription
count string no optional
cursor string no optional
q string no optional
x-ads.x_ads_get_targeting_criteria_languages 3 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_languages --json
ParameterTypeRequiredDescription
count string no optional
cursor string no optional
q string no optional
x-ads.x_ads_get_targeting_criteria_locations 5 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_locations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_network_operators --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_platform_versions --json
ParameterTypeRequiredDescription
q string no optional
os_type string no optional
x-ads.x_ads_get_targeting_criteria_platforms 3 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_platforms --json
ParameterTypeRequiredDescription
count string no optional
q string no optional
lang string no optional
x-ads.x_ads_get_targeting_criteria_tv_markets 0 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_tv_markets --json
ParameterTypeRequiredDescription
No parameters.
x-ads.x_ads_get_targeting_criteria_tv_shows 4 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_targeting_criteria_tv_shows --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_targeting_suggestions --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tax_settings --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_put_accounts_account_id_tax_settings 27 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_tax_settings --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_user_settings_user_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_user_settings_user_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_advertiser_business_categories --json
ParameterTypeRequiredDescription
No parameters.
x-ads.x_ads_post_accounts_account_id_audience_summary 2 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_audience_summary --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_account_media --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_account_media_account_media_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_account_media_account_media_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_all 3 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_all --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_all_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
with_deleted string no optional
x-ads.x_ads_get_accounts_account_id_tweets 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_tweet --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_draft_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_post_accounts_account_id_draft_tweets 6 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_draft_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_draft_tweets_draft_tweet_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id 1 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_scheduled_tweets 4 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_scheduled_tweets_scheduled_tweet_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_scheduled_tweets --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_scheduled_tweets_scheduled_tweet_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_scheduled_tweets_scheduled_tweet_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_website --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_website_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_website --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_website_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_website_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_video_website 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_website --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_website_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_website --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_website_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_website_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_image_app_download 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_app_download --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_app_download_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_image_app_download --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_image_app_download_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_image_app_download_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_image_conversation 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_conversation --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_conversation_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_image_conversation --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_image_conversation_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_image_conversation_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_image_direct_message 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_direct_message --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_image_direct_message_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_image_direct_message --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_image_direct_message --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_image_direct_message_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_video_app_download 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_app_download --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_app_download_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_app_download --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_app_download_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_app_download_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_video_conversation 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_conversation --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_conversation_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_conversation --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_conversation_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_conversation_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_video_direct_message 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_direct_message --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_video_direct_message_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_video_direct_message --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_cards_video_direct_message_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_video_direct_message_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_media_library 5 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_library --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_media_library_media_key --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_post_accounts_account_id_media_library 7 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_media_library --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_media_library_media_key --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_media_library_media_key --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_cards_poll 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_poll --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_cards_poll_card_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_cards_poll --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_cards_poll_card_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions 8 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_preroll_call_to_actions --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_preroll_call_to_actions_preroll_call_to_action_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_tweet_previews 3 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_tweet_previews --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_tags --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_tags_app_event_tag_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_app_event_tags --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_app_event_tags_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations 7 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_event_provider_configurations_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_app_event_provider_configurations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_app_event_provider_configurations_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
x-ads.x_ads_get_accounts_account_id_app_lists 7 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_lists --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_app_lists_app_list_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_app_lists --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_app_lists_app_list_id --json
ParameterTypeRequiredDescription
account_id string yes Account ID path parameter.
app_list_id string yes required
x-ads.x_ads_get_conversion_attribution 10 parameters
Schema command
kosmo integrations:schema x-ads.x_ads_get_conversion_attribution --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_conversion_event --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_web_event_tags --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_get_accounts_account_id_web_event_tags_web_event_tag_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_post_accounts_account_id_web_event_tags --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_put_accounts_account_id_web_event_tags_web_event_tag_id --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema x-ads.x_ads_delete_accounts_account_id_web_event_tags_web_event_tag_id --json
ParameterTypeRequiredDescription
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.