We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the https://docs.developer.comcast.com/docs/transitioning-from-legacy, $badger.adPlatform().deviceAdAttributes() can be replaced with Advertising.deviceAttributes() in Firebolt SDK, but the return values are mismatched.
$badger.adPlatform().deviceAdAttributes()
Advertising.deviceAttributes()
Run Advertising.deviceAttributes() in a real device.
It should return a string
It returns an empty object {}
{}
Device model: Xi6-A SDK version: The latest v1.4.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem/Opportunity
According to the https://docs.developer.comcast.com/docs/transitioning-from-legacy,
$badger.adPlatform().deviceAdAttributes()
can be replaced withAdvertising.deviceAttributes()
in Firebolt SDK, but the return values are mismatched.Steps to reproduce
Run
Advertising.deviceAttributes()
in a real device.Expected Behavior
It should return a string
Actual Behavior
It returns an empty object
{}
Notes (Optional)
Device model: Xi6-A
SDK version: The latest v1.4.1
The text was updated successfully, but these errors were encountered: