The Endurance_Goal
object contains information related the progress towards an Endurance Challenge logged by a fundraiser, or aggregated by a team or campaign.
Availability: The Endurance_Goal
object is implemented on the Campaign
, Team
, and User
objects, and is available within those objects in the following emails:
- Registration Confirmation
- Registration Invite
- Fundraiser Goal Reached
- Team Goal Reached
Attributes: The Endurance_Goal
object has the following attributes:
- Endurance_Goal.Goal_Amount
- Endurance_Goal.Progress_Amount
- Endurance_Goal.Activity_Count
- Endurance_Goal.Amount_To_Goal
- Endurance_Goal.Amount_Raised_From_Pledges
Endurance_Goal
If there are multiple endurance goals available, Endurance_Goal returns values from the primary endurance goal.
Endurance_Goal.Goal_Amount
Returns the goal amount for the campaign, team, or fundraiser.
Endurance_Goal.Progress_Amount
Returns the amount progressed toward the challenge metric as defined by the challenge.
Endurance_Goal.Activity_Count
Returns the number of activities logged on the campaign or team, or by the fundraiser.
Endurance_Goal.Amount_To_Goal
Returns the progress amount still required to reach the endurance goal.
Endurance_Goal.Amount_Raised_From_Pledges
Returns the amount raised from the endurance pledges to this endurance goal.