Contents

BulkNegativeKeywordCreate

The data payload for a single negative-keyword-create item within a bulk create request.

Declaration

object BulkNegativeKeywordCreate

Properties

NameTypeDescription
campaignIdint64

The campaign in which the negative keyword is created. Nullable.

adGroupIdint64

The ad group in which the negative keyword is created. Nullable.

text Requiredstring

The negative keyword text. Minimum length of 1.

matchTypeBulkNegativeKeywordCreate.MatchType

The negative keyword’s match type. See KeywordMatchType.

statusBulkNegativeKeywordCreate.Status

The negative keyword’s status. See NegativeKeywordStatus.

Topics

Type Aliases

See Also