Skip to content

Commit

Permalink
Update src/v0/destinations/google_adwords_offline_conversions/transfo…
Browse files Browse the repository at this point in the history
…rm.js

Co-authored-by: Sai Kumar Battinoju <[email protected]>
  • Loading branch information
shrouti1507 and saikumarrs authored Mar 11, 2024
1 parent 5d961e8 commit a027389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Check failure on line 55 in src/v0/destinations/google_adwords_offline_conversions/transform.js

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

'eventLevelConsentsData' is assigned a value but never used

Check failure on line 55 in src/v0/destinations/google_adwords_offline_conversions/transform.js

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

'getConsentFromIntegrationObj' is not defined

if (conversionType === 'click') {
// click conversion
Expand Down

0 comments on commit a027389

Please sign in to comment.