Share via


NativeAdV2.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 NativeAdV2 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 = nativeAdV2.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.

Applies to

See also