[[["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-08-20 UTC."],[[["The `CreativePushOptions` object provides the data needed to push a creative to a mobile device."],["This data includes the line item ID, creative ID, and optionally, the native style ID for preview."],["This object is used by the `pushCreativeToDevices()` method of the `LineItemCreativeAssociationService`."]]],["The core functionality described is the `pushCreativeToDevices()` method within the `LineItemCreativeAssociationService`. This method requires `CreativePushOptions` data, specifically `lineItemId` and `creativeId` (both mandatory IDs) and an optional `nativeStyleId`. These are used to push a creative to a mobile device for previewing. All IDs are long integers and the namespace of the data is provided.\n"]]