-
SEO Learning Center
Broaden your SEO knowledge with resources for all skill levels.
-
The Beginner's Guide to SEO
If you're brand new to SEO, start here.
-
SEO Q&A
Get answers from the Moz Community.
-
Free Downloads and More
Quick access to whitepapers, reports, guides, webinars, and case studies.
-
Help Hub
Learn how to use Moz products.
-
Community & Events
Connect with over 600k online marketers.
-
SEO Training
Instructor-led classes and seminars
LocalLocationNetworkFieldIssueList
Returns field-level discrepancy issues for a given location. Each item describes one field + network combination where the stored value differs from what is live on the network. Deduplicated by field + network.
JSON-RPC Method:
local.location.network.field.issue.listlocation_id
number
The id of the location
1{
2 "location_id": 12345
3}field_issues
array
location_id
number
The id of the location
network_type
string
The type of the network
Acceptable Values:
facebooktwitterinstagramgoogle_my_businessgoogle_pagesnetwork_name
string
Plain text display name of a network (e.g. "Google My Business", "Apple Maps").
field_name
string
In-app display name for a tracked listing field (e.g. "Listings Name", "Address", "Phone").
1{
2 "field_issues": [
3 {
4 "location_id": 12345,
5 "network_type": "google_my_business",
6 "network_name": "Google My Business",
7 "field_name": "Address"
8 }
9 ]
10}Does not require any quota.