[[["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 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"]]