google_ads_upload_pmax_assets
Upload headlines, descriptions, and long headlines to a Performance Max asset group for Google Ads. Provides text assets for AI mixing across placements.
Instructions
Upload text assets to a Performance Max asset group.
Text assets include headlines, descriptions, and long headlines. Google's AI will mix and match these across different placements. All parameters are optional - provide only the asset types you want to add.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) asset_group_id: Asset group ID headlines: List of headlines (max 30 chars each, up to 15 per asset group) descriptions: List of descriptions (max 90 chars each, up to 5 per asset group) long_headlines: List of long headlines (max 90 chars each, up to 5 per asset group)
Example: google_ads_upload_pmax_assets( customer_id="1234567890", asset_group_id="12345678", headlines=["Buy Now", "Free Shipping", "Best Prices"], descriptions=["Shop the latest products", "Quality guaranteed"], long_headlines=["Shop Our Complete Product Line Today"] )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| asset_group_id | Yes | ||
| headlines | No | ||
| descriptions | No | ||
| long_headlines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |