Ads API .NET library
|
Represents the estimate results for a single ad group. More...
Classes | |
class | Fields |
List of all supported fields for the AdGroupEstimate class. More... | |
class | FilterableFields |
List of all supported filterable fields for the AdGroupEstimate class. More... | |
class | SelectableFields |
List of all supported selectable fields for the AdGroupEstimate class. More... | |
Properties | |
long | adGroupId [get, set] |
The adGroupId of the ad group specified in the request. This will be More... | |
bool | adGroupIdSpecified [get, set] |
KeywordEstimate[] | keywordEstimates [get, set] |
The estimates for the keywords specified in the request. The list of estimates are returned in the same order as the keywords that were sent in the request. More... | |
![]() | |
string | EstimateType [get, set] |
Indicates that this instance is a subtype of Estimate. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
Represents the estimate results for a single ad group.
|
getset |
The adGroupId of the ad group specified in the request. This will be
null
for new ad groups.
|
getset |
true
, if a value is specified for adGroupId, false
otherwise.
|
getset |
The estimates for the keywords specified in the request. The list of estimates are returned in the same order as the keywords that were sent in the request.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.EstimateKeywordTraffic.Run().