Merge command: [strnews-linklabel ]
Merge variable/item: strLinklabel
Comments:
This calculates the analytics tracking label of the n-th news document in case it is of docType link. Since a link is being opened direcly the statistic tracker (when present) should be triggered directly from this newsbox.
Formula:
@If(
strXdocDocType="link" & @Length(@Text(strXdocCategoryID))=32;@Eval("@GetDocField(\""+@Text(strXdocCategoryID)+"\";\"linkLabel\");");
strXdocDocType="link" & @Length(@Text(strXdocPageID))=32;@Eval("@GetDocField(\""+@Text(strXdocPageID)+"\";\"linkLabel\");");
@Eval("@GetDocField(\""+@Text(queueList)+"\";\"linkLabel\");")
);
Merge variable/item: strLinklabel
Comments:
This calculates the analytics tracking label of the n-th news document in case it is of docType link. Since a link is being opened direcly the statistic tracker (when present) should be triggered directly from this newsbox.
Formula:
@If(
strXdocDocType="link" & @Length(@Text(strXdocCategoryID))=32;@Eval("@GetDocField(\""+@Text(strXdocCategoryID)+"\";\"linkLabel\");");
strXdocDocType="link" & @Length(@Text(strXdocPageID))=32;@Eval("@GetDocField(\""+@Text(strXdocPageID)+"\";\"linkLabel\");");
@Eval("@GetDocField(\""+@Text(queueList)+"\";\"linkLabel\");")
);