Hello @pradeep_07 ,
You can dynamically add these tag by adding a java script code to Script tab of the delivery activity.

The code will look like this.
delivery.webAnalytics.tag1="TAG_1_VALUE";
delivery.webAnalytics.tag2="TAG_2_VALUE";
delivery.webAnalytics.tag3="TAG_3_VALUE";
Let me know if that helps.