We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eadd11 commit cea3c4aCopy full SHA for cea3c4a
packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts
@@ -33,7 +33,7 @@ import type { Payload as UserListPayload } from './userList/generated-types'
33
import { RefreshTokenResponse } from '.'
34
import { STATUS_CODE_MAPPING } from './constants'
35
import { processHashing } from '../../lib/hashing-utils'
36
-export const API_VERSION = 'v17'
+export const API_VERSION = 'v19'
37
export const CANARY_API_VERSION = 'v19'
38
export const FLAGON_NAME = 'google-enhanced-canary-version'
39
0 commit comments