Share via


NativeAd.AdditionalAssets Property

Definition

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

System.Collections.Generic.IReadOnlyDictionary<System.String,System.String>

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.

Applies to

See also