[[["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-11-19 UTC."],[[["`UrlError.Reason` identifies the cause of inventory URL errors within Google Ad Manager."],["Potential reasons include reserved or Google-owned URLs, invalid URL formats, or an unknown error state."],["Each error reason is represented by a specific enumeration value within the `https://www.google.com/apis/ads/publisher/v202411` namespace."],["Developers can use these reasons to diagnose and resolve inventory URL issues encountered through the NetworkService."]]],["The core content details the `UrlError.Reason` enumeration within the `NetworkService`'s `SiteService`. This enumeration outlines the reasons why a URL might be invalid for usage. The defined reasons include `CANNOT_USE_RESERVED_URL` (reserved), `CANNOT_USE_GOOGLE_URL` (belongs to Google), `INVALID_URL` (structurally incorrect), and `UNKNOWN` (value not exposed by API). The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]