Commit c2fe954
authored
feat: remove duplicate ad-revenue key (#81)
* feat(appsflyer): remove duplicate kAppsFlyerAdRevenueAdType key from promotion events
Remove redundant kAppsFlyerAdRevenueAdType mapping from ECommPromotionViewed
and ECommPromotionClicked handlers, keeping only the string literal
"af_adrev_ad_type" which matches the original AFEventParamAdRevenueAdType
behavior.
Scanned-by: gitleaks 8.29.0
* fix(ci): use app token for release branch deletion
The delete-merged-action step used secrets.GITHUB_TOKEN which is
restricted to read-only by job-level permissions. Replace with the
app token that already has contents:write permission.
Scanned-by: gitleaks 8.29.01 parent f49c2ee commit c2fe954
2 files changed
Lines changed: 1 addition & 3 deletions
File tree
- .github/workflows
- Rudder-Appsflyer/Classes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
105 | 103 | | |
106 | 104 | | |
107 | 105 | | |
| |||
0 commit comments