UMP #123
-
Do I need to do anything after asking for user consent? I mean, if the user selects "Do not consent", can I show them ads or not? As I uderstand if the user doesn't agree, the ads just won't be personalized, but I don't need to change my code because of that, right? So my steps are: initialize the plugin -> ask for his consent -> here I don't care what the user chose, I can show my ads with show_banner() etc. Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
@gumaciel is it ok, that I can request user consent few times? |
Beta Was this translation helpful? Give feedback.
-
Hi @SnailRabbids , answering your questions:
Ads will still appear, you may not be able to see them as Google has no ads available for you at the moment. Note that when you mark that you do not consent to show personalized ads, the amount of available ads is reduced, when you are testing unfortunately it is common not to appear, because from what I understand Google does not provide "Non-customized" ads for testing, which I I believe it is their mistake.
Yes, you are right, you don't need to change your code
That's correct
Yes, even the "reset user consent" option has been added to do this: #57
If you press "REQUEST USER CONSENT", you will notice that you will receive a message: "User consent obtained", that means that the consent form was shown for the user and he accepted OR not (there is no way to know if he fact accepted or denied, only if it was obtained)
I didn't understand it very well, but I don't think so, as I see it, the Status is usually just for the developer to get feedback from the user iteration Note that UMP is not mandatory in all countries.
https://developers.google.com/admob/ump/ios/quick-start#introduction
If the form is appearing and then disappears, then it is correct for me. This message refers to the form was dismissed Read more here: |
Beta Was this translation helpful? Give feedback.
-
As you said, now it works fine, thanks you :) |
Beta Was this translation helpful? Give feedback.
-
Hello @gumaciel , just try to implement UMP cause now it a NEED from admob. It's seem the current version of plugin work well but I do face some issues which I don't know is it a normal behavior or an error. No matter what I choose, I only get this message: "User consent obtained. Personalization not defined." If I choose "Manage options" -> "Confirm choices". Then there will be no ads at all. It's like you explained above. Maybe non-personalize ad not work with test ads. But the problem is, when I try to show a reward ads. There is no error or anything happen. So it's no way to let user know that they need to re-config the consent in setting. Do you have any experience on this? Thank you in advanced. |
Beta Was this translation helpful? Give feedback.
-
Oh, I just tested it on iOS. when user choose not consent. When trying to show reward ads. It will throw |
Beta Was this translation helpful? Give feedback.
Hi @SnailRabbids , answering your questions:
Ads will still appear, you may not be able to see them as Google has no ads available for you at the moment.
Note that when you mark that you do not consent to show personalized ads, the amount of available ads is reduced, when you are testing unfortunately it is common not to appear, because from what I understand Google does not provide "Non-customized" ads for testing, which I I believe it is their mistake.
Yes, you are right, you …