Description
The domain table provides a read-only mapping between domain names and the Facebook-generated IDs associated with them. This table is analogous to the Domain object in the Graph API. Query this table to get domain IDs for which to query domain metrics from the insights FQL table.
Columns
| Name | Description |
|---|
domain_id id | The domain id.
|
domain_name string | The domain name.
|
Examples
- SELECT ... FROM domain WHERE domain_id = A
- SELECT ... FROM domain WHERE domain_name = A
Note: Additional filters on other columns can be specified but they may make the query less efficient.