Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
{'batchId': 1035, 'importId': '1035', 'status': 'Importing', 'numOfLeadsProcessed': 14648, 'numOfRowsFailed': 0, 'numOfRowsWithWarning': 0, 'message': 'Import succeeded, 14648 records imported (14648 members)'}Have another one on the same instance that has been importing for over an hour? with a su...
Hi, I have been using the bulk import api regularly across multiple instances to import large lists of data. I am currently encountering an issue w/ one of the instances where the bulk import status is not updating correctly. Here is a response form the bulk import staatus api: {'batchId': 1037, 'im...
Could i through the api setup this tombstone list, and trigger deltion on a different list? Or would some of this configuration have to be done in the api? If so its probably not a feasible solution for us as we are managing multiple clients worth of marketo instances programatically.
Hi, This is a bit of a multiparter, but the first is the most important: 1. is there a way to bulk delete leads from a static list. At the moment the rest api seems to limit me to 300 per request, which means if i need to delete 30k records i will have to call the api 100 times. The other parts are:...
Is it possible to create custom fields via the API? This question has been asked before: https://nation.marketo.com/message/53090 but was answered in 2013 so i am wondering if there are any updates. It is difficult to transfer our CRM's data about leads to Marketo without an api (requires manual ...
https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/describeUsingGET_6 based on the documentation of this api i noticed that it returns a "moreResult" and "nextPagingToken" parameters. we were attempting to test paginating over this api but this api d...
So using the web page id there is no way to get the landing page ID, but from the activity i do have a web page url that is looks like: '/Thank-You.html'. The way i am supposed to determine which landing page was used is to query the assets api for all LPs, and correlate he 'URL' field with that 'We...
https://nation.marketo.com/message/199923-connect-web-page-activity-to-landing-page-asset Someone else has asked for this with no response several months ago.
I am working on extracting data for a crm integration with marketo. The primaryAttributeValueId for web page visits appears to not map to the landing page asset ids. If so is there a way i can determine the landing page id given an activity from the bulk activity exctract API?
Noticed that if you enter "Null" as a last name, you register that a last name was entered but store the actual value as a Null type. Like the name : "John Null", cannot be saved in Marketo. I am trying to figure out how that would be possible and whether there is something exploitable here.