data-manager-api-audience-ingestion

data-manager-api-audience-ingestion is a skill for Claude Code, Codex from hamzabellouch/agent-skills. It costs 90 tokens per session (2,046 once invoked), scanned A, original, MIT.

A developer guide for sending audience members to Google products through the Data Manager API, a Google service for importing audience data. It covers Customer Match and mobile-device-ID audience uploads.

In plain words
What is it for?
It helps identify the destination, consult the correct Google upload documentation, retrieve a matching code sample, and build an ingestion script.
Why use it?
It helps avoid using the wrong destination account or implementation steps when audience-upload requirements differ between Google products.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps identify the destination, consult the correct Google upload documentation, retrieve a matching code sample, and build an ingestion script.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hamzabellouch/agent-skills/data-manager-api-audience-ingestion
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hamzabellouch/agent-skills --skill data-manager-api-audience-ingestion
Clone the repo
git clone --depth 1 https://github.com/hamzabellouch/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-manager-api-audience-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/data-manager-api-audience-ingestion/github.svg)](https://agentmods.dev/skills/hamzabellouch/agent-skills/data-manager-api-audience-ingestion)
Your own site
<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/data-manager-api-audience-ingestion"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/data-manager-api-audience-ingestion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-manager-api-audience-ingestion

Your own site · 80×15
<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/data-manager-api-audience-ingestion"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/data-manager-api-audience-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,046 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00090 $0.02046
Opus 5 $0.00045 $0.01023
Sonnet 5 $0.00018 $0.00409
Haiku 4.5 $0.00009 $0.00205

Measured 10d ago against content hash d6756c1fdcb7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

data-manager-api-audience-ingestion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AI API and Agent Platform/data-manager-api-audience-ingestion/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Manager API Audience Ingestion

Implementation Workflow

Prerequisites

  • Authentication & Library Installation: If you need to set up access to the Data Manager API or install the client and utility libraries, refer to the data-manager-api-setup skill.

Step 1: Identify Use Case & Read Documentation

  • Determine Destination Account Type: [CRITICAL] If it's not explicitly stated, STOP and CLARIFY with the user where the data is being sent (e.g., Google Ads, Display & Video 360, etc.) BEFORE generating any code. Do not assume Google Ads by default. This maps to the account_type field of the operating_account in the Destination.
  • Read Documentation: [CRITICAL] Follow the upload guide for your destination to implement the integration, as steps for configuring and sending the request may vary between destinations:

Step 2: Retrieve Code Sample

[!IMPORTANT] If writing or updating an ingestion script, ALWAYS retrieve the relevant code sample to use as a reference:

Language Sample
Python ingest_audience_members.py
Java IngestAudienceMembers.java
PHP ingest_audience_members.php
Node ingest_audience_members.ts
.NET IngestAudienceMembers.cs

Read the full file on GitHub · 179 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 179 lines · 90 tokens per session scan A d6756c1fdcb7

Subscribe to this mod's changes

data-manager-api-audience-ingestion is a skill published in the GitHub repository hamzabellouch/agent-skills (4 stars, last pushed 1mo ago), licensed MIT. It adds 90 tokens to every session and 2,046 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.