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

TargetingParams.setBundleName() not working #788

Closed
hkimmgni opened this issue Jul 23, 2024 · 1 comment · Fixed by #789
Closed

TargetingParams.setBundleName() not working #788

hkimmgni opened this issue Jul 23, 2024 · 1 comment · Fixed by #789

Comments

@hkimmgni
Copy link

Describe the bug
TargetingParams.setBundleName("update_bundle_name") does not update the bundle in Prebid bid request

To Reproduce
Steps to reproduce the behavior:

  1. Git clone Prebid Android SDK Project
  2. Go to PrebidDemoKotlin -> GamOriginalApiDisplayBanner300x250Activity.kt
  3. Add in onCreate() this code: TargetingParams.setBundleName("org.prebid.mobile.prebidkotlindemo.testing")
  4. Run app with App inspection
  5. See under the network inspector -> "/auctions" endpoint, I do not see the bundle name updated.

Expected behavior
I expected to see the bundle name update.

Screenshots
android_bundle_name_not_updated

Desktop (please complete the following information):
Macbook pro apple m2 pro, Ventura 13.4.1(c)

Smartphone (please complete the following information):

  • Device: Google Pixel 4XL
  • Version: Android 13

Additional context
For now, updating through build.gradle

@jsligh
Copy link
Collaborator

jsligh commented Jul 24, 2024

@hkimmgni apologies. This looks like a bug and will be creating a PR for the fix shortly.

@jsligh jsligh linked a pull request Jul 25, 2024 that will close this issue
@jsligh jsligh moved this from Triage to Under Review in Prebid Mobile Prioritization Jul 25, 2024
@github-project-automation github-project-automation bot moved this from Under Review to Done in Prebid Mobile Prioritization Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants