affiliate_partner_edit_link.vm
info
Transcluded from Screen Interface Intro.
$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](../storefront-object-model/error-sfo.md)[] | $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

Was this page helpful?