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
ad_completed
ad_skipped
Should these lines end with an additional .toStr()
.toStr()
https://github.com/mParticle/mparticle-roku-sdk/blob/master/mParticleCore.brs#L1793-L1794
Because the values are stored as booleans, and these will not get sent due to not being strings:
https://github.com/mParticle/mparticle-roku-sdk/blob/master/mParticleCore.brs#L1850
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should these lines end with an additional
.toStr()
https://github.com/mParticle/mparticle-roku-sdk/blob/master/mParticleCore.brs#L1793-L1794
Because the values are stored as booleans, and these will not get sent due to not being strings:
https://github.com/mParticle/mparticle-roku-sdk/blob/master/mParticleCore.brs#L1850
The text was updated successfully, but these errors were encountered: