data-manager-api-event-ingestion

data-manager-api-event-ingestion is a skill for Claude Code, Codex from hamzabellouch/agent-skills. It costs 97 tokens per session (1,975 once invoked), scanned A, a copy of data-manager-api-event-ingestion, MIT.

A developer guide for sending event and conversion data to Google services through Google's Data Manager API.

In plain words
What is it for?
It supports work such as uploading offline conversions, lead conversions, click conversions, and website analytics events.
Why use it?
It helps avoid sending data to the wrong Google destination or using an unsuitable event format.

Skill for Claude CodeCodex

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

Good fit It supports work such as uploading offline conversions, lead conversions, click conversions, and website analytics events.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hamzabellouch/agent-skills/data-manager-api-event-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-event-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-event-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/data-manager-api-event-ingestion/github.svg)](https://agentmods.dev/skills/hamzabellouch/agent-skills/data-manager-api-event-ingestion)
Your own site
<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/data-manager-api-event-ingestion"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/data-manager-api-event-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-event-ingestion

Your own site · 80×15
<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/data-manager-api-event-ingestion"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/data-manager-api-event-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,975 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 95% copy Near-identical to another mod 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.00097 $0.01975
Opus 5 $0.00048 $0.00988
Sonnet 5 $0.00019 $0.00395
Haiku 4.5 $0.00010 $0.00198

Measured 10d ago against content hash 98f1ec6b1b91, 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-event-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.

Origin

This is a copy

95% identical to data-manager-api-event-ingestion — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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

How it starts

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

Data Manager API Event 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, Floodlight, Google Analytics) 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, and also determines valid event identifiers and requirements.
  • Read Documentation: [CRITICAL] Follow the Send events guide 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_events.py
Java IngestEvents.java
PHP ingest_events.php
Node ingest_events.ts
.NET IngestEvents.cs

Step 3: Retrieve Migration Guides

[!CRITICAL] If refactoring code to upgrade from another Google API, ALWAYS extract the full contents of the relevant field mapping guide.

Read the full file on GitHub · 182 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 · 182 lines · 97 tokens per session scan A 98f1ec6b1b91

Subscribe to this mod's changes

data-manager-api-event-ingestion is a skill published in the GitHub repository hamzabellouch/agent-skills (4 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 1,975 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to data-manager-api-event-ingestion, differing in 14 lines, and is treated as a copy.