Integrating product usage data into nurturing marketing | Community
Skip to main content
February 26, 2013
Solved

Integrating product usage data into nurturing marketing

  • February 26, 2013
  • 2 replies
  • 1265 views
Hello - for our Marketo pilot, we are planning to integrate and use product usage data to trigger different nurturing messages (e.g., send message A if they use certain features; send message B if they use different features), with the goal of driving higher usage. We'd be interested to hear from Marketo users how technically you instrumented your products and then how you got the information into Marketo.  Thanks in advance. 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
I've talked to a bunch of customers who do this, and in general I tend to see the following approach:
  • Create a set of custom fields corresponding to key usages (Features enabled, certain counts, other relevant metrics)
  • Instrument the code such that the required data is available within your software on the back-end
  • Use the SOAP API to setup a background push nightly (or hourly) to update those fields, usually based on the lead's email address
  • Build campaigns that trigger on or otherwise use those fields
Munchkin and URL tracking can be done too, but I tend to think you're better served using SOAP and key indicators as lead fields.

2 replies

February 26, 2013
Andrew - good question - I'm anxious to hear other's recommendations. For online or cloud products, that will be fairly straight forward as you can monitor on a per URL basis.

For physical products it becomes a bit harder - as you are going to need to get the individual associated with Munchkin.
Accepted solution
February 26, 2013
I've talked to a bunch of customers who do this, and in general I tend to see the following approach:
  • Create a set of custom fields corresponding to key usages (Features enabled, certain counts, other relevant metrics)
  • Instrument the code such that the required data is available within your software on the back-end
  • Use the SOAP API to setup a background push nightly (or hourly) to update those fields, usually based on the lead's email address
  • Build campaigns that trigger on or otherwise use those fields
Munchkin and URL tracking can be done too, but I tend to think you're better served using SOAP and key indicators as lead fields.