Populating event number field of a event program settings with custom value | Community
Skip to main content
Level 3
February 28, 2025
Solved

Populating event number field of a event program settings with custom value

  • February 28, 2025
  • 2 replies
  • 1768 views

Hi,

It might be a funny question to ask, but would like to know the possiblity.

Is it possible to populate a "Event Number" field of event type program settings variable with a custom value via Marketo API?

Following screenshot is from Marketo example

Thanks,

Babu

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 SanfordWhiteman

That ID is the event provider’s unique ID. It wouldn’t make sense to be able to arbitrarily change it.

 

Remember, reading a property via API doesn’t have anything to do with whether you can write it.

2 replies

SanfordWhiteman
Level 10
February 28, 2025

No, you can’t set this via API.

Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 28, 2025

This is a system managed field— and as Sandy says you can’t update it via API. Do you want to add some sort or meta-data to the event program in Marketo?

Level 3
February 28, 2025

Thank you Sanford and Darshil.

I just want to populate event number field with some custom event value to keep up with reporting for  specific events.

I see Event Number value is returned in a variable "webinarSessionId"  When I queried an event program using rest/asset/v1/program/{{eventId}}.json so I thought we could update Event Number value.

 

is there a  way to set manually?

 

 

Thanks,

Babu

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
February 28, 2025

That ID is the event provider’s unique ID. It wouldn’t make sense to be able to arbitrarily change it.

 

Remember, reading a property via API doesn’t have anything to do with whether you can write it.