type CreativeNativeStylePreview (v202408)
Service
LineItemCreativeAssociation...
Represents the NativeStyle of a Creative and its corresponding preview URL.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["`CreativeNativeStylePreview` represents the relationship between a creative's native style and its corresponding preview URL."],["It includes the ID of the native style (`nativeStyleId`) and a URL for previewing the creative with that style (`previewUrl`)."],["This information is used by the `LineItemCreativeAssociationService` to retrieve preview URLs for native styles."]]],["The `LineItemCreativeAssociation` service provides a method `getPreviewUrlsForNativeStyles()` to retrieve preview information. This method returns `CreativeNativeStylePreview` objects, which detail the preview URLs for a `Creative`'s `NativeStyle`. Each `CreativeNativeStylePreview` includes a `nativeStyleId` (a long integer identifying the `NativeStyle`) and a `previewUrl` (a string showing the creative's preview with the `NativeStyle`). The service's namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]