CampaignDetails: {
    __typename?: "CampaignDetails";
    campaignId: Scalars["String"]["output"];
    created: Scalars["DateTime"]["output"];
    executionTime?: Maybe<Scalars["DateTime"]["output"]>;
    fusionEventTypeId: Scalars["String"]["output"];
    id: Scalars["String"]["output"];
    lastUpdated: Scalars["DateTime"]["output"];
    statisticsByTarget: Maybe<StatisticsByTarget>[];
    status: Scalars["String"]["output"];
}

Detailed information about a campaign.

Type declaration

  • Optional__typename?: "CampaignDetails"
  • campaignId: Scalars["String"]["output"]

    The unique identifier of the campaign.

  • created: Scalars["DateTime"]["output"]

    The timestamp of when the campaign was created.

  • OptionalexecutionTime?: Maybe<Scalars["DateTime"]["output"]>

    The execution timestamp of when the campaign was executed.

  • fusionEventTypeId: Scalars["String"]["output"]

    The identifier of the topic associated with the campaign.

  • id: Scalars["String"]["output"]

    The identifier of a campaign in the CommunityManagerPublish table.

  • lastUpdated: Scalars["DateTime"]["output"]

    The timestamp of when the campaign was last updated.

  • statisticsByTarget: Maybe<StatisticsByTarget>[]

    Statistics for each target type in the campaign.

  • status: Scalars["String"]["output"]

    The current status of the campaign.