会社データ オブジェクト - キャンペーン管理
会社のプロファイル データを定義します。
構文
<xs:complexType name="Company" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="LogoUrl" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
<xs:element name="ProfileId" type="xs:long" />
<xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
要素
Company オブジェクトには、LogoUrl、Name、ProfileId、Status という要素があります。
要素 | 説明 | データ型 |
---|---|---|
LogoUrl | 会社のロゴ イメージの完全な https パス。 | string |
名前 | 会社名。 | string |
ProfileId | ProfileCriterion で使用できる会社名プロファイル識別子。 | long |
Status | 会社名プロファイルの状態。 使用可能な状態の値には、アクティブと非アクティブが含まれます。 |
string |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13