-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Hi,
I am trying to add an application on the back field of an Coupon Campaign. But I can't find the field name I should include in the api call. So with message to be appear on back like this
'back_fields' => array(
array(
'key' => "back_message",
'value' => "This area can be used for any Dynamic text or offers you like.",
'label' => "This is a sample pass. "
)
),
Can I do is
'back_fields' => array(
array(
'key' => "back_message",
'value' => "This area can be used for any Dynamic text or offers you like.",
'label' => "This is a sample pass. "
),
//how to make this call
array(
'app_id' => $ios_app_id ,
)
),
Reactions are currently unavailable