Screen.fromMap(String oldId, Map body) : super.fromMap(oldId, body) { this.location = body['dl']; this.type = HitCategory.SCREENVIEW; }