# Adform Past Traffic

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-adform-agentic-skills-adform-past-traffic`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [adform](https://agentstack.voostack.com/s/adform)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [adform](https://github.com/adform)
- **Source:** https://github.com/adform/agentic-skills/tree/main/dist/generic/adform-past-traffic
- **Website:** https://site.adform.com

## Install

```sh
agentstack add skill-adform-agentic-skills-adform-past-traffic
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Adform past traffic

How much real traffic did this inventory recently see? Returns unique cookies and bid requests
for domains, apps, deals, inventory sources, or line items. Use this to ground a forecast in
observed reality before targeting. Read-only.

## Connection & tooling

Runs on the Adform GraphQL MCP. Use `graphql_execute` to run queries. Use `graphql_introspect`
on `PastTrafficFilterInput` if you need to narrow results by geo or format. Keep calls
sequential (~1–2s apart).

---

## Domain past traffic

```graphql
{
  inventoryMarketplaceDomainPastTraffic(
    domains: ["bild.de", "spiegel.de"]
  ) {
    domain
    trafficCounts { cookies requests }
  }
}
```

## App past traffic

```graphql
{
  inventoryMarketplaceAppPastTraffic(
    apps: [{ bundleId: "com.example.app", store: "google" }]
  ) {
    bundleId
    trafficCounts { cookies requests }
  }
}
```

## Deal past traffic

```graphql
{
  inventoryMarketplaceDealPastTraffic(
    deals: [{ inventoryId: 42, dealId: "12345" }]
  ) {
    dealId
    trafficCounts { cookies requests }
  }
}
```

## Inventory source past traffic

```graphql
{
  inventoryMarketplaceInventoryPastTraffic(inventoryIds: [42, 55]) {
    inventoryId
    trafficCounts { cookies requests }
  }
}
```

## RTB line item past traffic

```graphql
{
  rtbLineItemPastTraffic(
    lineItems: [{ lineItemId: "99999", campaignId: "3993873" }]
  ) {
    lineItemId
    trafficCounts { cookies requests }
  }
}
```

## Deal plus line item past traffic

```graphql
{
  dealLineItemPastTraffic(
    inventorySourceId: "42"
    dealId: "12345"
    lineItemId: "99999"
  ) {
    levels { key name group availableImpressions }
  }
}
```

---

## Presenting

Report cookies and requests per inventory item and translate into something actionable: is there
enough volume to support the planned budget and impression target? Flag thin inventory. If the
trader then wants a deliverability or CPM estimate, use adform-reach-forecast or
adform-bid-landscape.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [adform](https://github.com/adform)
- **Source:** [adform/agentic-skills](https://github.com/adform/agentic-skills)
- **License:** MIT
- **Homepage:** https://site.adform.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-adform-agentic-skills-adform-past-traffic
- Seller: https://agentstack.voostack.com/s/adform
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
