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

Zone ID when loading and showing rewarded video ads #4

Open
Octowyth opened this issue Apr 9, 2021 · 4 comments
Open

Zone ID when loading and showing rewarded video ads #4

Octowyth opened this issue Apr 9, 2021 · 4 comments

Comments

@Octowyth
Copy link

Octowyth commented Apr 9, 2021

Hi

Thank you so much for creating this plugin, I've implement it and the SDK installation is successful
however when trying to load rewarded ads and show it I got nothing even though the setup in my tapdaq dashboard is correct
and the loadRewardedVideo function is called

could you please advise what need to be passed in zone for default placement ?
I've try to put "Default", "default", my tapdaq appID and also clientID but nothing works

image

image

@DrMoriarty
Copy link
Owner

You should use one of custom placement tags:
Снимок экрана 2021-04-09 в 16 54 05

I didn't tested with default placement because I don't use it. But I can make plugin to use default placement if user provided empty string as zone id.

@Octowyth
Copy link
Author

Octowyth commented Apr 9, 2021

Hi Thanks for your quick reply

I've update with my custom placement
image

load the rewarded video :
image

try to show the rewarded video after a while :
image

create an object for the callbacks :
image

but still I can't get my placement status to be implemented, even that the loadRewardedVideo for Tapdaq singleton is being called

image

@DrMoriarty
Copy link
Owner

Could you show me the app debug output (use logcat or AndroidStudio)
If network can not find suitable ad it will show a message about this.

@Octowyth
Copy link
Author

Octowyth commented Apr 9, 2021

Hi

after checking the logcat seems like I load the ads before this process successfully done
ru.mobilap.tapdaq.Tapdaq: Tapdaq inited

put more delays and call the loadRewardedAds works now

thanks you so much :)

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

No branches or pull requests

2 participants