Hello, i'am use Google Ads API v11, and try create AdGroupAd by mutation. When i run query in attaching file, i get validation error:
{"errors":[{"error_code":{"field_error":"REQUIRED"},"message":"The required field was not present.","location":{"field_path_elements":[{"field_name":"operations","index":0},{"field_name":"create"},{"field_name":"ad"},{"field_name":"video_ad"}]}}],"request_id":"GqPv17liAIGIIhZ4-Q0a3A"}
This is very strange, because i send video_ad field in my request. It looks like API bug, please help me.