English 中文(简体)
Web Analytics for Platform with Custom Events
原标题:

I m building a platform that produces websites. Think wordpress.com as a similar example. Each site is going to be a subdomain of my domain like abc.mydomain.com or xyz.mydomain.com.

I have a few requirements for analytics of which I haven t been able to meet all of:

  1. I would like to be able to see both stats for individual sites and aggregate stats for all sites.
  2. I would like to track custom events, like how many contributions users have made.
  3. I would like support for any number of subdomains.
  4. I would like to be able to give my customers limited access to see the data only their site.
  5. I would like to be able to set this all up in an automated way, ideally via an API, when a new site is created.

I know with Google Analytics you can create filters and profiles, which might solve 3) and/or 4) but I don t think this is exposed via the API AND I believe there is a limit on profiles of 50.

Also if I can t satisfy 4) I probably can t use Google Analytics at all as my clients would likely want to use it, and I don t think you can run two GA trackers at the same time. That said, I would happily sacrifice 4) if the others were met as clients could still use their own GA account.

Of course I can just build a cron script to parse the various DBs and log files, but I m hoping not to reinvent the wheel. Plus I would miss out on all the nice graphs and extras that most services have.

Any platform developers have any insight here?

Thanks.

最佳回答

try youcalc.com, they have readymade analytics apps based on google analytics api, and you can download their tool for customizing existing apps, or even create new ones.

问题回答

The question Can I use the same Google Analytics tag for a blog subdomain of my site as the main site? has a solution with Google Analytics that fits several of your requirements, but not all.





相关问题
Web Analytics for Platform with Custom Events

I m building a platform that produces websites. Think wordpress.com as a similar example. Each site is going to be a subdomain of my domain like abc.mydomain.com or xyz.mydomain.com. I have a few ...

Removal of homepage login users from analytics

The problem I am having is filtering out the users that come to our homepage just to login, since we have the client button on the homepage (and yes I ve tried to get them to put it somewhere else). ...

Finding runs of a particular value

I have a table in Oracle 10 that is defined like this: LOCATION HOUR STATUS -------------------------------------- 10 12/10/09 5:00PM 1 10 12/10/09 6:00PM 1 ...

tracking download completions from a website/cdn

I have a Drupal website where users are clicking on a link that initiates a file download from a content delivery network (CDN). A script is tracking the number of users who click the link to begin ...

Update based on subquery fails

I am trying to do the following update in Oracle 10gR2: update (select voyage_port_id, voyage_id, arrival_date, port_seq, row_number() over (partition by voyage_id order by arrival_date) as ...

Google Analytics _trackEvent troubles

I m having some noob troubles with Google Analytics and _trackEvent. Using it seems straight forward in the documentation, but I can t get this simple example to work. The call to _trackEvent fails ...

热门标签