AdditionalAssets property

NativeAd.AdditionalAssets property

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.

Syntax


public:
property IMapView<String, String>^ AdditionalAssets { 
   IMapView<String, String>^ get();
}

Property value

Type: IMapView<String, String> [C++] | System.Collections.Generic.IReadOnlyDictionary<String, String> [.NET]

A dictionary of key/value pairs that contain data for additional optional asset types (if present) for the native ad.

Requirements

Minimum supported client

Windows 10

Minimum supported server

None supported

Minimum supported phone

Windows 10 Mobile

Namespace

Microsoft.Advertising.WinRT.UI
Microsoft::Advertising::WinRT::UI [C++]

Metadata

Microsoft.Advertising.winmd

See also

NativeAd
OpenRTB Native Ads API Specification

 

 

Show:
© 2017 Microsoft