Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Member Engagement Trail Output

Output representation of member engagement trail API.
Sample Response

The field remainingResetCount and totalResetCount may show null if the set limit is 1.

Note

1{
2  "memberEngagementAttributeOutputRepresentations": [
3    {
4      "attributeStatus": "Active",
5      "currentValue": null,
6      "defaultValue": "0",
7      "description": null,
8      "endDate": "2025-01-31",
9      "name": "Book A Cab",
10      "startDate": "2024-11-01",
11      "targetValue": "2.0"
12    },
13    {
14      "attributeStatus": "Active",
15      "currentValue": null,
16      "defaultValue": "0",
17      "description": null,
18      "endDate": "2025-01-31",
19      "name": "Book A Hotel Room",
20      "startDate": "2024-11-01",
21      "targetValue": "1.0"
22    },
23    {
24      "attributeStatus": "Active",
25      "currentValue": null,
26      "defaultValue": "0",
27      "description": null,
28      "endDate": "2025-01-31",
29      "name": "Book A Flight",
30      "startDate": "2024-11-01",
31      "targetValue": "1.0"
32    }
33  ],
34  "message": null,
35  "promotionName": "Engagement Trail",
36  "remainingResetCount": null,
37  "rewards": [
38    {
39      "badgeReward": [],
40      "pointsRewards": [
41        {
42          "currencyName": "Reward Points",
43          "points": 200
44        },
45        {
46          "currencyName": "Tier Points",
47          "points": 100
48        }
49      ],
50      "voucherRewards": []
51    }
52  ],
53  "status": true,
54  "totalResetCount": null
55}
Property Name Type Description Filter Group and Version Available Version
status Boolean Indicates whether the request succeeded (true) or failed (false). Small, 62.0 62.0
message String The message explaining why the request failed. Small, 62.0 62.0
engagementAttribute Indicates the event that is tracked for a member. Small, 62.0 62.0
totalResetCount Integer The maximum number of times a member can complete the engagement trail and earn rewards. Small, 62.0 62.0
remainingResetCount Integer The number of times a member can still complete the engagement trail and earn rewards. Small, 62.0 62.0