Embeddable Google Analytics “Flair”?

前端 未结 4 493
暗喜
暗喜 2020-12-08 05:33

Now that Google Analytics has an official API, are there any implementations of a small, minimalistic \"Flair\" like snippet showing a customizable selection of stats, say f

4条回答
  •  一向
    一向 (楼主)
    2020-12-08 06:25

    I know it's not Google Analytics (I don't know of any full-featured integration libraries available for PHP yet, but you can bet they're coming), but if you're looking for something to integrate into an admin panel right now, there's always the Open Web Analytics library.

    But your best bet for Google Analytics might be to just build what you need from scratch using the API. Chances are you really only need a handful of charts and a couple of reports for the dashboard, and for the full in-depth detail, you're going to have to go to analytics.google.com no matter what.

提交回复
热议问题