Retrieve Subscribers (List Bulk Async)

From $1

    Table of contents
    1. 1. Method
    2. 2. Results
    Doc-Wiki-BannerHK.png

    (Click the banner to go to the related Docs.Code.ExactTarget.com page.)

    The Retrieve Subscriber (List Bulk Async) call retrieves the profile and preference attributes for every subscriber on a specific list. The ExactTarget application includes this information in a compressed .ZIP file and places that file on your FTP site or another secure FTP site.

    You include a listID to retrieve the subscribers, and you can include a specific subscriber status in the call as a filter. The call immediately returns a batchID and places the results on the specified FTP site.

    Method

    To retrieve all subscribers on a list, use the following syntax:

    <system>
        <system_name>list</system_name>
        <action>BulkAsync</action>
        <sub_action>Subs_ToFTP</sub_action>
        <search_type>listid</search_type>
        <search_value>1234</search_value>
    </system>

    To filter by subscriber status, add the <search_status> tag, as follows:

    <system>
        <system_name>list</system_name>
        <action>BulkAsync</action>
        <sub_action>Subs_ToFTP</sub_action>
        <search_type>listid</search_type>
        <search_value>1234</search_value>
        <search_status>Active<search_status>
    </system>

    With this call, you also have the option of picking up the resulting file from your own FTP site rather than from the ExactTarget secure FTP site, by including the <results> node in your call. See the Output for a Batch File Export (Bulk Async) Call help topic for the syntax to use.

    XML Tag

    Tag Description

    <search_value>

    The list ID of the ExactTarget list whose subscribers you want to retrieve.

    <search_status>

    (Optional) Possible values to use as a filter for your results are as follows:

    • Active

    • Unsubscribed

    • Returned

    • Undeliverable

    Results

    The immediate results of this call will be a confirmation message and the batch ID for this request, as described in Output for a Batch File Export (Bulk Async) Call. Use the batch ID to check on the status of the request; see Batch Inquire (Status Check).

    The zipped file that will be deposited to the secure FTP site (or to your own FTP site, if you used the <results> node in your call) will contain the same XML output that you receive for the List Retrieve Subscribers method.


    This page was last updated by Ryan Williams on Fri, 06 Jan 2012 21:25:43 GMT.

    If you require assistance with the ExactTarget application, please contact Global Support. If you wish to send Ryan direct feedback, fill out the form below:

     


    Was This Page Helpful?
    Suggestions or Comments:
    Name (optional):
    Email Address (optional):
    Enter 16215 backwards:
       
    Tags: (Edit tags)
    • No tags
     
    Comments (0)
    You must login to post a comment.

     
    Powered by MindTouch 2010
    Admin