on ‎2018 Aug 29 12:25 PM
Hi All,
we are on Marketing Cloud Release 1808.
We have implemented open channel integration for our campaign. Here need to deliver within the export definition the amount of members of the target groups. We could add the ID of the taget group. As we could check there does not exist any attribute that has a counter of the members.
Anyway does somebody knows a call that we can call later so we get the amount of the members of this target group?
BR/
Oliver
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi,
can you pls try to put following code to get the count of member from TG_ID as follow:
data(lv_guid) = cl_cuan_tg_common=>convert_tg_id_to_guid( EXPORTING iv_tg_id = '16675' ).
data(LV_TG_count) = cl_cuan_tg_common=>get_tg_member_count( EXPORTING iv_tg_guid = lv_guid ).
Thanks
Saurabh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.