Skip to content

Commit

Permalink
Remove ATB from default pixel API.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Apr 15, 2024
1 parent 1ef806a commit 07b1187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Pixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public class Pixel {
withAdditionalParameters params: [String: String] = [:],
allowedQueryReservedCharacters: CharacterSet? = nil,
withHeaders headers: APIRequest.Headers = APIRequest.Headers(),
includedParameters: [QueryParameters] = [.atb, .appVersion],
includedParameters: [QueryParameters] = [.appVersion],
onComplete: @escaping (Error?) -> Void = { _ in }) {
var newParams = params
if includedParameters.contains(.appVersion) {
Expand Down

0 comments on commit 07b1187

Please sign in to comment.