Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.52 KB

File metadata and controls

39 lines (32 loc) · 1.52 KB
title ms.service ms.subservice ms.topic author ms.author description
Opportunity Data Object - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
This is the base class from which opportunity objects derive.

Opportunity Data Object - Ad Insight

This is the base class from which opportunity objects derive. The class contains the unique key used to identify the opportunity.

Do not try to instantiate an Opportunity. You can create one or more following objects that derive from it.

Syntax

<xs:complexType name="Opportunity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="OpportunityKey" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The Opportunity object has the following elements: OpportunityKey.

Element Description Data Type
OpportunityKey An identifier that uniquely identifies the opportunity. string

Requirements

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