The Match
object contains information related to a Neon Fundraise donation match.
Availability: The Match
object is available in all automated emails related to donation matching, in the "Post Match Form" social shares, and in match widget site terms.
Attributes: The Donation
object has the following attributes:
-
Match.Donor_Display_Name
-
Match.Match_Donations_To
-
Match.Start_Date
-
Match.Start_Percent
-
Match.Ends_At_Campaign_End
-
Match.End_Date
-
Match.End_Percent
-
Match.Maximum_Amount
-
Match.Donate_Remainder
-
Match.Total_Matched_Amount
-
Match.Payment_Option
Match.Donor_Display_Name
Returns the display name of the matcher — display name if provided, otherwise the matcher's actual name. The matcher determines whether the matcher's actual name or a different given display name should be displayed when they submit their match.
Match.Match_Donations_To
Returns a list of goal IDs to be matched. This can be the campaign, a team page, or a personal fundraising page. Use with array filters map and list when using in a sentence to list out campaign, team, and fundraiser names in a readable list. If matching all donations to a campaign or single team, only the campaign name or single team's name is listed (not each fundraiser within the campaign or team).
You are matching donations to {{ Match.Match_Donations_To | map: "Name" | list }}
.
You are matching donations to John Doe, Jane Pickford, and Molly Stafford.
Match.Start_Date
Returns the match start date. Use a date filter to return the value in a recognized format:
{{ Match.Start_Date | date: "%B %d, %Y, %I:%M %p" }}
January 1, 2022, 08:16 PM
Match.Start_Percent
Returns the percent of goal reached for the match to start.
Match.Ends_At_Campaign_End
Returns true if the match is set to end when the campaign ends. This can be used in lieu of an explicit end date. Use an if tag to display desired content.
Match.End_Date
Returns the match end date. Use a date filter to return the value in a recognized format:
{{ Match.End_Date | date: "%B %d, %Y, %I:%M %p" }}
January 1, 2022, 08:16 PM
Match.End_Percent
Returns the percent of goal reached for the match to end.
Match.Maximum_Amount
Returns the maximum amount to match, as set by the matcher. Use a money filter to return the value in a monetary format:
{{ Match.Maximum_Amount | money }}
$10,000
Match.Donate_Remainder
Returns true if the matcher chose to donate any potential difference between the actual matched amount and the maximum match amount. Use an if tag to display desired content.
Match.Total_Matched_Amount
Returns the total matched amount. Use a money filter to return the value in a monetary format:
{{ Match.Total_Matched_Amount | money }}
$8,400
Match.Payment_Options
Returns the payment option selected by the matcher. Options are:
- Prepay
- Charge at end
- Offline