Types
LandingPageCapacity
Publish capacity for a Network’s live landing pages: how many the plan allows, how many are live, and whether another can be published.
object
LandingPageCapacityFields
canAddLive
Boolean!
True when another landing page can be published: the plan is unlimited, or the live count is below maxLive.
liveCount
Int!
Number of the Network's landing pages that are currently live (published).
maxLive
Int!
Maximum number of live landing pages the Network's billing plan allows. -1 means unlimited.
unlimited
Boolean!
True when the Network's plan places no limit on live landing pages (maxLive is -1).