From 5421eca3acf37f84eee905dbcc065a73f46867ef Mon Sep 17 00:00:00 2001 From: Brennan Gamwell Date: Tue, 1 Oct 2024 04:30:17 -0700 Subject: [PATCH] [Google Enhanced Conversions] Bump default API version from v15 to v17. (#2460) --- .../src/destinations/google-enhanced-conversions/functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts b/packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts index a2b4f5e279..c4dae447b4 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts @@ -26,7 +26,7 @@ import type { Payload as UserListPayload } from './userList/generated-types' import { sha256SmartHash } from '@segment/actions-core' import { RefreshTokenResponse } from '.' -export const API_VERSION = 'v15' +export const API_VERSION = 'v17' export const CANARY_API_VERSION = 'v17' export const FLAGON_NAME = 'google-enhanced-canary-version'