Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.35 KB

performanceinsightsmessageparameter.md

File metadata and controls

35 lines (29 loc) · 1.35 KB
title ms.service ms.subservice ms.topic author ms.author description
PerformanceInsightsMessageParameter Data Object - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
Defines the message parameters for performance insights.

PerformanceInsightsMessageParameter Data Object - Ad Insight

Defines the message parameters for performance insights. Do not try to instantiate a PerformanceInsightsMessageParameter. You can create one or more objects that derive from it.

Syntax

<xs:complexType name="PerformanceInsightsMessageParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Type" type="tns:ParameterType" />
  </xs:sequence>
</xs:complexType>

Elements

The PerformanceInsightsMessageParameter object has the following elements: Type.

Element Description Data Type
Type The supported types are: text, URL, and entities. ParameterType

Requirements

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

Used By

PerformanceInsightsMessage