diff --git a/Core/DailyPixel.swift b/Core/DailyPixel.swift index 57e3bf60f6..036eed0755 100644 --- a/Core/DailyPixel.swift +++ b/Core/DailyPixel.swift @@ -71,7 +71,7 @@ public final class DailyPixel { public static func fireDailyAndCount(pixel: Pixel.Event, error: Swift.Error? = nil, withAdditionalParameters params: [String: String] = [:], - includedParameters: [Pixel.QueryParameters] = [.atb, .appVersion], + includedParameters: [Pixel.QueryParameters] = [.appVersion], onDailyComplete: @escaping (Swift.Error?) -> Void = { _ in }, onCountComplete: @escaping (Swift.Error?) -> Void = { _ in }) { if !pixel.hasBeenFiredToday(dailyPixelStorage: storage) {