NativeAd.AdditionalAssets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a dictionary of key/value pairs that contain data for additional optional asset types (if present) for the native ad that do not have corresponding properties in the NativeAd class. For example, key values can include desc2, displayurl, phone, address, likes, or downloads, as data asset types that are described in the OpenRTB Native Ads API Specification.
public:
property IMapView<Platform::String ^, Platform::String ^> ^ AdditionalAssets { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> AdditionalAssets();
public IReadOnlyDictionary<string,string> AdditionalAssets { get; }
var iMapView = nativeAd.additionalAssets;
Public ReadOnly Property AdditionalAssets As IReadOnlyDictionary(Of String, String)
Property Value
A dictionary of key/value pairs that contain data for additional optional asset types (if present) for the native ad.
Remarks
Important
The NativeAd class is deprecated. Use NativeAdV2 instead.