paramNameContent constant

String const paramNameContent

Parameter key used to specify data for the one or more pieces of content being logged about. Data should be a JSON encoded string. Example: "{\"id\": \"1234\", \"quantity\": 2, \"item_price\": 5.99}, {\"id\": \"5678\", \"quantity\": 1, \"item_price\": 9.99}"

Implementation

static const paramNameContent = "fb_content";