Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ProductMetadata
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-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Plannable products have metadata that includes name, targeting, and product code."],["`plannable_product_name` is a string field indicating the ad product's name."],["Targeting options for a plannable product are defined in the `plannable_targeting` field."],["The `plannable_product_code` is a string that identifies the ad product using a specific code (e.g., BUMPER, TRUEVIEW_IN_STREAM), which can be discovered via the `ReachPlanService.ListPlannableProducts` method."]]],["The core content defines metadata for a plannable ad product. Key information includes the `plannable_product_name` (a string), `plannable_targeting` (allowed targeting), and `plannable_product_code` (a string code like \"BUMPER\"). The `ReachPlanService.ListPlannableProducts` method is used to find a list of the available product codes. The targeting type is specified using `PlannableTargeting`.\n"]]