[[["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-02-13 UTC."],[[["The `CreativePushOptions` object provides data for pushing creatives to mobile devices."],["It requires the `lineItemId` and `creativeId` to function."],["Optionally, it can use a `nativeStyleId` for previewing creatives with a specific native style."]]],["The core functionality described is the `pushCreativeToDevices` operation within the `LineItemCreativeAssociationService`. This operation requires `lineItemId` and `creativeId`, both of type `long`, to identify the specific line item and creative to be pushed. An optional `nativeStyleId` (also `long`) can be provided to preview the creative with a specific native style. These fields represent the essential data for pushing a creative to a mobile device.\n"]]