[Google Play] Issue found: Invalid Data safety form (family program's app)

2 favourites
From the Asset Store
A collection of various zombie characters sprites for creating a 2D platformer or sidescroller game
  • Yes. Removing ads is not an option, it is 100%. Look, I understand that it’s all because of the GDPR, which has become mandatory in admob. Because of this window, data is sort of collected, which leads to our problem, I think.

    I also found several actions, if we are talking about Construct, then in the advertising plugin you can select Tag Under Age of consent and Tag for child directed. Perhaps you can somehow configure these checkboxes, which will have a positive effect on the result? I don't fully understand what they do, but I'm looking into it, let me know if you have any ideas.

    And the question is about removing the children's audience. What do you think this might affect? I think this will be my last resort and most likely I will have to use it. Because I don’t understand the option of getting into the code and manifest.

    I also found a couple of links that can help us:

    https://support.google.com/admob/answer/6223431

    https://support.google.com/googleplay/android-developer/answer/6048248?hl=en

    I think this's the right way, but can you explain me how to implement this code bro?

    RequestConfiguration requestConfiguration = MobileAds.getRequestConfiguration() .toBuilder() .setTagForChildDirectedTreatment( RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE) .setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_G) .build(); MobileAds.setRequestConfiguration(requestConfiguration);

    What file is the code placed in?

    - thanks

  • > Yes. Removing ads is not an option, it is 100%. Look, I understand that it’s all because of the GDPR, which has become mandatory in admob. Because of this window, data is sort of collected, which leads to our problem, I think.

    >

    > I also found several actions, if we are talking about Construct, then in the advertising plugin you can select Tag Under Age of consent and Tag for child directed. Perhaps you can somehow configure these checkboxes, which will have a positive effect on the result? I don't fully understand what they do, but I'm looking into it, let me know if you have any ideas.

    >

    > And the question is about removing the children's audience. What do you think this might affect? I think this will be my last resort and most likely I will have to use it. Because I don’t understand the option of getting into the code and manifest.

    >

    > I also found a couple of links that can help us:

    >

    > support.google.com/admob/answer/6223431

    >

    > support.google.com/googleplay/android-developer/answer/6048248

    I think this's the right way, but can you explain me how to implement this code bro?

    RequestConfiguration requestConfiguration = MobileAds.getRequestConfiguration() .toBuilder() .setTagForChildDirectedTreatment( RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE) .setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_G) .build(); MobileAds.setRequestConfiguration(requestConfiguration);

    What file is the code placed in?

    - thanks

    You can just check them in Construct, with the mobile monetization plugin :/

  • > > Yes. Removing ads is not an option, it is 100%. Look, I understand that it’s all because of the GDPR, which has become mandatory in admob. Because of this window, data is sort of collected, which leads to our problem, I think.

    > >

    > > I also found several actions, if we are talking about Construct, then in the advertising plugin you can select Tag Under Age of consent and Tag for child directed. Perhaps you can somehow configure these checkboxes, which will have a positive effect on the result? I don't fully understand what they do, but I'm looking into it, let me know if you have any ideas.

    > >

    > > And the question is about removing the children's audience. What do you think this might affect? I think this will be my last resort and most likely I will have to use it. Because I don’t understand the option of getting into the code and manifest.

    > >

    > > I also found a couple of links that can help us:

    > >

    > > support.google.com/admob/answer/6223431

    > >

    > > support.google.com/googleplay/android-developer/answer/6048248

    >

    >

    >

    > I think this's the right way, but can you explain me how to implement this code bro?

    >

    > RequestConfiguration requestConfiguration = MobileAds.getRequestConfiguration() > .toBuilder() > .setTagForChildDirectedTreatment( > RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE) > .setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_G) > .build(); > MobileAds.setRequestConfiguration(requestConfiguration);

    >

    > What file is the code placed in?

    >

    > - thanks

    You can just check them in Construct, with the mobile monetization plugin :/

    Should I do this when starting the game? And will this help solve the problem? How do you think?

    So far, I removed the children from the game and everything worked out, but ratings, downloads and earnings fell catastrophically. The game fell out of the top, I want it back.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > > > Yes. Removing ads is not an option, it is 100%. Look, I understand that it’s all because of the GDPR, which has become mandatory in admob. Because of this window, data is sort of collected, which leads to our problem, I think.

    > > >

    > > > I also found several actions, if we are talking about Construct, then in the advertising plugin you can select Tag Under Age of consent and Tag for child directed. Perhaps you can somehow configure these checkboxes, which will have a positive effect on the result? I don't fully understand what they do, but I'm looking into it, let me know if you have any ideas.

    > > >

    > > > And the question is about removing the children's audience. What do you think this might affect? I think this will be my last resort and most likely I will have to use it. Because I don’t understand the option of getting into the code and manifest.

    > > >

    > > > I also found a couple of links that can help us:

    > > >

    > > > support.google.com/admob/answer/6223431

    > > >

    > > > support.google.com/googleplay/android-developer/answer/6048248

    > >

    > >

    > >

    > > I think this's the right way, but can you explain me how to implement this code bro?

    > >

    > > RequestConfiguration requestConfiguration = MobileAds.getRequestConfiguration() > > .toBuilder() > > .setTagForChildDirectedTreatment( > > RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE) > > .setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_G) > > .build(); > > MobileAds.setRequestConfiguration(requestConfiguration);

    > >

    > > What file is the code placed in?

    > >

    > > - thanks

    >

    > You can just check them in Construct, with the mobile monetization plugin :/

    >

    >

    >

    >

    Should I do this when starting the game? And will this help solve the problem? How do you think?

    So far, I removed the children from the game and everything worked out, but ratings, downloads and earnings fell catastrophically. The game fell out of the top, I want it back.

    Yep, on loading layout. I could finally solve everything :) I will post the solution.

  • SOLVED:

    The solution (games with admob for kids, inside google for families program).

    First, if you have to fill the data form, you can use this CVS using "import from this CVS" file.io/FdJtqFSiEJzZ

    Also in Policies and programs > App content > Actioned

    you need to set up the Advertising ID as NO.

    For the APK, as we already discussed, you know to remove the permission for the Advertising ID by adding this to the manifest <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/> Because I have the construct master collection, instead of adding this I added their plugin for google family programs (which does the manifest thingy).

  • SOLVED:

    The solution (games with admob for kids, inside google for families program).

    First, if you have to fill the data form, you can use this CVS using "import from this CVS" file.io/FdJtqFSiEJzZ

    Also in Policies and programs > App content > Actioned

    you need to set up the Advertising ID as NO.

    For the APK, as we already discussed, you know to remove the permission for the Advertising ID by adding this to the manifest <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/> Because I have the construct master collection, instead of adding this I added their plugin for google family programs (which does the manifest thingy).

    Hello! I did as you wrote above and still bought this plugin. With a lot of problems, but I was still able to release the aab file for internal testing... but there is a problem.

    But I installed the plugin... and i have Advertising ID as NO.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)