Resource: Region
A Region
allows advertisers to target a specific geographic region, such as New York City. For example, companies provides their services in the New York City area can use a Region
to run ads in the specified GeographicalRegion
.
Within an account each Region
should reference a unique GeographicalRegion
.
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"state": enum ( |
Fields | |
---|---|
name |
The resource name of the |
createTime |
Output only. Time when this region was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time when this region was most recently updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Required. Determines whether the |
title |
Required. Title of this The maximum length is 30 characters. |
phone |
Phone number for this The maximum length is 20 characters. |
uri |
URI opened in a Waze driver's browser for this The maximum length is 500 characters. |
displayUri |
URI text shown to Waze drivers for this The maximum length is 500 characters. |
geographicalRegion |
Required. The resource name of the This must be unique for every |
additionalInfo |
Additional The maximum length is 70 characters. |
State
Region
state.
Enums | |
---|---|
STATE_UNSPECIFIED |
State unspecified. |
ACTIVE |
Region is active, so ads can be served for the region. |
PAUSED |
Region is paused, so ads aren't served for the region. |
Methods |
|
---|---|
|
Activates a region. |
|
Creates a new region. |
|
Returns the requested region. |
|
Lists the regions from an account, ordered by name . |
|
Updates an existing region. |
|
Pauses a region. |