Creating Links to the Landing Page

If needed, you can create a link to direct your subscription shoppers to the subscriptions landing page where they can view and manage their subscription(s). The link will direct the shopper to a page specific to the task you want them to perform (such as manually renew their subscription, update their billing information, and so on).

How Landing Page Links are Structured

Links to the subscription landing page contain the following elements.

Parameter Value Required?
SiteID Your site ID. Yes
Action "DisplaySelfServiceSubscriptionLandingPage"

Yes

This value is the same in all links, regardless of what you are creating the link to do.

SubscriptionID The ID of the subscription you want the shopper to act upon.

No, but recommended.

If the shopper has multiple subscriptions and this is not included in the link, the shopper will have to first select the subscription they want to act on.

FutureAction The action you want the shopper to perform once they login on the landing page. Yes
AcceptAction The action that is performed when the user accepts a change to their subscription.

Yes

Only required for four actions, not required for all.

Sample Link

The following sample link shows how all the parameters are used. The color coding in the sample below correspond to the colors used in the table above.

You can copy the sample below and then change the parameters as needed to define your own link. Keep in mind that URLs should not include any spaces (if you copy the text below, it may contain line breaks or spaces, which should be removed).

http://store.digitalriver.com/store?SiteID=drsubano
&Action=DisplaySelfServiceSubscriptionLandingPage&subscriptionID=12345689
&futureAction=DisplaySelfServiceSubscriptionConfirmationActionPage&acceptAction=StopAutoRenew

FutureAction

The following table outlines the values you can use for the FutureAction parameter in your link. The FutureAction is the actual action you want the shopper to take, such as manually renewing their subscription.

Task the Shopper Will Perform FutureAction to Use Requires AcceptAction?
View subscription history DisplaySelfServiceSubscriptionHistoryListPage No.
Manually renew their subscription AddItemToRequisitionForManualRenewal No.
Edit their payment information DisplayAddEditPaymentPage No.
Edit their shipping address DisplayAddEditAddressPage No.
Upgrade their subscription DisplaySelfServiceSubscriptionUpgradePage No.
Increase the subscription quantity DisplaySelfServiceSubscriptionUpdateQuantityPage

Yes.

IncreaseSubscriptionQuantity 
Decrease the subscription quantity DisplaySelfServiceSubscriptionUpdateQuantityPage

Yes.

DecreaseSubscriptionQuantity

Stop automatic renewal DisplaySelfServiceSubscriptionConfirmationActionPage

Yes.

StopAutoRenew

Cancel the subscription DisplaySelfServiceSubscriptionConfirmationActionPage

Yes.

CancelSubscription

 

Concept Link IconRelated Topics

 

 


© 2019 Digital River, Inc.