Search Unity

Admob max ad content rating

Discussion in 'Unity Ads & User Acquisition' started by domdev, Jun 18, 2018.

Thread Status:
Not open for further replies.
  1. domdev

    domdev

    Joined:
    Feb 2, 2015
    Posts:
    375
    our apps was is_designed_for_families.. now I was change to
    ("max_ad_content_rating", "G").. but the problem it was still showing ads PG.. like WeSing is Media Content: Ads for TV shows, movies, music albums, or any other media outlet not appropriate for children...
    any idea?
    here's my request
    Code (CSharp):
    1. request_Interstitial = new AdRequest.Builder()
    2. .TagForChildDirectedTreatment(true)
    3. .AddExtra("max_ad_content_rating", "G")
    4. .Build();
     
  2. KingLoveBN

    KingLoveBN

    Joined:
    May 30, 2016
    Posts:
    3
  3. domdev

    domdev

    Joined:
    Feb 2, 2015
    Posts:
    375
    I already tried that but still same result.. Its more about filtering ads
     
  4. andrew_pearce_

    andrew_pearce_

    Joined:
    Nov 5, 2018
    Posts:
    169
    If anyone will face the same issue as above: please check the age tag of the app displayed in ads, WeSing has 3+ age tag so AdMob will display them and it's not violation of policy.

    Just make sure that you implemented neutral age screen with proper age groups. In my case it was gambling app with 12+ age tag, but according to ESRB, content for "Teen" audience may include "simulate gambling".

    I wasted over two days since I thought gambling is suitable only for 18+.
     
    PavloSupenko and domdev like this.
Thread Status:
Not open for further replies.