<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Edge web banner and clicktag</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 01 Aug 2014 18:49:17 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-08-01T18:49:17Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/6604448?tstart=0#6604448</link>
      <description>&lt;!-- [DocumentBodyStart:dfffeed7-b2df-409a-b57f-8a82134a6333] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi &lt;strong style="font-size: 12px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;a class="jiveTT-hover-user jive-link-profile-small" data-containerId="-1" data-containerType="-1" data-objectId="1633230" data-objectType="3" href="https://forums.adobe.com/people/dhosford"&gt;dhosford &lt;/a&gt;&lt;/strong&gt;Thank you for your explanation about how to embed Adobe Edge into an html page.&amp;nbsp; &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt; Very clear.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dfffeed7-b2df-409a-b57f-8a82134a6333] --&gt;&lt;img src='/beacon?t=1415894907723' /&gt;</description>
      <pubDate>Fri, 01 Aug 2014 18:47:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6604448?tstart=0#6604448</guid>
      <dc:date>2014-08-01T18:47:22Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5319084?tstart=0#5319084</link>
      <description>&lt;!-- [DocumentBodyStart:3c23d5bd-8bcb-4acd-8ac4-c604381fcdb8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Toosey, there are several different clickTag variables. Confirm that their clickTag variable name is "clickTag", and if so, try the below line:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; background-color: #e7e7e7;"&gt;window.open( &lt;span style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; background-color: #e7e7e7;"&gt;window&lt;/span&gt;.clickTag, '_blank' );&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; background-color: #e7e7e7;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c23d5bd-8bcb-4acd-8ac4-c604381fcdb8] --&gt;</description>
      <pubDate>Tue, 14 May 2013 15:18:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5319084?tstart=0#5319084</guid>
      <dc:date>2013-05-14T15:18:40Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5318852?tstart=0#5318852</link>
      <description>&lt;!-- [DocumentBodyStart:75d213d0-753b-47f2-9482-71674fba78dd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi TimJaramillo, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks so much for the help before, unfortunatley it turns out they are still having an issue with the file (going through doubleclick) so with a bit more of experience under my belt with flash based clicktags I have some more info to bring to the table and hopefully a fix to this issue...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The new info is that I had a closer look at a flash based ad which works and uses the following AS2 code;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #7f7f7f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;(A) on (release) { geturl (_root.clickTag, "_blank"); }&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br style="color: #7f7f7f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"/&gt;&lt;/p&gt;&lt;p&gt;At the moment from our previous conversation I am using the following code in Adobe edge which is&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(B) window.clickTAG();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could you tell me what I change the above (B) to in order to replicate the AS2 code they are using in the working swf file ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks Again&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rgds&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Toose&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:75d213d0-753b-47f2-9482-71674fba78dd] --&gt;</description>
      <pubDate>Tue, 14 May 2013 13:57:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5318852?tstart=0#5318852</guid>
      <dc:date>2013-05-14T13:57:26Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5146569?tstart=0#5146569</link>
      <description>&lt;!-- [DocumentBodyStart:1fbc560c-d303-409f-a949-0f234383ff97] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Gerard, glad to help! &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yes, points 1 and 2 are accurate.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regarding point 3: if you are dealing with prominant websites, they will already have their clickTag function set up on the html page, in which case you will need to check with each site to confirm what their clickTag function is called (usually it's either: clickTag or clickTAG).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1fbc560c-d303-409f-a949-0f234383ff97] --&gt;</description>
      <pubDate>Thu, 14 Mar 2013 00:16:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5146569?tstart=0#5146569</guid>
      <dc:date>2013-03-14T00:16:25Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5146535?tstart=0#5146535</link>
      <description>&lt;!-- [DocumentBodyStart:d0ddab92-53e8-4671-a0f5-c96fd4530f2f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ahhh I get it now. Where I was falling down was inserting a trigger and not an action which meant I was not even seeing the click option which was confusing me no end.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looking at your file really helped and once I did it a few times it made sense but just to be clear this is how I see it now. I will say it it simple terms, mainly because I am simple but also so any Edge newbies coming after me can also get it..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. As you initially said, &lt;span style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; background-color: #e7e7e7;"&gt;attach your JS clickTag code to the Stage.click event&lt;/span&gt;. In this case we are using... window.clickTAG(); assuming that the function calling the clickTAG is called clickTAG and not CLICKtag or some other variation.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. To test if this is working or not I put in a function that the clickTAG event calls into play. I manually entered this function with some script in the .html file using a text editor. This test script went into the &amp;lt;head&amp;gt; and after the &amp;lt;!--Adobe Edge Runtime End--&amp;gt; comment. The following is what I entered;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript" charset="utf-8"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // called by Stage.click function in Edge&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function clickTAG(){&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.location.href = "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.adobe.com" rel="nofollow" target="_blank"&gt;http://www.adobe.com&lt;/a&gt;&lt;span&gt;";&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('clickTAG function on html page triggerred');&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3) One question just to be totally clear as I am a total newbie to clicktags. If I am supplying an ad with a 'clicktag' to someone so they can track the ad clicks do I supply my file with the above &amp;lt;script&amp;gt; included or do I assume that they will look after that themselves, all I do is the window.clickTAG(); part and away they go ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How does that all sound to you ? Oh by the way you are a life saver, I have seen it working so I am happy, this was doing my head in... If you live in or ever come to Ireland I will buy you a pint or two .. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rgds&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Gerard Cooley&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d0ddab92-53e8-4671-a0f5-c96fd4530f2f] --&gt;</description>
      <pubDate>Thu, 14 Mar 2013 00:02:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5146535?tstart=0#5146535</guid>
      <dc:date>2013-03-14T00:02:10Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5145310?tstart=0#5145310</link>
      <description>&lt;!-- [DocumentBodyStart:a1e0b3d2-440e-46cc-9759-7df0a74a2a4a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there, below is an example. Personally, I would put the call to window.clickTAG(); inside of Edge.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You are getting those errors because you are probably not importing the jQuery library. Edge uses jQuery, so you can import that version to the page: edge_includes/jquery-1.7.1.min.js&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Usually the site's vendor sets up the clickTAG function, but you can see a psuedo example set up in the html page of this example.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.timjaramillo.com/code/edge/clickTag/index.html" rel="nofollow" target="_blank"&gt;http://www.timjaramillo.com/code/edge/clickTag/index.html&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Source:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.timjaramillo.com/code/edge/_source/clickTag.zip" rel="nofollow" target="_blank"&gt;http://www.timjaramillo.com/code/edge/_source/clickTag.zip&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a1e0b3d2-440e-46cc-9759-7df0a74a2a4a] --&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:22:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5145310?tstart=0#5145310</guid>
      <dc:date>2013-03-13T17:22:56Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5144094?tstart=0#5144094</link>
      <description>&lt;!-- [DocumentBodyStart:0abade7a-498c-4fb9-81ed-882a87df74a2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Sorry to dumb this down but I don't wan't to miss anything. If this was a flash ad I would put the following (with the function called clickTAG as you said). Oh and this entire ad is within an iframe tag if that makes a difference.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;on (release) {&lt;/p&gt;&lt;p class="p1"&gt;if (_root.clickTAG.substr(0,5) == "http:") {&lt;/p&gt;&lt;p class="p1"&gt;getURL(_root.clickTAG, "_blank");&lt;/p&gt;&lt;p class="p1"&gt;}&lt;/p&gt;&lt;p class="p1"&gt;}&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;So what I am going to do is add the following to the head of my html to create an event;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(document).ready(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#Stage").click(function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.clickTAG();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is that right, and here is the stupid question, where does the www.mysite.com link go? With the code above I am getting two errors saying&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000; font-family: Menlo, monospace; font-size: 11px; background-color: #ffffff;"&gt;Uncaught ReferenceError: $ is not defined&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks so much for your help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0abade7a-498c-4fb9-81ed-882a87df74a2] --&gt;</description>
      <pubDate>Wed, 13 Mar 2013 09:38:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5144094?tstart=0#5144094</guid>
      <dc:date>2013-03-13T09:38:40Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5142012?tstart=0#5142012</link>
      <description>&lt;!-- [DocumentBodyStart:2c84ac18-99c3-42ba-aa7d-e36942de69f7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Gerard,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) Add a click event to the Stage. This will make the whole stage clickable. You could alternately create an invisible symbol on top of your content, and add the click event to that symbol.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2) Add the below line of code to that click event (assuming your click tag function is called "clickTAG"):&lt;/p&gt;&lt;p&gt;window.clickTAG();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Basically, "window" takes us back to the html page in terms of scope. So this allows us to call the "clickTAG" js function in the head of that html page.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c84ac18-99c3-42ba-aa7d-e36942de69f7] --&gt;</description>
      <pubDate>Tue, 12 Mar 2013 17:03:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5142012?tstart=0#5142012</guid>
      <dc:date>2013-03-12T17:03:17Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5141063?tstart=0#5141063</link>
      <description>&lt;!-- [DocumentBodyStart:3f5f580d-52ff-4014-998b-e1256d4aa3fc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi There, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know you say &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'&lt;span style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; background-color: #e7e7e7;"&gt;To add a clicktag to the Edge Animate composition, you should be able to attach your JS clickTag code to the Stage.click event.&lt;/span&gt;'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but can you tell me how to actually do that as I have never done this before and am having great difficulty in figuring it out.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With Regards&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Gerard &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f5f580d-52ff-4014-998b-e1256d4aa3fc] --&gt;</description>
      <pubDate>Tue, 12 Mar 2013 10:28:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5141063?tstart=0#5141063</guid>
      <dc:date>2013-03-12T10:28:25Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5012120?tstart=0#5012120</link>
      <description>&lt;!-- [DocumentBodyStart:f243758a-7554-47f9-bcc2-158d31ecab20] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; I just wanted to circle back on this thread and provide screenshots to be more helpful. Tim's answer is absolutely correct as well, but I am going to elaborate with using the Dreamweaver CS6 import method:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; In Edge Animate, you will need to set up your project to be published for use in Dreamweaver. Go to File &amp;gt; Publish Settings, and click on Animate Deployment Package. This will create the necessary .oam file that Dreamweaver needs to insert your Edge Animate project.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5012120-283945/filePublish.png"&gt;&lt;img alt="filePublish.png" class="jive-image" height="900" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5012120-283945/432-900/filePublish.png" width="432"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5012120-283970/settings.png"&gt;&lt;img alt="settings.png" class="jive-image jive-image-thumbnail" height="241" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5012120-283970/450-241/settings.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After, click "Save", and then choose File &amp;gt; Publish to publish the .oam file. After you click "Publish", Edge Animate will generate the files in the same location in which you saved your Edge Animate project.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5012120-283971/publish.png"&gt;&lt;img alt="publish.png" class="jive-image jive-image-thumbnail" height="529" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5012120-283971/450-529/publish.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now open up Dreamweaver. If you already have a &amp;lt;div&amp;gt; or predetermined area in which you'd like to place your Edge Animate banner, click inside of the area or &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From the Menu bar at the top, choose Insert &amp;gt; Media &amp;gt; Edge Animate Composition. Then, navigate to your Edge Animate project folder, and choose the "publish" folder, and then the "animate package" folder. Select your Edge Animate project's .oam file and click Insert.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5012120-284943/media.png"&gt;&lt;img alt="media.png" class="jive-image jive-image-thumbnail" height="426" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5012120-284943/450-426/media.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5012120-284945/animatePackage.png"&gt;&lt;img alt="animatePackage.png" class="jive-image jive-image-thumbnail" height="420" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5012120-284945/450-420/animatePackage.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And that's it! Your Edge Animate project will be added into existing HTML simply by using Dreamweaver. Once again, Tim's answer is also absolutely correct and will produce the same results, I just wanted to highlight this feature in Dreamweaver CS6 in case anyone in the community needed this information as reference. : )&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f243758a-7554-47f9-bcc2-158d31ecab20] --&gt;</description>
      <pubDate>Tue, 22 Jan 2013 02:31:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5012120?tstart=0#5012120</guid>
      <dc:date>2013-01-22T02:31:09Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5004814?tstart=0#5004814</link>
      <description>&lt;!-- [DocumentBodyStart:7c4d0649-0ad5-49bd-9a9b-adc12e8b2ae0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Yes you can easily add an Edge Animate file into a website, after you publish it using the Publish Settings in Edge Animate. You can import to existing HTML easily with Dreamweaver CS6, just click in your div where you want the edge animate project to be and choose:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Insert &amp;gt; Media &amp;gt; Edge Animate Composition&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Keep in mind that in Edge Animate you'll have to export for web and devices and use the .oam file that it creates for you.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; You need to include all of the Edge Animate files on your server in order for the animate project to appear on your website. I would suggest making a separate folder inside your root directory for your website called "Edge Animate" and simply upload the whole folder so it stays neat and tidy. :)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; You can read about Edge Animate and Analytics here:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://blogs.adobe.com/edge/2012/06/29/would-you-like-some-statistics-with-that/" rel="nofollow" target="_blank"&gt;http://blogs.adobe.com/edge/2012/06/29/would-you-like-some-statistics-with-that/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope this helps! Let me know if you need further clarification!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c4d0649-0ad5-49bd-9a9b-adc12e8b2ae0] --&gt;</description>
      <pubDate>Fri, 18 Jan 2013 17:52:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5004814?tstart=0#5004814</guid>
      <dc:date>2013-01-18T17:52:16Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5004774?tstart=0#5004774</link>
      <description>&lt;!-- [DocumentBodyStart:2ea9eb2b-6436-4016-9fc7-6d018708ec1b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;Hi there, to place an Edge Animation on a pre-existing webpage, you can follow the steps below (taken from this DreamWeaver thread: &lt;/span&gt;&lt;a class="jive-link-thread-small" data-containerId="2240" data-containerType="14" data-objectId="1120897" data-objectType="1" href="https://forums.adobe.com/thread/1120897"&gt;http://forums.adobe.com/thread/1120897&lt;/a&gt;&lt;span&gt;). Here is another post that has relevant info: &lt;/span&gt;&lt;a class="" href="https://forums.adobe.com/message/4819947#4819947#4819947"&gt;http://forums.adobe.com/message/4819947&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To add a clicktag to the Edge Animate composition, you should be able to attach your JS clickTag code to the Stage.click event.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol style="background-color: #ffffff; list-style-position: initial; list-style-image: initial; padding: 0 0 0 2.25em; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;li&gt;Publish from Edge Animate. (This creates the necessary files to run the animation. Also, the code referenced in Step 2 and 3 below will be included in the .html file that Animate creates inside the publish/web folder, which you can just copy/paste.)&lt;br/&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;Add a &amp;lt;div&amp;gt; to the page that has the &lt;em&gt;ID&lt;/em&gt; of &lt;strong&gt;Stage&lt;/strong&gt; and the correct &lt;em&gt;class&lt;/em&gt; name for your stage (i.e. the "Composition ID" for your project in Animate).&lt;br/&gt;For example:&amp;nbsp; &lt;br/&gt;&amp;lt;div id="Stage" class="EDGE-1655086"&amp;gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;Include the Preload.js file and the default style in your page's header, within Edge Runtime HTML comments. &lt;br/&gt;For example:&amp;nbsp; &lt;br/&gt;&amp;lt;!--Adobe Edge Runtime--&amp;gt;&lt;br/&gt;&amp;lt;script type="text/javascript" charset="utf-8" src="test-1655086_edgePreload.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br/&gt;&amp;lt;style&amp;gt;&lt;br/&gt;.edgeLoad-EDGE-1655086 { display:none; }&lt;br/&gt;&amp;lt;/style&amp;gt;&lt;br/&gt;&amp;lt;!--Adobe Edge Runtime End--&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;Make sure to upload all of the include files to your server in the appropriate relative locations. This includes the xxx_edge.js files, xxx_edgeActions.js file, xxx_edgePreload.js file, the edge_includes folder and its contents, any other files/folders created inside the "publish/web" folder when you publish from Edge Animate (e.g. "images" folder, etc.).&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2ea9eb2b-6436-4016-9fc7-6d018708ec1b] --&gt;</description>
      <pubDate>Fri, 18 Jan 2013 17:51:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5004774?tstart=0#5004774</guid>
      <dc:date>2013-01-18T17:51:22Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Edge web banner and clicktag</title>
      <link>https://forums.adobe.com/message/5004059?tstart=0#5004059</link>
      <description>&lt;!-- [DocumentBodyStart:2c7fca7f-5e81-4c4c-8945-ea227f2f29a4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it posible to place a Edge Animation on a website, just like you can do with a flash web banner?&lt;/p&gt;&lt;p&gt;What files do I have to send to the website-owner? &lt;/p&gt;&lt;p&gt;How do I save my Edge Animation so that I have the files I nead?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And can I ad a clicktag to the Edge animation so that it is trackable?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c7fca7f-5e81-4c4c-8945-ea227f2f29a4] --&gt;</description>
      <pubDate>Fri, 18 Jan 2013 13:24:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5004059?tstart=0#5004059</guid>
      <dc:date>2013-01-18T13:24:21Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

