Ads API .NET library
|
Holds information about a changed adgroup More...
Classes | |
class | Fields |
List of all supported fields for the AdGroupChangeData class. More... | |
class | FilterableFields |
List of all supported filterable fields for the AdGroupChangeData class. More... | |
class | SelectableFields |
List of all supported selectable fields for the AdGroupChangeData class. More... | |
Properties | |
long | adGroupId [get, set] |
The ad group ID. More... | |
bool | adGroupIdSpecified [get, set] |
ChangeStatus | adGroupChangeStatus [get, set] |
Whether or not the fields of this adgroup have changed, for example the AdGroup name. Changes to the Ads and Criteria are enumerated in their respective lists and will not be reflected in this status. More... | |
bool | adGroupChangeStatusSpecified [get, set] |
long[] | changedAds [get, set] |
The IDs of any changed ads of this ad group. This includes ads that have been deleted. More... | |
long[] | changedCriteria [get, set] |
The IDs of any changed criterion of this ad group. More... | |
long[] | removedCriteria [get, set] |
The IDs of any deleted criterion of this ad group. More... | |
long[] | changedFeeds [get, set] |
A list of feed IDs for AdGroupFeeds that have been changed in this ad group. If an AdGroupFeed is deleted after a modification, it will not be included in this list. More... | |
long[] | removedFeeds [get, set] |
A list of feed IDs for AdGroupFeeds that have been removed from the ad group. More... | |
long[] | changedAdGroupBidModifierCriteria [get, set] |
Set of campaign criterion that have a bid modifier override at ad group level. If the associated bid modifier override is deleted after a modification, it will not be included in this list. More... | |
long[] | removedAdGroupBidModifierCriteria [get, set] |
Set of campaign criterion whose bid modifier override at ad group level has been removed. More... | |
Holds information about a changed adgroup
|
getset |
Whether or not the fields of this adgroup have changed, for example the AdGroup name. Changes to the Ads and Criteria are enumerated in their respective lists and will not be reflected in this status.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetAccountChanges.Run().
|
getset |
true
, if a value is specified for adGroupChangeStatus, false
otherwise.
|
getset |
The ad group ID.
|
getset |
true
, if a value is specified for adGroupId, false
otherwise.
|
getset |
Set of campaign criterion that have a bid modifier override at ad group level. If the associated bid modifier override is deleted after a modification, it will not be included in this list.
|
getset |
The IDs of any changed ads of this ad group. This includes ads that have been deleted.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetAccountChanges.Run().
|
getset |
The IDs of any changed criterion of this ad group.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetAccountChanges.Run().
|
getset |
A list of feed IDs for AdGroupFeeds that have been changed in this ad group. If an AdGroupFeed is deleted after a modification, it will not be included in this list.
|
getset |
Set of campaign criterion whose bid modifier override at ad group level has been removed.
|
getset |
The IDs of any deleted criterion of this ad group.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetAccountChanges.Run().
|
getset |
A list of feed IDs for AdGroupFeeds that have been removed from the ad group.