Skip to main content

TrackConversionResponse

No description

type TrackConversionResponse {
eventId: ID
status: ConversionStatus!
}

Fields

TrackConversionResponse.eventId ● ID scalar

The server-generated id shared by this conversion's browser Pixel event and its server-side Conversions API twin, so the vendor collapses the two into one conversion.

NULLABLE on purpose: no id is minted for a call that writes no row, so NOT_ELIGIBLE and CONSENT_WITHHELD both return null here with a status rather than raising a GraphQL error.

TrackConversionResponse.status ● ConversionStatus! non-null enum

Returned By

trackConversion mutation