Tony_Mayse

Tony_Mayse

Contact Me
Online Status
Offline
Date Last Visited
‎11-17-2020 07:45 PM
Level 3
Joined the community 10-04-2019
Rank Icon Level 3
Portland
  • solved badge Re: Is there a report to show the api request details?

    The exact API calls are not available, but the Marketo Engage Support Team can inform you of the most often updated fields which should give you a good idea of what data is changing to cause your API limit exhaustion.

    image_type
    Discussions
    1960 0 0
  • Re: Marketo Deleted Leads endpoint slow for everyone or just me?

    Yes, this is expected behavior. Referring to https://developers.marketo.com/rest-api/lead-database/activities/#deleted_leads you will find the note:In some cases, this endpoint may respond with fewer than 300 activity items, but also have the moreResult attribute set to true. This indicates there a...

    image_type
    Discussions
    1855 1 0
  • Re: I cant figure out why my forms wont submit...

    In addition to Sanford Whiteman‌'s suggestions, you might try with extensions disabled. Incognito mode will disable all extensions unless specifically configured to run in Incognito mode. If you still see the problem in Incognito, try disabling all of the extensions by unchecking the "Enable" checkb...

    image_type
    Discussions
    7622 2 1
  • solved badge Re: Get all company id's from your instance

    There's no single API call to retrieve all companies at-once. In all cases, you'll need some a priori information. For example: If you know all of your sales person's email addresses, you can get their IDs using https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-refere...

    image_type
    Discussions
    5377 1 0
  • Re: SHA-256 an email address Link in Velocity

    Since you're already creating a the hash to provide to Conversant for matching, it seems to me that the easiest solution would be to create a custom field in Marketo, populate values using a list import ( Import a List of People - Marketo Docs - Product Documentation ), and then include the custom f...

    image_type
    Discussions
    4126 0 0
  • Re: SHA-256 an email address Link in Velocity

    I don't believe any of Marketo's Launchpoint partners offer a hashing webhook or service that's applicable. I'm hoping that will change as that would make this a lot easier.In the meantime: It would make sense to use a Function-as-a-Service (FaaS) provider like Microsoft Azure Functions to implement...

    image_type
    Discussions
    4126 0 2
  • Re: A cleaner way to write this email validation code?

    Sanford Whiteman‌, 100% valid!Gerard Donnelly‌, it might make sense to actually expand the code. I did a little searching and found this list which seems like it might serve you well. I'll leave it up to you if you really want to exclude all these domains. Another technique might be a pop-up that as...

    image_type
    Discussions
    111523 1 0
  • Re: what is this wvw domain?

    Hi Sant Singh Rathaur !Good AdviceAmit is right on the nose with the advice that wvw is just another subdomain. You're probably familiar with configuring CNAMEs for use with Marketo which is one way subdomains can be created. A Marketo customer could, in fact, use wvw as a CNAME in hopes that their ...

    image_type
    Discussions
    6416 2 1
  • Re: A cleaner way to write this email validation code?

    You can slim the list down by checking for the first part of the domain. This line builds a regexvar invalidDomainRE = new RegExp('@(' + invalidDomains.join( '|') + ')$', 'i');‍‍which explicitly looks for the end of the string by using the $. Change ')$' to ').*' and then you abbreviate your list of...

    image_type
    Discussions
    111523 1 2
  • Re: Getting Marketo to track a link created in a Velocity Token pullin...

    The code above doesn't generate a tracked link because ${anchorLink} contains the entire tag. Marketo's Velocity scripting will only output a tracked link when the tag itself is literal rather than stored in a variable. Moving the value assigned to ${anchorLink} on line 3 to line 13 is what's need. ...

    image_type
    Discussions
    4749 0 6
Latest Tags
No tags yet

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  •  Give Back 25 Give Back 25 Earned on 2.08.21 Earned by 332 people Select to learn more
  • Boost 10 Boost 10 Earned on 2.08.21 Earned by 709 people Select to learn more
  • Give Back 5 Give Back 5 Earned on 2.08.21 Earned by 1282 people Select to learn more
  • Boost 5 Boost 5 Earned on 2.08.21 Earned by 1228 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 2.08.21 Earned by 1972 people Select to learn more
  • Boost 3 Boost 3 Earned on 2.08.21 Earned by 1806 people Select to learn more
  • Give Back 10 Give Back 10 Earned on 2.08.21 Earned by 719 people Select to learn more
  • Applaud 25 Applaud 25 Earned on 2.08.21 Earned by 448 people Select to learn more
Public Statistics
Date Registered ‎04-10-2019 10:50 AM
Date Last Visited ‎11-17-2020 07:45 PM
Total Messages Posted 29
Likes Received 11