Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Location based ad extension.
| Field | Type | Description |
|---|---|---|
AdExtension (inherited) |
||
| id |
xsd:long
|
Id of ad extension |
| AdExtension.Type |
xsd:string
|
This field indicates the subtype of AdExtension of this instance. It is ignored on input, and instead xsi:type should be specified. |
LocationExtension |
||
| address |
Address
|
Address of the location
This field is required and should not be null.
|
| geoPoint |
GeoPoint
|
The lat/long point of the location
This field is required and should not be null.
|
| encodedLocation |
xsd:base64Binary
|
Byte data encoding address and geo point (as is populated in GeoLocation). Input only. Required on location extension creation. |
| companyName |
xsd:string
|
The name of the company located at the given address |
| phoneNumber |
xsd:string
|
The phone number for the location |
| source |
LocationExtension.Source
|
The source which generated the extension
This field is required and should not be null.
|
| iconMediaId |
xsd:long
|
The business icon to use with the extension |
| imageMediaId |
xsd:long
|
The store front image to use with the extension |