Conversion goal settings for a Campaign.
JSON representation |
---|
{
"resourceName": string,
"campaign": string,
"goalConfigLevel": enum ( |
Fields | |
---|---|
resource |
Immutable. The resource name of the conversion goal campaign config. Conversion goal campaign config resource names have the form:
|
campaign |
Immutable. The campaign with which this conversion goal campaign config is associated. |
goal |
The level of goal config the campaign is using. |
custom |
The custom conversion goal the campaign is using for optimization. |
GoalConfigLevel
The possible goal config levels. Campaigns automatically inherit the effective conversion account's customer goals unless they have been configured with their own set of campaign goals.
Enums | |
---|---|
UNSPECIFIED |
The goal config level has not been specified. |
UNKNOWN |
The goal config level is not known in this version. |
CUSTOMER |
The goal config is defined at the customer level. |
CAMPAIGN |
The goal config is defined at the campaign level. |