diff --git a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion/index.ts b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion/index.ts index 2ab36eb40a2..c02206bd0bd 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion/index.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion/index.ts @@ -100,7 +100,7 @@ const action: ActionDefinition = { label: 'Batch Data to Google Enhanced Conversions', description: 'If true, Segment will batch events before sending to Google’s APIs. Google accepts batches of up to 2000 events.', - unsafe_hidden: true, + unsafe_hidden: false, default: false }, batch_size: { diff --git a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion2/index.ts b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion2/index.ts index 1d634c4d744..bc9a9e52920 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion2/index.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadCallConversion2/index.ts @@ -112,7 +112,7 @@ const action: ActionDefinition = { label: 'Batch Data to Google Enhanced Conversions', description: 'If true, Segment will batch events before sending to Google’s APIs. Google accepts batches of up to 2000 events.', - unsafe_hidden: true, + unsafe_hidden: false, default: false }, batch_size: { diff --git a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion/index.ts b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion/index.ts index d560b751b7d..6cb32a0c27e 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion/index.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion/index.ts @@ -238,7 +238,7 @@ const action: ActionDefinition = { label: 'Batch Data to Google Enhanced Conversions', description: 'If true, Segment will batch events before sending to Google’s APIs. Google accepts batches of up to 2000 events.', - unsafe_hidden: true, + unsafe_hidden: false, default: false }, batch_size: { diff --git a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion2/index.ts b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion2/index.ts index ed1760c9c2d..8c18f8cd6c0 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion2/index.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion2/index.ts @@ -245,7 +245,7 @@ const action: ActionDefinition = { label: 'Batch Data to Google Enhanced Conversions', description: 'If true, Segment will batch events before sending to Google’s APIs. Google accepts batches of up to 2000 events.', - unsafe_hidden: true, + unsafe_hidden: false, default: false }, batch_size: { diff --git a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment/index.ts b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment/index.ts index 39b93ccea92..16dbf0b09b3 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment/index.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment/index.ts @@ -234,7 +234,7 @@ const action: ActionDefinition = { label: 'Batch Data to Google Enhanced Conversions', description: 'If true, Segment will batch events before sending to Google’s APIs. Google accepts batches of up to 2000 events.', - unsafe_hidden: true, + unsafe_hidden: false, default: false }, batch_size: { diff --git a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment2/index.ts b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment2/index.ts index 53371a53421..efacfd38c26 100644 --- a/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment2/index.ts +++ b/packages/destination-actions/src/destinations/google-enhanced-conversions/uploadConversionAdjustment2/index.ts @@ -247,7 +247,7 @@ const action: ActionDefinition = { label: 'Batch Data to Google Enhanced Conversions', description: 'If true, Segment will batch events before sending to Google’s APIs. Google accepts batches of up to 2000 events.', - unsafe_hidden: true, + unsafe_hidden: false, default: false }, batch_size: {