Get All Affiliates

The Get All Affiliates Action Builder retrieves all website interactions, by affiliates, loops through each action and retrieves the details.

Select the properties, of the affiliate interaction, that will be retrieved.
Select the Property.
Type in a Variable name or select from a list of existing Variables that will hold the value of the property.
Click the Plus button to add that property to the list to be retrieved.
Click Finish once all property values to be retrieved have been added.

Get All Affiliates – retrieves a list of all RapAffiliate interactions.

Loop Record Collection – loops through each RapAffiliate item, in the list.
Get Current Record – retrieves the current RapAffiliate interaction and places it into the CurrentRecord variable.
Get Product – retrieves the product id.
Get Affiliate – retrieves the affiliate email.

Get Clicks – retrieves the amount of clicks the affiliate was responsible for.
Get Sales by Email

The Get Sales by Email retrieves all sales that were made with a specific email address, loop through each sale and retrieve the details.

Set the variable that will hold the email that will be used to search sales.

Select the properties, of the sale, that will be retrieved.
Select the Property.
Type in a Variable name or select from a list of existing Variables that will hold the value of the property.
Click the Plus button to add that property to the list to be retrieved.
Click Finish once all property values to be retrieved have been added.
Created Script

Set Email – sets the email address to a variable.
Get Sales by Email – gets all sales, from all Rap Installations, that were done with a email address.

Loop Record Collection – loops through each item in the sales list.
Get Current Record – retrieves the current sale item and puts it into the CurrentRecord variable.
Get ItemNumber – retrieves the item number from the current sales item.
Get ItemName – retrieves the item name from the current sales item.
Get Sales by Site

The Get Sales by Site retrieves all sales in a specific Rap Pro Installation, loops through each sale and retrieves the details.

Set the variable that will hold the Rap Account (Installation) Name.

Select the properties, of the sale, that will be retrieved.
Select the Property.
Type in a Variable name or select from a list of existing Variables that will hold the value of the property.
Click the Plus button to add that property to the list to be retrieved.
Click Finish once all property values to be retrieved have been added.
Created Script

Set Account Name – sets the Rap Installation name to the RapAccountName variable.
Get Account by Name(Get Install by Name) – retrieves the Rap Installation record from the database.
Get Sales by Site – returns a list of all sales from a specific Rap Installation.

Loop Record Collection – loops through each item in the sales list.
Get Current Record – retrieves the current sale item and puts it into the CurrentRecord variable.
Get ItemNumber – retrieves the item number from the current sales item.
Get ItemName – retrieves the item name from the current sales item.
Get All Sales

The Get All Sales Action builder retrieves all sales, from all Rap Pro Installations, loops through each sale and retrieves sale details.

Select the properties, of the sale, that will be retrieved.
Select the Property.
Type in a Variable name or select from a list of existing Variables that will hold the value of the property.
Click the Plus button to add that property to the list to be retrieved.
Click Finish once all property values to be retrieved have been added.
Created Script

Get All Sales – retrieves all sales for all Rap Installations.

Loop Record Collection – loops through each item in the sales list.
Get Current Record – retrieves the current sale item and puts it into the CurrentRecord variable.
Get Refunded – retrieves the refunded from the current sales item.

Get ItemName – retrieves the item name from the current sales item.
Get ItemNumer – retrieves the item number from the current sales item.
Get All Affiliates

Retrieves all affiliate interactions from all RapPro Installations.

Result – returns a list of RapProAfiliate interactions.
Get Affiliates by Site

Retrieves a list of affiliate activity for a specific RapPro Installation.

Site – the RapPro Installation with the affiliate interactions.
Result – the list of RapProAffiliate interactions.
Get Sales by Site

Retrieves sales for a specific RapPro Installation.

Site – the RapPro Installation that will be used.
Result – returns a list of RapProSale.
Get Sales by Email

Retrieves all sales, for all RapPro Installations, for a particular email address.

Email – the email address that will be used to retrieve the sales.
Result – a list of sales for that email address.
Get All Sales

Retrieves all sales for all RapPro Installations.

Result – returns a list of RapProSale for all RapPro Installations.