필드 관련 데이터를 포함합니다. 속성에 따라 데이터 스튜디오에서 필드가 사용되는 방식이 결정됩니다.
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)"],[],["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"]]