Reference documentation and code samples for the Google Ads Data Manager V1 Client class EventLocation.
The location where the event occurred.
Generated from protobuf message google.ads.datamanager.v1.EventLocation
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ store_id
string
Optional. Required for Store Sales. The identifier to represent a physical store where the event happened.
↳ city
string
Optional. The name of the city where the event occurred.
↳ subdivision_code
string
Optional. The ISO 3166-2 subdivision code where the event occurred.
↳ region_code
string
Optional. The 2-letter CLDR region code of the user's address.
↳ subcontinent_code
string
Optional. The subcontinent code in UN M49 format where the event occurred.
↳ continent_code
string
Optional. The continent code in UN M49 format where the event occurred.
getStoreId
Optional. Required for Store Sales. The identifier to represent a physical store where the event happened.
string
setStoreId
Optional. Required for Store Sales. The identifier to represent a physical store where the event happened.
var
string
$this
getCity
Optional. The name of the city where the event occurred.
string
setCity
Optional. The name of the city where the event occurred.
var
string
$this
getSubdivisionCode
Optional. The ISO 3166-2 subdivision code where the event occurred.
string
setSubdivisionCode
Optional. The ISO 3166-2 subdivision code where the event occurred.
var
string
$this
getRegionCode
Optional. The 2-letter CLDR region code of the user's address.
string
setRegionCode
Optional. The 2-letter CLDR region code of the user's address.
var
string
$this
getSubcontinentCode
Optional. The subcontinent code in UN M49 format where the event occurred.
string
setSubcontinentCode
Optional. The subcontinent code in UN M49 format where the event occurred.
var
string
$this
getContinentCode
Optional. The continent code in UN M49 format where the event occurred.
string
setContinentCode
Optional. The continent code in UN M49 format where the event occurred.
var
string
$this

