Class GoogleAdsSearchads360V0ResourcesAssetGroup
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.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAssetGroup : IDirectResponseSchema
Properties
AdStrength
Output only. Overall ad strength of this asset group.
Declaration
[JsonProperty("adStrength")]
public virtual string AdStrength { get; set; }
Property Value
Type | Description |
---|---|
string |
Campaign
Immutable. The campaign with which this asset group is associated. The asset which is linked to the asset group.
Declaration
[JsonProperty("campaign")]
public virtual string Campaign { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FinalMobileUrls
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.
Declaration
[JsonProperty("finalMobileUrls")]
public virtual IList<string> FinalMobileUrls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
FinalUrls
A list of final URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out.
Declaration
[JsonProperty("finalUrls")]
public virtual IList<string> FinalUrls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Id
Output only. The ID of the asset group.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Path1
First part of text that may appear appended to the url displayed in the ad.
Declaration
[JsonProperty("path1")]
public virtual string Path1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Path2
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.
Declaration
[JsonProperty("path2")]
public virtual string Path2 { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Immutable. The resource name of the asset group. Asset group resource names have the form:
customers/{customer_id}/assetGroups/{asset_group_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the asset group.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |