POST/v19/customers/CUSTOMER_ID/googleAds:searchStreamHTTP/1.1Host:googleads.googleapis.comContent-Type:application/jsonAuthorization:Bearer ACCESS_TOKENdeveloper-token:DEVELOPER_TOKEN{"query":"SELECT ad_group_criterion.keyword.text FROM ad_group_criterion WHERE ad_group_criterion.type = 'KEYWORD' AND ad_group_criterion.status = 'ENABLED'"}
[{"results":[{"adGroupCriterion":{"resourceName":"customers/1842689525/adGroupCriteria/55771861891~10003060","keyword":{"text":"pay per click"}}},...]}]
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-12 UTC。"],[[["The Google Ads API's REST interface uses JSON to represent resources and types, following the protocol buffers' JSON encoding scheme."],["Top-level messages in the REST interface are JSON objects, with mutate requests typically containing an `operations` array and search responses containing a `results` array."],["Identifiers are generally transformed from *snake_case* to *lowerCamelCase* in JSON, with the exception of Google Ads Query Language queries, which use snake case."],["While Google Ads Query Language queries use snake case, the results returned through the REST interface utilize *lowerCamelCase* for identifiers within the JSON response objects."]]],[]]