Class GoogleAdsSearchads360V23CommonDynamicRealEstateAsset
A dynamic real estate asset.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonDynamicRealEstateAsset : IDirectResponseSchema
Properties
Address
Address which can be specified in one of the following formats. (1) City, state, code, country, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AndroidAppLink
Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
Declaration
[JsonProperty("androidAppLink")]
public virtual string AndroidAppLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CityName
City name, for example, Mountain View, California.
Declaration
[JsonProperty("cityName")]
public virtual string CityName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContextualKeywords
Contextual keywords, for example, For sale; Houses for sale.
Declaration
[JsonProperty("contextualKeywords")]
public virtual IList<string> ContextualKeywords { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Description
Description, for example, 3 beds, 2 baths, 1568 sq. ft.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
FormattedPrice
Formatted price which can be any characters. If set, this attribute will be used instead of 'price', for example, Starting at $200,000.00.
Declaration
[JsonProperty("formattedPrice")]
public virtual string FormattedPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageUrl
Image URL, for example, http://www.example.com/image.png. The image will not be uploaded as image asset.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IosAppLink
iOS deep link, for example, exampleApp://content/page.
Declaration
[JsonProperty("iosAppLink")]
public virtual string IosAppLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IosAppStoreId
iOS app store ID. This is used to check if the user has the app installed on their device before deep linking. If this field is set, then the ios_app_link field must also be present.
Declaration
[JsonProperty("iosAppStoreId")]
public virtual long? IosAppStoreId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ListingId
Required. Listing ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
Declaration
[JsonProperty("listingId")]
public virtual string ListingId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ListingName
Required. Listing name, for example, Boulevard Bungalow. Required.
Declaration
[JsonProperty("listingName")]
public virtual string ListingName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ListingType
Listing type, for example, For sale.
Declaration
[JsonProperty("listingType")]
public virtual string ListingType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Price which can be number followed by the alphabetic currency code, ISO 4217 standard. Use '.' as the decimal mark, for example, 200,000.00 USD.
Declaration
[JsonProperty("price")]
public virtual string Price { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyType
Property type, for example, House.
Declaration
[JsonProperty("propertyType")]
public virtual string PropertyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SimilarListingIds
Similar listing IDs.
Declaration
[JsonProperty("similarListingIds")]
public virtual IList<string> SimilarListingIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |