Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This page requires the option Enable frontend import report to be enabled. Please ask your service manager to activate the option for your console account.

 

The Import_Report.aspx frontend page will display the statistics related to the completed import processes per List.

This functionality is useful especially when the import file is remitted from a third party automated process.

A sample of the page layout as it appears when properly configured is shown below : 

When landing to this page it will be possible for the user, to :

1) select the amount of rows the data grid will display per page 

Report columns description 

 

ColumnLabel in englishLabel in spanishLabel in italianDescription
Import Id IdIIdiIdiThe unique identifier for the whole import process
Imported File NameOfnNaNfThe name of the submitted import file
List IdIdlIdlIdlThe target list the process imported the recipients for
Start dateSdFiDiThe datetime the import process has begun
End dateEdFfDfThe datetime the import process has ended
Processed rowsPrLpRpThe overall count of rows the process has treated
Valid rowsVrLvRvThe amount of valid rows the process was able to process
Duplicated email messagesDeEdEdThe email recipients found as duplicated
Valid email messagesVeEvEvThe amount of unique email addresses imported
Non valid email messagesNveEnvEnvThe amount of invalid email addresses the process couldn't import to the desired list

Accepted Arguments

Field nametypedescription
ListIdintthe unique identity for the list the report will display data for
ListGuidstringthe unique string identifier for the list being taken into cosideration by the report

The ListGuid information can be easily retrieved from the Mailup console interface : Click on Settings from your left panel menu --> Account settings --> Developer's corner --> Codes table. There, it will be listed all the GuidList information for each List

It can be either retrieved via REST or SOAP API, for more information please take a look at these sections : REST or SOAP

 

Examples

 

 

 

 

  • No labels