NativeContentPosition
Stay organized with collections
Save and categorize content based on your preferences.
Possible native content position options.
Enums |
NATIVE_CONTENT_POSITION_UNSPECIFIED |
Native content position is not specified in this version. This enum is a place holder for a default value and does not represent a real native content position. |
NATIVE_CONTENT_POSITION_UNKNOWN |
The native content position is unknown. |
NATIVE_CONTENT_POSITION_IN_ARTICLE |
Native content position is in-article, i.e., ads appear between the paragraphs of pages. |
NATIVE_CONTENT_POSITION_IN_FEED |
Native content position is in-feed, i.e., ads appear in a scrollable stream of content. A feed is typically editorial (e.g. a list of articles or news) or listings (e.g. a list of products or services). |
NATIVE_CONTENT_POSITION_PERIPHERAL |
Native content position is peripheral, i.e., ads appear outside of core content on pages, such as the right- or left-hand side of the page. |
NATIVE_CONTENT_POSITION_RECOMMENDATION |
Native content position is recommendation, i.e., ads appear in sections for recommended content. |
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.
[[["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 2024-09-18 UTC."],[[["Native content can be positioned in articles, feeds, or peripherally, as well as within recommendations."],["Unspecified and unknown positions serve as placeholders or represent a lack of specific placement."],["In-article positions place ads between paragraphs, while in-feed positions integrate them into scrollable content streams."],["Peripheral placement situates ads outside the main content area, while recommendation positions incorporate ads into suggested content sections."]]],["The provided content outlines various native content positions for ads. These include: `UNSPECIFIED` (a placeholder), `UNKNOWN`, `IN_ARTICLE` (between page paragraphs), `IN_FEED` (within scrollable content streams), `PERIPHERAL` (outside core content, like sidebars), and `RECOMMENDATION` (within recommended content sections). Each position defines where ads appear relative to the main content on a page or within a feed.\n"]]