From 8c4cac9701b267c6233eb30b8e5881d41b0ba61c Mon Sep 17 00:00:00 2001 From: Harsh Joshi Date: Mon, 23 Oct 2023 15:11:04 +0530 Subject: [PATCH] Update google enhanced conversions API version to v13 --- .../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 c7fa3292825..4904f26dc1b 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts @@ -5,7 +5,7 @@ import { StatsContext } from '@segment/actions-core/destination-kit' import { Features } from '@segment/actions-core/mapping-kit' import { fullFormats } from 'ajv-formats/dist/formats' -export const API_VERSION = 'v12' +export const API_VERSION = 'v13' export const CANARY_API_VERSION = 'v13' export const FLAGON_NAME = 'google-enhanced-canary-version'