Google Search Ads 360 Reporting website screenshot

Google Search Ads 360 Reporting

The Search Ads 360 Reporting API enables automated report downloading and programmatic access to search advertising campaign data across multiple search engines. It provides search and streaming methods for querying campaign, ad group, keyword, and conversion data using a SQL-like query language.

1 APIs 0 Features
Campaign ManagementConversionsKeywordsReportingSearch Ads 360Search Advertising

APIs

Google Search Ads 360 Reporting API

The Search Ads 360 Reporting API provides programmatic access to search campaign data through search and streaming query methods, enabling automated reporting across search engi...

Collections

Pricing Plans

Rate Limits

Google Search Ads 360 Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Search Ads 360 Reporting API
  version: v0
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Customers
    type: folder
  items:
  - info:
      name: Google Search Ads 360 Reporting Search campaign data
      type: http
    http:
      method: POST
      url: https://searchads360.googleapis.com/v0/customers/:customerId/searchAds360:search
      params:
      - name: customerId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Returns all rows that match the search query using a SQL-like query language for Search Ads 360 data.
  - info:
      name: Google Search Ads 360 Reporting Stream campaign data
      type: http
    http:
      method: POST
      url: https://searchads360.googleapis.com/v0/customers/:customerId/searchAds360:searchStream
      params:
      - name: customerId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Returns all rows that match the search query as a stream, which is more efficient for large result sets.
  - info:
      name: Google Search Ads 360 Reporting List custom columns
      type: http
    http:
      method: GET
      url: https://searchads360.googleapis.com/v0/customers/:customerId/customColumns
      params:
      - name: customerId
        value: ''
        type: path
    docs: Lists the custom columns for a specified customer.
- info:
    name: Default
    type: folder
  items:
  - info:
      name: Google Search Ads 360 Reporting Get a resource
      type: http
    http:
      method: GET
      url: https://searchads360.googleapis.com/v0/:resourceName
      params:
      - name: resourceName
        value: ''
        type: path
    docs: Returns the requested resource in full detail.
bundled: true