Fetch the common-trains stats for a campaign.
FetchDonationTrainCampaignStatsParams.
Promise resolving to the raw common-train rows.
Error when donationTrainApiUrl isn't configured, or when the response is non-2xx.
donationTrainApiUrl
const common = await fetchDonationTrainCommonTrains({ campaignID: "abc" }); Copy
const common = await fetchDonationTrainCommonTrains({ campaignID: "abc" });
FetchDonationTrainCampaignStatsParams
Fetch the common-trains stats for a campaign.