Skip to content

trackkit / providers/ga4/types / GA4DebugResponse

Type Alias: GA4DebugResponse

GA4DebugResponse = object

Defined in: providers/ga4/types.ts:162

GA4 Measurement Protocol debug response shape.

Returned when sending to the /debug/mp/collect endpoint.

Properties

validationMessages

validationMessages: object[]

Defined in: providers/ga4/types.ts:163

fieldPath

fieldPath: string

description

description: string

validationCode

validationCode: string

Released under the MIT License.