← All Skills
G

Ads & marketing

Google Ads

Read and manage Google Ads campaigns.

Google Ads, is an online advertising platform developed by Google, where advertisers bid to display brief advertisements, service offerings, product listings, and videos to web users.

Triggers0

Things that can wake up your Google Ads coworker.

No triggers published for Google Ads yet — but you can still run it on a schedule or from a chat.

Actions4

Things your coworker can do in Google Ads.

  • List Accessible Customers

    ListAccessibleCustomers retrieves all Google Ads customer accounts accessible to the authenticated user. Returns resource names of customers (e.g., customers/1234567890) that can be accessed with the current OAuth credentials. Use this action to discover which customer IDs are available before making other API calls. Use this action when you need to determine which customer accounts the authenticated user has access to, or when you want to populate a dropdown of available accounts for the user to select from.

    GOOGLEADS_LIST_ACCESSIBLE_CUSTOMERS
  • Mutate Ad Groups

    Create, update, or remove ad groups within Google Ads campaigns. Supports batch operations with multiple ad group changes in a single request. Use when you need to manage ad groups programmatically, such as creating new ad groups for campaigns, updating ad group settings or status, or removing ad groups that are no longer needed. This action is irreversible for remove operations — deleted ad groups cannot be recovered once removed.

    GOOGLEADS_MUTATE_AD_GROUPS
  • Mutate Campaigns

    Create, update, or remove Google Ads campaigns in batch. Supports multiple operations (create, update, remove) in a single request. Use when managing campaign lifecycle, applying bulk changes, or automating campaign management workflows. This action is irreversible for remove operations — deleted campaigns cannot be recovered. Plan accordingly and consider using validate_only=true to test changes before applying them.

    GOOGLEADS_MUTATE_CAMPAIGNS
  • Search Stream GAQL

    Execute a Google Ads Query Language (GAQL) query and stream all results in a single response. This method is more efficient than paginated search for bulk data retrieval of campaigns, ad groups, and performance metrics (clicks, impressions, cost). Use this action when you need the entire result set without pagination. Results are returned as a single response containing all matching rows.

    GOOGLEADS_SEARCH_STREAM_GAQL