google_ads_create_product_group
Create product groups in shopping ad groups to organize products by condition, type, or category and set different bids per segment.
Instructions
Create a product group (product partition) in a shopping ad group.
Product groups organize your products and allow different bids for different product segments. You can partition by: brand, category, condition, type, etc.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) ad_group_id: Shopping ad group ID product_condition: Filter by condition (NEW, USED, REFURBISHED) product_type: Filter by product type from your feed is_subdivision: True to create subdivision (for further partitioning), False to create bidding unit
Returns: Product group creation result
Example: google_ads_create_product_group( customer_id="1234567890", ad_group_id="12345678", product_condition="NEW", is_subdivision=False )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| ad_group_id | Yes | ||
| product_condition | No | ||
| product_type | No | ||
| is_subdivision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |