AI-generated Key Takeaways
-
A conversion action is defined by its resource name, which is immutable and in the format
customers/{customer_id}/conversionActions/{conversion_action_id}
. -
Key attributes include its status, immutable type, output-only origin, category, and value settings for associated conversion events.
-
Additional settings cover how conversion events are counted, attribution models, and output-only tracking snippets.
-
Information specific to app conversions, Firebase, third-party analytics, and Google Analytics 4 are also available as output-only fields.
-
Core identifying fields include an output-only ID, a required name, and a
primary_for_goal
flag indicating biddability. -
Further details include the resource name of the owner customer (output only), whether the action is included in the "conversions" metric, and lookback windows for clicks and impressions.
-
For phone call conversions, a minimum call duration in seconds can be specified, and app conversions have an associated App ID.
A conversion action.
Fields | |
---|---|
|
Immutable. The resource name of the conversion action. Conversion action resource names have the form:
|
|
The status of this conversion action for conversion event accrual. |
|
Immutable. The type of this conversion action. |
|
Output only. The conversion origin of this conversion action. |
|
The category of conversions reported for this conversion action. |
|
Settings related to the value for conversion events associated with this conversion action. |
|
How to count conversion events for the conversion action. |
|
Settings related to this conversion action's attribution model. |
|
Output only. The snippets used for tracking conversions. |
|
Output only. Mobile app vendor for an app conversion action. |
|
Output only. Firebase settings for Firebase conversion types. |
|
Output only. Third Party App Analytics settings for third party conversion types. |
|
Output only. Google Analytics 4 settings for Google Analytics 4 conversion types. |
|
Output only. The ID of the conversion action. |
|
The name of the conversion action. This field is required and should not be empty when creating new conversion actions. |
|
If a conversion action's primary_for_goal bit is false, the conversion action is non-biddable for all campaigns regardless of their customer conversion goal or campaign conversion goal. However, custom conversion goals do not respect primary_for_goal, so if a campaign has a custom conversion goal configured with a primary_for_goal = false conversion action, that conversion action is still biddable. By default, primary_for_goal will be true if not set. In V9, primary_for_goal can only be set to false after creation through an 'update' operation because it's not declared as optional. |
|
Output only. The resource name of the conversion action owner customer, or null if this is a system-defined conversion action. |
|
Whether this conversion action should be included in the "conversions" metric. |
|
The maximum number of days that may elapse between an interaction (for example, a click) and a conversion event. |
|
The maximum number of days which may elapse between an impression and a conversion without an interaction. |
|
The phone call duration in seconds after which a conversion should be reported for this conversion action. The value must be between 0 and 10000, inclusive. |
|
App ID for an app conversion action. |