type CreativeNativeStylePreview (v202405)
Service
LineItemCreativeAssociation...
Represents the NativeStyle of a Creative and its corresponding preview URL.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
nativeStyleId
|
xsd:long
The id of the NativeStyle.
|
previewUrl
|
xsd:string
The URL for previewing this creative using this particular NativeStyle
|
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 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The CreativeNativeStylePreview object represents the NativeStyle of a Creative and its preview URL."],["It includes the ID of the NativeStyle and a URL for previewing the creative with that style."],["This information is accessible via the LineItemCreativeAssociationService's getPreviewUrlsForNativeStyles method."]]],["The `getPreviewUrlsForNativeStyles` action retrieves preview URLs for a creative's NativeStyle. `CreativeNativeStylePreview` represents a NativeStyle and its corresponding preview URL. Key information includes the `nativeStyleId`, a long integer representing the NativeStyle's ID, and `previewUrl`, a string containing the URL for previewing the creative with a specific NativeStyle. These components allow for previewing how a creative will appear with different native styles.\n"]]