The SDKI adapts to the location permissions granted your users
GDPR/CCPA compliant, easy to integrate and SDK available in native or cross-platform
Set your places of interest and start generating events, as simple as that
Use geofencing to monitor user traffic in your shops & competitors' pre & post engagement campaigns.
Improve overall user satisfaction with contexualized & real-time experiences.
Consolidate location & geofencing data to enrich user profiles.
Increase revenue thanks to targeted advertising and geomarketing.
Both when the app is in foreground (open) or background (closed) depending on your app's location permission type.
Tag specific locations (your stores and competition's for instance) and trigger events anytime someone walk past these.
Group users into specific groups sharing common attributes.
From foot traffic report to proximity-based push notifications. Create custom dashboard using third-party solutions and harness the power of locations intelligence.
Integrate HEROW at the heart of your marketing stack & build ever-improving scenarios
onCreate() {
super.onCreate()
val herowInitializer = HerowInitializer.getInstance(context)
herowInitializer
.configPlatform(HerowPlatform.PROD)
.configApp(sdkId = "ID", sdkKey = "KEY")
herowInitializer.synchronize()
}
{
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
herowInitializer = HerowInitializer.instance
herowInitializer?.configPlatform(.prod).configApp(identifier: "ID", sdkKey: "Key").synchronize()
return true
}
From initializing the SDK to running tests.
What does a standard event payload contains.
How to connect your HEROW account to our technology partners.