Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ah I see your concern now, Dan. The example I provided will grab the true referrer of the page, but you want tthe one which is being passed as a querystring parameter. The snippet will need some modification:
That's correct, Dan. I n that code, ref and myReferrer are equivalent, I just chose a more descriptive variable name.
Hi Dan,It would look something like this when using the Forms 2 API:
Hey Kristen,I'd suggest logging a support case. Please include a link to the email program you're trying to rename, and any additional details you have available.
Hey Devan,Off the top of my head, my best quess would be that you may have put your email address in the 'To:' field instead of the 'To Other Emails:' field. Emails which are not to the Lead Owner or Account owner need to be in that field. If this is not the case, you might want to submit a suppor...
Hey Christina,From a Fills Out Form trigger campaign, you can use the token {{trigger.Client IP Address}} to pass the IP address of the form fillout into a lead field to sync up to SFDC.
Hey Ken,I'm not quite sure what you're asking here:>Does Marketo's native sync with Dynamics create a contact record or a lead record in Dynamics?If you mean creating new records in CRM from Marketo records, these will always be created as leads, since it is not trivial to do account matching outsid...
Hey Lynn,It depends what data is being submitted with the form. If it's a 1-10 scale it likely be an integer or a float, but it might also be currency. It's going to be dependent on what value you're obtaining via the form.
Hey Biao,getLeadChanges returns activity log items based on the associated lead IDs. To return lead records you'll want to use getLead or getMultipleLeads.
Hey Biao,You can expect the IsAnonymous field in your includeAttributes element for getMultipleLeads. Any records returned with true you can ignore as anonymous.