Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
GH-1947 Plus checkout UTM params #499
GH-1947 Plus checkout UTM params #499
Changes from 1 commit
da2976a190c99ae06e5161f5c6c8File filter
Jump to
Eden12345Feb 19, 2020
Contributor
The changed content in this string makes sense, but I'm just confused as to where it is being used as I was unable to find anywhere that it is referenced in the project.
christophertinoFeb 21, 2020
Member
Change this property to
utmsbenstrumeyerFeb 21, 2020
Author
Contributor
Good name!
christophertinoFeb 21, 2020
Member
Rather than checking for the source, let's just check to see if any utms are passed along with the message and append to the url string
benstrumeyerFeb 21, 2020
Author
Contributor
I like that this removes the if statement on a magic string
Eden12345Feb 19, 2020
•
edited
Contributor
In this function, you aren't appending a
/to the end of the URL before the UTM parameters, where as in the rest of the URLs in this PR you are. Both work fine, but we should do it the same way across the entire project if possible.benstrumeyerFeb 19, 2020
Author
Contributor
Conventions matter! I've removed the / before the ? from all of the links with utm parameters throughout the project..