Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The idea is to have a centralized notification program for internal notifications. Tokens are used in the content for the mail. ( e.g. the subject for the notification )I have defined a token at the highest level : {{my.Notification_Title}} A certain operational program overrides the value for that...
I want to use json data instead of custom objects to store event visit information. The idea is the following :[ { "event_name":"EventA", "event_year":"2020", "event_received_score":3, "event_received_demo":true }, { "event_name":"EventB", "event_year":"2020", "event_received...
Hi Sanford, thanks for your reply.Apart from the fact that json is the better solution, do you see any problems using this way of data storage?
Our custom CRM system contains hundreds of fields (attributes) related to companies and / or contacts. The number of fields is an ever-changing thing, meaning one day we remove some, another day we add some.The overview in the backend is lost, so we need to have another solution for this. We came up...
Do you know if it is true that you can request support to move the field towards the company level? If not then the only other solution would be to add a custom object and link it to the company?
Hi Sanford,thanks for your reply. I looked at this already, the problem here is that you need to use a filterType and filterValue.At start of using Marketo a had uploaded 30.000 records from a csv file, and I was wondering if it would be possible to get all companies at once ( I am interested in the...
Yes, all the companies in my Marketo instance
Is there a way to get all company id's from your instance?I ca not find a proper solution for this in the API documentation.
I need to create a campaign performance report.The report should contain the people who clicked a link ( or more links ) on an email or on a landing page The links were added to the mail, but also to a personalized landing page. Links were different for every member of the campaign..I need to know ...
Hi Chris, thanks for helpingI have constructed the links in my email in html like :{{lead.mkt3497link1text}}Could it be that as done above they are not mkt_tok option enabled?