Skip to content

Commit

Permalink
Add simplified mappings "UploadClickConversion" action
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhero committed Jul 19, 2024
1 parent 9b2b9b4 commit ae1d818
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import uploadCallConversion from './uploadCallConversion'
import uploadClickConversion from './uploadClickConversion'
import uploadConversionAdjustment from './uploadConversionAdjustment'

import uploadClickConversion2 from './uploadClickConversion2'

interface RefreshTokenResponse {
access_token: string
scope: string
Expand Down Expand Up @@ -75,7 +77,8 @@ const destination: DestinationDefinition<Settings> = {
postConversion,
uploadClickConversion,
uploadCallConversion,
uploadConversionAdjustment
uploadConversionAdjustment,
uploadClickConversion2
}
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae1d818

Please sign in to comment.