client property

String? client
getter/setter pair

Client type of the upload event.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "GOOGLE_ADS_API" : Google Ads API.
  • "GOOGLE_ADS_WEB_CLIENT" : Google Ads web client, which could include multiple sources like Ads UI, SFTP, etc.
  • "ADS_DATA_CONNECTOR" : Connection platform.

Implementation

core.String? client;