public interface EmailTrackingManager
| Modifier and Type | Method and Description |
|---|---|
Long |
createTrackedEmail(String emailAddress,
String type,
String extraValue) |
void |
recordClick(Long emailId,
Map<String,String> parameterMap,
String customerId,
Map<String,String> extraValues) |
void |
recordOpen(Long emailId,
Map<String,String> extraValues) |
Copyright © 2022. All rights reserved.