Combining URL Parameters

Combining URL Parameters

If you're not familiar with URL Parameters you should check this guide first: URL Parameters For Advanced Action Sharing
Adding multiple URL Parameters to one link is as simple as adding an ampersand (&) between each parameter. You only need to add a question mark (?) before the first.

Example: Tracking Source & Pre-Selecting A Donation Amount

To add Source tracking whilst also pre-selecting a donation amount we need to combine the source and amount parameters.
Clicking on the link above will take you to a fundraising page with an amount of £10 selected already. The source of DigitalSupport doesn't affect the behaviour of the page in any way but will feed through to the statistics tab of the Fundraiser.
When sharing an Action via an Action Network Email some information is added to the end of the URL to identify the recipient. This means that even if they're logged out clicking this link will identify them and pre-fill some of their details. If you're intending for your email recipients to share the link to your Action by forwarding your email you should ensure you add parameters to both clear the Activist data and to instruct Action Network not to add a unique identifier to the URL. This is achieved with the clear_id and no_rewrite parameters.
  1. https://actionnetwork.org/fundraising/give-to-the-lgbtiqa-greens?clear_id=true&no_rewrite=true
Using the no_rewrite parameter will also stop Action Networks automatic Source tracking for Email so you may want to add your own source parameter.

Example: Adding Multiple Parameters To A URL

The examples above both use two URL Parameters, but you're not limited to this number. You just need to separate each parameter with an ampersand (&).
In the example above you can see the following parameters have been added:
  1. source=DigitalSupport Tracks the source as DigitalSupport.
  2. clear_id=true Clears information from recognised users.
  3. FavouriteBiscuit=Garibaldi Pre-fills the form field FavouriteBiscuit with the value Garibaldi.
  4. redirect=https%3A%2F%2Factionnetwork.org%2Ffundraising%2Fdonate-your-biscuit-money-here%2F Redirects form respondents to the defined URL instead of the standard Thank You page.

    • Related Articles

    • URL Parameters For Advanced Action Sharing

      What Is A URL & What Are URL Parameters? A URL, or Uniform Resource Locator, is simply a web address such as: https://actionnetwork.org/fundraising/donate-to-help-the-green-party-take-on-climate-chaos URL Parameters, sometimes referred to as ...
    • Using URL Parameters To Create Donation Buttons In Action Network Emails

      Decide What Buttons Your Need Before creating your buttons you'll need to decide how many you want to use along with the amounts and recurring frequency. It's a good idea to not create too many. Three buttons is a good maximum. Most fundraising ...
    • Using Clips To Create Custom Donation Amounts In Action Network Emails

      You can use filters in Clips to carry out simple calculations, such as multiplying, rounding or capping numerical values. In this guide we'll go through some ways you can use these filters to create custom donation amounts in emails. If you haven't ...
    • Other Ways To Share Action Network Actions

      This article is to signpost other articles on sharing Action Network Actions which are in other sections of the Digital Support Site. Sharing Actions Via Email Fundraisers Using URL Parameters To Create Donation Buttons In Action Network Emails ...
    • Adding An Action Network Action As A Page To Your Space

      There are many ways to share your Action Network Action, but there may be an action or actions that you want to add as a page to your Space on the Member's Site so it is easily accessible to anyone visiting your Space. In this article we'll show you ...