type CreativeNativeStylePreview (v202402)
Service
LineItemCreativeAssociation...
Represents the NativeStyle of a Creative and its corresponding preview URL.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["`CreativeNativeStylePreview` represents the NativeStyle of a Creative and its corresponding preview URL."],["It provides access to the NativeStyle's ID (`nativeStyleId`) and a preview URL (`previewUrl`) for the creative using that style."],["This information is used by the `LineItemCreativeAssociationService.getPreviewUrlsForNativeStyles` method."]]],["The content details `CreativeNativeStylePreview`, which links a `NativeStyle` to a `Creative` through a preview URL. Key information includes: `nativeStyleId`, a long integer representing the `NativeStyle`'s ID, and `previewUrl`, a string containing the URL for previewing the creative with the specified `NativeStyle`. The `getPreviewUrlsForNativeStyles` function within `LineItemCreativeAssociationService` handles retrieving these previews. The namespace for these definitions is provided.\n"]]