Create a user location audience
Introduction
Configuration
Users in a particular city
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "required": [ "city" ], "properties": { "city": { "const": "enter city name here" } } }
Users in a particular UK postcode area
Tips
Last updated
Was this helpful?