Google Ads API에서 각 기준 보고서는 별도의 리소스로 표시됩니다.
달리 필요한 경우가 아니면 *_view 리소스에는 resource_name 필드만 포함됩니다.
Google Ads API 클라이언트는 특정 기준 데이터를 가져와야 하는 경우 해당하는 ad_group_criterion 또는 campaign_criterion 필드를 지정해야 합니다.
이를 통해 Google Ads API 클라이언트는 GoogleAdsService.SearchStream 메서드에 대한 동일한 요청에서 ad_group_criterion 또는 campaign_criterion 필드와 *_view 리소스를 요청할 수 있습니다.
[[["이해하기 쉬움","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-07-28(UTC)"],[[["Each criteria report in the Google Ads API is a separate resource, and clients need to specify `ad_group_criterion` or `campaign_criterion` fields to fetch specific criteria data."],["To get performance data for a criteria type, use its corresponding view resource (e.g., `keyword_view`) in the `FROM` clause of your query."],["You can retrieve data from parent resources, like `ad_group`, `campaign`, and `customer`, when querying a criteria view."],["The \"Attribute Resources\" section on a resource's reference page shows which related resources can be included in your queries."]]],[]]