cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Open Channel Integration - Get Amount of Members used in Campaign

former_member355106
Active Participant
0 Likes
409

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee
0 Likes

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

Answers (0)