CustomerAccountShareAssociation Data Object - Campaign Management

Contains the association count for the corresponding usage type.

Tip

For an overview of sharing audiences and UET tags in an account hierarchy, see the Share Audiences and UET Tags technical guide.

Syntax

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

Elements

The CustomerAccountShareAssociation object has the following elements: AssociationCount, UsageType.

Element Description Data Type
AssociationCount The association count for the corresponding usage type.

Add: Read-only
Update: Read-only
long
UsageType Indicates how the customer account share is used e.g., via audience association.

The possible values include RemarketingListAssociateToAdGroup, RemarketingListAssociateToCampaign, and UETTagAssociateToRemarketingList. New values be added in the future, so you should not take any dependency on a fixed set of strings.
- RemarketingListAssociateToAdGroup - The remarketing list is associated with or excluded by one or more ad groups.
- RemarketingListAssociateToCampaign - The remarketing list is associated with or excluded by one or more campaigns.
- UETTagAssociateToConversionGoal - The UET tag is used by one or more conversion goals.
- UETTagAssociateToProductAudience - The UET tag is used by one or more product audiences.
- UETTagAssociateToRemarketingList - The UET tag is used by one or more remarketing lists.

Add: Read-only
Update: Read-only
string

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

CustomerAccountShare