Track an action event with name and action.
name
action
@override void trackAction(String name, String action) => track(name, {'Action': action});