0

Aweber Subscriptions

Hi,

I am able to fetch only 100 subscriber's information at one time.
But I want whole information of all the subscribers in 1 data source.

I have tried to use MAP function by making dynamic data sources. But unable to achieve the same.

Can anyone please help me on this?

4 comments

  • 0
    Avatar
    Josh Cohen-Collier

    Hi Rajat,

    Thanks for posting in our community!

    For the results of the first query, where you are using numbers like 100, 200, etc, in the returned data is there a parameter for the total_size?
    If so, you can use this to our advantage.

    What you would need to do is use two datasources, one that is static, the other that is dynamic.
    The static datasource(eg without a variable in the query) would be the one using 100, 200, etc.
    The dynamic one would be using the variable in the ws.start parameter.
    Note that the dynamic datasource would need to be created from scratch, and can't be a duplicated or reconfigured static datasource.

    Then, you would use your SET function, however you would be using the total_size parameter from the returned data of the first datasource that you already have.
    SET(
         "offset",
         (@total_size-100),
        data from dynamic data source
    )

    Hope this helps!

    Best regards,
    Joshua

  • 0
    Avatar
    Rajat M

    Hi Josh,

    This only gives information of recent 100 subscribers

  • 0
    Avatar
    Rajat M

    Hi Josh,

    Through set function I was able get recent 100 subscribers. But I want information of all the subscribers.

    Can you please help me on this?

  • 0
    Avatar
    Rajat M

    Hi Josh,

    Please let me know if there is any way to get information of all subscribers through 1 query.
    Or there is any alternative approach for same please let me know.

    Thanks
    Rajat

Please sign in to leave a comment.