Skip to content

Commit

Permalink
fix default auto utms
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopaunov committed Aug 13, 2024
1 parent edf1517 commit 9f05886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/createCampaignHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export function deepEqual<T>(obj1: T, obj2: T): boolean {

const UTM_PARAMS = {
utm_source: 'AdEx',
utm_medium: 'CPM',
// utm_medium: '', // NOTE: utm_medium will be appended at BE
utm_term: '',
utm_campaign: '',
utm_content: ''
Expand Down

0 comments on commit 9f05886

Please sign in to comment.