How do I add MPP management parameters?
If the image URL for your tag does not contain query string parameters, you can simply append the parameters to the end of the tag.
Original Tag:
link: https://img.kickdyn.com/clickimgdf.ashx?c=36695.rZ612LjkDXYxzwXLN2Mh&gender=value
image: https://img.kickdyn.com/imgdf.png?c=36695.rZ612LjkDXYxzwXLN2Mh&gender=value
with parameters appended:
link: https://img.kickdyn.com/clickimgdf.ashx?c=36695.rZ612LjkDXYxzwXLN2Mh&gender=value&kdcustomerid={{ profile.customer_id }}
image: https://img.kickdyn.com/imgdf.png?c=36695.rZ612LjkDXYxzwXLN2Mh&gender=value&kdcustomerid={{ profile.customer_id }}&kdsendid={{ campaign.date_time }}
Tags that end in .png
If your tag ends in .png then you will need to re-order to tag.
Original tag:
https://img.kickdyn.com/38639/8mWgY6Rpbg6S9r2sMkL6/imgrb.png
Reordered like this:
https://img.kickdyn.com/imgrb.png?c=38639.8mWgY6Rpbg6S9r2sMkL6
You can then append your parameters:
https://img.kickdyn.com/imgrb.png?c=38639.8mWgY6Rpbg6S9r2sMkL6&kdcustomerid={{ profile.customer_id }}&kdsendid={{ campaign.date_time }}
If you need assistance re-ordering your tag, please contact your account manager.