[[["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-05-15 UTC."],[[["MobileCarrierTargeting represents the mobile carriers that are targeted or excluded by a LineItem."],["It uses the `isTargeted` field to indicate whether mobile carriers are targeted or excluded, defaulting to `true` for targeting."],["The `mobileCarriers` field lists the specific mobile carriers being targeted or excluded within the LineItem."]]],["MobileCarrierTargeting, used by LineItem, specifies mobile carriers for ad targeting or exclusion. Key fields include `isTargeted`, a boolean (defaulting to true) determining if carriers are targeted or excluded, and `mobileCarriers`, an array of Technology objects. Other types of targeting available for the `mobileCarriers` are: `BandwidthGroup`, `Browser`, `BrowserLanguage`, `DeviceCapability`, `DeviceCategory`, `DeviceManufacturer`, `MobileDevice`, `MobileDeviceSubmodel`, `OperatingSystem`, `OperatingSystemVersion`. The feature relates to multiple services like `AdRuleService`, `LineItemService`, `ProposalLineItemService`, and others.\n"]]