Hi.
Upon creating a search campaign, we received the following error.
_______________
setting_error: SETTING_VALUE_NOT_COMPATIBLE_WITH_CAMPAIGN
}
message: "The value of this setting type is not compatible with the campaign type."
trigger {
string_value: "DONT_CARE"
}
location {
field_path_elements {
field_name: "operations"
index: 0
}
field_path_elements {
field_name: "create"
}
field_path_elements {
field_name: "geo_target_type_setting"
}
field_path_elements {
field_name: "negative_geo_target_type"
}
}
________________
What we don't understand. DONT_CARE is not even a member of `NegativeGeoTargetTypeEnum.NegativeGeoTargetType`.
So how can that be the trigger?
In fact our Application uses `NegativeGeoTargetTypeEnum.NegativeGeoTargetType.PRESENCE_OR_INTEREST` throughout.
That is part of the current API version.
So what happens there?
This error is replicable and happens for different customer accounts since yesterday.
Your Stefan