CommunityConnector 可讓指令碼存取建構工具和公用程式,協助開發
數據分析的社群連接器。使用此類別取得 Fields
的參照
物件以及 FieldType
和 AggregationType
列舉,因此這些元素可用於
建構 Field
。
var cc = DataStudioApp.createCommunityConnector(); var fieldType = cc.FieldType; var aggregationType = cc.AggregationType; var fields = cc.getFields(); fields.newMetric() .setAggregation(aggregationType.AVG) .setType(fieldType.CURRENCY_USD);
屬性
屬性 | 類型 | 說明 |
---|---|---|
AggregationType | AggregationType | AggregationType 列舉。 |
AuthType | AuthType | AuthType 列舉。 |
BigQueryParameterType | BigQueryParameterType | BigQueryParameterType 列舉。 |
FieldType | FieldType | FieldType 列舉。 |
方法
內容詳盡的說明文件
newAuthTypeResponse()
傳回新的 GetAuthTypeResponse
物件。使用此物件為
在指令碼專案中實作的 getAuthType()
函式。
回攻員
newBigQueryConfig()
newDebugError()
newGetDataResponse()
newGetSchemaResponse()
傳回新的 GetSchemaResponse
物件。使用此物件為
在指令碼專案中實作的 getSchema()
函式。
回攻員
newSetCredentialsResponse()
傳回新的 SetCredentialsResponse
物件。使用此物件為
在指令碼專案中實作的 setCredentials()
函式。