API Reference
configureAutoTrack
Configures automatic event tracking for Pinpoint. This API will automatically transmit an analytic event when
configured events are detected within your application. This can include: DOM element events (via the
event
tracker), session events (via the session
tracker), and page view events (via the pageView
tracker).Parameters
Option | Required | Type | Description |
---|---|---|---|
input | true |
Throws
service:
UpdateEndpointException - Thrown when the underlying Pinpoint service returns an error.validation:
AnalyticsValidationErrorCode - Thrown when the provided parameters or library configuration is incorrect.
Returns
void
record
Records an Analytic event to Pinpoint. Events will be buffered and periodically sent to Pinpoint.
Parameters
Option | Required | Type | Description |
---|---|---|---|
input | true |
Throws
validation:
AnalyticsValidationErrorCode - Thrown when the provided parameters or library configuration is incorrect.
Returns
void
record
Records an Analytic event to Pinpoint. Events will be buffered and periodically sent to Pinpoint.
Parameters
Option | Required | Type | Description |
---|---|---|---|
input | true |
Throws
validation:
AnalyticsValidationErrorCode - Thrown when the provided parameters or library configuration is incorrect.
Returns
void
Link Color Legend
Interface
Reference
Other