Adding a date field to a program | Community
Skip to main content
New Participant
September 17, 2020
Solved

Adding a date field to a program

  • September 17, 2020
  • 1 reply
  • 2431 views

We are pulling program data from Marketo into a date warehouse for reporting purposes. We run events and I'm looking to find a way to identify the date an event takes place. Ideally, we'd add a date tag to the event but that's not really realistic or what the tags were designed for. I know we can schedule an event on the marketing calendar but as far as I've seen the calendar isn't available to the API. We're looking into pulling the date from the program name, but that leaves some room for human error.

 

Anyone seen a way to have a date associated to the program? All recommendations are much appreciated!

-Andrew

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

I like the Date {{my.token}} approach because [a] it has to be a Date, as it's not freeform text, and [b] if someone forgets to add it, the Program can merely be flagged as undated in the BI tool or ETL process — the name never needs to change.

1 reply

Amy_Goldfine
New Participant
September 17, 2020

I personally would add the name into your naming convention. No more error than adding it some other way. We have a web-based naming convention builder and that really helps keep things in check.

 

You could also add a consistent token DATE across all programs and try to report on that, not sure how token reporting pulls into a BI tool

Amy GoldfineMarketo Champion & Adobe Community Advisor
SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 18, 2020

I like the Date {{my.token}} approach because [a] it has to be a Date, as it's not freeform text, and [b] if someone forgets to add it, the Program can merely be flagged as undated in the BI tool or ETL process — the name never needs to change.

New Participant
September 23, 2020

Thanks! Hadn't realized we can access program tokens via API.