필드 관련 데이터를 포함합니다. 속성에 따라 데이터 스튜디오에서 필드가 사용되는 방식이 결정됩니다.
constcc=DataStudioApp.createCommunityConnector();constfields=cc.getFields();constfield1=fields.newDimension().setId('field1_id').setName('Field 1 ID').setDescription('The first field.').setType(cc.FieldType.YEAR_MONTH).setGroup('DATETIME');
[[["이해하기 쉬움","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-26(UTC)"],[[["\u003cp\u003eFields store field-related data and their properties dictate their usage within Data Studio.\u003c/p\u003e\n"],["\u003cp\u003eField methods, detailed below, allow you to manage a field's attributes such as name, description, type, and aggregation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eField\u003c/code\u003e object offers methods to set and retrieve essential properties such as ID, name, type, formula and grouping.\u003c/p\u003e\n"],["\u003cp\u003eYou can control field visibility and aggregation using dedicated methods like \u003ccode\u003esetIsHidden\u003c/code\u003e and \u003ccode\u003esetAggregation\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document details how to manage \"Field\" objects in Data Studio, which contain field-related data. Key actions involve setting and retrieving field properties such as ID, name, description, type, group, formula, and aggregation type. You can also check if a field is a metric, dimension, hidden, or the default. Fields can be set to be reaggregatable, and their visibility or default status can be altered. These methods are to be used for building the connector functionality.\n"],null,[]]