UrlParameter Data Object - Ad Insight

Defines the URL parameter for use with performance insights. Derives from PerformanceInsightsMessageParameter.

Syntax

<xs:complexType name="UrlParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:PerformanceInsightsMessageParameter">
      <xs:sequence>
        <xs:element minOccurs="0" name="SuggestedText" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="SuggestedUrl" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="UrlCategory" type="tns:PerformanceInsightsUrlCategory" />
        <xs:element minOccurs="0" name="UrlId" type="tns:PerformanceInsightsUrlId" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The UrlParameter object has the following elements: SuggestedText, SuggestedUrl, UrlCategory, UrlId.

Element Description Data Type
SuggestedText The suggested string value to substitute for the message. string
SuggestedUrl THe Suggested URL. string
UrlCategory The main category of the URL. PerformanceInsightsUrlCategory
UrlId The specified type of the URL. PerformanceInsightsUrlId

The UrlParameter object has Inherited Elements.

Inherited Elements

Inherited Elements from PerformanceInsightsMessageParameter

The UrlParameter object derives from the PerformanceInsightsMessageParameter object, and inherits the following elements: Type. The descriptions below are specific to UrlParameter, and might not apply to other objects that inherit the same elements from the PerformanceInsightsMessageParameter object.

Element Description Data Type
Type Defines the type of parameter: string, URL, or a list of demand entities. ParameterType

Requirements

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