Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
InventoryService ValueSourceType identifies the source of a field's value, such as whether it's inherited from a parent object or directly specified by the user.
This enumeration includes PARENT, DIRECTLY_SPECIFIED, and UNKNOWN to represent different value sources.
The namespace for InventoryService ValueSourceType is https://www.google.com/apis/ads/publisher/v202411.
[[["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."],[],["The `ValueSourceType` enumeration, used within the `InventoryService`, defines how a field's value is sourced. `PARENT` indicates inheritance from a parent object, while `DIRECTLY_SPECIFIED` signifies a user-defined value. `UNKNOWN` is returned when the true value isn't accessible via the current API version (v202411). This is utilized in `AdUnit` and can be found in the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"]]