GoogleAdsSearchads360V23ResourcesCustomer class

A customer.

Constructors

GoogleAdsSearchads360V23ResourcesCustomer({String? accountLevel, String? accountStatus, String? accountType, String? associateManagerDescriptiveName, String? associateManagerId, bool? autoTaggingEnabled, GoogleAdsSearchads360V23ResourcesCallReportingSetting? callReportingSetting, String? containsEuPoliticalAdvertising, GoogleAdsSearchads360V23ResourcesConversionTrackingSetting? conversionTrackingSetting, String? creationTime, String? currencyCode, GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting? customerAgreementSetting, String? descriptiveName, GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting? doubleClickCampaignManagerSetting, String? engineId, String? finalUrlSuffix, bool? hasPartnersBadge, String? id, bool? imageAssetAutoMigrationDone, String? imageAssetAutoMigrationDoneDateTime, String? lastModifiedTime, GoogleAdsSearchads360V23ResourcesLocalServicesSettings? localServicesSettings, bool? locationAssetAutoMigrationDone, String? locationAssetAutoMigrationDoneDateTime, bool? manager, String? managerDescriptiveName, String? managerId, double? optimizationScore, double? optimizationScoreWeight, List<String>? payPerConversionEligibilityFailureReasons, GoogleAdsSearchads360V23ResourcesRemarketingSetting? remarketingSetting, String? resourceName, String? status, String? subManagerDescriptiveName, String? subManagerId, bool? testAccount, String? timeZone, String? trackingUrlTemplate, String? videoBrandSafetySuitability, GoogleAdsSearchads360V23ResourcesVideoCustomer? videoCustomer})
GoogleAdsSearchads360V23ResourcesCustomer.fromJson(Map json_)

Properties

accountLevel String?
The account level of the customer: Manager, Sub-manager, Associate manager, Service account.
getter/setter pair
accountStatus String?
Account status, for example, Enabled, Paused, Removed, etc.
getter/setter pair
accountType String?
Engine account type, for example, Google Ads, Microsoft Advertising, Yahoo Japan, Baidu, Facebook, Engine Track, etc.
getter/setter pair
associateManagerDescriptiveName String?
The descriptive name of the associate manager.
getter/setter pair
associateManagerId String?
The customer ID of the associate manager.
getter/setter pair
autoTaggingEnabled bool?
Whether auto-tagging is enabled for the customer.
getter/setter pair
callReportingSetting GoogleAdsSearchads360V23ResourcesCallReportingSetting?
Call reporting setting for a customer.
getter/setter pair
containsEuPoliticalAdvertising String?
Returns the advertiser self-declaration status of whether this customer contains political advertising content targeted towards the European Union.
getter/setter pair
conversionTrackingSetting GoogleAdsSearchads360V23ResourcesConversionTrackingSetting?
Conversion tracking setting for a customer.
getter/setter pair
creationTime String?
The timestamp when this customer was created.
getter/setter pair
currencyCode String?
The currency in which the account operates.
getter/setter pair
customerAgreementSetting GoogleAdsSearchads360V23ResourcesCustomerAgreementSetting?
Customer Agreement Setting for a customer.
getter/setter pair
descriptiveName String?
Optional, non-unique descriptive name of the customer.
getter/setter pair
doubleClickCampaignManagerSetting GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting?
DoubleClick Campaign Manager (DCM) setting for a manager customer.
getter/setter pair
engineId String?
ID of the account in the external engine account.
getter/setter pair
finalUrlSuffix String?
The URL template for appending params to the final URL.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasPartnersBadge bool?
Whether the Customer has a Partners program badge.
getter/setter pair
id String?
The ID of the customer.
getter/setter pair
imageAssetAutoMigrationDone bool?
True if feed based image has been migrated to asset based image.
getter/setter pair
imageAssetAutoMigrationDoneDateTime String?
Timestamp of migration from feed based image to asset base image in yyyy-MM-dd HH:mm:ss format.
getter/setter pair
lastModifiedTime String?
The datetime when this customer was last modified.
getter/setter pair
localServicesSettings GoogleAdsSearchads360V23ResourcesLocalServicesSettings?
Settings for Local Services customer.
getter/setter pair
locationAssetAutoMigrationDone bool?
True if feed based location has been migrated to asset based location.
getter/setter pair
locationAssetAutoMigrationDoneDateTime String?
Timestamp of migration from feed based location to asset base location in yyyy-MM-dd HH:mm:ss format.
getter/setter pair
manager bool?
Whether the customer is a manager.
getter/setter pair
managerDescriptiveName String?
The descriptive name of the manager.
getter/setter pair
managerId String?
The customer ID of the manager.
getter/setter pair
optimizationScore double?
Optimization score of the customer.
getter/setter pair
optimizationScoreWeight double?
Optimization score weight of the customer.
getter/setter pair
payPerConversionEligibilityFailureReasons List<String>?
Reasons why the customer is not eligible to use PaymentMode.CONVERSIONS.
getter/setter pair
remarketingSetting GoogleAdsSearchads360V23ResourcesRemarketingSetting?
Remarketing setting for a customer.
getter/setter pair
resourceName String?
The resource name of the customer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the customer.
getter/setter pair
subManagerDescriptiveName String?
The descriptive name of the sub manager.
getter/setter pair
subManagerId String?
The customer ID of the sub manager.
getter/setter pair
testAccount bool?
Whether the customer is a test account.
getter/setter pair
timeZone String?
The local timezone ID of the customer.
getter/setter pair
trackingUrlTemplate String?
The URL template for constructing a tracking URL out of parameters.
getter/setter pair
videoBrandSafetySuitability String?
Brand Safety setting at the account level.
getter/setter pair
videoCustomer GoogleAdsSearchads360V23ResourcesVideoCustomer?
Video specific information about a Customer.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited