Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

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.


 Overview

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

...

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 page ( default is 5 )

2) browse the paginated grid according to the defined value at the point 1

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

...

Field nametypedescription
ListIdIdListintthe 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

 

Callback pattern

The frontend page is placed for every console, regardless of the service activation status, in the frontend root as follows :

http://<your_console_host>/frontend/Import_Report.aspx

when accessed with the proper query string arguments, it will look like

http://<your_console_host>/frontend/Import_Report.aspx?ListGuid=<your_list_guid>&ListId=<your_list_id>

 

Info

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

...


Examples

http://d4d7g.s70.it/frontend/Import_report.aspx?ListGuid=4935af0-32f5-48d5-8807-e5f2c157fa8e&ListId=1

 

Troubleshooting

Below a simple chart displaying the possible issues occurring when trying to run this page, along with a suggested resolution for the specific issue

 

Error MessagePossible causesResolution
One or more arguments were not passed inone of the two expected arguments was not passed or passed with the wrong letteringCheck the lettering of the two parameters the page actually expects as mandatory ( correct naming is displayed in the Accepted Arguments section above )
Guid and ListId mismatchThe inbound parameters were passed to the page with the correct lettering, however the ListGuid and the List Id values do not match.Please check the ListGuid value actually relates to the ListId you've requested the page for
An expected error occurred whilst validating argumentsThe arguments were passed with the right naming, but one of them may have been passed as an empty valuePlease check your query string callback includes all the mandatory parameters as the page expects