R.Gen landing page include popular email marketing services integration with subscription forms. It is very easy to setup with landing pages subscription forms.
All settings available in form-data/config.php file. Open config.php file and follow instructions below.
Mail Chimp settings
- Open File => form-data/config.php
- Set => $STORE_MODE = “mailchimp”; and than set API key and List ID of mail chimp
$MC_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $MC_LIST_ID = "xxxxxxxxx";
- Where can I find my API key?
http://kb.mailchimp.com/accounts/management/about-api-keys - Where can I find my List ID?
http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id
You can also find video on youtube which explain how to find API key and List ID
Campaign Monitor Settings
- Open File => form-data/config.php
- Set => $STORE_MODE = “campaignmonitor”; and than set API key and List ID of campaign monitor
$CM_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $CM_LIST_ID = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
- Where can I find my API key?
http://help.campaignmonitor.com/topic.aspx?t=206 - Where can I find my List ID?
https://www.campaignmonitor.com/api/getting-started/?&_ga=1.69755664.1469494041.1451461361#listid
GetResponse Settings
- Open File => form-data/config.php
- Set => $STORE_MODE = “getresponse”; and than set other settings of GetResponse
$GR_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $GR_CAMPAIGN_NAME = "xxxxxxxxxx";
- Where can I find my API key?
http://apidocs.getresponse.com/pl/article/api-key - Where can I find my campaign name?
Campaign name is name which you apply at the time on creating new campaign.
https://app.getresponse.com/campaign_list.html
AWeber Settings
- Open File => form-data/config.php
- Set => $STORE_MODE = “aweber”; and than set other settings of aweber
$AW_AUTH_CODE = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $AW_LIST_NAME = "xxxxxxxxxx";
- Where can I find my authorization code?
https://auth.aweber.com/1.0/oauth/authorize_app/03d41609 - Where can I find my list Name
https://www.aweber.com/users/autoresponder/manage
iContact Settings
- Open File => form-data/config.php
- Set => $STORE_MODE = “icontact”; and than set other settings of iContact
$IC_APP_ID = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $IC_API_USER = "xxxxxxxxxxxxxxxxxxx"; $IC_API_PWD = "xxxxxxxxxxxxxxxxxxx"; $IC_LIST_NAME = "xxxxxxxxxxxxxxxxxxx";
- Getting started guide of authenticate requests
https://www.icontact.com/developerportal/documentation/authenticate-requests/ - How can I register my APP?
https://www.icontact.com/developerportal/documentation/register-your-app/
- Where can I find my APP ID?
https://app.icontact.com/icp/core/registerapp/
Obtained when you Register the API application. This identifier is used to uniquely identify your application. - Where can I find my API USER?
https://www.icontact.com/developerportal/documentation/authenticate-requests/
The iContact username for logging into your iContact account. If you are using the sandbox for testing, this is your sandbox environment user name. - Where can I find my API PASSWORD?
https://www.icontact.com/developerportal/documentation/authenticate-requests/
https://app.icontact.com/icp/core/externallogin
The API application password set when the application was registered. This API password is used as input when your application authenticates to the API. This password is not the same as the password you use to log in to iContact. - Where can I find my LIST NAME?
https://app.icontact.com/icp/core/mycontacts/lists
Constant Contact Settings
- Open File => form-data/config.php
- Set => $STORE_MODE = “constantcontact”; and than set other settings of constant contact
$CC_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxx"; $CC_ACCESS_TOKEN = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $CC_LIST_NAME = "xxxxxxxxxxx";
- Where can I find my API KEY & ACCESS TOKEN?
http://developer.constantcontact.com/home/api-keys.html
https://constantcontact.mashery.com/page - Where can I find my list Name
https://ui.constantcontact.com/rnavmap/distui/contacts
Text File Settings
- Open File => form-data/config.php
- Set => $STORE_MODE = “file”;
$STORE_FILE = "subscription.txt";
- After $_SERVER[“DOCUMENT_ROOT”].” , write the path to your .txt to save the emails of the subscribers