google_ads_add_location_extension
Add a location extension to Google Ads campaigns to show your business address, phone number, and map marker, helping customers find your physical locations and increase foot traffic.
Instructions
Add a location extension to display your business address in ads.
Location extensions show your business address, phone number, and a map marker with your ads. They help customers find your physical business locations and increase foot traffic to your stores.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) campaign_id: Campaign ID to add location extension business_name: Business name (up to 80 characters) address_line_1: Street address city: City name province: State/province code (e.g., "CA", "NY", "TX") postal_code: ZIP or postal code country_code: 2-letter country code (e.g., "US", "GB", "CA") phone_number: Optional phone with country code (e.g., "+1-555-123-4567")
Returns: Location extension creation result
Example: google_ads_add_location_extension( customer_id="1234567890", campaign_id="12345678", business_name="Acme Coffee Shop", address_line_1="123 Main Street", city="San Francisco", province="CA", postal_code="94102", country_code="US", phone_number="+1-415-555-1234" )
Benefits: - Show your address and location on a map - Increase foot traffic to physical locations - Make it easy for customers to find you - Add phone numbers for direct calls - Improve local search visibility
Requirements: - Location extensions require address verification - Best practice: Link with Google My Business - Phone numbers should include country code - All address fields must be valid
Note: For advanced location management, use Google My Business integration with Local campaigns for automatic location syncing and store visit tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_id | Yes | ||
| business_name | Yes | ||
| address_line_1 | Yes | ||
| city | Yes | ||
| province | Yes | ||
| postal_code | Yes | ||
| country_code | Yes | ||
| phone_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |