Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Can you verify if email 2.0 turned on? The setting is found under: Admin -> Email -> Edit Email Editor Settings -> select 'NEW'
Hi Halid,RE: not logging the page view - is your staging site on a different domain than *.evaluategroup.com? If yes, than the lead could be getting 2 different cookie Ids and it is still anonymous on the staging site but is associated through the page on: info.evaluategroup.comRE: modal showing p...
Good to know! Haven't run into it yet but maybe will switch to using query byName or something else to find id for testing.
can't see the 7th filer criteria in the screenshots.. but would this work?((1 and 6) and (2 or 3 or 4 or 5)) and 7Edit: the above is for filters 1 and 6 being true. This might do what you need here: (1 and (2 or 3 or 4 or 5) or 6) and 7
Hi Rajesh, Where did the program Id come from? Was it provided by someone else? An easy way to get a program id for a simple test is from the from the address bar when logged into Marketo. Navigate to the program and notice the address bar. A link like this will appear: https://app-***marketo.c...
Hi Angela, Marketo pulls the website from email domain on it's own 'for your convenience'. It does have exclusion rules but some sites like 'outlook.com' still make it in.Website Same as Email Domain If thats an issue, you can make a webhook that does a better job and sets a custom field. Doing i...
Nothing wrong with a media query to fix it. I used to do it this way as well before figuring out what was adding 'padding-left: 120px;' which is the issue.Option 1: remove the default CSS so that the button centers how it should (my suggestion)Option 2: write more CSS to then undo Marketo's bad ...
Hello Ashley, There is a way to do this. Here are some linksREST API: http://developers.marketo.com/rest-api/lead-database/activities/#query^ you can specify the activity type id in the api call *Use Get Activity Types API call to get the ids for your instancehttp://developers.marketo.com/rest-ap...
Hi Tiki,Having had a similar issue in the past it seems like the button's default 'padding-left' may be the problem (but it is hard to say without seeing the code / page).If you can login to Marketo and look at the form, is the button centered within the editor?If so, drag it to the left to remove ...
You could potentially do this with a little javascript / jquery code on the landing page in Marketo. Since email clicks normally put ?mkt_tok= in the url for tracking, you can write a script to check for this on the page and then show / hide something accordingly. Another option might be to chec...