View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroup (google_api_search_ads360 v0.4.0)
An asset group. AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal is used to associate a signal to an asset group.
Attributes
-
adStrength
(type:String.t
, default:nil
) - Output only. Overall ad strength of this asset group. -
campaign
(type:String.t
, default:nil
) - Immutable. The campaign with which this asset group is associated. The asset which is linked to the asset group. -
finalMobileUrls
(type:list(String.t)
, default:nil
) - A list of final mobile URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out. -
finalUrls
(type:list(String.t)
, default:nil
) - A list of final URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out. -
id
(type:String.t
, default:nil
) - Output only. The ID of the asset group. -
name
(type:String.t
, default:nil
) - Required. Name of the asset group. Required. It must have a minimum length of 1 and maximum length of 128. It must be unique under a campaign. -
path1
(type:String.t
, default:nil
) - First part of text that may appear appended to the url displayed in the ad. -
path2
(type:String.t
, default:nil
) - Second part of text that may appear appended to the url displayed in the ad. This field can only be set when path1 is set. -
resourceName
(type:String.t
, default:nil
) - Immutable. The resource name of the asset group. Asset group resource names have the form:customers/{customer_id}/assetGroups/{asset_group_id}
-
status
(type:String.t
, default:nil
) - The status of the asset group.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroup{ adStrength: String.t() | nil, campaign: String.t() | nil, finalMobileUrls: [String.t()] | nil, finalUrls: [String.t()] | nil, id: String.t() | nil, name: String.t() | nil, path1: String.t() | nil, path2: String.t() | nil, resourceName: String.t() | nil, status: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.