Feedback

  • Contents
 

IS_Attr_CampaignGroup

Definition

If a campaign is using rule groups as an automation tool, this attribute contains the name of the active rule group in the campaign that is currently running. If the Advanced Campaign Management feature is in use, this attribute contains the name of the active Campaign Group in the Campaign Sequence that is currently running.

Usage

Read  Yes

Write  No


Example

<html>

<head>     <title>Standard Campaign Form</title>     <meta name="IS_Attr_CampaignGroup" />     <script language="javascript">         window.onload = InitTagValues;         function InitTagValues() {             tagCampaignGroup.innerText = IS_Attr_CampaignGroup.value;         }     </script> </head>
<body>     <p>The Active Group is of this campaign is: <em id="tagCampaignGroup">[Group]</em> </body>
</html>