[英]How to create multiple Google Analytics views through Google-Analytics-API?
I am planning to manage approx. 我打算管理大约。 400 diff sites under one property by creating the dedicated view with hostname filter for each one.
通过为每个属性创建一个带有主机名过滤器的专用视图,在一个属性下创建400个差异站点。 Is there any process to do this task without manually creating the view and making filters?
是否有任何过程可以执行此任务而无需手动创建视图并创建过滤器?
Ex: we have multiple websites like abc.com, bcd.com, cde.com etc. and I have created a property to manage this all website by creating google analytics views so each view will have data for each one website like view 1 have data for abc.com and to do this i have to create hostname filter and that task need to do manually if you have diff - 2 site. 例如:我们有多个网站,例如abc.com,bcd.com,cde.com等。我已经创建了一个属性来通过创建Google Analytics(分析)视图来管理所有网站,因此每个视图将拥有每个网站的数据,例如视图1 abc.com的数据,要做到这一点,我必须创建主机名过滤器,如果您有diff-2站点,则该任务需要手动执行。
I'm looking a way to do this by any sort of automation. 我正在寻找一种通过各种自动化方式来实现此目的的方法。
Please help! 请帮忙!
Advance Thanks, Nandan 预先感谢,南丹
The google analytics management api has methods for inserting updating and deleting web proprieties and views 谷歌分析管理api具有用于插入更新和删除网络属性和视图的方法
Last i knew this was still in beta and you had to apply for access. 最后,我知道它仍处于测试阶段,您必须申请访问权限。 I am not seeing any note on that in the documentation anymore so it may be out of beta i will contact the team for verification.
我再也没有在文档中看到任何说明,因此它可能已经超出beta版本,我将与团队联系进行验证。
Write operations in the Management API Write operations in the Management API (eg create, update, delete, patch) for Web Property, View (Profile), and Goal resources no longer require whitelisting. 管理API中的写入操作针对Web媒体资源,视图(配置文件)和目标资源的管理API中的写入操作(例如,创建,更新,删除,修补)不再需要白名单。 The default daily limit for all Write operations in the Management API is 50 writes/day.
Management API中所有写入操作的默认每日限制是每天50次写入。 See Limits and Quotas page for more information.
有关更多信息,请参见“限制和配额”页面。
Update: Apparently its out of beta you should be all set. 更新:显然,它已经超出beta了,您应该已经准备就绪。
Release 2018-02-22 (February 22, 2018)
发行日2018-02-22(2018年2月22日)
Write operations in the Management API在Management API中写入操作
Write operations in the Management API (eg create, update, delete, patch) for Web Property, View (Profile), and Goal resources no longer require whitelisting.对于网络媒体资源,数据视图(配置文件)和目标资源,管理API中的写入操作(例如创建,更新,删除,修补)不再需要白名单。 The default daily limit for all Write operations in the Management API is 50 writes/day.
Management API中所有写入操作的默认每日限制是每天50次写入。 See Limits and Quotas page for more information.
有关更多信息,请参见“限制和配额”页面。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.