[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCompany.Type\u003c/code\u003e identifies the kind of company interacting with the publisher, such as an advertiser, agency, or the publisher themselves.\u003c/p\u003e\n"],["\u003cp\u003eThis type is permanently set when the company is created and cannot be changed afterwards.\u003c/p\u003e\n"],["\u003cp\u003eCompanies can be categorized as advertisers, agencies, ad networks, partners, child publishers, viewability providers, and the publisher's own internal entities.\u003c/p\u003e\n"],["\u003cp\u003eEach company type has a specific role and function within the advertising ecosystem, impacting how they interact with the publisher's inventory and services.\u003c/p\u003e\n"],["\u003cp\u003eWhile most types represent external entities, \u003ccode\u003eHOUSE_ADVERTISER\u003c/code\u003e and \u003ccode\u003eHOUSE_AGENCY\u003c/code\u003e are reserved for the publisher's own internal advertising operations.\u003c/p\u003e\n"]]],["The core content details the `Company.Type` enumeration within the `CompanyService` of an ad management API (namespace: `https://www.google.com/apis/ads/publisher/v202408`). It lists possible company types, including `HOUSE_ADVERTISER`, `HOUSE_AGENCY`, `ADVERTISER`, `AGENCY`, `AD_NETWORK`, `PARTNER`, `CHILD_PUBLISHER`, `VIEWABILITY_PROVIDER`, and `UNKNOWN`. Each type represents a different role within the advertising ecosystem. Once set during company creation the type cannot be changed.\n"],null,["# enum Company.Type (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[Company](/ad-manager/api/reference/v202408/CompanyService.Company) \n▼\n**Company.Type**\n\nThe type of the company. Once a company is created, it is not possible to change its type.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `HOUSE_ADVERTISER` | The publisher's own advertiser. When no outside advertiser buys its inventory, the publisher may run its own advertising campaigns. |\n| `HOUSE_AGENCY` | The publisher's own agency. |\n| `ADVERTISER` | A business entity that buys publisher inventory to run advertising campaigns. An advertiser is optionally associated with one or more agencies. |\n| `AGENCY` | A business entity that offers services, such as advertising creation, placement, and management, to advertisers. |\n| `AD_NETWORK` | A company representing multiple advertisers and agencies. |\n| `PARTNER` | A company representing a partner. |\n| `CHILD_PUBLISHER` | A company representing a child network. |\n| `VIEWABILITY_PROVIDER` | A company representing a viewability provider. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]