[[["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."],[[["The `CreativePushOptions` object provides data for pushing creatives to mobile devices."],["It requires `lineItemId` and `creativeId`, while `nativeStyleId` is optional for previewing with a specific native style."],["This functionality is part of the `LineItemCreativeAssociationService` and utilizes the `pushCreativeToDevices()` method within the Google Ad Manager API."]]],["The core functionality described is the `pushCreativeToDevices()` method within the `LineItemCreativeAssociationService`. This method requires `CreativePushOptions` data, specifically: the `lineItemId` and `creativeId` (both long integers), which are mandatory. An optional `nativeStyleId` (also a long integer) can be included if needed. This action pushes a specified creative, optionally with a defined native style, to a mobile device. The relevant namespace is provided: `https://www.google.com/apis/ads/publisher/v202405`.\n"]]