Skip to content

How To Add an App on the Coupon Campaign #3

@Stacey940

Description

@Stacey940

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 ,

    )
  ),

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions