PeekPanda markpeekpandaDocumentationFor AI ↗Open app

PeekPanda docs

Link imported paid ads

Link already imported ads to one exact iOS app.

Download Markdown ↓
POST/v1/admin/paid-ads/links
Auth Bearer API credential or OAuth access tokenScope content:writeMCP admin_link_paid_ads

Request

This does not discover or import provider data.

curl --request POST 'https://api.peekpanda.com/v1/admin/paid-ads/links' \
  --header "Authorization: Bearer $PEEKPANDA_TOKEN" \
  --header 'x-genviral-tenancy: personal' \
  --header 'content-type: application/json' \
  --data '{"appStoreId":"6447582581","archiveIds":["meta-ad-123"]}'

Response

Number of links applied. This command uses the 10-per-minute write budget; honor `Retry-After` for a 429.

{
  "linkedCount": 1
}

Parameters

NameInTypeRequiredDescription
appStoreIdbodystringYesiOS App Store ID.
archiveIdsbodystring[]YesImported archive ids.

Known errors

400invalid_request for an invalid filter, identity or limit.
401authentication_required for a missing or invalid credential.
402subscription_required when access is not entitled.
403authorization_required for a missing scope or unavailable preview access.
404not_found when the record is outside the accessible catalogue.
429rate_limited; honor Retry-After when present.
409conflict when the write would duplicate an exclusive row.

Source

Provider observations retain advertiser, lifecycle, creative and original public-ad-library URL as provenance.

Refresh

Candidate discovery is bounded and cached for review. Import status is durable run state; polling it never starts provider work.