class Adparlor::Facebook::GraphApi::AdTargetingTypes::AdGeolocation

Attributes

country_code[RW]
country_name[RW]
geo_hierarchy_level[RW]
geo_hierarchy_name[RW]
key[RW]
name[RW]
primary_city[RW]
primary_city_id[RW]
region[RW]
region_id[RW]
supports_city[RW]
supports_region[RW]
type[RW]

Public Class Methods

type_param() click to toggle source
# File lib/adparlor/facebook/graph_api/ad_targeting_types/ad_geolocation.rb, line 11
def type_param
  'adgeolocation'
end