Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Amelia, yes Marketo can do this, this is basic automation. Did you receive any onboarding training when your company purchased marketo? I suggest you look at the docs on Smart campaigns Creating a Smart Campaign - Marketo Docs - Product Documentation
Batch size of 300 means you get 300 results per page. You can use the nextpagetoken from the current response to make the next call without having to get a new paging token for each month.
Nope, but following the post as I'd be interested. Let us know how you go!
I'm thinking Google won't shoot itself in the foot. It will prepare something in parallel so it can captialise on the change (maybe like becoming a wholesaler of first party data?). Whether or not the whole ad tech industry bows their head and falls in line, wait and see..."And as with anything we’...
the basics of multitouch attribution is to come up with a number of key milestones and for each milestone, stamp custom fields with details of the last program that had a success with the datetime and program name. You may need some javascript dev depending on how sophisticated you want your trackin...
Using progressive profiling with blank fields set higher than the number of actual fields in your form does exactly that. However, progressive profiling has trouble understanding null and false when it comes to a checkbox, so unchecked checkboxes will always show in progressive profilingAnother opti...
changing cname settings in marketo will update marketo landing pages to have the new cname in the link going forwardwhat they're worried about is existing links out there in the WWW right? and surely they have access to manage their own domain right? so delete the old cname record in DNS, create a s...
delete the old cname and create a subdomain of the same name, place the htaccess file in there.so any hits to oldcname.domain.com/pageXYZ gets rewritten as newcname.domain.com/pageXYZhttps://moz.com/learn/seo/redirection on why you should use 301 redirects instead of js or meta refresh
in apache servers using htaccess you can:create your new cname and update settings in marketo as suchdelete your old cname and create a subdomain of the same nameadd a htaccess file to the subdomain root with 301 redirect to rewrite domain to new one