-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK] Explain when MID is appended to CustomerKey during assets deployment #1233
Comments
i tried copying an asset to another BU via
Let's check your deployment file together |
we need to add a section here: the issue is missing documentation, not a bug. also needs to advice that if templating auto-replaces the MID in the asset with the target-MID then one needs to take care of changing the suffix yourself. |
Content Builder (
|
Is there an existing issue for this?
Current Behavior
When deploying an asset to a child Business Unit, Marketing Cloud has a restriction that all CustomerKeys should be unique.
When deploying an asset, the following error is shown if the asset has a conflicing CustomerKey in the same enterprise.
This coincides with the following message from with Marketing Cloud indicating that all CustomerKeys must be unique across the enterprise.
Expected Behavior
One way around this is to append the MID to the end of the CustomerKey on deployment like this.
[CustomerKey]-[MID]. I believe this was existing functionality of mcdevtools. This would prevent the errors from occuring, while still allowing user defined CustomerKeys in mcdevtools. This is particularly useful for mass deployments across many Business Units using the mcdev bdb $marketList' functionality
Steps To Reproduce
Version
6.0.2
Environment
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: