dedehkn's Forum Posts

  • There are many options to show banner ads;smart,stantard,large,small etc.

    I chose standart banner which works with the test id given by google for standart ads.

    But when I create a new banner ad on admob there is no option about it.It creates an id and there is no question whether we wnat it to show standart,adaptive or large.

    Now with this real id I see requests but no impressions.

    If anyone using banner ads here I would be happy to hear which ad type you are selecting for banner behaviour in construct.Smart,standart,large or small?

    Thanks

    Tagged:

  • Yes,I recognized that the create banner ad behavior caused that.

    I think I figured out the right way.I check on each level if banner is showing and only create banner ad if the ad is hidden.

    I think this is the right way for interstitials too.I used to create new ad for interstitials every time the scene loads, now I applied new method to it too.

    I attached image here so people can see how ads should be loaded.

    Pls let me know if you recognize an error here.

  • I am trying to do the same.I hide the banner only if interstitial is going to appear but even if the interstitial doesnt appear it seems like construct is hiding banners when transititoning between scenes.

    I think I have to use create banner ad everytime I load a new scene without using any other condition?

  • Thanks for the response.

    Yes banner ad appeared on the real device.

    Well so far I never used banner ads,they look ugly I hate them,I only use interstitials.but lately I got an email from admob.See image my all income is from interstitals while for similar apps they get only %20 from interstitials and %55 from banners.I think this is because you show many ads with banners.

    For banners I am going to use standart banners I think smart banners arent working anymore right?

    I am planning to create a new banner at the begginğng of each level and I am going to hide it at the end of the level since at this point there is possibility an insterstital may pop.Is this the right way to implement it?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

    I managed to add intersitial and reward ads correctly but I am having problems about banner ads.

    I select standart for banner because as far as I know smart ads are deprecated.

    I type in the banner ad id but no ad appears at the bottom of the screen.

    There is a value to type which is called ‘offset’ I dont know what and how to type there.

    If anyone can show me an example for this I’d be happy.

    Thanks in advance.

    Tagged:

  • I am trying to remove ad id permission to comply for kids but for previous versions of construct there was only one permission I had to delete.After r402 I see more permissions about ad ids(please see image).Does anybody have idea if all those permissions are against children policy and I remove all of them by adding following code lines to manifest file

    <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

    <uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" tools:node="remove"/>

    <uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" tools:node="remove"/>

    <uses-permission android:name="android.permission.ACCESS_ADSERVICES_TOPICS" tools:node="remove"/>

    Tagged:

  • But I am using extra plugin game analytics and thats what I am getting the error for.

    Do you think your solution is about same thing and where exactly you change version numbers on android studio?

  • Hi,

    When I try to export android app bunle with android stuio I get this error:

    Could not GET 'https://maven.gameanalytics.com/release/com/google/android/ump/user-messaging-platform/maven-metadata.xml'. Received status code 403 from server: Forbidden

    But I get this error only if I the file is exported with r401,with r397 it works without problem.

    I have to use r401 since the previous version isnt using the the latest gma-sdk.

    If you have any idea what may be causing this I’d be happy to hear.

  • The problem was same on my side too and it worked.I managed to export and publish my updates.Thanks a lot for your help!

  • Well I don't see any .idea or gradle folder in the folder.

  • I am using the latest version giraffe.I just downloaded it yesterday.I see the folders in android studio but when I close the project and check desktop folder I dont see a gradle or .idea folder.

  • That's What I wanted to say.I don't have that option under build.

  • Thank you but now I am not able to export the project with android studio since there is no option to generate app bundle under build option.

  • I dont see any such thing in the manifest file,may be there is more than 1 manifest.

    Can you tell me in which folder it is?