You might want to execute some tracking code (usually javascript code like Google Analytics Ecommerce tracking) on subscription complete page. For that, you can use Conversion Tracking Code code in Membership Pro
[ID] : Will be replaced with ID of the subscription record
[TRANSACTION_ID] : Will be replaced with Transaction ID of the payment
[AMOUNT] : The amount (before discount, tax)
[DISCOUNT_AMOUNT] :The discount amount
[TAX_AMOUNT] : The tax amount
[GROSS_AMOUNT] : The actual payment amount which users have to pay (after discount, tax applied)
[PAYMENT_PROCESSING_FEE] : Payment processing fee (if enabled in the payment plugin)
[ITEM_NAME] : Description of the payment
You can use any other tags, same as the tags which you can use in email message.