Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ATB from attribution pixel #3550

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

dus7
Copy link
Contributor

@dus7 dus7 commented Nov 6, 2024

Task/Issue URL: https://app.asana.com/0/1206226850447395/1208686056380205/f
Tech Design URL:
CC:

Description:

Removes ATB cohort information from attribution pixel. Adds information about reinstall (returning user).

Steps to test this PR:

  1. On a fresh install check if the parameter is included.

Definition of Done (Internal Only):


Internal references:

Software Engineering Expectations
Technical Design Template

Add is_reinstall value
@dus7 dus7 requested a review from samsymons November 6, 2024 12:14
Comment on lines 90 to +91
let settings = AdAttributionReporterSettings(privacyConfigurationManager.privacyConfig)
let parameters = self.pixelParametersForAttribution(attributionData, attributionToken: settings.includeToken ? token : nil)
let token = settings.includeToken ? token : nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not related to the changes in this PR, but is it possible that this Remote Config setting won't necessarily take effect at all times since the attribution call happens so early in the app's lifecycle, before the config may have updated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's true, I'll reach out to you internally.

Copy link
Contributor

@samsymons samsymons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @dus7!

@dus7 dus7 merged commit 708bab3 into main Nov 8, 2024
16 checks passed
@dus7 dus7 deleted the mariusz/remove-atb-attribution branch November 8, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants