Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Yavor, looks like you created an arrey of events but you ask for the eventTyp of 0 only. console.log(digitalData.events[0].eventInfo.eventType);output "FormLoad" console.log(digitalData.events[1].eventInfo.eventType);output is "formSubmit"did you check which data you receive?
Hi Katja, luckily was able to solve the issue 🙂Thank youAbout your question. My issue was that I simply was not able to set the filter to "today". I thought I have to use the "is" statement BUT I was not able to define the present day as value. Found out that the statement "in time frame" offers as...
Hi everyone, we like to setup a reminder service for our customer. Use case is:- User fills out a form - which includes a date picker for a reminder- user selects a date which can be up to one year in the future (limited by the form)- At the specified date we send an email to the user My current se...
Thank you
Hi Michael, thank you but unfortunately this is not an option for my case.
Hi everyone, I'm experimenting with the Rest API to get Bulk Activity Extracts for forms. The following block post shows some data examples: https://nation.marketo.com/t5/product-blogs/activity-types-attributes-and-exporting/ba-p/244377If extracting data for form fills the CSV contains a column attr...
Hi everyone, I like to filter for "Filled out Form" filter criteria while a specific value should have been given during the form fill. Do you see any possibility to do so? I know that there are some Constrains you can add to a "Filled out Form" activity. Constrains like ""querystring" or "browser"....
This is a great solution! Thank you @Katja_Keesom Already implemented it and will test it in detail.
Hi @SanfordWhiteman I want to create them triggered or as part of a smart list flow. I want to store them in a custom program member data field. I want to request and include them into my assets and functions like every other custom program member data. Kind RegardsWolfram
Hi everyone, I like to create a random passcode for program members (a non sensible one 😉 ). This code should be created by a smart list and should be saved in a custom program member field. I already know how I can create such codes using velocity and email scripting but it seems as if I can't use...