We are going to launch JS-based widgets that webmasters (any site) will post on their site by inserting a small piece of code, for example:
<iframe src="SOURCE_PATH" frameborder="0" width="300px" height="150px" scrolling="no" id="cd_frame"></iframe>
There are three links inside the widget, and we need to track how many clicks occur on them from external sites where the widget will be used.
If I just put the code that GA provides, will it work? OR do I need to make any changes?
Thanks.
source
share