getName
Queries the name of a coupon block in Optimizely Campaign.
Type: String
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the current session |
blockId | long | ID of the coupon block |
Return values
The name of the coupon block
Code structure
String getName(String sessionId, long blockId)
Updated almost 3 years ago