List all Designated Market Areas
media_list_dmas(name = NULL, number = NULL)
name | string optional. If specified, will be used to filter the DMAs returned. Substring matching is supported with "%" and "*" wildcards (e.g., "name=%region%" will return both "region1" and "my region"). |
---|---|
number | integer optional. If specified, will be used to filter the DMAS by number. |
An array containing the following fields:
string, Name for the DMA region.
integer, Identifier number for a DMA.