You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yutaka Houlette edited this page Nov 29, 2016
·
3 revisions
What are URL params?
URL params (short for parameter) are a way of sending additional information via a URL. URL params are appended to the path of a URL and begin with a ? symbol, and each parameter is typically separated by a & symbol. Here is an example: http://cool-animals.com/search?country=australia&environment=desert. (You can read more about URLs here).
The CommitChange donation page uses URL params to set things like custom amounts and campaign IDs.
What URL params do the CommitChange donation page support?
param
value
example
what it does
campaign_id
ID of campaign
campaign_id=123
associates the donation with the campaign
gift_option_id
ID of gift option (be sure to also set the campaign_id param)