Hi, we are setting a GENDER criterion at AdGroup level:
POST https://googleads.googleapis.com/v2/customers/XXXXXXXXXXXX/adGroupCriteria:mutate { "operations": [{ "create": { "gender": { "type": "MALE" }, "adGroup": "customers/XXXXXXXXXXXX/adGroups/YYYYYYYYYYYYYYY", "status": "ENABLED", "type": "GENDER", "negative": false } } ] } criterion is created but when we log in into the GoogleAds console we see for all the 3 possible value (MALE, FEMALE, UNDETERMINED) with a "green" dot, so it seems that all the GENDER criterion are set. Running this query: { "query" : "SELECT ad_group_criterion.resource_name, ad_group_criterion.type FROM ad_group_criterion WHERE ad_group_criterion.ad_group= 'customers/XXXXXXXXXXXX/adGroups/ZZZZZZZZZZZZZZZZZ'" } Response: { "results": [ { "adGroupCriterion": { "resourceName": "customers/2017233623/adGroupCriteria/94848718794~10", "type": "GENDER" } } ], "totalResultsCount": "1", "fieldMask": "adGroupCriterion.resourceName,adGroupCriterion.type" } How they works ? While the presentation of google ads console is inconstent with the set criterion? Either, what means UNDETERMINED : both male and female or none of them ? Regards, Pierpaolo -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/0ab87d93-7416-4189-b556-ae19f0dc32ff%40googlegroups.com.
