SyndicationProduct
Syndication product represents the type of property that an ad will be displayed on.
Enums |
SYNDICATION_PRODUCT_UNSPECIFIED |
A placeholder for an undefined syndication product. |
CONTENT |
This typically represents a web page. |
MOBILE |
This represents a mobile property. |
VIDEO |
This represents video ad formats. |
GAMES |
This represents ads shown within games. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Syndication product refers to the platform where an advertisement will appear."],["Options include web pages (`CONTENT`), mobile apps (`MOBILE`), video players (`VIDEO`), and games (`GAMES`)."],["`SYNDICATION_PRODUCT_UNSPECIFIED` acts as a placeholder for unknown platforms."]]],["Syndication products define the property type where an ad is shown. The available types include `CONTENT` (web page), `MOBILE` (mobile property), `VIDEO` (video ad formats), and `GAMES` (in-game ads). `SYNDICATION_PRODUCT_UNSPECIFIED` serves as a placeholder for cases where the syndication product is undefined. Each enumerated value specifies a different environment for ad display.\n"]]