From the locator output, extract:
- Google Maps place ID:
entity[index].profile.googlePlaceId : string
- Address:
entity[index].profile.address : object
- yextRoutableCoordinate:
entity[index].profile.yextRoutableCoordinate : object (x,y)
- Concept Code:
profile.c_conceptCode : string (CFA indicates regular store, LIC indicates licensed locations)
- Status:
profile.c_status : string (OPEN is desireable)
- Location Subtype Code:
profile.c_locationSubtypeCode : string (FSU is desirable. aka Free Standing Unit)
From the locator output, extract:
entity[index].profile.googlePlaceId : stringentity[index].profile.address : objectentity[index].profile.yextRoutableCoordinate : object (x,y)profile.c_conceptCode : string(CFAindicates regular store,LICindicates licensed locations)profile.c_status : string(OPENis desireable)profile.c_locationSubtypeCode : string(FSUis desirable. aka Free Standing Unit)