What are URL parameters? ๐งฎ
URL parameters are bits of information appended to the end of a URL to pass data to the page. The result is a pre-selected checkout process with one or more of the desired parameters, on both Givebutter.com links, and embedded Widgets!
The available parameters for Givebutter campaigns are:
amount - preselect an existing amount option (ie. 25, 50, 100, 250)
frequency - preselect an existing frequency option (monthly, quarterly, yearly)
fund - preselect a fund by the fund ID (six-digit fund code)
promo - preselect a promo code (ie. EARLYBIRD)
Using URL parameters โ๏ธ
Parameters are applied to a URL by adding โ?โ to the end of the link. After the โ?โ, parameters have a name=value
syntax.
Example:
https://givebutter.com/yourcampaign?amount=250
Widgets Example:
https://www.nonprofit.org/donate/?promo=EARLYBIRD
Multiple URL parameters โ
You can also add multiple parameters to a URL! When more than one parameter is required, they must be separated by an โ&โ.
Example:
https://givebutter.com/yourcampaign?amount=250&frequency=quarterly
Widgets Example:
https://www.nonprofit.org/donate/?amount=99&frequency=monthly
Full URL examples ๐
Pre-select amount and frequency:
Automatically apply a promo code:
FAQ ๐ค
What's the difference between URL parameters and UTM parameters?
URL parameters are elements added to a specific URL to pass information along when a link is clicked, ie. color=orange. These are not tracking-related. Read more about using URL parameters โ
UTM parameters are pieces of code added to your campaign URL to keep track of online traffic by attributing a source, ie. Facebook. These are useful if you want to track where a donor first clicked on your campaign, or what the final touch for conversion was. You can learn more about UTM parameters via GA4 (Google Analytics).
Are URL parameters supported on embedded campaigns/Widgets?
Yes! Third-party websites that use Widgets are also supported. See above for different applications for Givebutter and external URLs.
Can you use UTM and URL parameters together?
Yes! Any URL parameters can be used together in the same URL as long as they are properly formatted with "&" between each one. For example, you may want to use UTMs in addition to any of the available URL parameters (ie. promo codes) in the same URL they are sharing via email, social, or QR code.
Related content ๐