Kickdynamic
Search
⌃K

Adding Tag Parameters

If the image part of your tag does not in end in '.png' 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 }}&kddatetime={{ 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 }}&kddatetime={{ campaign.date_time }}
If you need assistance re-ordering your tag, please contact your account manager.
Note: You will need to add your own ESP's merge codes to your tag. These are unique to each provider.