For a list of methods for this resource, see the end of this page.
Resource representations
Contains information about a metro region that can be targeted by ads.
{ "kind": "dfareporting#metro", "dmaId": long, "dartId": long, "name": string, "metroCode": string, "countryCode": string, "countryDartId": long }
Property name | Value | Description | Notes |
---|---|---|---|
countryCode |
string |
Country code of the country to which this metro region belongs. | |
countryDartId |
long |
DART ID of the country to which this metro region belongs. | |
dartId |
long |
DART ID of this metro region. | |
dmaId |
long |
DMA ID of this metro region. This is the ID used for targeting and generating reports, and is equivalent to metro_code . |
|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#metro" . |
|
metroCode |
string |
Metro code of this metro region. This is equivalent to dma_id . |
|
name |
string |
Name of this metro region. |
Methods
- list
- Retrieves a list of metros.