KosmoKrator

marketing

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.

190 functions 99 read 91 write oauth1a user context auth

X Ads CLI Setup

X Ads can be configured headlessly with `kosmokrator integrations:configure x_ads`.

# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure x_ads --set api_key="$X_ADS_API_KEY" --set api_secret="$X_ADS_API_SECRET" --set access_token="$X_ADS_ACCESS_TOKEN" --set access_token_secret="$X_ADS_ACCESS_TOKEN_SECRET" --enable --read allow --write ask --json
kosmokrator integrations:doctor x_ads --json
kosmokrator integrations:status --json

Credentials

Authentication type: oauth1a user context oauth1a_user_context. Configure credentials once, then use the same stored profile from scripts, coding CLIs, Lua code mode, and the MCP gateway.

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

Call X Ads Headlessly

Use the generic call form when another coding CLI or script needs a stable universal interface.

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

Use the provider shortcut form for shorter human-facing commands.

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

Agent Discovery Commands

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

kosmo integrations:docs x_ads --json
kosmo integrations:docs x_ads.x_ads_get_stats_accounts_account_id_active_entities --json
kosmo integrations:schema x_ads.x_ads_get_stats_accounts_account_id_active_entities --json
kosmo integrations:search "X Ads" --json
kosmo integrations:list --json

All CLI Functions

Every function below can be called headlessly. The generic form is stable across all integrations; the provider shortcut is shorter but specific to X Ads.

x_ads.x_ads_get_stats_accounts_account_id_active_entities

Read read

X Ads API operation: Analytics / Active Entities stats/accounts/:account_id/active_entities.

Parameters
account_id, end_time, entity, start_time, campaign_ids, funding_instrument_ids, line_item_ids

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

x_ads.x_ads_get_stats_jobs_accounts_account_id

Read read

X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id.

Parameters
account_id, count, cursor, job_ids

Generic CLI 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

Provider 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

Write write

X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id.

Parameters
account_id, end_time, entity, entity_ids, granularity, metric_groups, placement, start_time, country, platform, segmentation_type

Generic CLI 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

Provider 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

Write write

X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id/:job_id.

Parameters
account_id, body

Generic CLI 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

Provider 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

Read read

X Ads API operation: Analytics / Auction Insights accounts/:account_id/auction_insights.

Parameters
account_id, end_time, granularity, line_item_ids, placement, start_time

Generic CLI 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

Provider 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

Read read

X Ads API operation: Analytics / Reach and Average Frequency stats/accounts/:account_id/reach/campaigns.

Parameters
account_id, campaign_ids, end_time, start_time

Generic CLI 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

Provider 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

Read read

X Ads API operation: Analytics / Reach and Average Frequency stats/accounts/:account_id/reach/funding_instruments.

Parameters
account_id, funding_instrument_ids, end_time, start_time

Generic CLI 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

Provider 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

Read read

X Ads API operation: Analytics / Synchronous Analytics stats/accounts/:account_id.

Parameters
account_id, end_time, entity, entity_ids, granularity, metric_groups, placement, start_time

Generic CLI 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

Provider 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

Read read

X Ads API operation: Audience / Insights insights/accounts/:account_id.

Parameters
account_id, audience_type, audience_value, interaction_type

Generic CLI 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

Provider 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

Read read

X Ads API operation: Audience / Insights insights/accounts/:account_id/available_audiences.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_insights_accounts_account_id_available_audiences '{"account_id":"example_account_id"}' --json

Provider 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_accounts_account_id_tailored_audiences_tailored_audience_id_permissions

Read read

X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions.

Parameters
account_id, count, cursor, granted_account_ids, sort_by, tailored_audience_permission_ids, with_total_count

Generic CLI 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

Provider 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

Write write

X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions.

Parameters
account_id, granted_account_id, permission_level

Generic CLI 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

Provider 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

Write write

X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions/:tailored_audience_permission_id.

Parameters
account_id, tailored_audience_permission_id, body

Generic CLI 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

Provider 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

Read read

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences.

Parameters
account_id, count, cursor, permission_scope, q, sort_by, tailored_audience_ids, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences/:tailored_audience_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences.

Parameters
account_id, name

Generic CLI call

kosmo integrations:call x_ads.x_ads_post_accounts_account_id_tailored_audiences '{"account_id":"example_account_id","name":"example_name"}' --json

Provider 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

Write write

X Ads API operation: Audience / Tailored Audiences batch/accounts/:account_id/tailored_audiences.

Parameters
account_id, audience_type, child_segments, name, operation_type, params, boolean_operator, lookback_window, segments, tailored_audience_id, frequency, frequency_comparator, negate

Generic CLI 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

Provider 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

Write write

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences/:tailored_audience_id.

Parameters
account_id, body

Generic CLI 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

Provider 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

Write write

X Ads API operation: Audience / Tailored Audiences Users accounts/:account_id/tailored_audiences/:tailored_audience_id/users.

Parameters
account_id, operation_type, params, users, effective_at, expires_at

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Accounts accounts.

Parameters
account_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Accounts accounts/:account_id.

Parameters
account_id, with_deleted

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_accounts_account_id '{"account_id":"example_account_id","with_deleted":"example_with_deleted"}' --json

Provider 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

Write write

X Ads API operation: Campaign Management / Accounts accounts.

Parameters
none

Generic CLI call

kosmo integrations:call x_ads.x_ads_post_accounts '{}' --json

Provider shortcut

kosmo integrations:x_ads x_ads_post_accounts '{}' --json

x_ads.x_ads_put_accounts_account_id

Write write

X Ads API operation: Campaign Management / Accounts accounts/:account_id.

Parameters
account_id, name, industry_type

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Accounts accounts/:account_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Authenticated User Access accounts/:account_id/authenticated_user_access.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_accounts_account_id_authenticated_user_access '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Bidding Rules bidding_rules.

Parameters
currency

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_bidding_rules '{"currency":"example_currency"}' --json

Provider shortcut

kosmo integrations:x_ads x_ads_get_bidding_rules '{"currency":"example_currency"}' --json

x_ads.x_ads_get_accounts_account_id_campaigns

Read read

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns.

Parameters
account_id, campaign_ids, count, cursor, funding_instrument_ids, q, sort_by, with_deleted, with_draft, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns.

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 CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Campaigns batch/accounts/:account_id/campaigns.

Parameters
account_id, operation_type, params

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.

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 CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_campaigns_campaign_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Content Categories content_categories.

Parameters
none

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_content_categories '{}' --json

Provider shortcut

kosmo integrations:x_ads x_ads_get_content_categories '{}' --json

x_ads.x_ads_get_accounts_account_id_features

Read read

X Ads API operation: Campaign Management / Features accounts/:account_id/features.

Parameters
account_id, feature_keys

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json

Provider 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

Write write

X Ads API operation: Campaign Management / Features accounts/:account_id/features.

Parameters
account_id, feature_keys

Generic CLI call

kosmo integrations:call x_ads.x_ads_post_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json

Provider 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

Write write

X Ads API operation: Campaign Management / Features accounts/:account_id/features.

Parameters
account_id, feature_keys

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_features '{"account_id":"example_account_id","feature_keys":"example_feature_keys"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments.

Parameters
account_id, count, cursor, funding_instrument_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.

Parameters
account_id, funding_instrument_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments.

Parameters
account_id, currency, start_time, type, end_time, credit_limit_local_micro, funded_amount_local_micro

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.

Parameters
account_id, funding_instrument_id, funded_amount_local_micro, paused

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.

Parameters
account_id, funding_instrument_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / IAB Categories iab_categories.

Parameters
count, cursor, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items.

Parameters
account_id, campaign_ids, count, cursor, funding_instrument_ids, line_item_ids, q, sort_by, with_deleted, with_draft, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items.

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 CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Line Items batch/accounts/:account_id/line_items.

Parameters
account_id, operation_type, params

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.

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 CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_line_items_line_item_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps.

Parameters
account_id, count, cursor, line_item_ids, line_item_app_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps/:line_item_app_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps.

Parameters
account_id, app_store_identifier, line_item_id, os_type

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps/:line_item_app_id.

Parameters
account_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Line Item Placements line_items/placements.

Parameters
product_type

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_line_items_placements '{"product_type":"example_product_type"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives.

Parameters
account_id, campaign_id, count, cursor, line_item_ids, media_creative_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives/:media_creative_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives.

Parameters
account_id, account_media_id, line_item_id, landing_url

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives/:media_creative_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_media_creatives_media_creative_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts.

Parameters
account_id, count, cursor, line_item_ids, promoted_account_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts/:promoted_account_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts.

Parameters
account_id, line_item_id, user_id

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts/:promoted_account_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_promoted_accounts_promoted_account_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets.

Parameters
account_id, count, cursor, line_item_ids, promoted_tweet_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets/:promoted_tweet_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets.

Parameters
account_id, line_item_id, tweet_ids

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets/:promoted_tweet_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_promoted_tweets_promoted_tweet_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Promotable Users accounts/:account_id/promotable_users.

Parameters
account_id, count, cursor, promotable_user_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Promotable Users accounts/:account_id/promotable_users/:promotable_user_id.

Parameters
account_id, promotable_user_id, with_deleted

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets.

Parameters
account_id, count, cursor, line_item_ids, scheduled_promoted_tweet_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets/:scheduled_promoted_tweet_id.

Parameters
account_id, scheduled_promoted_tweet_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets.

Parameters
account_id, line_item_id, scheduled_tweet_id

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets/:scheduled_promoted_tweet_id.

Parameters
account_id, scheduled_promoted_tweet_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria.

Parameters
account_id, line_item_ids, count, cursor, lang, sort_by, targeting_criterion_ids, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria/:targeting_criterion_id.

Parameters
account_id, lang, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria.

Parameters
account_id, line_item_id, targeting_type, targeting_value, tailored_audience_expansion, operator_type

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Targeting Criteria batch/accounts/:account_id/targeting_criteria.

Parameters
account_id, operation_type, params

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria/:targeting_criterion_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_targeting_criteria_targeting_criterion_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/app_store_categories.

Parameters
q, os_type

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_app_store_categories '{"q":"example_q","os_type":"example_os_type"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/behavior_taxonomies.

Parameters
count, cursor, parent_behavior_taxonomy_ids, sort_by, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/behaviors.

Parameters
count, country_code, cursor, sort_by, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/conversations.

Parameters
conversation_type, count, cursor

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_conversations '{"conversation_type":"example_conversation_type","count":"example_count","cursor":"example_cursor"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/devices.

Parameters
count, q, os_type

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_devices '{"count":"example_count","q":"example_q","os_type":"example_os_type"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/events.

Parameters
event_types, count, country_codes, cursor, end_time, start_time

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/interests.

Parameters
count, cursor, q

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_interests '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/languages.

Parameters
count, cursor, q

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_languages '{"count":"example_count","cursor":"example_cursor","q":"example_q"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/locations.

Parameters
count, country_code, cursor, location_type, q

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/network_operators.

Parameters
count, country_code, cursor, q

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/platform_versions.

Parameters
q, os_type

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_platform_versions '{"q":"example_q","os_type":"example_os_type"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/platforms.

Parameters
count, q, lang

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_platforms '{"count":"example_count","q":"example_q","lang":"example_lang"}' --json

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/tv_markets.

Parameters
none

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_targeting_criteria_tv_markets '{}' --json

Provider shortcut

kosmo integrations:x_ads x_ads_get_targeting_criteria_tv_markets '{}' --json

x_ads.x_ads_get_targeting_criteria_tv_shows

Read read

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/tv_shows.

Parameters
locale, count, cursor, q

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Targeting Suggestions accounts/:account_id/targeting_suggestions.

Parameters
account_id, suggestion_type, targeting_values, count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Tax Settings accounts/:account_id/tax_settings.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_accounts_account_id_tax_settings '{"account_id":"example_account_id"}' --json

Provider 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

Write write

X Ads API operation: Campaign Management / Tax Settings accounts/:account_id/tax_settings.

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 CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / User Settings accounts/:account_id/user_settings/:user_id.

Parameters
account_id, user_id

Generic CLI 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

Provider 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

Write write

X Ads API operation: Campaign Management / User Settings accounts/:account_id/user_settings/:user_id.

Parameters
account_id, user_id, notification_email, contact_phone, contact_phone_extension, subscribed_email_types

Generic CLI 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

Provider 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

Read read

X Ads API operation: Campaign Management / Advertiser Business Categories advertiser_business_categories.

Parameters
none

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_advertiser_business_categories '{}' --json

Provider shortcut

kosmo integrations:x_ads x_ads_get_advertiser_business_categories '{}' --json

x_ads.x_ads_post_accounts_account_id_audience_summary

Write write

X Ads API operation: Campaign Management / Audience Summary accounts/:account_id/audience_summary.

Parameters
account_id, targeting_criteria

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Account Media accounts/:account_id/account_media.

Parameters
account_id, account_media_ids, count, cursor, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Account Media accounts/:account_id/account_media/:account_media_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Account Media accounts/:account_id/account_media/:account_media_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_account_media_account_media_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Cards Fetch accounts/:account_id/cards/all.

Parameters
account_id, card_uris, with_deleted

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Cards Fetch accounts/:account_id/cards/all/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Tweets accounts/:account_id/tweets.

Parameters
account_id, tweet_type, count, cursor, timeline_type, trim_user, tweet_ids, user_id

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Tweets accounts/:account_id/tweet.

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 CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets.

Parameters
account_id, count, cursor, user_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json

Provider 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

Write write

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets.

Parameters
account_id, as_user_id, text, card_uri, media_keys, nullcast

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.

Parameters
account_id, card_uri, media_keys, nullcast, text

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_draft_tweets_draft_tweet_id '{"account_id":"example_account_id"}' --json

Provider 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

Write write

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/preview/:draft_tweet_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_post_accounts_account_id_draft_tweets_preview_draft_tweet_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets.

Parameters
account_id, count, cursor, user_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.

Parameters
account_id, scheduled_tweet_id

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets.

Parameters
account_id, as_user_id, scheduled_at, text, card_uri, media_keys, nullcast

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.

Parameters
account_id, scheduled_tweet_id, card_uri, media_keys, nullcast, scheduled_at, text

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.

Parameters
account_id, scheduled_tweet_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website.

Parameters
account_id, name, website_title, website_url, media_key

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.

Parameters
account_id, media_key, name, website_title, website_url

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_website_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website.

Parameters
account_id, name, title, media_key, website_url

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.

Parameters
account_id, name, title, media_key, website_url

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_video_website_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_image_app_download_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_image_conversation_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_image_direct_message_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_video_app_download_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_video_conversation_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.

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 CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_video_direct_message_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library.

Parameters
account_id, count, cursor, media_type, q

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_get_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json

Provider 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

Write write

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library.

Parameters
account_id, media_key, description, file_name, name, poster_media_key, title

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.

Parameters
account_id, description, file_name, name, poster_media_key, title

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_media_library_media_key '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll.

Parameters
account_id, card_ids, count, cursor, q, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll/:card_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll.

Parameters
account_id, duration_in_minutes, first_choice, name, second_choice, fourth_choice, media_key, third_choice

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll/:card_id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_cards_poll_card_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions.

Parameters
account_id, line_item_ids, count, cursor, preroll_call_to_action_ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions.

Parameters
account_id, call_to_action, call_to_action_url, line_item_id

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.

Parameters
account_id, call_to_action, call_to_action_url

Generic CLI 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

Provider 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

Write write

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.

Parameters
account_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Creatives / Tweet Previews accounts/:account_id/tweet_previews.

Parameters
account_id, tweet_ids, tweet_type

Generic CLI 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

Provider 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

Read read

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags.

Parameters
account_id, app_event_tag_ids, count, cursor, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags/:app_event_tag_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags.

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 CLI 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

Provider 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

Write write

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags/:id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_app_event_tags_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations.

Parameters
account_id, count, cursor, ids, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations/:id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations.

Parameters
account_id, provider_advertiser_id

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations/:id.

Parameters
account_id

Generic CLI call

kosmo integrations:call x_ads.x_ads_delete_accounts_account_id_app_event_provider_configurations_id '{"account_id":"example_account_id"}' --json

Provider 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

Read read

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists.

Parameters
account_id, app_list_ids, count, cursor, sort_by, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists/:app_list_id.

Parameters
account_id, app_list_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists.

Parameters
account_id, app_store_identifiers, name

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists/:app_list_id.

Parameters
account_id, app_list_id

Generic CLI 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

Provider 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

Read read

X Ads API operation: Measurement / Conversion Attribution conversion_attribution.

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 CLI 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

Provider 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

Write write

X Ads API operation: Measurement / Conversion Event conversion_event.

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 CLI 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

Provider 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

Read read

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags.

Parameters
account_id, count, cursor, sort_by, web_event_tag_ids, with_deleted, with_total_count

Generic CLI 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

Provider 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

Read read

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.

Parameters
account_id, with_deleted

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags.

Parameters
account_id, click_window, name, retargeting_enabled, type, view_through_window

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.

Parameters
account_id, click_window, name, retargeting_enabled, type, view_through_window

Generic CLI 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

Provider 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

Write write

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.

Parameters
account_id

Generic CLI 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

Provider 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

X Ads API operation: Analytics / Active Entities stats/accounts/:account_id/active_entities.

Operation
Read read
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

X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id.

Operation
Read read
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

X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id.

Operation
Write write
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

X Ads API operation: Analytics / Asynchronous Analytics stats/jobs/accounts/:account_id/:job_id.

Operation
Write write
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

X Ads API operation: Analytics / Auction Insights accounts/:account_id/auction_insights.

Operation
Read read
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

X Ads API operation: Analytics / Reach and Average Frequency stats/accounts/:account_id/reach/campaigns.

Operation
Read read
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

X Ads API operation: Analytics / Reach and Average Frequency stats/accounts/:account_id/reach/funding_instruments.

Operation
Read read
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

X Ads API operation: Analytics / Synchronous Analytics stats/accounts/:account_id.

Operation
Read read
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

X Ads API operation: Audience / Insights insights/accounts/:account_id.

Operation
Read read
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

X Ads API operation: Audience / Insights insights/accounts/:account_id/available_audiences.

Operation
Read read
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

X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions.

Operation
Read read
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

X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions.

Operation
Write write
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

X Ads API operation: Audience / Tailored Audience Permissions accounts/:account_id/tailored_audiences/:tailored_audience_id/permissions/:tailored_audience_permission_id.

Operation
Write write
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

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences.

Operation
Read read
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

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences/:tailored_audience_id.

Operation
Read read
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

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences.

Operation
Write write
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

X Ads API operation: Audience / Tailored Audiences batch/accounts/:account_id/tailored_audiences.

Operation
Write write
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

X Ads API operation: Audience / Tailored Audiences accounts/:account_id/tailored_audiences/:tailored_audience_id.

Operation
Write write
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

X Ads API operation: Audience / Tailored Audiences Users accounts/:account_id/tailored_audiences/:tailored_audience_id/users.

Operation
Write write
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

X Ads API operation: Campaign Management / Accounts accounts.

Operation
Read read
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

X Ads API operation: Campaign Management / Accounts accounts/:account_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Accounts accounts.

Operation
Write write
Schema command
kosmo integrations:schema x_ads.x_ads_post_accounts --json
ParameterTypeRequiredDescription
No parameters.

x_ads.x_ads_put_accounts_account_id

X Ads API operation: Campaign Management / Accounts accounts/:account_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Accounts accounts/:account_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Authenticated User Access accounts/:account_id/authenticated_user_access.

Operation
Read read
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

X Ads API operation: Campaign Management / Bidding Rules bidding_rules.

Operation
Read read
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

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns.

Operation
Read read
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

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns.

Operation
Write write
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

X Ads API operation: Campaign Management / Campaigns batch/accounts/:account_id/campaigns.

Operation
Write write
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

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Campaigns accounts/:account_id/campaigns/:campaign_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Content Categories content_categories.

Operation
Read read
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

X Ads API operation: Campaign Management / Features accounts/:account_id/features.

Operation
Read read
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

X Ads API operation: Campaign Management / Features accounts/:account_id/features.

Operation
Write write
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

X Ads API operation: Campaign Management / Features accounts/:account_id/features.

Operation
Write write
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

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments.

Operation
Read read
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

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments.

Operation
Write write
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

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Funding Instruments accounts/:account_id/funding_instruments/:funding_instrument_id.

Operation
Write write
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

X Ads API operation: Campaign Management / IAB Categories iab_categories.

Operation
Read read
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

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items.

Operation
Read read
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

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items.

Operation
Write write
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

X Ads API operation: Campaign Management / Line Items batch/accounts/:account_id/line_items.

Operation
Write write
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

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Line Items accounts/:account_id/line_items/:line_item_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps.

Operation
Read read
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

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps/:line_item_app_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps.

Operation
Write write
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

X Ads API operation: Campaign Management / Line Item Apps accounts/:account_id/line_item_apps/:line_item_app_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Line Item Placements line_items/placements.

Operation
Read read
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

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives.

Operation
Read read
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

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives/:media_creative_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives.

Operation
Write write
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

X Ads API operation: Campaign Management / Media Creatives accounts/:account_id/media_creatives/:media_creative_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts.

Operation
Read read
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

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts/:promoted_account_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts.

Operation
Write write
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

X Ads API operation: Campaign Management / Promoted Accounts accounts/:account_id/promoted_accounts/:promoted_account_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets.

Operation
Read read
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

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets/:promoted_tweet_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets.

Operation
Write write
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

X Ads API operation: Campaign Management / Promoted Tweets accounts/:account_id/promoted_tweets/:promoted_tweet_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Promotable Users accounts/:account_id/promotable_users.

Operation
Read read
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

X Ads API operation: Campaign Management / Promotable Users accounts/:account_id/promotable_users/:promotable_user_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets.

Operation
Read read
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

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets/:scheduled_promoted_tweet_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets.

Operation
Write write
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

X Ads API operation: Campaign Management / Scheduled Promoted Tweets accounts/:account_id/scheduled_promoted_tweets/:scheduled_promoted_tweet_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria/:targeting_criterion_id.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria.

Operation
Write write
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

X Ads API operation: Campaign Management / Targeting Criteria batch/accounts/:account_id/targeting_criteria.

Operation
Write write
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

X Ads API operation: Campaign Management / Targeting Criteria accounts/:account_id/targeting_criteria/:targeting_criterion_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/app_store_categories.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/behavior_taxonomies.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/behaviors.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/conversations.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/devices.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/events.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/interests.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/languages.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/locations.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/network_operators.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/platform_versions.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/platforms.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/tv_markets.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Options targeting_criteria/tv_shows.

Operation
Read read
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

X Ads API operation: Campaign Management / Targeting Suggestions accounts/:account_id/targeting_suggestions.

Operation
Read read
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

X Ads API operation: Campaign Management / Tax Settings accounts/:account_id/tax_settings.

Operation
Read read
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

X Ads API operation: Campaign Management / Tax Settings accounts/:account_id/tax_settings.

Operation
Write write
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

X Ads API operation: Campaign Management / User Settings accounts/:account_id/user_settings/:user_id.

Operation
Read read
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

X Ads API operation: Campaign Management / User Settings accounts/:account_id/user_settings/:user_id.

Operation
Write write
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

X Ads API operation: Campaign Management / Advertiser Business Categories advertiser_business_categories.

Operation
Read read
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

X Ads API operation: Campaign Management / Audience Summary accounts/:account_id/audience_summary.

Operation
Write write
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

X Ads API operation: Creatives / Account Media accounts/:account_id/account_media.

Operation
Read read
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

X Ads API operation: Creatives / Account Media accounts/:account_id/account_media/:account_media_id.

Operation
Read read
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

X Ads API operation: Creatives / Account Media accounts/:account_id/account_media/:account_media_id.

Operation
Write write
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

X Ads API operation: Creatives / Cards Fetch accounts/:account_id/cards/all.

Operation
Read read
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

X Ads API operation: Creatives / Cards Fetch accounts/:account_id/cards/all/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Tweets accounts/:account_id/tweets.

Operation
Read read
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

X Ads API operation: Creatives / Tweets accounts/:account_id/tweet.

Operation
Write write
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

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets.

Operation
Read read
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

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.

Operation
Read read
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

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets.

Operation
Write write
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

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.

Operation
Write write
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

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/:draft_tweet_id.

Operation
Write write
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

X Ads API operation: Creatives / Draft Tweets accounts/:account_id/draft_tweets/preview/:draft_tweet_id.

Operation
Write write
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

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets.

Operation
Read read
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

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.

Operation
Read read
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

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets.

Operation
Write write
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

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.

Operation
Write write
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

X Ads API operation: Creatives / Scheduled Tweets accounts/:account_id/scheduled_tweets/:scheduled_tweet_id.

Operation
Write write
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

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website.

Operation
Read read
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

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website.

Operation
Write write
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

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Website Cards accounts/:account_id/cards/website/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website.

Operation
Read read
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

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website.

Operation
Write write
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

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video Website Cards accounts/:account_id/cards/video_website/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download.

Operation
Read read
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

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download.

Operation
Write write
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

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Image App Download Cards accounts/:account_id/cards/image_app_download/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation.

Operation
Read read
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

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation.

Operation
Write write
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

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Image Conversation Cards accounts/:account_id/cards/image_conversation/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.

Operation
Read read
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

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.

Operation
Write write
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

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message.

Operation
Write write
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

X Ads API operation: Creatives / Image Direct Message Cards accounts/:account_id/cards/image_direct_message/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download.

Operation
Read read
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

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download.

Operation
Write write
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

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video App Download Cards accounts/:account_id/cards/video_app_download/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation.

Operation
Read read
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

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation.

Operation
Write write
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

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video Conversation Cards accounts/:account_id/cards/video_conversation/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message.

Operation
Read read
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

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message.

Operation
Write write
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

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Video Direct Message Cards accounts/:account_id/cards/video_direct_message/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library.

Operation
Read read
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

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.

Operation
Read read
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

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library.

Operation
Write write
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

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.

Operation
Write write
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

X Ads API operation: Creatives / Media Library accounts/:account_id/media_library/:media_key.

Operation
Write write
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

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll.

Operation
Read read
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

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll/:card_id.

Operation
Read read
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

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll.

Operation
Write write
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

X Ads API operation: Creatives / Poll Cards accounts/:account_id/cards/poll/:card_id.

Operation
Write write
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

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions.

Operation
Read read
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

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.

Operation
Read read
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

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions.

Operation
Write write
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

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.

Operation
Write write
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

X Ads API operation: Creatives / Preroll Call To Actions accounts/:account_id/preroll_call_to_actions/:preroll_call_to_action_id.

Operation
Write write
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

X Ads API operation: Creatives / Tweet Previews accounts/:account_id/tweet_previews.

Operation
Read read
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

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags.

Operation
Read read
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

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags/:app_event_tag_id.

Operation
Read read
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

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags.

Operation
Write write
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

X Ads API operation: Measurement / App Event Tags accounts/:account_id/app_event_tags/:id.

Operation
Write write
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

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations.

Operation
Read read
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

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations/:id.

Operation
Read read
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

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations.

Operation
Write write
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

X Ads API operation: Measurement / App Event Provider Configurations accounts/:account_id/app_event_provider_configurations/:id.

Operation
Write write
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

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists.

Operation
Read read
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

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists/:app_list_id.

Operation
Read read
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

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists.

Operation
Write write
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

X Ads API operation: Measurement / App Lists accounts/:account_id/app_lists/:app_list_id.

Operation
Write write
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

X Ads API operation: Measurement / Conversion Attribution conversion_attribution.

Operation
Read read
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

X Ads API operation: Measurement / Conversion Event conversion_event.

Operation
Write write
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

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags.

Operation
Read read
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

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.

Operation
Read read
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

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags.

Operation
Write write
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

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.

Operation
Write write
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

X Ads API operation: Measurement / Web Event Tags accounts/:account_id/web_event_tags/:web_event_tag_id.

Operation
Write write
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.