Environment
Campaign Classic
Issue/Symptoms
A delivery was sent to the recipients without getting approval for content when the option was checked, and the operator group was assigned.
The delivery in question shows that while the content approval was turned on, the delivery was sent out without getting approved since no approval logs are there in the delivery dashboard.
Cause
The cause of this issue is that the customer’s delivery XML is missing a critical argument for content approval (useContentValidation
) and many others. It’s corrupted.
The customer’s validation looks like this.
validation useBudgetValidation="0" useFCPValidation="0" useTargetValidation="0"
content primaryAssignee-cs="Content Approvers (cusContentApprovers)" primaryAssignee-type="1"
primaryAssignee _operation="none" name="cusContentApprovers" type="1"/
/content
/validation
The case where content approval is activated looks like this:
validation assignEdition="0" disableNotification="0" externalValidation="0" sandboxMode="0"
sandboxModeEnforced="0" useBudgetValidation="0" useContentValidation="1"
useExtractionValidation="1" useFCPEmailValidation="0" useFCPPaperValidation="0"
useFCPPhoneValidation="0" useFCPSMSValidation="0" useFCPValidation="0"
useLinkedDeliveryValidation="0" useTargetValidation="0" validationMode="0"
target
validation delay="259200" type="0"/
primaryAssignee/
/target
content primaryAssignee-cs="Administrator (admin)" primaryAssignee-id="1055"
primaryAssignee-type="0"
/content
/validation
This can happen during an incorrect copy of the delivery, which is not recommended. It’s recommended to use a delivery template or create a new one.
How do we know it’s a copy?
2019-07-05 16:01:59.874+05:30 00002572 00007893 1 info log Approval of content for main delivery 'Copy of Label (internalName)' by operator 'XXXXXX User (xxxxxx)'
2019-07-05 16:14:59.526+05:30 00002572 00007D6C 1 info log Approval of content for main delivery 'Copy of Label (internalName)' by operator 'XXXXXX User (xxxxxx)'
2019-07-05 16:27:40.169+05:30 00002572 00000798 1 info log Approval of content for main delivery 'Copy of Label (internalName)' by operator 'XXXXXX User (xxxxxx)'
These are the other deliveries from the same campaign
If the customer wants to copy deliveries this way, check all approval tags in the XML before sending.
Follow these steps to check approval tags.