次の方法で共有


AssociationType 値セット - キャンペーン管理

広告拡張機能に関連付けることができるエンティティの種類を定義します。

構文

<xs:simpleType name="AssociationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Campaign">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AdGroup">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Account">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

AssociationType 値セットの値は、AccountAdGroupCampaign です

説明
アカウント アカウントとの広告拡張機能の関連付けを参照します。

通話広告表示オプションをアカウントに関連付けることはできません。
AdGroup 広告グループとの広告拡張機能の関連付けを参照します。

通話と位置情報の広告表示オプションを広告グループに関連付けることはできません。
キャンペーン キャンペーンとの広告表示オプションの関連付けを指します。

要件

サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AdExtensionAssociation
DeleteAdExtensionsAssociations
GetAdExtensionIdsByAccountId
GetAdExtensionsAssociations
GetAdExtensionsEditorialReasons
SetAdExtensionsAssociations