affiliate_partner_edit_managed_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_managed_link.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

affiliateLinkOid

integer

$form.affiliateLinkOid

 

 

 

affiliateProgramManagedLinkOid

integer

$form.affiliateProgramManagedLinkOid

 

 

 

crossSiteProtectionToken

string

$form.crossSiteProtectionToken

 

 

 

customHtml

string

$form.customHtml

 

 

 

customLandingUrl

string

$form.customLandingUrl

 

 

 

errors

Error[]

$form.errors

 

 

 

googleConversionId

string

$form.googleConversionId

 

 

 

imageCreatives

ImageCreative[] (see below)

$form.imageCreatives

 

 

 

infoMessages

string[]

$form.infoMessages

 

 

 

invisibleLinkCreatives

InvisibleLinkCreative[] (see below)

$form.invisibleLinkCreatives

 

 

 

invisibleUrl

string

$form.invisibleUrl

 

 

 

name

string

$form.name

 

 

 

selectedImageCreativeOid

integer

$form.selectedImageCreativeOid

 

 

 

selectedInvisibleLinkCreativeOid

integer

$form.selectedInvisibleLinkCreativeOid

 

 

 

selectedTextCreativeOid

integer

$form.selectedTextCreativeOid

 

 

 

targetUrl

string

$form.targetUrl

 

 

 

targetUrlName

string

$form.targetUrlName

 

 

 

textCreatives

TextCreative[] (see below)

$form.textCreatives

 

 

 

type

string

$form.type

 

 

 

ysmAccountId

string

$form.ysmAccountId

 

 

 

 

Template Specific Value Objects

ImageCreative

Field

Type

Comment/Sample

creativeOid

integer

 

imageUrl

string

 

InvisibleLinkCreative

Field

Type

Comment/Sample

creativeOid

integer

 

url

string

 
TextCreative

Field

Type

Comment/Sample

creativeOid

integer

 

text

string

 

Flow