Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Sean,INSUFFICIENT_ACCESS_OR_READONLY indicates that a user has insufficient privileges for a particular record typ in SFDC. You should check with your SFDC admin that the Marketo sync user has access to the record type of these particular records.
Hey Moran, To make the payload into well-formed JSON, you need to provide the formatting in the template. Your example would look something like this: { "email" : "{{lead.Email Address}}", "status" : "{{lead.Lead Status}}" };
Hey Ryan,The best way to do this would be to have your webserver to receive a token and provide a lead-specific asset. You would need a custom field for this to put this token into and then add it to the lead through the API, or through list imports. You can then add this token to the URL in a for...
Hey Jackie,This is an intermittent behavior of some mail servers. They will occasionally probe links from a sender to search for malicious activity prior to delivering an email.
Hey Tara,You could do this by running a daily cron job to check for updates on the feed, and then passing the data from it as a rich text token in a scheduleCampaign call(http://developers.marketo.com/documentation/soap/schedulecampaign/). Set up a program with a rich text my.token to replace, and ...
Hey Matt,I do not believe that there is any throttling in place. You may want to log a support case for this, including some timestamps of POSTs and example POSTs if you do.
Hey Bamah,You'll need to create a custom field in SFDC and then pass the {{lead.ID}} token into the field via a Change Data Value step, then you can sync this data up to SFDC.
Hey Mark,Since Marketo is unable to retrieve data from these records, you will need to create a workflow in sfdc to change a field and allow Marketo to read it before archiving the record. Once the data is retireved, you can safely archive the record and then use that field to manage them in Market...
Hey Deirdre,In order for a link to be considered valid when using IS in a trigger, you first need to have tracked that link via Munchkin at least once, so click on this link on a tracked page should make it valid. Second, you need to omit the 'http://' or 'https://' at the beginning of each link.
Hey Trask,Check out the Forms 2.0 API here: http://developers.marketo.com/documentation/websites/forms-2-0/ You should just be able to add your Google Analytics event to the onSubmit method as a callback.