[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreativePushOptions\u003c/code\u003e object provides the data needed to push a creative to a mobile device.\u003c/p\u003e\n"],["\u003cp\u003eThis data includes the line item ID, creative ID, and optionally, the native style ID for preview.\u003c/p\u003e\n"],["\u003cp\u003eThis object is used by the \u003ccode\u003epushCreativeToDevices()\u003c/code\u003e method of the \u003ccode\u003eLineItemCreativeAssociationService\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# type CreativePushOptions (v202408)\n\n**Service** \n**LineItemCreativeAssociation...** **Dependencies** \n[pushCreativeToDevices()](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService#pushCreativeToDevices) \n▼\n**CreativePushOptions**\n\nData needed to push a creative to a mobile device.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `lineItemId` | ` `xsd:`long` The ID of the LineItem to preview. This field is required. \u003cbr /\u003e |\n| ### `creativeId` | ` `xsd:`long` The ID of the Creative to preview. This field is required. \u003cbr /\u003e |\n| ### `nativeStyleId` | ` `xsd:`long` The ID of the native style to preview the creative with. This field is optional but the referenced object must exist. \u003cbr /\u003e |"]]