admob interstitial

fabio.pasculli79fabio.pasculli79 Member, PRO Posts: 34

Hi guys, i have created some apps and i'm tryng to put inestitial ad with Admobs.
1) i have created interstitial id code in admob
2) i past the id code in gamesalad - services - admob
3) i flaged the admob interstitial
4) i created the apk
5) of course in the change of sene in the game i putted option "AD INERTSITIAL

when i test the game on mobile nothing appens when change page... no ads....

may be i make some mistake?

HELP PLEASE!!!!

Comments

  • gizzi93gizzi93 Member, PRO Posts: 67

    Did you create a game attribute called privateDataConsentForAds and set it to 1?

  • Simple Gamer ArtsSimple Gamer Arts Member, PRO Posts: 302

    @Simple Gamer Arts said:
    Sounds like you are publishing for Google Play, either way do this:

    Need to have the "WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permissions" box checked

    Also:
    1. Add a new game integer attribute to your project and rename it "privateDataConsentForAds"
    2. Set the value of privateDataConsentForAds to "1"
    3. Save and publish your project, generate and sign, etc to see if ads show up

    Do just like this and your ads should show up.

  • fabio.pasculli79fabio.pasculli79 Member, PRO Posts: 34
    edited November 2018

    hi simpler!!! thanks for the answer.
    i'm publishing for both android and Ios. where i can finde those "WRITE EXTERNAL_STORAGE and...."?
    there is any toutorial?

  • fabio.pasculli79fabio.pasculli79 Member, PRO Posts: 34

    Hi gizzi93, i just created privateDataConsentForAds and set it to 1 ... and i checked "WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permissions"... i need to use the attribute in some actor or i have just to create it?

  • bob loblawbob loblaw Member, PRO Posts: 793

    @fabio.pasculli79 said:
    Hi gizzi93, i just created privateDataConsentForAds and set it to 1 ... and i checked "WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permissions"... i need to use the attribute in some actor or i have just to create it?

    just need to create it and set it to 1. if you want to be sure (but i don't think you need to do this), just create a dummy invisible actor with a change attribute behaviour that set privateconsentforads to 1 and place it at the bottom of the bottom most layer of your opening scene.

  • Twayne2Twayne2 Member Posts: 458

    Is is necessary for the atteibute though?

  • bob loblawbob loblaw Member, PRO Posts: 793

    @Twayne2 said:
    Is is necessary for the atteibute though?

    if you want to use ads, i believe so.

  • fabio.pasculli79fabio.pasculli79 Member, PRO Posts: 34

    Okkk!!!
    i'll tru like this. I'll make you know if it will work
    tnks!!!!!!

Sign In or Register to comment.