Skip to content

How To Add an App on the Coupon Campaign #3

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 ,

    )
  ),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions