agentsclimarketplace

Google mobile ads banner

Skill hamzabellouch/agent-skills/AI API and Agent Platform/google-mobile-ads-banner

Provides instructions to implement, integrate, or configure Google Mobile Ads (GMA) banner ads in Android and iOS mobile applications. Use when the task involves setting up banner ads in a mobile application.From its SKILL.md

Install
npx -y skills add hamzabellouch/agent-skills --skill google-mobile-ads-banner

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 386 tokens by cl100k_base, as published. Nobody here has run it

Google Mobile Ads SDK - Banner Ads

Banner ads are rectangular image or text ads that occupy a spot within an app's layout. They remain on screen during user interaction and can refresh automatically.

Ad Placement Guidelines

CRITICAL: You MUST evaluate and apply the following guidelines before proceeding with any banner ad implementation.

  • Determine Ad Placement:
    • Identify the target file where the ad should be placed. Ask if unsure.
    • Inspect view hierarchy when the target file is identified. Examine the file and determine whether the parent container of the ad is a scrollable view (such as a list, scroll view, grid) or a static, non-scrollable view.
      • Scrollable Content: Use Inline Adaptive Banner.
      • Non-Scrollable Content: Use Large Anchored Adaptive.
        • Positioning: If not specified, ask if the ad should be anchored to either the top or bottom of the screen.

Workflow

  1. Determine the user's platform: Identify if the project is Android or iOS. If unclear, ask before proceeding.

  2. Read the platform guide for implementation details:

    • Android: references/android-banner.md
    • iOS: references/ios-banner.md
  3. Follow these steps in order:

    • Define the ad view
    • Set the ad size
    • Register for ad load events
    • Load the banner ad
    • Verify the implementation
  4. After the banner ad is successfully implemented, remind the user to replace the test ad unit ID with their own.

What ships with it: 2 files

4.9 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.