google_ads_create_asset_group
Create an asset group for a Performance Max campaign by providing headlines, descriptions, long headline, and linking existing image assets.
Instructions
Create an asset group for a Performance Max campaign.
Asset groups contain the creative assets (images, videos, text) that Performance Max uses across different Google channels.
PMax requires text assets AND image assets at creation time. Provide headlines, descriptions, long headline, and link existing image assets.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) campaign_id: Performance Max campaign ID asset_group_name: Name for this asset group final_urls: Comma-separated list of landing page URLs headlines: List of headlines (3-15, max 30 chars each) descriptions: List of descriptions (2-5, max 90 chars each) long_headline: Single long headline (max 90 characters) existing_assets: List of existing assets to link, each with 'resource_name' and 'field_type' (e.g. MARKETING_IMAGE)
Returns: Asset group creation result
Example: google_ads_create_asset_group( customer_id="1234567890", campaign_id="12345678", asset_group_name="Main Products", final_urls="https://example.com/products", headlines=["Buy Now", "Shop Today", "Free Shipping"], descriptions=["Shop the latest products", "Quality guaranteed"], long_headline="Shop Our Complete Product Line Today" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_id | Yes | ||
| asset_group_name | Yes | ||
| final_urls | Yes | ||
| headlines | No | ||
| descriptions | No | ||
| long_headline | No | ||
| existing_assets | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |