Skip to content

Fix passing targeting params on android #11

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

Conversation

slawomirzaba
Copy link
Contributor

This PR fixes the issue with passing targeting parameters on Android. Previously, the targeting parameters were incorrectly formatted as:

targetingParams: { param: 'param=true' }

With this fix, the targeting parameters will now be correctly formatted as:

targetingParams: { param: 'true' }

@slawomirzaba slawomirzaba changed the title fix: fix passing targeting params on android Fx passing targeting params on android Nov 29, 2024
@slawomirzaba slawomirzaba changed the title Fx passing targeting params on android Fix passing targeting params on android Dec 6, 2024
@andresilveirah
Copy link
Member

Thank you for the PR @slawomirzaba . It looks good to me. Merging.

@andresilveirah andresilveirah merged commit ff99531 into SourcePointUSA:main Dec 12, 2024
3 of 5 checks passed
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.

2 participants