问题标签 [google-data-studio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
regex - 使用 REGEXP_REPLACE 从 Google Data Studio 中的 URL 中去除查询
我正在尝试在 Google Data Studio 中构建一个新的计算字段以摆脱所有查询。我试过以下公式:
REGEXP_REPLACE(page,"\?(.*)","")
但是 Data Studio 给我返回了一个无效的公式......我想那是因为它不是Google RE2
. 我如何将其翻译成Google RE2
?
regex - 正则表达式 - 提取分隔符之间的出现
如何提取此模式中的后续事件:
因此,例如,我只想提取第 3 次出现,我尝试使用:
但它从第 3 次出现以及之后的所有内容中提取。
google-cloud-datastore - 将谷歌数据存储连接到谷歌数据洞察
我想使用 google 的 Data Studio 工具对我在 Datastore 中的数据进行可视化。但它不能用作界面上的数据源。我怎样才能做到这一点?
mysql - 在 Google Data Studio 报告中连接到 RDS mySQL DB 时,“值 '0000-00-00 00:00:00' 不能表示为 java.sql.Timestamp”。
我已成功将 RDS 数据库连接为 Google Data Studio 上的数据源。表中的表和字段也显示正确的数据类型。
但是,当尝试使用此数据源创建报告时,Time Dimension
维度会出现错误:
我尝试zeroDateTimeBehavior=convertToNull
在连接时添加到数据库名称字段,但 Google Data Studio 不接受连接。
知道如何在某些时间戳时使其工作0000-00-00 00:00:00
吗?
google-cloud-datastore - Google Data Studio 连接到云数据存储
是否可以将云数据存储连接到数据工作室?我只能找到 Cloud SQL 和 BigQuery 连接器。
google-analytics - 数据洞察 - TODATE(input, "%Y%m") 落后一个月
我想按月绘制时间序列,但我的输入数据格式为“%Y-%m-%d”。因此,我使用以下公式创建另一个时间维度:
我的问题是,新的维度比它应该的要晚一个月。例如,输入日期“2017-08-15”会导致“2017-07”(或任何 Data Studio 内部日期结构中的信息)。结果是时间序列指标的变化似乎比实际发生的时间早一个月。这是一个带有谷歌表格数据和结果图的玩具示例的屏幕截图。请注意,时间序列图设置为累积:
八月份数量增加的数据:
显示 7 月计数增加的时间序列图:
2017 年 8 月的人数增加似乎发生在 7 月。虽然这些数据来自工作表,但我的实际问题中的数据来自 Postgres DB 表,所以我不认为这是数据源的问题。我究竟做错了什么?
grouping - 谷歌数据工作室中的分组列
我有示例数据:
客户列表:
在 google-data studio 中,如果我想根据居住在郊区的总人数创建饼图,最好的方法是什么。
所以,从我的例子来看,它应该是
我有一些研究,例如 https://datarunsdeep.com.au/blog/custom-content-grouping-data-studio
但这对我来说没有意义,因为我们需要创建每个组。如果我有 1000++ 个郊区怎么办?
顺便说一句,我今天刚刚开始研究这个产品。如果我对此还不太了解,请道歉。
google-data-studio - multiple options for a community connector configuration in Google Data Studio
Is there anyway to generate a list during the configuration based on what is put in the first grouping? I know for example the Google Analytics connector has Account-> Property -> View which you have to select before you are setup.
I'd like to create a connector where if you put in a web address it pulls in a list of the end points for that specific site which are listed in a json file.
google-data-studio - Google Data Studio 日期聚合 - 一段时间内的平均每日用户数
这应该很简单,所以我想我错过了。我有一个简单的折线图,显示 28 天内每天的用户数(X 轴是日期,Y 轴是用户数)。我在这里使用硬编码的 28 天只是为了让它工作。
我想为 28 天时间范围内的平均每日用户添加记分卡。我尝试使用计算字段AVG(Users)
,但这显示重新聚合聚合值时出错。然后我尝试Users/28
了,但结果奇怪的是今天的用户值。这种划分似乎被完全忽略了。
在一段时间内显示平均每日用户数的最佳方式是什么?超过 10 天、20 天等的日均用户数
google-analytics - 如何过滤域?
是否可以根据 URL 路径进行分段?
假设我有一个 Google Analytics 帐户和一个已创建的属性(与abc.com 相关联)。根据您的登录信息,它会将您发送到abc.com/red、abc.com/blue或abc.com/yellow 。
是否可以为 和 创建单独/red
的/blue
视图/yellow
?你如何为它实现一个自定义过滤器?
使用 Google Data Studio,您将如何添加过滤器控件以在 和 之间进行/red
过滤?/blue
/yellow