Search Unity

Question Admob Ad Mediation - Which stores support it?

Discussion in 'Unity Distribution Portal (UDP)' started by michaeldobele, Oct 16, 2020.

  1. michaeldobele

    michaeldobele

    Joined:
    Oct 25, 2016
    Posts:
    10
    We're looking at setting up our game for release under UDP. It's a freemium style (IAP + Adverts) and currently uses Admob mediation with several other ad providers, including Unity Ads, in our mediation stack.

    Choosing Admob on the UDP dash though shows this warning:
    "AdMob may face issues getting ad campaigns once your build is repacked."

    Has anyone released a game using Admob mediation? Will it work on some storefronts and not others and if so which ones?

    AdMob_Mediation.png
     
  2. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
    The reason for this warning is that the package name of the APK after packaging will change, which may cause problems with AdMob.
     
  3. watermelonlab

    watermelonlab

    Joined:
    Sep 17, 2015
    Posts:
    15
    Will Admob terminate Admob account if this happens, When you release game outside on google play?
     
  4. GaoZheHan

    GaoZheHan

    Joined:
    Dec 19, 2020
    Posts:
    1
    I have the same problem. What should I do to avoid AdMob failure?
     
  5. markknoffer

    markknoffer

    Joined:
    Dec 20, 2020
    Posts:
    23
    hi,
    is this still causing these issues?
     
  6. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
    A workaround is to register the repacked package name in Admob.

    For example:
    The original package name is 'com.sample.company'. If you repacked for Samsung Galaxy Store, a suffix ".gs" will be added to the package name. So please register the package name 'com.sample.company.gs' in Admob instead of 'com.sample.company'.