Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1021 Bytes

CampaignGroup.md

File metadata and controls

18 lines (13 loc) · 1021 Bytes

# CampaignGroup

Properties

Name Type Description Notes
id int Internal ID of this entity.
created \DateTime The time this entity was created.
modified \DateTime The time this entity was last modified.
accountId int The ID of the account that owns this entity.
name string The name of the campaign access group.
description string A longer description of the campaign access group. [optional]
subscribedApplicationsIds int[] A list of IDs of the Applications that this campaign access group is enabled for. [optional]
campaignIds int[] A list of IDs of the campaigns that are part of the campaign access group. [optional]

[Back to Model list] [Back to API list] [Back to README]