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 | Access | Deletion | Data Discovery |
---|---|---|---|
Sales Person | ✅ | ✅ | |
Account | ✅ | ||
Activity | ✅ | ✅ | |
Metadata | ✅ | ||
Opportunity | ✅ | ✅ | |
Person | ✅ | ✅ | |
Schema Standard Field | ✅ | ||
Schema Custom Field | ✅ | ||
Activity Metadata | ✅ | ||
Activity Assets | ✅ | ||
Company | ✅ | ||
Named Account | ✅ |
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.
- Search Sales Person (aka Sales), who are in general employees of 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 or Sales, 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.
- Delete collected Leads by ID.
Endpoints Utilized
Method | Endpoint | Purpose | Docs |
---|---|---|---|
GET | /leads.json | Returns a list of up to 300 leads based on a list of values in a particular field | |
POST | /leads/delete.json | Delete a list of leads from the destination instance |
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
attribute with theopted_out
value for all detected leads by specifying a Marketo user identifier.
Endpoints Utilized
Method | Endpoint | Purpose | Docs |
---|---|---|---|
GET | /leads.json | Returns a list of up to 300 leads based on a list of values in a particular field | |
POST | /leads.json | Updating the "unsubscribed" attribute of a lead |
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.