ad units

Manage ad units through inventory_manager domain

ad units

Query and manage ad units operations through the inventory_manager domain.

Query Example

query Getadunits {
  inventory_manager {
    im_adunits(limit: 10) {
      edges {
        node_id
        node_code
      }
      total_count
    }
  }
}

Related