admin管理员组文章数量:1403506
I searched a lot on Internet, I think, not much or no one worked on Google Data Studio on scripting level. API's are available but I don't know how can I connect my Data Studio project with script to run any stuff using scripting.
To connect script with other Google Apps we write scripts which municate with the following API's:
var GoogleSheet= SpreadsheetApp.getActiveSpreadsheet();
var Googleform = FormApp.openById('SOME-ID');
etc.
But to connect with Data Studio there is something different which not defines from which data studio project we are connecting:
var GoogleDataStudio = DataStudioApp().createCommunityConnector();
It Maybe be simple, but there is no straight source available to define its simplicity of connecting Data Studio with Google Script.
I want to connect my data studio specific schema with script to work on fields to automate filtering etc.
Please help me at that place. I will be huge Thankful to you.
I searched a lot on Internet, I think, not much or no one worked on Google Data Studio on scripting level. API's are available but I don't know how can I connect my Data Studio project with script to run any stuff using scripting.
To connect script with other Google Apps we write scripts which municate with the following API's:
var GoogleSheet= SpreadsheetApp.getActiveSpreadsheet();
var Googleform = FormApp.openById('SOME-ID');
etc.
But to connect with Data Studio there is something different which not defines from which data studio project we are connecting:
var GoogleDataStudio = DataStudioApp().createCommunityConnector();
It Maybe be simple, but there is no straight source available to define its simplicity of connecting Data Studio with Google Script.
I want to connect my data studio specific schema with script to work on fields to automate filtering etc.
Please help me at that place. I will be huge Thankful to you.
Share Improve this question edited Jun 18, 2020 at 3:58 pdoherty926 10.4k5 gold badges45 silver badges74 bronze badges asked Jan 12, 2020 at 20:40 Farhan AsifFarhan Asif 1581 silver badge6 bronze badges 2- Check out this codelab. Did you follow the steps specified there? If that's the case, where are you encountering problems? – Iamblichus Commented Jan 13, 2020 at 14:46
- I want to get fields of already connected Data Source. I found the way of creating new fields using script but I want something different. For example I have google sheet which is connected to data studio and data source is generated. Google Sheet have field with the name of "Credentials-Id", now I want to apply auto filter on it using script within Data Studio Report. – Farhan Asif Commented Jan 20, 2020 at 9:44
1 Answer
Reset to default 5DataStudioApp
in Apps Script works as a helper library for creating Community Connectors for Data Studio. It is currently not possible to use Apps Script to interact with Data Studio the same way one would interact with Sheets or Docs. You cannot use Apps Script to manipulate Data Studio reports or data sources.
本文标签: javascriptHow to Connect Google Data Studio with Google App ScriptStack Overflow
版权声明:本文标题:javascript - How to Connect Google Data Studio with Google App Script? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744327305a2600788.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论