Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Absolutely you can do this. Basically, you create a script token that looks for whatever value in whatever field you need, then the 'true' output for that query is a block of HTML that is whatever you want to show, and the 'false' output is nothing. Here's a really basic example that's not querying ...
You just need to write 6 separate filters for "opened email" and put 1 in each filter. Then make sure your filter rules is set to "All." Basically, when you add multiple options inside a smartlist filter like that, they are always used as a "OR." If you want to force it to be all, you have to add a...
perniciousGood word
No issues here! Can you share your code? Maybe an issue there or with your web hosting server?
Hi Emilia, What we have actually opted to do on Marketo LPs where we want to capture form fills is to code a GA Event right into the form submission. So basically, inside the form.onSuccess process, we've dropped some code like this: ga('send', 'event', { eventCategory: 'event_registration', eventAc...
Unfortunately you can not define the specific program ID as you create programs/campaigns. As you already alluded, you'd have to create a custom filed and populate that per your requirements. What is the exact need for syncing the campaign ID over to your CRM? Would need to know more to add my comm...
No prob! You could always group by firm or something if that's a good indicator.
Yep, but you can only pick 1 in the People Performance report. If you want ALL OF THE DETAILS about records that were created yesterday, you're better off creating a smart list asset (instead of a people performance report). Use a smart list filter of "Date was created" = Yesterday, then update your...
Bingo. Check the report tab itself to see how it returns. It's going to give a count (by day) of everyone who was created yesterday. If you want different details instead of just a count, you can change how you group people to break it down however you'd prefer.