AdStrengthActionItem

  • AdStrengthActionItem represents an action needed to improve an asset group's ad strength.

  • The action_item_type field indicates the type of action required.

  • The action_details union field provides specific details about the action, such as add_asset_details for adding an asset.

An action item to improve the ad strength of an asset group.

Fields

action_item_type

AdStrengthActionItemType

Output only. The action item type.

Union field

action_details

action_details. The details of this action item. action_details can be only one of the following:

add_asset_details

AddAssetDetails

Output only. The action item details for action item type ADD_ASSET.