Use cases for custom marketo objects?
I've been studying up on marketo objects and am wondering how I can leverage this.
Any great use cases out there?
Or is it really just custom per business.
I've been studying up on marketo objects and am wondering how I can leverage this.
Any great use cases out there?
Or is it really just custom per business.
In theory, any N:1 Thing:Person relationship, where Thing is not a high-density time series but rather a relatively static characteristic or dimension, might be implemented as a Marketo CO.
In reality, the opacity of the REST API and other limitations have made COs more of a last resort in our experience. We do use them: examples are multiple Area of Interest records for a lead; multiple Season Tickets held; multiple Stock Positions, Products Registered, Courses Requested, and UTM Events. But almost always we wish we had used a different implementation. For example, for storing multiple product interests on a lead, a single JSON-formatted text field is far more efficient and easier to update than creating a new CO each time.
The limited number of COs (10) that you get to access from Velocity has proven a major obstacle. If I want to customize someone's emails based on currently held warranties, better to store records in a textarea field, where if each record is just a couple of string fields there could be hundreds of entries instead of just 10. And for any data you want to display on an LP ("Welcome back, here are your holdings") you can't use COs at all.
YMMV, but a thorough review of what you're trying to do is the only way to decide if COs are the only choice.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.