type CreativePushOptions (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
LineItemCreativeAssociation...
Data needed to push a creative to a mobile device.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
lineItemId
|
xsd:long
The ID of the LineItem to preview.
This field is required.
|
creativeId
|
xsd:long
The ID of the Creative to preview.
This field is required.
|
nativeStyleId
|
xsd:long
The ID of the native style to preview the creative with.
This field is optional but the referenced object must exist.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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 |"]]