From a027389853b601d5bdebafcd3bb019dda2ff2de6 Mon Sep 17 00:00:00 2001 From: shrouti1507 <60211312+shrouti1507@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:55:53 +0530 Subject: [PATCH] Update src/v0/destinations/google_adwords_offline_conversions/transform.js Co-authored-by: Sai Kumar Battinoju <88789928+saikumarrs@users.noreply.github.com> --- .../google_adwords_offline_conversions/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/google_adwords_offline_conversions/transform.js b/src/v0/destinations/google_adwords_offline_conversions/transform.js index 2b7984366f2..e232a5f7d18 100644 --- a/src/v0/destinations/google_adwords_offline_conversions/transform.js +++ b/src/v0/destinations/google_adwords_offline_conversions/transform.js @@ -52,7 +52,7 @@ const getConversions = (message, metadata, { Config }, event, conversionType) => const { properties, timestamp, originalTimestamp } = message; const filteredCustomerId = removeHyphens(customerId); - const userSentConsentValues = getConsentFromIntegrationObj(message, conversionType); + const eventLevelConsentsData = getConsentFromIntegrationObj(message, conversionType); if (conversionType === 'click') { // click conversion