/home/johnny/.rvm/gems/ruby-2.1.6/gems/google-ads-common-0.9.8/lib/ads_common/parameters_validator.rb:123:in `check_extra_fields': AdsCommon::Errors::UnexpectedParametersError: [:experiment_data] (AdsCommon::Errors::UnexpectedParametersError)
from /home/johnny/.rvm/gems/ruby-2.1.6/gems/google-ads-common-0.9.8/lib/ads_common/parameters_validator.rb:61:in `validate_arguments'ad_group_criterion_srv = adwords.service(:AdGroupCriterionService, API_VERSION)
ad_group_criterion = {
:xsi_type => 'NegativeAdGroupCriterion',
:ad_group_id => 'xxxxxxx',
:criterion => {
:xsi_type => 'Keyword',
:match_type => 'BROAD',
:text => 'Walkabout'
},
:experiment_data => ad_group_criterion_experiment_data
}
operation = {
:operator => 'ADD', # ADD, SET or REMOVE
:operand => ad_group_criterion
}
response = ad_group_criterion_srv.mutate([operation])