Skip to main content

How to create a new campaign

In this article you'll learn how to create a new campaign

Updated over 2 months ago
  1. Go to the campaigns tab and click 'New'. To duplicate an existing campaign, click the copy icon next to the campaign.

  2. Enter a name for the campaign. You can also change the campaign slug/URL if you want it to be different from the campaign name.

  3. Set the campaign’s display currency. This only affects how amounts are shown (for example, the goal in the progress bar). Donors can still give in any available currency.

  4. Customize the campaign settings. Any settings you set (descriptions, colors, amounts, etc.) are specific to that campaign.

Campaign URL is the campaign identifier used in URL's and Java Scripts (for custom buttons) to open specific campaigns.

For example, if your campaign URL is giving-tuesday, the link will be https://yourwebsite.org/?campaign=giving-tuesday, and the Java Script will be: onclick="Double.openCheckout({campaign: 'giving-tuesday'});"

Did this answer your question?