TapAd

Tapad is a digital identity and cross-device graph technology company, founded in 2010 and headquartered in New York City. Its flagship product, the Tapad Graph, is a probabilistic device graph that lets marketers, agencies, and platforms recognize a brand's customer or related household across the many devices they use, powering programmatic targeting, media measurement, attribution, and personalization. Tapad was acquired by the Norwegian telecom Telenor in 2016 and then by the credit-and-data company Experian in 2020, and by 2026 its product and company pages redirect into Experian's Consumer Sync marketing suite while docs.tapad.com redirects to Experian's client-only Marketing Knowledge Base. Tapad runs no public developer program — no portal, no OpenAPI, no pricing and no self-service signup — but it does still operate two live first-party HTTP endpoints, the Tapestry Web API and an event tracking beacon, both requiring a partner id that only Tapad can issue, and it published four open-source mobile SDKs that it has since archived as unmaintained. It was added to the API Evangelist network as a portfolio company of Battery Ventures.

TapAd publishes 2 APIs on the APIs.io network. Tagged areas include Company, Advertising, AdTech, Identity, and Cross-Device.

TapAd’s developer surface includes authentication and 13 more developer resources.

15.4/100 emerging ▬ flat Agent 16/100 agent aware Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
2 APIs
CompanyAdvertisingAdTechIdentityCross-DeviceDevice GraphMarketingDataAttributionAudienceIdentity Resolution

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 15.4/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 3.5 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 0.7 / 13
Governance 1.5 / 12
Discoverability 7.6 / 10
Agent readiness — 16/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/tapad: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Tapad Tapestry Web API

The Tapestry Web API is Tapad's cross-device identity and audience endpoint. A client sends a GET request carrying a Tapad-issued partner id plus one or more device or user iden...

Tapad Event Tracking API

Tapad's app install and in-app event tracking beacon, documented in the company's own open-source mobile SDKs as the RESOURCE_URL for the event-tracking module. A client sends a...

Pricing Plans 1

Published pricing tiers and plan structures.

Tapad Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Tapad Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Tapad Authentication

0 schemes

SECURITY

Tapad Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: tapad
accessModel:
  pricing: contact-sales
  onboarding: manual
  trial: false
  try_now: false
  public: false
  label: Partner Only
  confidence: high
  source:
  - https://www.tapad.com
  - https://tapestry.tapad.com/tapestry/1
  generated: '2026-08-12'
  method: probed
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/tapad.png
name: TapAd
description: Tapad is a digital identity and cross-device graph technology company, founded in 2010 and headquartered in New
  York City. Its flagship product, the Tapad Graph, is a probabilistic device graph that lets marketers, agencies, and platforms
  recognize a brand's customer or related household across the many devices they use, powering programmatic targeting, media
  measurement, attribution, and personalization. Tapad was acquired by the Norwegian telecom Telenor in 2016 and then by the
  credit-and-data company Experian in 2020, and by 2026 its product and company pages redirect into Experian's Consumer Sync
  marketing suite while docs.tapad.com redirects to Experian's client-only Marketing Knowledge Base. Tapad runs no public
  developer program — no portal, no OpenAPI, no pricing and no self-service signup — but it does still operate two live first-party
  HTTP endpoints, the Tapestry Web API and an event tracking beacon, both requiring a partner id that only Tapad can issue,
  and it published four open-source mobile SDKs that it has since archived as unmaintained. It was added to the API Evangelist
  network as a portfolio company of Battery Ventures.
url: https://raw.githubusercontent.com/api-evangelist/tapad/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- battery-ventures
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-08-12'
tags:
- Company
- Advertising
- AdTech
- Identity
- Cross-Device
- Device Graph
- Marketing
- Data
- Attribution
- Audience
- Identity Resolution
apis:
- name: Tapad Tapestry Web API
  description: The Tapestry Web API is Tapad's cross-device identity and audience endpoint. A client sends a GET request carrying
    a Tapad-issued partner id plus one or more device or user identifiers, and Tapad resolves them to a device clique in the
    Tapad Graph. The same call can read back key/value data, audience tags, resolved identifiers and the list of devices in
    the clique, and can write data and audience membership onto that clique. All input travels in the query string under a
    ta_ prefix; the response is a flat JSON object. Errors are returned with HTTP 200 and a proprietary errors[] envelope
    rather than a status code. The endpoint is live and answering as of 2026-08-12, but the only published clients for it
    are SDKs Tapad archived in 2014.
  humanURL: https://github.com/Tapad/tapestry-ios-sdk
  baseURL: https://tapestry.tapad.com/tapestry/1
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/tapad.png
  tags:
  - Identity
  - Cross-Device
  - Device Graph
  - Audience
  - Identity Resolution
  properties:
  - type: Authentication
    url: authentication/tapad-authentication.yml
  - type: Conventions
    url: conventions/tapad-conventions.yml
  - type: ErrorCatalog
    url: errors/tapad-problem-types.yml
  - type: RateLimits
    url: rate-limits/tapad-rate-limits.yml
  - type: SourceCode
    url: https://github.com/Tapad/tapestry-android-sdk
- name: Tapad Event Tracking API
  description: Tapad's app install and in-app event tracking beacon, documented in the company's own open-source mobile SDKs
    as the RESOURCE_URL for the event-tracking module. A client sends a GET request with a Tapad-issued partner id and event
    parameters; the service answers HTTP 200 with a 1x1 PNG. The companion ad-serving endpoint that shipped in the same SDK,
    swappit.tapad.com, no longer resolves in DNS. The event endpoint is live as of 2026-08-12.
  humanURL: https://github.com/Tapad/tapad-android-sdk
  baseURL: https://analytics.tapad.com/app/event
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/tapad.png
  tags:
  - Advertising
  - Attribution
  - Analytics
  properties:
  - type: Authentication
    url: authentication/tapad-authentication.yml
  - type: SourceCode
    url: https://github.com/Tapad/tapad-ios-sdk
common:
- type: Website
  url: https://www.tapad.com
- type: PrivacyPolicy
  url: https://www.tapad.com/global-privacy-notice
- type: GitHubOrganization
  url: https://github.com/Tapad
- type: DomainSecurity
  url: security/tapad-domain-security.yml
- type: Packages
  url: packages/tapad-packages.yml
- type: SDKs
  url: packages/tapad-packages.yml
- type: Authentication
  url: authentication/tapad-authentication.yml
- type: Conventions
  url: conventions/tapad-conventions.yml
- type: ErrorCatalog
  url: errors/tapad-problem-types.yml
- type: Lifecycle
  url: lifecycle/tapad-lifecycle.yml
- type: Conformance
  url: conformance/tapad-conformance.yml
- type: Plans
  url: plans/tapad-plans-pricing.yml
- type: RateLimits
  url: rate-limits/tapad-rate-limits.yml
- type: LLMsTxt
  url: llms/tapad-llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-08-12'
  status: enriched
  artifacts_added: 10
  pass: local-v1