TextAssetSuggestions Data Object - Ad Insight

Defines the text asset suggestions data object.

Syntax

<xs:complexType name="TextAssetSuggestions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="FinalUrl" nillable="true" type="xs:string" />
    <xs:element xmlns:q30="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="TextAssets" nillable="true" type="q30:ArrayOfstring" />
  </xs:sequence>
</xs:complexType>

Elements

The TextAssetSuggestions object has the following elements: FinalUrl, TextAssets.

Element Description Data Type
FinalUrl The Final URL of the ad, keyword, or criterion.

Only the first URL in the list is reported. If the URL contains dynamic text substitution parameters (for example, {param1}), the report will contain the URL before substitution.
string
TextAssets Text assets that can be reused across multiple ads. string array

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

GetTextAssetSuggestionsByFinalUrls