CampaignConversionGoal

  • Campaign conversion goals allow you to set the biddability for specific conversion actions within a campaign based on their category and origin.

  • The resource_name field is an immutable string used to uniquely identify a campaign conversion goal using the customer ID, campaign ID, category, and origin.

  • The campaign field is an immutable string linking the campaign conversion goal to its associated campaign.

  • The category and origin fields specify the type and source of the conversion action the goal applies to.

  • The biddable field is a boolean that determines if the campaign conversion goal is biddable.

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

Fields

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}

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.

biddable

bool

The biddability of the campaign conversion goal.