affiliate_partner_edit_link.vm

In addition to other standard variables like $cart, StoreFront system screens (display and post form data, such as checkout screens) have a $form variable that contains fields and data specific to that screen.  

Listed below are the form fields specific to this screen template.

$form variables for template affiliate_partner_edit_link.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

affiliateLinkOid

integer

$form.affiliateLinkOid

 

 

 

crossSiteProtectionToken

string

$form.crossSiteProtectionToken

 

 

 

customHtml

string

$form.customHtml

 

 

 

destinationUrl

integer

$form.destinationUrl

 

 

 

destinationUrlCustom

string

$form.destinationUrlCustom

 

 

 

destinations

Destination[] (see below)

$form.destinations

 

 

 

errors

Error[]

$form.errors

 

 

 

googleConversionId

string

$form.googleConversionId

 

 

 

imageCreatives

ImageCreative[] (see below)

$form.imageCreatives

 

 

 

infoMessages

string[]

$form.infoMessages

 

 

 

invisibleUrl

string

$form.invisibleUrl

 

 

 

name

string

$form.name

 

 

 

selectedImageCreativeOid

integer

$form.selectedImageCreativeOid

 

 

 

selectedTextCreativeOid

integer

$form.selectedTextCreativeOid

 

 

 

textCreatives

TextCreative[] (see below)

$form.textCreatives

 

 

 

type

string

$form.type

 

 

 

ysmAccountId

string

$form.ysmAccountId

 

 

 

Template Specific Value Objects

Destination

Field

Type

Comment/Sample

affiliateOfferItemOid

integer

 

description

string

 

ImageCreative

Field

Type

Comment/Sample

creativeOid

integer

 

imageUrl

string

 

TextCreative

Field

Type

Comment/Sample

creativeOid

integer

 

text

string

 

Flow