We have a requirement from client, the major ask from them is to change the priority of campaigns while campaigns are running? And can we define our own custom priorities additional to OOTB.
For example:
If Campaign A is running with High Priority and Campaign B is running with Low Priority. After some time, we change the priority of Campaign A to low and Campaign B to high.
Will this change in priority taken into consideration by campaign dynamically?
Another question is, can the priorities of deliveries be overridden after the delivery is prepared? Example : If in a campaign, total 1000 deliveries were targeted, after some deliveries are sent, say 250, we want to change the priority of the delivery and wants campaign to send the remaining deliveries as per new priority. Is this possible?
How to achieve these two scenarios? Can we customize this code?
My thought is to update the delivery priority via script code. But, I am unsure if campaign picks that up while the delivery is running.
Vipul Raghav Amit_Kumar Adhiyan - Any thoughts here? Please?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi uagnihotri,
Can you please clarify, when you say Campaign priority, you actually mean delivery priority? As far as my knowledge goes, I've never seen Campaign priority. Will wait for you to clarify that.
Following points are in terms of delivery priority.
Now coming to your questions
If Campaign A is running with High Priority and Campaign B is running with Low Priority. After some time, we change the priority of Campaign A to low and Campaign B to high.
Will this change in priority taken into consideration by campaign dynamically?
I'm not sure if Campaign has a priority but if you want to do this on delivery, you will have to reanalyze it to take effect
Another question is, can the priorities of deliveries be overridden after the delivery is prepared? Example : If in a campaign, total 1000 deliveries were targeted, after some deliveries are sent, say 250, we want to change the priority of the delivery and wants campaign to send the remaining deliveries as per new priority. Is this possible?
A delivery becomes readonly, once you prepare it. However, it will not stop you from updating the attributes using an API call or workflow. Will it take effect? No as for that you need to re-analyze the delivery. If a delivery is already going out, priority has no control over it as MTA picks delivery parts that are available, randomly.
How to achieve these two scenarios? Can we customize this code?
It cannot be done.
Regards,
Vipul
Views
Replies
Total Likes
Hi uagnihotri,
Can you please clarify, when you say Campaign priority, you actually mean delivery priority? As far as my knowledge goes, I've never seen Campaign priority. Will wait for you to clarify that.
Following points are in terms of delivery priority.
Now coming to your questions
If Campaign A is running with High Priority and Campaign B is running with Low Priority. After some time, we change the priority of Campaign A to low and Campaign B to high.
Will this change in priority taken into consideration by campaign dynamically?
I'm not sure if Campaign has a priority but if you want to do this on delivery, you will have to reanalyze it to take effect
Another question is, can the priorities of deliveries be overridden after the delivery is prepared? Example : If in a campaign, total 1000 deliveries were targeted, after some deliveries are sent, say 250, we want to change the priority of the delivery and wants campaign to send the remaining deliveries as per new priority. Is this possible?
A delivery becomes readonly, once you prepare it. However, it will not stop you from updating the attributes using an API call or workflow. Will it take effect? No as for that you need to re-analyze the delivery. If a delivery is already going out, priority has no control over it as MTA picks delivery parts that are available, randomly.
How to achieve these two scenarios? Can we customize this code?
It cannot be done.
Regards,
Vipul
Views
Replies
Total Likes
Hi Vipul,
Thanks for your reply. Sorry, I assumed workflow priority as campaign priority. You have answered my question already.
Regards
Utkarsh
Views
Replies
Total Likes