Class: AdWords::V201008::AdGroupService::ExperimentDeltaStatus

Inherits:
String
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdGroupService.rb

Overview

ExperimentDeltaStatus

Constant Summary collapse

CONTROL_ONLY =
ExperimentDeltaStatus.new("CONTROL_ONLY")
EXPERIMENT_ONLY =
ExperimentDeltaStatus.new("EXPERIMENT_ONLY")
MODIFIED =
ExperimentDeltaStatus.new("MODIFIED")
UNKNOWN =
ExperimentDeltaStatus.new("UNKNOWN")