StatisticsByTarget: {
    __typename?: "StatisticsByTarget";
    closed: Scalars["Int"]["output"];
    delivered: Scalars["Int"]["output"];
    opened: Scalars["Int"]["output"];
    sent: Scalars["Int"]["output"];
    targetType: Scalars["String"]["output"];
}

Statistics for a specific target type in the campaign.

Type declaration

  • Optional__typename?: "StatisticsByTarget"
  • closed: Scalars["Int"]["output"]

    The number of messages closed by recipients for this target type.

  • delivered: Scalars["Int"]["output"]

    The number of messages successfully delivered for this target type.

  • opened: Scalars["Int"]["output"]

    The number of messages opened by recipients for this target type.

  • sent: Scalars["Int"]["output"]

    The number of messages sent for this target type.

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

    The identifier of the target type.