CampaignConversionGoal

The biddability setting for the specified campaign only for all conversion actions with a matching category and origin.

Proto definition GitHub

Fields

biddable

bool

The biddability of the campaign conversion goal.

If left unspecified during campaign creation or update operations, this value will inherit the account-level default biddability for the corresponding conversion category and origin.

Note: The account-level default may be set to true for newly created conversion goals. To explicitly prevent a campaign from bidding on this goal, you must explicitly set biddable to false and include "biddable" in your mutate operation's update_mask.

campaign

string

Immutable. The campaign with which this campaign conversion goal is associated.

category

ConversionActionCategory

The conversion category of this campaign conversion goal.

origin

ConversionOrigin

The conversion origin of this campaign conversion goal.

resource_name

string

Immutable. The resource name of the campaign conversion goal. Campaign conversion goal resource names have the form:

customers/{customer_id}/campaignConversionGoals/{campaign_id}~{category}~{origin}