How to implement Marketo tracking code - tracking

I'm investigating how to implement Marketo tracking visitor, email, white-paper, webinar,...
I have research about it, but i just know install script munchkin, but i don't know how to get it works?
Anybody could help me understand more about it? Thanks a lot.

If I am understanding you correctly you want to insert the marketo "munchin api" script into the footer of your document as you would with Google analytics.
<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
<script>mktoMunchkin("YOUR ID HERE");</script>
You can get this code by logining into Marketo, going to "admin" in the top right, than going to "munchkin setup" in the left navigation bar. You can will see your code which you can copy and paste into the footer. This is all outlined on this marketo setup guide.
Hope this helps.

Marketo developer evangelist here. We document how to implement Munchkin, which is Marketo's tracking code, on our developer's site.

Related

Social Engine <body> tags and pasting code in the body

I have a Social Engine website and I need to post a script into tags — just before the closing. The specific instruction for me is the following:
"Copy & paste the code below right before the closing tag at the end of your code."
I don't know how to do this, as Social Engine is set up in a way that the source code is not easily accessible.
We host in AWS.
The specific question is, What are the step-by-step instructions I need to post a script just before the closing tag?
Thank you for any help in advance :)
Go to application->modules->Core->layouts->scripts->default.tpl
and check line no:189 for body tag.
Please let me know if you need more help.

Google+ posting issue. Snippet not appearing correctly

For some reason, when we try to post a link to our blog it doesn't show the actual blog post title or the snippet. It used to do it in the past and I've attached an additional screen shot. Our website zamansky.com and it doesn't seem to contain any code that I'm aware of that's causing this. Any help why this is happening and how to fix it would be greatly appreciated!
Here's a link to the screen shot:
If you use the structured data testing tool provided by Google you can see the data found is:
WebSite
url: http://www.zamansky.com/
name: Zamansky LLC
alternateName: Zamansky LLC
That matches what is shown for the snippet. Looking back at your sites source code and you'll find:
<script type='application/ld+json'>
{
"#context":"http:\/\/schema.org",
"#type":"WebSite",
"url":"http:\/\/www.zamansky.com\/",
"name":"Zamansky LLC",
"alternateName":"Zamansky LLC"
}
</script>
This is the microdata the data tool is finding. Since Google+ Snippets prioritize schema.org data first that's what's getting used. You can simply make sure the ld+json attributes are set to match what's in the og tags and you should be all set.
Keep in mind that the details shown in Google+ share previews might be cached and may not show the latest updates immediately.

How to insert in 'actionsheet ..Facebook and Twitter function in app

How can I insert in actionsheet two buttons with two functions facebook and Twitter (social.framework)?
Christian, See my other answer for your other question. Ray Wenderlich's site has a great tutorial on this. They also have a great book iOS 6 by tutorials that shows you how to do all this. It really lets you understand the basics of the new social.framework. They teach you how to get Facebook and Twitter in an action sheet and how to make your own action to put on the sheet. Even if you just follow the online tut, you will gain a lot of information. Try it out!
http://www.raywenderlich.com
Go to the tutorial tabs and scroll around to see a ton of useful info. Hope this helps.

How to get information from a website into my tableview row

The application I'm making is similar to YouTube. It is a TableView that has a custom cell that displays a screenshot of the video, title, duration, and rating. I think I'm able to create this custom cell, my question is what to use to get the information from the website? Thanks for the help, I'm still inexperienced.
Update: Maybe I didn't word it properly, but I meant to get the video and information from a different web site that isn't YouTube for its videos, sorry for the confusion.
You use YouTube's API.

Android Lockscreen API?

I've seen two apps that can customize lockscreens: Widget locker, slidescreen.
Do we really have an API that lets us customize the lockscreen?
If not, what is the trick?
See mylockforandroid:
mylockforandroid
Its GPL'ed but you will get the code tricks by viewing source.