Skip to content

Commit

Permalink
Merge pull request #262 from AmbireTech/fix-default-auto-utms
Browse files Browse the repository at this point in the history
fix default auto utms
  • Loading branch information
ivopaunov authored Aug 13, 2024
2 parents edf1517 + 9f05886 commit 4787178
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 4787178

Please sign in to comment.