Hi guys,
I'm trying to create new single product listing groups via Rest API but I'm 
just stuck - I don't know what mandatory information I need to provide. 

At this point, I am creating a new *ad_group_criterion:*
POST 
https://googleads.googleapis.com/v12/customers/7803661715/adGroupCriteria:mutate

{
    "operations": [
        {
            "create": {
                "type": "LISTING_GROUP",
                "status": "ENABLED",
                "ad_group": "customers/7803661715/adGroups/149520355436",
                "cpc_bid_micros": 1000,
                "listing_group": {
                    "case_value": {
                        "product_item_id": {
                            "value": 
"shopify_fr_8211946045734_4473156881642"
                        }
                    }
                }
            }
        }
    ]
}

And I keep get back
{
    "type": "error",
    "array": "INVALID_ARGUMENT (400) Request contains an invalid argument. 
\n◉ The required field was not present."
}

Basically, my goal is to create the hierarchy shown in the attachment. 

Cam you pls advise?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7cb63db5-da19-4985-85bb-a3e71e22c0c2n%40googlegroups.com.

Reply via email to