Update a conversion destination
Partial-update a conversion rule. LinkedIn-only today. Whitelisted
fields: name, enabled, attribution windows, valueType, value,
attributionType. The rule's type and parent ad account are
intentionally not exposed for update — recreate the rule if those
need to change.
Authorization
bearerAuth API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
At least one mutable field beyond adAccountId is required;
the route returns 400 if no patch fields are provided.
Response Body
application/json
application/json
{ "platform": "linkedinads", "destination": { "id": "string", "name": "string", "type": "string", "status": "active", "adAccountId": "string" }}Get Event Match Quality
Reads Meta Event Match Quality (EMQ) and pixel↔CAPI event coverage for a pixel/dataset, live from Meta's Dataset Quality API. Web events only (a Meta limitation). Meta-only; other platforms return 405. Requires the Ads add-on.
Delete a conversion destination
LinkedIn-only today. LinkedIn does not expose hard-delete on conversion rules — what their UI calls "delete" is the same `enabled: false` flip we apply here. The rule remains fetchable via GET with `status: 'inactive'`; the unified discovery endpoint hides it by default. `adAccountId` may be passed as a query parameter (recommended) or as a JSON body field for clients that can send DELETE bodies.