jazzband / django-analytical

Analytics services for Django projects
MIT License
1.19k stars 167 forks source link

Support for AMP analytics #110

Open jorenham opened 6 years ago

jorenham commented 6 years ago

In Accelerated Mobile Pages, regular javascript is prohibited. Instead, it provides an amp-analytics tag with a lot of customizability. Are you planning on supporting this? https://www.ampproject.org/docs/reference/components/amp-analytics

jcassee commented 6 years ago

Thanks for the link to APM analytics, Joren. I am currently not using it, but it sounds like a great feature. Would you be able to contribute an implementation?

jorenham commented 6 years ago

@jcassee As much as I'd want to, I'm afraid I don't have the time to build such a feature, especially since it'll be a rather big feature.

jcassee commented 6 years ago

I am not sure it would be a big feature, actually. The secret to this project is that it really does not do very much. :-) But I appreciate your time constraints.