prepopulationStatus property

String? prepopulationStatus
getter/setter pair

The status of pre-population.

The field is default to NONE if not set which means the previous users will not be considered. If set to REQUESTED, past site visitors or app users who match the list definition will be included in the list (works on the Display Network only). This will only add past users from within the last 30 days, depending on the list's membership duration and the date when the remarketing tag is added. The status will be updated to FINISHED once request is processed, or FAILED if the request fails. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "REQUESTED" : Prepopoulation is being requested.
  • "FINISHED" : Prepopulation is finished.
  • "FAILED" : Prepopulation failed.

Implementation

core.String? prepopulationStatus;