Closed (won't fix)
Project:
Google Analytics Event Tracking
Version:
7.x-1.x-dev
Component:
Developer Experience
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2014 at 18:41 UTC
Updated:
9 Jun 2015 at 17:15 UTC
Jump to comment: Most recent
Comments
Comment #1
jlockhartIf I understand the Entity system correctly what I've created is a new Entity Type with basically one Bundle type. This allows us to use a lot of the magic sauce of the Entity API. In regards to the tracking framework concept I think that using the Entity system would work really well for that. Especially since there could be different bundles based on use case and data required.
Comment #2
frobI am still not exactly following how you separate this up between bundles or why you want fields on these.
I get the concept of using entities for this. Google Analytics only allows for certain fields on its entity tracking. I understand that you want to add more events, but entities seem a bit heavy handed for it. You could use more of a serialized instance store and it would be much lighter.
Comment #3
frobI see no reason to have fields on event tracking. Not doing this. It would make more sense to implement ctools exportables or something.