AssociationType-Wertsatz – Kampagnenverwaltung
Definiert die Entitätstypen, die einer Anzeigenerweiterung zugeordnet werden können.
Syntax
<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>
Werte
Der AssociationType-Wertsatz weist die folgenden Werte auf: Account, AdGroup, Campaign.
Anforderungen
Dienst: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Verwendet von
AdExtensionAssociation
DeleteAdExtensionsAssociations
GetAdExtensionIdsByAccountId
GetAdExtensionsAssociations
GetAdExtensionsEditorialReasons
SetAdExtensionsAssociations