Ads API .NET library
|
Represents a keyword to be estimated. More...
Classes | |
class | Fields |
List of all supported fields for the KeywordEstimateRequest class. More... | |
class | FilterableFields |
List of all supported filterable fields for the KeywordEstimateRequest class. More... | |
class | SelectableFields |
List of all supported selectable fields for the KeywordEstimateRequest class. More... | |
Properties | |
Keyword | keyword [get, set] |
The Keyword to estimate. The keyword text is required regardless of whether the keyword ID is included. The keyword ID is optional and has the following characteristics: More... | |
Money | maxCpc [get, set] |
The max CPC bid for this keyword. In general, the More... | |
bool | isNegative [get, set] |
Whether the keyword is negative or not. The default value is false. If negative, no current ad group ads will appear for searches containing this keyword. More... | |
bool | isNegativeSpecified [get, set] |
![]() | |
string | EstimateRequestType [get, set] |
Indicates that this instance is a subtype of EstimateRequest. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
Represents a keyword to be estimated.
|
getset |
Whether the keyword is negative or not. The default value is false. If negative, no current ad group ads will appear for searches containing this keyword.
The estimate for negative keywords should reflect no traffic and zero CPC, but including a negative keyword will affect the other estimates in the request.
|
getset |
true
, if a value is specified for isNegative, false
otherwise.
|
getset |
The Keyword to estimate. The keyword text is required regardless of whether the keyword ID is included. The keyword ID is optional and has the following characteristics:
This field is required and should not be null
.
|
getset |
The max CPC bid for this keyword. In general, the
maxCpc
of a KeywordEstimateRequest is optional, since there is usually another maxCpc
that can be used, such as the maxCpc
on an existing keyword, an existing or overriding maxCpc
of containing AdGroupEstimateRequest. However, if there is no backup value of maxCpc
anywhere along the line, you must provide a value for maxCpc
in KeywordEstimateRequest. This would happen, for example, if the KeywordEstimateRequest is for a new keyword.