Marketo
Version
This integration utilizes the Marketo REST API v1.
Base URL
The base URL used for all Marketo API endpoints contains the Subdomain:https://subdomain.mktorest.com/rest/v1
Authentication & Authorization
The DataGrail Marketo integration connects using OAuth 2.0 with the following credentials: Client ID and Client Secret.
Scopes
The Marketo integration requires specific scopes that must be granted in order to function for a given capability.
Scope | Base | Access | Deletion | Data Discovery | Opt Out | System Detection |
---|---|---|---|---|---|---|
Activity | ✅ | ✅ | ✅ | |||
Activity Metadata | ✅ | |||||
Activity Assets | ✅ | |||||
Company | ✅ | |||||
Named Account | ✅ | |||||
Opportunity | ✅ | |||||
Person | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Sales Person | ✅ | |||||
Schema Standard Field | ✅ | |||||
Schema Custom Field | ✅ | ✅ |
Endpoints Utilized
DataGrail uses the following endpoints to authorize and test the connection:
Method | Endpoint | Purpose | Docs |
---|---|---|---|
GET | /leads/describe.json | Returns metadata about lead objects in the target instance |
Limits
Limits in Marketo are calculated using the leaky
bucket algorithm. All requests that are made after rate limits have been
exceeded are throttled and an HTTP 429 Too Many Requests
error is returned.
Requests succeed again after enough requests have emptied out of the bucket.
- DataGrail supports requests throttling to stay within 70-80% of specified service rate limits.
- DataGrail processes API responses with HTTP 429 status to interrupt requests, waiting and retrying (using an exponential backoff strategy).
Capabilities
Access
DataGrail's Marketo integration provides Synchronous Access capabilities for the following supported identifier category: Email.Data Interactions
For Access requests, DataGrail will take the following actions:
- Search Persons (aka Leads), who are people external to your company.
- If found, collect Activities by the persons IDs
When reviewing data returned by Marketo please note the following:
- Only fields with values are returned
- Custom fields unique to the organization may also be returned if they may potentially contain PII.
- Other Custom Objects may also be returned if they are linked to a Lead, that may contain PII in one or more fields.
Endpoints Utilized
Deletion
DataGrail's Marketo integration provides Synchronous Deletion capabilities for the following supported identifier category: Email.For Deletion requests, DataGrail will take the following actions:
- Search for Leads, who are people external to your company.
- Depending on your custom Deletion Settings do the following:
- If "Add Leads object custom field name" is disabled:
- Delete collected Leads by ID.
- If "Add Leads object custom field name" is enabled:
- If "Update custom field only" selected:
- Update the custom attribute for each of the collected Leads by ID.
- If "Update custom field and delete user data" selected:
- Update the custom attribute for each of the collected Leads by ID.
- Delete collected Leads by ID.
- If "Update custom field only" selected:
Endpoints Utilized
Method | Endpoint | Purpose | Docs |
---|---|---|---|
GET | /leads.json | Search leads by email | |
POST | /leads.json | Update lead's attributes. | |
POST | /leads/delete.json | Delete a lead | |
GET | /leads/describe.json | Fetch list of the lead object fields |
Opt Out
DataGrail's Marketo integration provides Opt Out capabilities for the following supported identifier category: Email.Data Interactions
For Opt Out requests, DataGrail will take the following actions:
- Find leads using configured identifiers.
- Update the
unsubscribed
or/and configured custom attribute with theopted_out
value for all detected leads by specifying a Marketo user identifier.
Endpoints Utilized
System Detection
DataGrail provides continuous system detection, delivering a real-time inventory of your data assets.Data Interactions
DataGrail's System Detection process runs once daily to detect new systems added in Marketo:
For System Detection requests, DataGrail will take the following actions:
- Fetch metadata about lead objects in the target instance.
- Fetch list of the users from the calls consumed in the past 7 days.
Endpoints Utilized
Method | Endpoint | Purpose | Docs |
---|---|---|---|
GET | /leads/describe.json | Returns metadata about lead objects in the target instance | |
GET | /stats/usage/last7days.json | Fetch number of calls consumed in the past 7 days |
Data Discovery
DataGrail's Marketo integration provides data discovery capabilities based on the principle of finding any and all personal data that's stored in a data system.Data Interactions
For discovery requests, DataGrail will take the following actions:
- Count number of all records for each of supported objects.
- Fetch example records for each of the supported objects.
Supported Objects
- Schema Standard Field
- Schema Custom Field
- Activity
- Activity Metadata
- Activity Assets
- Company
- Account
- Opportunity
- Person
- Sales Person
- Sample data for the next analysis and classification.
Endpoints Utilized
Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.