finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Supports Interactive Media Ads (IMA) SDK. Use this skill for client-side ad insertion when you are requesting video ads for websites, apps, TVs or other platforms using VAST or VMAP. Do not use for Dynamic Ad Insertion (DAI), SSAI, or SGAI.
$ npx -y skills add google/skills --skill ima-sdk-client-side --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ima-sdk-client-sideContext preview
The summary Claude sees to decide when to auto-load this skill.
Supports Interactive Media Ads (IMA) SDK. Use this skill for client-side ad insertion when you are requesting video ads for websites, apps, TVs or other platforms using VAST or VMAP. Do not use for Dynamic Ad Insertion (DAI), SSAI, or SGAI.
name: ima-sdk-client-side description: >- Supports Interactive Media Ads (IMA) SDK. Use this skill for client-side ad insertion when you are requesting video ads for websites, apps, TVs or other platforms using VAST or VMAP. Do not use for Dynamic Ad Insertion (DAI), SSAI, or SGAI. license: Apache-2.0 metadata: author: Google LLC version: "1.0.2" category: GoogleAds
The Google IMA SDK (Interactive Media Ads) lets you load in-stream video and audio ads into websites, apps, TVs and other digital platforms. Use an IMA SDK to request ads from any VAST-compliant ad server and manage ad playback.
Before integrating the IMA SDK, you **must** read the platform-specific guide below to support all platforms that your app can support:
[ima-sdk-web-guide.md](references/ima-sdk-web-guide.md), [ima-sdk-web-iframe-mode.md](references/ima-sdk-web-iframe-mode.md), [ima-sdk-web-mobile-safari.md](references/ima-sdk-web-mobile-safari.md)
[ima-sdk-ios-guide.md](references/ima-sdk-ios-guide.md), [ima-sdk-tvos-guide.md](references/ima-sdk-tvos-guide.md)
--------------------------------------------------------------------------------
1. Import the SDK: Prerequisites, dependencies. 2. Initialization: Early setup, Warmup, Settings Configuration, and Ad UI Setup. 3. Ad Request: Creating and triggering the request, User gesture compliance. 4. Ad Load Success/Failure: Handling the load event to get the AdsManager, or handling early fatal errors. 5. Ad Playback Events: Listening to playback events via AdsManager to coordinate content play/pause, and handling non-fatal LOG events and fatal active playback errors. 6. Cleanup: Properly destroying the AdsManager to release resources and prevent memory leaks.
For detailed, platform-specific implementation details, always refer to the guides in the Prerequisites section.
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…