How do I prevent inappropriate ads from appearing in my game?How can I increase the return from from ads?How...
Relations between homogeneous polynomials
How to get directions in deep space?
Asserting that Atheism and Theism are both faith based positions
How do you say "Trust your struggle." in French?
Calculate Pi using Monte Carlo
How to split IPA spelling into syllables
Why does a 97 / 92 key piano exist by Bosendorfer?
When is the exact date for EOL of Ubuntu 14.04 LTS?
Put the phone down / Put down the phone
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
What is the purpose of using a decision tree?
Pre-Employment Background Check With Consent For Future Checks
Why is participating in the European Parliamentary elections used as a threat?
Connection Between Knot Theory and Number Theory
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Sort with assumptions
What should be the ideal length of sentences in a blog post for ease of reading?
Writing in a Christian voice
Error in master's thesis, I do not know what to do
Can a Knock spell open the door to Mordenkainen's Magnificent Mansion?
Does capillary rise violate hydrostatic paradox?
How would a solely written language work mechanically
How do I prevent inappropriate ads from appearing in my game?
How do I prevent inappropriate ads from appearing in my game?
How can I increase the return from from ads?How does ads actually make you money when you upload a Game?Unity Ads or Google Ads wich one is better?How can I advertise products other than apps via in-game Rewarded Video ads?Removing the contains ads label from the google play storeNo ads from Google AdMob in mediationHow much should I expect to make from 1,000 ads in a kids' game?How do I interact ads with Unity Button?Unity Ads ErrorVideo ads in Unity
$begingroup$
My game implements Unity ads, and is designed with a universal audience in mind. As such, I would prefer not to have 18+ ads (or even 13+ ads depending on the circumstances) appearing in it, especially since it would appeal to younger audiences as well. My question is then, how do I prevent age-inappropriate ads from appearing? Is there a way to simply set the age limit or content restrictions on Unity ads? The only setting along those lines that I can find is the COPPA toggle, and that would cause other issues (not to mention that it wouldn't do anything to the ads). I've looked in the dashboard for a while, and I've tried to research it beforehand, but the fact that they've shifted to a centralized services page, redirected all the old links (breaking them in the process), reorganized the settings in the dashboard, and 404d their FAQ post on the topic doesn't help either. Blocking ads based on a rating would work too, as I would have to get one because I am publishing to Google Play.
unity advertisements content-rating unity-ads
New contributor
$endgroup$
add a comment |
$begingroup$
My game implements Unity ads, and is designed with a universal audience in mind. As such, I would prefer not to have 18+ ads (or even 13+ ads depending on the circumstances) appearing in it, especially since it would appeal to younger audiences as well. My question is then, how do I prevent age-inappropriate ads from appearing? Is there a way to simply set the age limit or content restrictions on Unity ads? The only setting along those lines that I can find is the COPPA toggle, and that would cause other issues (not to mention that it wouldn't do anything to the ads). I've looked in the dashboard for a while, and I've tried to research it beforehand, but the fact that they've shifted to a centralized services page, redirected all the old links (breaking them in the process), reorganized the settings in the dashboard, and 404d their FAQ post on the topic doesn't help either. Blocking ads based on a rating would work too, as I would have to get one because I am publishing to Google Play.
unity advertisements content-rating unity-ads
New contributor
$endgroup$
add a comment |
$begingroup$
My game implements Unity ads, and is designed with a universal audience in mind. As such, I would prefer not to have 18+ ads (or even 13+ ads depending on the circumstances) appearing in it, especially since it would appeal to younger audiences as well. My question is then, how do I prevent age-inappropriate ads from appearing? Is there a way to simply set the age limit or content restrictions on Unity ads? The only setting along those lines that I can find is the COPPA toggle, and that would cause other issues (not to mention that it wouldn't do anything to the ads). I've looked in the dashboard for a while, and I've tried to research it beforehand, but the fact that they've shifted to a centralized services page, redirected all the old links (breaking them in the process), reorganized the settings in the dashboard, and 404d their FAQ post on the topic doesn't help either. Blocking ads based on a rating would work too, as I would have to get one because I am publishing to Google Play.
unity advertisements content-rating unity-ads
New contributor
$endgroup$
My game implements Unity ads, and is designed with a universal audience in mind. As such, I would prefer not to have 18+ ads (or even 13+ ads depending on the circumstances) appearing in it, especially since it would appeal to younger audiences as well. My question is then, how do I prevent age-inappropriate ads from appearing? Is there a way to simply set the age limit or content restrictions on Unity ads? The only setting along those lines that I can find is the COPPA toggle, and that would cause other issues (not to mention that it wouldn't do anything to the ads). I've looked in the dashboard for a while, and I've tried to research it beforehand, but the fact that they've shifted to a centralized services page, redirected all the old links (breaking them in the process), reorganized the settings in the dashboard, and 404d their FAQ post on the topic doesn't help either. Blocking ads based on a rating would work too, as I would have to get one because I am publishing to Google Play.
unity advertisements content-rating unity-ads
unity advertisements content-rating unity-ads
New contributor
New contributor
New contributor
asked 2 hours ago
Koala SquadKoala Squad
304
304
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Unity ads can't contain adult material:
https://unity3d.com/legal/advertising-content-policy
Advertising containing, linking or relating to content, goods or services in any of the following categories are prohibited by Unity Ads and may not be disseminated in any form via the Unity Ads Platform.
[...]
Adult
Content that is sexually suggestive or that depicts, contains or provides access to pornography, nudity or other adult or risqué material, including content promoting adult-themed products.
[...]
Excessive violence
Content that depicts or contains excessive violence or mutilation or that glorifies human suffering, death, self-harm or violence against animals.
Gambling
Content promoting any form of gambling or lottery to users where it is illegal or where any related required government license is not in place.
[...]
Tobacco/Vaping
Content that promotes any form of tobacco or nicotine-related products, including vaping and electronic cigarettes.
These categories are what are usually seen as 13+, but for a full list, visit the site
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
});
});
}, "mathjax-editing");
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "53"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Koala Squad is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgamedev.stackexchange.com%2fquestions%2f169194%2fhow-do-i-prevent-inappropriate-ads-from-appearing-in-my-game%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Unity ads can't contain adult material:
https://unity3d.com/legal/advertising-content-policy
Advertising containing, linking or relating to content, goods or services in any of the following categories are prohibited by Unity Ads and may not be disseminated in any form via the Unity Ads Platform.
[...]
Adult
Content that is sexually suggestive or that depicts, contains or provides access to pornography, nudity or other adult or risqué material, including content promoting adult-themed products.
[...]
Excessive violence
Content that depicts or contains excessive violence or mutilation or that glorifies human suffering, death, self-harm or violence against animals.
Gambling
Content promoting any form of gambling or lottery to users where it is illegal or where any related required government license is not in place.
[...]
Tobacco/Vaping
Content that promotes any form of tobacco or nicotine-related products, including vaping and electronic cigarettes.
These categories are what are usually seen as 13+, but for a full list, visit the site
$endgroup$
add a comment |
$begingroup$
Unity ads can't contain adult material:
https://unity3d.com/legal/advertising-content-policy
Advertising containing, linking or relating to content, goods or services in any of the following categories are prohibited by Unity Ads and may not be disseminated in any form via the Unity Ads Platform.
[...]
Adult
Content that is sexually suggestive or that depicts, contains or provides access to pornography, nudity or other adult or risqué material, including content promoting adult-themed products.
[...]
Excessive violence
Content that depicts or contains excessive violence or mutilation or that glorifies human suffering, death, self-harm or violence against animals.
Gambling
Content promoting any form of gambling or lottery to users where it is illegal or where any related required government license is not in place.
[...]
Tobacco/Vaping
Content that promotes any form of tobacco or nicotine-related products, including vaping and electronic cigarettes.
These categories are what are usually seen as 13+, but for a full list, visit the site
$endgroup$
add a comment |
$begingroup$
Unity ads can't contain adult material:
https://unity3d.com/legal/advertising-content-policy
Advertising containing, linking or relating to content, goods or services in any of the following categories are prohibited by Unity Ads and may not be disseminated in any form via the Unity Ads Platform.
[...]
Adult
Content that is sexually suggestive or that depicts, contains or provides access to pornography, nudity or other adult or risqué material, including content promoting adult-themed products.
[...]
Excessive violence
Content that depicts or contains excessive violence or mutilation or that glorifies human suffering, death, self-harm or violence against animals.
Gambling
Content promoting any form of gambling or lottery to users where it is illegal or where any related required government license is not in place.
[...]
Tobacco/Vaping
Content that promotes any form of tobacco or nicotine-related products, including vaping and electronic cigarettes.
These categories are what are usually seen as 13+, but for a full list, visit the site
$endgroup$
Unity ads can't contain adult material:
https://unity3d.com/legal/advertising-content-policy
Advertising containing, linking or relating to content, goods or services in any of the following categories are prohibited by Unity Ads and may not be disseminated in any form via the Unity Ads Platform.
[...]
Adult
Content that is sexually suggestive or that depicts, contains or provides access to pornography, nudity or other adult or risqué material, including content promoting adult-themed products.
[...]
Excessive violence
Content that depicts or contains excessive violence or mutilation or that glorifies human suffering, death, self-harm or violence against animals.
Gambling
Content promoting any form of gambling or lottery to users where it is illegal or where any related required government license is not in place.
[...]
Tobacco/Vaping
Content that promotes any form of tobacco or nicotine-related products, including vaping and electronic cigarettes.
These categories are what are usually seen as 13+, but for a full list, visit the site
answered 2 hours ago
BálintBálint
12k22343
12k22343
add a comment |
add a comment |
Koala Squad is a new contributor. Be nice, and check out our Code of Conduct.
Koala Squad is a new contributor. Be nice, and check out our Code of Conduct.
Koala Squad is a new contributor. Be nice, and check out our Code of Conduct.
Koala Squad is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Game Development Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgamedev.stackexchange.com%2fquestions%2f169194%2fhow-do-i-prevent-inappropriate-ads-from-appearing-in-my-game%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown