Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I agree with Nadish that backing up data to a data warehouse is a good idea.For marketing cloud, if you are moving to the b2c variant you can move existing activity data into data extensions.No MAPs that I am aware of would let you migrate activity into the system tables for things like email sends,...
This is a Salesforce issue. Its triggers need to be bulkified and be able to prevent unintended recursion. If you are using process builder, make sure that:If Process Builder Queries do not appear to be bulkified as expected in your org, contact Support to verify the permission "Enable query optim...
40 milliseconds was just the time to get them all sent. Responses back for all 100 requests took a bit less than 10 seconds.Interesting, I'll log a case with Marketo to see what they say.
It is the same /save2 endpoint I'm talking about and the limit is 1 post/2s per source IP.Where are you getting this 1 post / 2 seconds per source IP limit?I just tested sending 100 submissions in 40 milliseconds from the same IP and they all went through fine.
Yes, and you can do it without using the SFDC API. We have done similar things using force.com sites, a Salesforce feature for public web pages / APIs.
Yes, you should be able to use Marketo features. How it's done will depend on how your agency is creating the apps and the specific Marketo functionality you want to have. Some apps are essentially HTML pages wrapped in containers, while others may be fully native iOS and Android apps where you mi...
Hi Olga,This is something we could definitely help with. You can reach out to chris@salytics.com to discuss in detail.Cheers,Ben
We are in the process of doing this with a client right now.We opted to do a config copy, where Marketo copies your existing instances' assets (programs, smart campaigns, lists, landing pages, emails, etc.), but no record data (leads, activities, list/program membership).Additional things we've run ...
A client of ours updated their Lattice integration to start using webhooks so it's near real time. Previously, there was a schedule integration lattice ran I think every hour against the Marketo leads.The updated integration is better in my opinion. It does use a fair amount of Marketo API calls, ...
Some alternatives would be:1. create a primary contact field on the opportunity, make it required and have it create a contact role2. use rules to automatically populate contact roles: could use contacts belonging to the account with activity in the last X time period for example3. put a trigger on ...