-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(MI-86): updating uploads/creatives API with personalized QR codes in campaigns #485
Conversation
shared/models/qr_code_campaigns.yml
Outdated
description: | | ||
Redirect all mail recipients to either a single URL or specify a unique URL for each recipient. | ||
To redirect all mail recipients in a campaign to the same URL, assign the desired URL to this field. | ||
To redirect each mail recipient to a unique URL, leave this field empty and specify the redirect link for each row in the audience file. Then, when creating a new upload, map this column to the `qr_code_redirect_url` key in the `mergeVariableColumnMapping` property. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably want to retain the help center link on audience file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you will need to upgrade package.json too
Hey @juanfriss, do we need to include output files from the |
I think you don't as "The bundled version is generated as part of CI/CD" |
I think you'll need |
Vulnerable Libraries (7)
More info on how to fix Vulnerable Libraries in JavaScript. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
Fixes MI-86
Functionality already exists, just updating copy to clarify how to use personalized QR codes per recipient in a campaign.
Checklist
main
npm run bundle
outputs nothing suspectnpm run postman
outputs nothing suspectChanges
Areas of Concern (optional)