Solved

Dynamically generated data

  • 7 February 2023
  • 4 replies
  • 466 views

Can anyone point me to dev documentation that outlines how to capture dynamically populated data for an event? I have a developer that wants to understand how to capture activity on a page that generates different examples depending on what type of file is chosen. 

icon

Best answer by timothy-permutable 8 February 2023, 10:55

View original

4 replies

Badge +10

Sounds to me like can just be an event property, so the tracking event would look something like:

{
   "name":"Example Generated",
   "event_properties":{
      "example":"value",
      "file_type":"jpg"
   }
}

Userlevel 6
Badge +9

Thanks for stepping in @timothy-permutable 😁

Userlevel 2
Badge +3

Hello @RavenMoore that’s a great question and Thank you @timothy-permutable for the great suggestion. Please relay to the developer to try use the suggestion as it should work without issue. If you encounter any issues, please ping me here. 

@timothy-permutable  than you so much for the reply - I’ve already shared it with the developer and our internal community. Much appreciated!

 

Reply