谷歌分析需要自动导出此 swf 的 xml
我正在构建一个 CMS 系统,并希望合并与每个站点相关的谷歌分析报告。
我在这里发现了一个非常有用且很酷的小功能 http ://freshwebtrends.com/show-off-your-google-analytics-on-your-site/13/。不过我希望它自动更新。为了使其工作,必须下载 xml 文件,然后将其替换到根文件夹中。
有没有办法使用这些文件来做到这一点?或者还有其他选择吗?
提前致谢!
I am building a CMS system and wanting to incorporate google analytics reporting relevant for each site.
I have found a quite useful and cool little feature here http://freshwebtrends.com/show-off-your-google-analytics-on-your-site/13/. However I am wanting this to automatically update. In order for this to work, the xml file has to be downloaded and then replaced in the root folder.
Is there a way I can do this using these files? or is there an alternative out there?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两个选项:
我开发了一项名为 EmbeddedAnalytics 的服务,它允许您定义图表,然后将它们嵌入到您网站的页面中。这是一个非常简单的过程,不需要任何直接使用 API 所需的编程。该网站是:www.embeddedanalytics.com。
我们越来越多地收到像您这样拥有 CMS 类型应用程序的人的请求。他们希望为管理页面提供选定的关键绩效指标图表。这是我们已经开发并继续开发的东西(尽管目前尚未在我们的网站上发布)。有多种方法可以实现这一点:
如果您想了解更多信息,请通过该网站与我们联系。
Two options:
I have developed a serviced called EmbeddedAnalytics which allows you to define charts and then embed them into pages of your site. It is a very simple process and requires none of the programming required to use the API directly. The site is: www.embeddedanalytics.com.
More and more we get requests from people having CMS type applications such as yourself. And they want to provide Admin pages with selected charts of key performance indicators. This is something we have developed and continue to (although at the current time it is not published on our site). There are many ways this is accomplished:
Please contact us through the site if you would like more information on this.