> ## Documentation Index
> Fetch the complete documentation index at: https://plai-a079b342.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Ads API Overview

> Our Google Ads API allows you to programmatically manage your Google Search campaigns. You can create and update campaigns, handle lead forms, and access various utilities to optimize your advertising efforts.

### Campaign Management

<Card title="🚀 Create Search Campaign" href="/api-reference/endpoint/google/create_search_campaign">
  Create a new Google Search campaign to start reaching your customers.
</Card>

<Card title="🔄 Update Campaign Status" href="/api-reference/endpoint/google/update_campaign_status">
  Enable, pause, or remove your Google Ads campaigns.
</Card>

<Card title="📊 Get Google Ads Result" href="/api-reference/endpoint/google/get_google_ads_result">
  Fetches the results and performance metrics for your Google Ads campaigns.
</Card>

### Lead Generation

<Card title="📝 Create Lead Form" href="/api-reference/endpoint/google/create_lead_form">
  Create a new lead form to attach to your search campaigns for collecting user information.
</Card>

<Card title="📋 Get Lead Forms" href="/api-reference/endpoint/google/get_lead_forms">
  Retrieve a list of lead forms associated with your Google Ads account.
</Card>

<Card title="✅ Check Lead Form Acceptance" href="/api-reference/endpoint/google/check_lead_form_acceptance">
  Check if the Terms of Service for lead forms have been accepted.
</Card>

### Utilities

<Card title="🔑 Generate Keyword Ideas" href="/api-reference/endpoint/google/generate_keyword_ideas">
  Get keyword suggestions to improve your campaign targeting.
</Card>

<Card title="🌍 Get Location Id" href="/api-reference/endpoint/google/get_location_id">
  Search for a location by name and retrieve its corresponding `locationId` to use for geographic targeting in your campaigns.
</Card>

<Card title="📈 Get Conversion Event" href="/api-reference/endpoint/google/get_conversion_event">
  Retrieve conversion event to track valuable user activities.
</Card>

<Card title="ℹ️ Check Image Asset Eligibility" href="/api-reference/endpoint/google/check_image_asset_eligibility">
  Checks whether the linked Google Ads account is eligible to use image assets in search ads.
</Card>

<Card title="🗂️ Create Location Group" href="/api-reference/endpoint/google/create_location_group">
  Creates a location group by bundling multiple location asset IDs.

  The resulting group can be linked to a campaign to enable location-based targeting and visibility on Google Maps.
</Card>

<Card title="📍 Get Location Asset" href="/api-reference/endpoint/google/get_location_asset">
  Fetches location assets linked to the Google Ads account for displaying ad on Google Maps.
</Card>

> 📘 Each endpoint includes detailed request/response formats, parameters, and examples in its dedicated section.
