insertGoogleAnalyticsEvValue function

void insertGoogleAnalyticsEvValue(
  1. Map<String, Object> other,
  2. String gaValue
)

Implementation

void insertGoogleAnalyticsEvValue(Map<String, Object> other, String gaValue) {
  other[_GA_KEY] = gaValue;
}