|
|
|
|
|
by cosmie
2676 days ago
|
|
Something like ObservePoint[1] would be more appropriate for that use case. Avo seems like it's designed to deal with consistency issues, rather than coverage issues. For example, say you have three different multistep sales funnels. You send a custom event "TrackFunnelStep" to both GA and Facebook at each step of the funnel. Where Avo would come in would be with defining precisely what that custom event should be (data structure, naming scheme, etc) and ensuring that everywhere "TrackFunnelStep" event ends up, it's used consistently. But Avo wouldn't stop you from forgetting to add the event to a step in the first place. [1] https://www.observepoint.com/ |
|