MCSA guy who likes to hang out in the community going through the people's opinions, thoughts about the product and also answering questions/issues for fellow Marketo users. Have built few custom connectors for integrating the Marketo with other Adobe Marketing tools like Analytics, AEM, Target for extending Marketo's functionality. Have extensively worked on Marketo APIs along with the org level Marketo setup. Let's connect for a discussion on anything revolving around MarTech. ;)
The existing person record will be updated, and Marketo will not create a new person as Marketo de-duplicates people on form-fill activity.
In case there are duplicate records, an...
Both the "Total People" that you see when you click on the Donut Chart and the system smart list "All People" depict thenumber of known people (non-anonymous records) you have in t...
You cannot just convert/make an existing campaign into an Executable campaign; you would have to clone it with the "Executable" checkbox check-marked. Additionally, for the trigger...
Two different domains (e.g. example.comandsubdomain.example.com) can only share cookies if the domain attribute is present in the header:
Set-Cookie: name=value; domain=example.com...
@nhabischWingswrote:
Looking for some advice/suggestions here - We utilize custom objects and unfortunately have cases where there can be multiple records of individuals under a si...
I agree with Sandy’s suggestion. Since you don’t want to keep track of all the places where this page is linked to add UTMs everywhere, I think the latter option would be a better ...
Great points, Sandy! Re point #3, I too noticed the strange object name (T). I thought the OP just replaced the actual object name and replaced it with "T", but always a great idea...
You're missing #end at the end of the #if construct. Additionally, you don't need {} around the variable/field unless you are displaying its value
#if ($T._Year__c.contains("20"))...
I don't know your stack/backend to be able to provide a fully functional code. I can certainly recommend you to use the Associate Leads endpoint (and not the post leads endpoint) t...