Skip to main content

CampaignCloseReport

Fields used in close team report

type CampaignCloseReport {
amountRaised: DollarFormats!
didMeetGoal: Boolean!
numGiftcards: Int!
referralsAmountRaised: DollarFormats!
referralsCount: Int!
showSurvey: Boolean!
showTestimonial: Boolean!
teamCaptainName: String!
teamEndDate: DateISO
topBrands(
count: Int = 6
): [Brand!]!
topCategories(
count: Int = 3
): [String!]!
topMembers(
count: Int = 3
): [Fundraiser!]!
topMonth: DateISO
}

Fields​

CampaignCloseReport.amountRaised ● DollarFormats! non-null object​

Total amount raised

CampaignCloseReport.didMeetGoal ● Boolean! non-null scalar​

Did the campaign meet its goal?

CampaignCloseReport.numGiftcards ● Int! non-null scalar​

Number of giftcards bought for a campaign

CampaignCloseReport.referralsAmountRaised ● DollarFormats! non-null object​

Amount raised from number of referrals

CampaignCloseReport.referralsCount ● Int! non-null scalar​

Number of referrals for campaign

CampaignCloseReport.showSurvey ● Boolean! non-null scalar​

Should we show a survey

CampaignCloseReport.showTestimonial ● Boolean! non-null scalar​

Should we show the testimonial?

CampaignCloseReport.teamCaptainName ● String! non-null scalar​

Team captain's name

CampaignCloseReport.teamEndDate ● DateISO scalar​

Team Close Date

CampaignCloseReport.topBrands ● [Brand!]! non-null object​

Top brands for a campaign

CampaignCloseReport.topBrands.count ● Int scalar​

CampaignCloseReport.topCategories ● [String!]! non-null scalar​

Top shop categories for a campaign

CampaignCloseReport.topCategories.count ● Int scalar​

CampaignCloseReport.topMembers ● [Fundraiser!]! non-null object​

CampaignCloseReport.topMembers.count ● Int scalar​

CampaignCloseReport.topMonth ● DateISO scalar​

The month that the campaign raised the most

Member of​

Campaign object