Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I've asked about the whole asynchronous thing and I was told that that isn't an issue and that the only things would be people moving in and out of a partition and anonymous leads being converted to non anonymous. You won't see anonymous activity in bulk but if a lead is converted later to known the...
Well, this was a transient error and I have no way of generating this on command that I can think of, so I can't tell you what the headers looked like. I just had a file that downloaded correctly, wouldn't import, and it had json in it. I can put in a check for the file length (wasn't in there becau...
Currently, when you download a file on the Bulk API at and there is a server problem on the Marketo env, instead of the CSV file you get{"requestId":"3fd2#161992bc7e1","success":false,"errors":[{"code":"611","message":"System error"}]}It would be ideal if this call would return a 500 or 503 status ...
When we extract activities from the bulk API, we don't see any of type 28, "Sync Lead Updates to SFDC." We do continue to get them through SOAP for the same dates.The expectation I have is that Bulk extract of activities would have all activities for a time range. Does anyone know if these activitie...
Do you know if it's near-future or far-future?Also what are the types of subscriptions that don't have this feature? We want to have something in our documentation about how they know and what the ramifications are.We would also love an approximate date for our own planning, if that kind of thing is...
Hi there David Everly, regarding:4. You can determine if the instance supports updatedAt by calling Create Export Lead Job endpoint. If not supported, tou will receive an error 1035, "Unsupported filter type for target subscription".We do this, it's fine, but do you know, will the servers/APIs tha...
Hi Kenny Elkington, one last related question, will every lead record created have a valid updatedAt for the filter so we can use that filter to get all leads? Or is there a way for a lead to get created that doesn't have that updatedAt set? It seems like a timestamp on the base table so I think it'...
Kenny Elkington, thanks for that information.Based on your reply, we did some tests. We see that if a lead has its three most recent Data Value Changes on 2/12, 2/13 and 9/9 (an actual lead we tested) if we do three bulk requests and use an updatedAt filter for each of the days, the 9/9 export has t...
If I send a request to get Leads with a filter of updatedAt in a date range:{"fields":["id","email","company","createdAt","updatedAt","unsubscribed","emailInvalid","originalSourceType","leadSource"],"format":"CSV","filter":{"updatedAt":{"startAt":"2017-09-01T00:00:00Z","endAt":"2017-09-15T00:00:00Z"...
Sanford,This is the last post I'll make on this, I'm not sure what your motive is for arguing, but to me this is pretty clear.The CSV export of the _same data_ from the UI is, in my opinion, correct. The reason given for including ,null, in my opinion, is not a good one, beccause CSV != JSON. There ...