Long time since I last compiled a list of ideas. At this point in time, as GDPR is now less than 3 months away and since everybody recognises that this is not just a EU issue, here is a list of existing ideas that we would really need to see implemented in order to make Marketo a tool that really helps marketers to be and remain compliant
Starting with information capture:
We also need to securely be able to process the double-optin, and therefore see removed the flaw inherent to the usage of triggers + filters in "person is created" smart campaign. See
Continuing with information storage compliance:
We also need more flexibility and control on how we can arrange forms:
Last but not least, GDPR drives to generalize preference center.
Any key point I have missed ? please feel free to comment, I'll add them.
-Greg
Don't know if someone said it before, but a huge thanks to Grégoire and also Dan Stevens for your insights, opinions and debates on GDPR here. Very helpful!
Hi Gregoire,
These are great!
Related to key GDPR points, it would also be nice for Marketo to provide some simple standard solutions to be able to:
- Start/stop tracking people through Munchkin when they opt-in/out of cookie tracking
- Start/stop scoring people when they opt-in/out of profiling
- Have a general best practice GDPR friendly form that can be imported from the Marketo Library or in Marketo documents as a guide, with those fields that are a must (e.g. Consent Request, Consent Notes, Consent Date, only email address and country and mandatory fields, etc.)
Thanks!
Hi Macarena,
The scoring one is under Marketer's responsibility. Just add a filter to your scoring program on the opt-in field.
On the GDPR program, my experiences is that there is a true diversity on how it has to be implemented, depending on the business organization and geographies.
-Greg
Not only the various interpretations of the law, but also the level of risk that an organization is willing to accept. We‘re now seeing many organizations stating they will be “GDPR-ready” by May 25 (vs. GDPR-compliant), primarily due to the lack of what it means to be fully compliant at this time. Not to mention the ePrivacy Regulation (which won’t be revised by May 25) which includes many of the important guidelines/laws - beyond data protection - that us marketers must adopt.
Hi Grégoire Michel,
This is a simple suggestion and one that may well exist already, but it bugs the hell out of me.
The ability to choose the position of the Check Box without having to write CSS rules.
I don't understand why there is not a dropdown to pick where you would like the check box positioned (Left of label).
Thanks,
Gerard
Hi Gerard - you can do this today using the following attributes:
Hi Dan Stevens,
Thanks so much for the tip.
When I tried this and made the field required the asterix is floating way up above it. You don't know the css used to target that asterix? I have tried a few different combinations and the style doesn't seem to take effect; and as its a form, I don't have the ability to add the style inline.
Thanks,
Gerard
Hey Gerard - since we're only capturing required data, we no longer need to indicate which fields are required. Therefore, we use this custom CSS on our forms (when they're used on Marketo LPs):
.mktoForm .mktoAsterix {
display:none!important;
}