GeolocationRegions
Lists all region/state targeting options.
Select
The add-in will use the Snapchat Ads API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the add-in.
- CountryCode supports the following operator: =
SELECT * FROM GeolocationRegions WHERE CountryCode = 'ca'
Columns
Name | Type | References | Description |
Id [KEY] | String | The ID of the region. | |
CountryCode | String |
GeolocationCountries.Code | The country code.
The default value is us. |
Name | String | The region name. | |
Code | String | The region code. | |
Latitude | Decimal | The region latitude. | |
Longitude | Decimal | The region longitude. |