David_Everly

David_Everly

Contact Me
Online Status
Offline
Date Last Visited
‎08-19-2024 09:46 PM
Marketo Employee
Joined the community 11-03-2015
Rank Icon Marketo Employee
Product Management
Portland, OR
  • solved badge Re: Bulk Lead Extract API questions

    Slight correction to #2, design decision to be consistent with REST API. For example, a call to Get Multiple Leads by Filter Type returns null for non-existent lead fields. Here is an example with non-existent field "leadRole" for a given lead id "318581":GET /rest/v1/leads.json?filterType=id&filt...

    image_type
    Discussions
    6816 0 8
  • solved badge Re: "Original Source Type" via Leads API or Lead Bulk Extract API?

    The field names are available in the export that you can do from the Marketo UI.

    image_type
    Discussions
    2436 0 1
  • solved badge Re: Bulk Lead Extract API questions

    1. Correct, using bulk you would have to pull leads in 30 day increments. I have created an enhancment request to increase the date range to 31 days.2. This design choice is to maintain consistency with bulk lead export from within the Marketo UI. i.e. a precedent had been set3. I am unable to rep...

    image_type
    Discussions
    6816 1 20
  • Re: Compression on Bulk Export APIs?

    Hello Kurt,HTTP compression (gzip) is supported by bulk extract leads and activities. When calling either Get Export Lead File, or Get Export Activity File endpoints, simply add the HTTP header "Accept-Ecoding: gzip" and the response body will be gzipped.curl -H 'Accept-Encoding: gzip' 'https://123...

    image_type
    Discussions
    4836 0 2
  • solved badge Re: Bulk Activity API - Activity Attributes?

    Your assumption is correct, specifying CSV, TSV, or SSV in format parameter is what is meant by "export to spreadsheet". Exporting as JSON is not supported.

    image_type
    Discussions
    4628 1 0
  • Re: Facebook/LinkedIn/Twitter fields not found?

    Hello Alex,To tell what fields are available in an instance, call the Describe endpoint.If these fields are not present, it may be that your partner sandbox is not provisioned with Social application. You can determine this by going to Marketing Activities, selecting any program, right-click, New L...

    image_type
    Discussions
    930 1 0
  • Re: Load the static list from REST-API

    Here is an example that adds two leads to a list. The listId is 3373. The leadId's are 318594 and 31895. ==Request==POST /rest/v1/lists/3373/leads.json{ "input":[ { "id": "318594" }, { "id": "31895" } ]}==Response=={ "requestId": "137a3#15c404678cd", "...

    image_type
    Discussions
    1700 0 0
  • Re: Creating Sales Persons via API and viewing them on Admin Portal

    Instead of create a Sales Person, I think you really want to create a Lead? If so, then use the Sync Leads endpoint to create a Lead, then you can view the lead by going to Lead Database > Default > System SmartLists > All Leads.

    image_type
    Discussions
    1640 2 2
  • solved badge Re: REST API - Query all Sales persons with no filters

    The "Query API" link that you provided refers to Sales Persons. I believe that what you really want are Leads? If so, you have 3 choices:Call Get Lead Activities and filter on "New Lead" activity type. See blog post here.If the Leads are in a static list, you can get them all by calling Get Leads...

    image_type
    Discussions
    1812 2 1
  • Re: Authentication Failure

    Hello Chris,Your code to generate the signature looks correct, so it is hard to say what is happening. I recommend posting the exact error that you are getting back. Another approach is to generate the timestamp and hmac using sites like these:1. Timestamp Generator / Converter - Timestampgenerato...

    image_type
    Discussions
    1798 0 1

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!
  • Boost 25 Boost 25 Earned on 3.15.23 Earned by 353 people Select to learn more
  • Seeker Seeker Earned on 3.24.22 Earned by 681 people Select to learn more
  • Engage 1 Engage 1 Earned on 3.24.22 Earned by 831 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 3.18.21 Earned by 4362 people Select to learn more
  • Affirm 1 Affirm 1 Earned on 3.18.21 Earned by 713 people Select to learn more
  • Shape 1 Shape 1 Earned on 3.18.21 Earned by 831 people Select to learn more
  • Give Back 10 Give Back 10 Earned on 3.18.21 Earned by 719 people Select to learn more
  • Affirm 3 Affirm 3 Earned on 3.18.21 Earned by 213 people Select to learn more
Public Statistics
Date Registered ‎03-11-2015 10:14 AM
Date Last Visited ‎08-19-2024 09:46 PM
Total Messages Posted 41
Likes Received 25
Likes given to