CData Python Connector for LinkedIn Marketing Solutions

Build 25.0.9454

GeoLocations

Returns display names and related information for geographic identifiers (geo IDs) used in location-based targeting.

Table Specific Information

To use this view, the Id column must be specified in the criteria.

Select

For The Id column, the = operator is fully supported server-side. The IN operator is partially supported server-side and partially client-side. For example:
SELECT * FROM GeoLocations WHERE Id = '123456';
SELECT * FROM GeoLocations WHERE Id IN ('123456', '234567');

The rest of the query is processed client-side.

Columns

Name Type References Description
Id [KEY] String Unique identifier assigned to the geographic location.
Name String Display name of the location as shown within LinkedIn Ads targeting options.
LocaleCountry String Two-letter uppercase country code defined by ISO 3166 representing the country of the location.
LocaleLanguage String Two-letter lowercase language code defined by ISO 639 representing the language associated with the location.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454