Aweber integration

Article Tools

For information about Aweber click here.

“Aweber.com integration” is offered on the Package’s record.

You can enable the integration by checking the box and replace  the LIST_NAME with your Aweber’s list name.

You can also pass custom fields to Aweber. For example let’s say you want to pass the following details to Aweber:

  • The affiliate’s ID so to suggest new offers to customers and make sure that the affiliate will get the sale.
  • The user’s id so you can instruct the customer how s/he can promote your product/service by giving his/her affiliate links.
  • The customer’s email which is used as a username with memberships.
  • The customer’s password.

Here is how to do this:

First create the custom fields in Aweber; choose the list you want and then select “My Lists/Custom fields” or click here: https://www.aweber.com/users/settings/custom_fields

Create the following fields:

affiliate
id
username
password

Inside DELAVO enable the Aweber integration in the Package’s record, change the list’s name as noted and then add the following

custom affiliate=#{Affiliate.id}
custom id=#{Customer.id}
custom username=#{Customer.email}
custom password=#{Customer.passwd}

inside the “parameters’ textarea right after this line

meta_redirect_onlist=#{Sale.thankLink}

Test the feature by adding custom fiends in your follow up messages.

Example:

Your username is: {!custom username}
Your password is: {!custom password}

Your affiliate link is:

http://turbomembership.com/?aff_id={!custom id}

Aweber will parse those custom fields with the information sent by DELAVO when the user signed up via a DELAVO’s package which had the Aweber integration setup.

Previous postDELAVO & WP PLUGIN authorization Next postHow to integrate Delavo with Imnica Mail

Related Posts