ExcludeAccountKeywordsSearchParameter Data Object - Ad Insight

The exclude account keywords search parameter filter that you can include when requesting keyword ideas.

If you do not include the exclude account keywords search parameter when calling GetKeywordIdeas, then keyword ideas will be returned whether or not they already exist in your account.

Syntax

<xs:complexType name="ExcludeAccountKeywordsSearchParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:SearchParameter">
      <xs:sequence>
        <xs:element minOccurs="0" name="ExcludeAccountKeywords" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The ExcludeAccountKeywordsSearchParameter object has the following elements: ExcludeAccountKeywords.

Element Description Data Type
ExcludeAccountKeywords Determines whether or not to exclude existing account keywords from the returned keyword ideas.

By default your existing account keywords will be included with the keyword idea data e.g., suggested bid. If you set the element True then the keyword ideas will not include any keywords for the same match type that already exist in your account.
boolean

Requirements

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