You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets a list of campaign negative keywords that have extended data fields.
64
+
65
+
query **startIndex**:*integer* | Optional. 0-indexed record offset for the result set. Default value : 0
66
+
67
+
query **count**:*integer* | Optional. Number of records to include in the paged response. Defaults to max page size.
68
+
69
+
query **matchTypeFilter**:*string* | Optional. Restricts results to keywords with match types within the specified comma-separated list. Available values : negativePhrase, negativeExact.
70
+
71
+
query **keywordText**:*string* | Optional. Restricts results to keywords that match the specified text exactly.
72
+
73
+
query **campaignIdFilter**:*string* | Optional. A comma-delimited list of campaign identifiers.
74
+
75
+
query **keywordIdFilter**:*string* | Optional. Restricts results to keywords associated with campaigns specified by identifier in the comma-delimited list.
query **startIndex**:*integer* | Optional. 0-indexed record offset for the result set. Default value : 0
92
+
93
+
query **count**:*integer* | Optional. Number of records to include in the paged response. Defaults to max page size.
94
+
95
+
query **matchTypeFilter**:*string* | Optional. Restricts results to keywords with match types within the specified comma-separated list. Available values : negativePhrase, negativeExact.
96
+
97
+
query **keywordText**:*string* | Optional. Restricts results to keywords that match the specified text exactly.
98
+
99
+
query **campaignIdFilter**:*string* | Optional. A comma-delimited list of campaign identifiers.
100
+
101
+
query **keywordIdFilter**:*string* | Optional. Restricts results to keywords associated with campaigns specified by identifier in the comma-delimited list.
0 commit comments