/AWS1/CL_PZZCREEVENTTRACKERRSP¶
CreateEventTrackerResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_eventtrackerarn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The ARN of the event tracker.
iv_trackingid TYPE /AWS1/PZZTRACKINGID /AWS1/PZZTRACKINGID¶
The ID of the event tracker. Include this ID in requests to the PutEvents API.
Queryable Attributes¶
eventTrackerArn¶
The ARN of the event tracker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTRACKERARN() |
Getter for EVENTTRACKERARN, with configurable default |
ASK_EVENTTRACKERARN() |
Getter for EVENTTRACKERARN w/ exceptions if field has no val |
HAS_EVENTTRACKERARN() |
Determine if EVENTTRACKERARN has a value |
trackingId¶
The ID of the event tracker. Include this ID in requests to the PutEvents API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRACKINGID() |
Getter for TRACKINGID, with configurable default |
ASK_TRACKINGID() |
Getter for TRACKINGID w/ exceptions if field has no value |
HAS_TRACKINGID() |
Determine if TRACKINGID has a value |