You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/marketo/index.md
+4-31Lines changed: 4 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,54 +282,27 @@ Currently, Warehouses are the only supported destination for object-cloud source
282
282
283
283
Segment couldn't provide the statistics regarding the number of API calls we consumed, becasue our systems only log the number of objects that we pulled from Marketo as throughput.
284
284
285
-
<<<<<<< HEAD
286
285
### Could I limit the API usage on the source?
287
286
288
287
Yes, you have the option to specify a cap to the API calls that our source will consume per day. If no cap is specified, we will by default consume as many API calls that are available within your limit that you agreed with Marketo to sync the entire source.
289
288
290
289
We also use the `Lead` and `Activity` Bulk Extract APIs to reduce the number of requests needed to sync the data; this however, also has a limit of 500MB worth of files downloaded per day.
291
-
=======
292
-
At set up time, you have the option to specify a cap to the API calls that a source can consume. If no cap is specified, Segment consumes as many API calls that are available to sync the entire source.
293
-
294
-
Segment uses the Lead Activities bulk API to reduce the number of requests needed to sync the data; this however, also has a limit of 500MB worth of files downloaded per day.
295
-
296
-
If your source requires more than 10k calls or over 500MB from the bulk API to sync, Segment continues the sync the following day when a new batch of API calls are available.
297
-
>>>>>>> develop
298
290
299
291
### What happens when my Marketo API limits daily quota is not enough?
300
292
301
293
If your source requires more than 10k Rest API calls, or over 500MB via the Bulk Extract API to sync, we will continue the sync when a new batch of API calls are available.
302
294
303
-
<<<<<<< HEAD
304
295
Please be aware that the Marketo API quota is available across your subscription, if other applications are sharing the quota, it will interfere with our ability to sync the source.
305
296
306
-
### Why the `lead_activities` collections is not ingested by Segment? Why I couldn't find `lead_activities` table in my data warehouse?
297
+
### Why the `lead_activities` collections is not ingested by Segment? / Why I couldn't find `lead_activities` table in my data warehouse?
307
298
308
-
Please fill the Activity Type IDs (optional) setting in the Marketo source. It is required to pull the `lead_activities` collection source. Once Segment pulled data, the data will be availabe in your data warehouses shortly
309
-
=======
310
-
Segment uses the REST API in most situations, but also uses the Lead Activity Bulk API to reduce the number of requests needed to sync.
311
-
>>>>>>> develop
299
+
Please fill the "Activity Type IDs (optional)" setting in the Marketo source. It is required to pull the `lead_activities` collection source. Once Segment pulled data, the data will be availabe in your data warehouses shortly
312
300
313
301
### Can I get other collections not default synced by the source?
314
302
315
-
[Contact Support](https://segment.com/help/contact/) to request additional collections.
303
+
Please [Contact Support](https://segment.com/help/contact/) to request additional collections added to your source.
316
304
317
305
### Can I get other columns not default synced by the source?
318
-
<<<<<<< HEAD
319
-
Yes! For `leads` and `activities`, we've introduced "Custom Lead Fields (optional)" where you can enter comma-separated custom fields, which will be synced by Marketo's REST API name.
306
+
Yes. For `leads` and `activities`, we've introduced "Custom Lead Fields (optional)" where you can enter comma-separated custom fields, which will be synced by Marketo's REST API name.
320
307
321
308
Full list of standard fields and Maketo's REST API names can be found at [here](http://developers.marketo.com/rest-api/lead-database/fields/list-of-standard-fields/). If there are other fields you're interested in, [contact support](https://segment.com/help/contact/) for assistance.
322
-
=======
323
-
For leads and activities, Segment added a custom fields setting where you can enter comma-separated custom fields to sync by their REST API name.
324
-
325
-
By default, Segment syncs the following fields on the leads collection:
326
-
327
-
-`id`
328
-
-`email`
329
-
-`firstName`
330
-
-`lastName`
331
-
-`createdAt`
332
-
-`updatedAt`
333
-
334
-
You can find a full list of standard fields and their REST API names [here](http://developers.marketo.com/rest-api/lead-database/fields/list-of-standard-fields/). If there are other fields you're interested in, [contact support](https://segment.com/help/contact/) for assistance.
0 commit comments