Administrative Back Office
Sunday, May 19, 2013
User: marketgrabber

Scheduled Tasks

Vehicle Scheduled Tasks
Expired Listings Finds listings that have expired or are due to expire and notify those customers. One optional parameter: Days. If not provided, it will default to 0 (expires today).
adminST_ListingExpire.aspx?e=VE (default task, days=0)
adminST_ListingExpire.aspx?e=VE&days=5 (alternate example - expires in 5 days)
Expired Subscriptions Finds subscriptions that have expired or are due to expire and notify those customers. One optional parameter: Days. If not provided, it will default to 0 (expires today).
adminST_SubExpire.aspx?e=VE (default task, days=0)
adminST_SubExpire.aspx?e=VE&days=5 (alternate example - expires in 5 days)
Saved Searches Sends email messages to customers showing any new ads that match their saved search settings. Two optional parameters: startDate, endDate. If not provided, they default to yesterday's date.
VE/VEadminST_SavedSearch.aspx (default task - run daily)
VE/VEadminST_SavedSearch.aspx?startDate=mm/dd/yyyy&endDate=mm/dd/yyyy (alternate example - to be run over greater period of time... Ex: weekly.)