I need to add a clickthrough(tracking code) to a button

I've added a clickthrough to a banner that targets the stage before but now I need to add a clickthrough that targets a specific element and am not sure how to do this. This isn't a clicktag but actually code for mediamind/sizmek to traffic a bannner.
here is the code that targets the whole banner
<script type="text/javascript">
  function initEB(){
  if (!EB.isInitialized()){
  EB.addEventListener(EBG.EventName.EB_INITIALIZED, startAd);
  }else{
  startAd();
  function startAd(){
  document.getElementById("Stage").style.visibility = "visible";
  function handleClickthroughButtonClick(){
  EB.clickthrough();
  function handleUserActionButtonClick(){
  EB.userActionCounter("CustomInteraction");
</script>
<body style="margin:0;padding:0;" onload="initEB();" onclick="javascript:handleClickthroughButtonClick();">
  <div id="Stage" class="EDGE-21317836">
  </div>
</body>

Provide the name of the program you are using so a Moderator may move this message to the correct program forum
The Cloud is not a program, it is a delivery process... a program would be Photoshop or InDesign or Muse or ???

Similar Messages

  • CS3/AS2 need to add a function to FLVPlayer component play button

    Hi,
    I have an instance of the FLVPlayback component in a movie.
    I need to assign an extra function to the play button in the
    component
    (to tell another swf on the same page to stop, I have the
    function working)
    how can I find out the button instance name so I can assign
    the function to it?
    or am I on the wrong track?
    mark

    bump
    Do I need to trigger it by listening for an event, namely
    play
    rather than assigning it to the button as a function for
    on(release)
    I do not know how to do that
    any help please
    not much time to sort this out

  • Need to use hyperlink with tracking code in Edge project, not working

    I have been using test URL's inserted on invisible "hot spot" elements in my edge animate project that have been opening fine in the browser. Now I need to update those URLs with tracking syntax, but when I change it in Edge (replace the URL in the actions panel for that element) and then run the animation in the browser, the link will not open.
    Any thoughts or suggestions?

    Never mind, the URL itself had quotation marks that needed to be removed; once that was done the URL's opened properly.

  • Need a way of calling this code from a button

    Hi all
    I am sorry to have to ask this but I can not find any info on this.
    I found this code somewhere on the net. I should be able to delete a folder with file inside of it.
    I need to call this when a button is clicked.
    CAN ANYONE HELP ME or show me away of deleting a folder with files inside from a button?
      public  static boolean deleteDir(File dir) {
       dir = new File ("Epod Configuration/Config Files/Temp Image Files/");
        if (dir.isDirectory()) {
          String[] children = dir.list();
          for (int i = 0; i < children.length; i++) {
            boolean success = deleteDir(new File(dir, children));
    // The directory is now empty
    return dir.delete();

    First have your class implement the Actionlistener interface then do this:
    //create a button object
    Button b = new Button("Delete");
    //listen for action on the button.
    b.addActionListener(this);
    //add the button to the container.
    add(b);
    //call the method to delete the directory when button is clicked.
    public void actionPerformed(ActionEvent e) {
    if ("Delete".equals(e.getActionCommand())) {
    deleteDir(File dir);

  • Health App needs to add Blood Glucose and A1c for tracking. Eliminate some of the items under nutrition.

    Health App needs to add Blood Glucose tracking and A1c tracking. Plus there are way to many items under Nutrition. How many people keep track of their intake of Biotin?

    Please send your feedback directly to Apple, we all are users here.
    http://www.apple.com/feedback/

  • Urgent:Need to add Timeout for getting connection

    All,
    While using DriverManager.getConnection to get the connection,I need to add Timeout in my code so if I don't get a connection with in 30 seconds,I need to say'Operation Timed out.
    I was using DriverManager Api's setLoginTimeout method to set the desired time but it doesn't work.Can somebody tell me some other way to do it.

    If I use this method then if second thread reports
    Timed out after 30 seconds and then origional thread
    gets connection after 30 seconds then it'll also
    report.I dont want a connection if 30 second time
    passes.I think if second thread reports 'timed out'
    then I won't be able to explicitly kill the origional
    thread as stop method is deprecated in Thread
    class.Can you make it clear please?You can't stop the actual thread attempting the connection.
    It will require some thought on your part to correctly wrap it.
    It might not work at all because the getConnection() method, or something in it, might be synchronized.

  • Do I need to add my 'Home Folder' to options in the Time Machine?

    I dont want to have my 'Home Folder' to be a unencrypted back up.
    I know that Time Machine back up my encrypted sparseimage 'Home Folder' when I log out. FileVault is on.
    But when I am log in, do I need to add my 'Home Folder' into the options button of Time Machine preferences. So that Time Machine does not back up my Home folder unencrypted?
    This is what I have done, is this right or wrong? Time Machine is backing up my 'Home Folder' when I log out.

    I bought my a new white macbook about couple of weeks ago & a Seagate ITb external HD using 400 Firewire cable.
    I partition the macbook into 5 volumes. I turn on FileVault, then a day later turn on Time Machine. It seems to be working fine until I decided that I wanted 6 partition instead of 5. So, I partition my macbook into 6 volumes & use Time Machine to restore all my data.
    Time Machine did restore everything, but when it finish & restarted, it stalled & I had to turn the macbook off, then on. I though everything was fine, then just after I posted my question above, time machine fail to back up, some error message stating it fail to link?
    So I deceided to start from the beginning. I erased the external HD. Deleted the “com.apple.TimeMachine.plist” file from Preference folder. Restarted the macbook, open Time Machine, look inside the exclusion list & I notice that Time Machine put all external volumes into the exclusion list automaticlly including my FileVault 'Home Folder'. So I took out my 'Home Folder' from the list. Then back everything up. This seem to work, until I log out. I notice that Time Machine was not backing up my 'Home Folder' then I got that error message stating it fail to link?
    Then I decided to turn off FileVault, then turn it on again. Deleted the “com.apple.TimeMachine.plist” file. Restarted the macbook, open Time Machine, delete my 'Home Folder' from the exclusion list. Then got Time Machine to do a back up. Log out & Time Machine was backing up my 'Home Folder'. Everything is working, so far!

  • Code for execute button on selection screen to get result

    hi experts,
    I need a help for writing a code for execution button on selection screen.Like in normal report on abap editor
    we insert selection criteria like number and we get the result according that particular number on next screen.
    same thing i am trying here also. So i am writing a code on button that when i press the button it will go to the next
    screen according to the selection criteria.
    Plz help me helpful answers are appriatiated !!!
    Thanks & regards
    Vipul Gupta

    hi,
    In the OnAction write :
    1. get the values entered in selection criteria using :
    DATA lo_nd_cn_check TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_check TYPE REF TO if_wd_context_element.
        DATA ls_cn_check TYPE wd_this->element_cn_check.
        DATA lv_ca_check LIKE ls_cn_check-ca_check.
      navigate from <CONTEXT> to <CN_CHECK> via lead selection
        lo_nd_cn_check = wd_context->get_child_node( name = wd_this->wdctx_cn_check ).
      get element via lead selection
        lo_el_cn_check = lo_nd_cn_check->get_element(  ).
      get single attribute
        lo_el_cn_check->get_attribute(
          EXPORTING
            name =  `CA_CHECK`
          IMPORTING
            value = lv_ca_check ).
    Now lv_ca_check has your value entered in Selection criteria.
    2.  write the select query to fetch data according to selection criteria.
        select *  from <table> into correponding field of table <internl table>
           where Field = lv_ca_check.
    3. Now in the internal table <internl table> you have values according to search criteria.
    4. Bind the internal table with node  which is binded to table to show data.
    lo_nd->bind_table( internaltable ).
    I hope it is clear .

  • How do I add a tracking code to my page?

    I want to add a tracking code to my page but iWeb doesn't seem to allow it. I copied the html code from a 3rd party site (Google Analytic) and tried pasting into the html widget in iWeb but when I check the tracking report it keeps telling me the code has not been installed. I have tried placing the text block at various places on the page and still no luck. The directions at Google Analytic tell me where I need to paste it into the html code but to do that I need an html editor or a text editor that can read html.
    Am I doing something wrong with the html widget? If a tracking code can't be added with a widget is there a way I can edit the source code directly? A text editor, maybe? I tried Word but but it wouldn't open the page.
    Thanks for any help!
    Rikki

    There's a way to add Google Analytic to pages without having to edit the page. It's a little bit of work but it's a one time process. Read about it here: http://www.wyodor.net/blog/archives/2010/05/entry_316.html
    Or you could add StatCounter to each page to get not only the number of hits but lots more information:
    Click to view full size
    This tutorial describes how to add it: Old Toad's Tutorial #13 - Adding a StatCounter as an HTML Snippet.
    OT

  • How do I add tracking code to a Flash website?

    Tracking software requires that you insert their code into the page you want to track (I'm using StatCounter).  I installed a Flash website template and it just has one .html file where I can insert the code.  That tracks visits to the first page with no problem but if a visitor clicks on different pages of the site, it doesn't get tracked.  Does anyone know how and where to add code so that each page of the Flash site can be tracked?
    Note, in my template a part of each page is found in different symbols.  For example, the first column of every page is located in a symbol called PAGES1 and the second column of every page is located in a symbol called PAGES2, and the third column located in PAGES3.  Different layers within each symbol correspond to the different pages.  So I'm at a loss of how I could get this tracking code to be able to track each page visit, since each page shares a symbol with another page.  Anyone know?

    http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html

  • Need to add a new field to XD01 under company code data tab

    Hi,
    I need to add a new field under Company code data of XD01 under Account Management tab.
    I came to know two BADI's CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS can be used for this. But for these BADIs we need to create a sub screen.But for my requirement I need not use a subscreen just to add a field.
    Please let me know how to do this?

    Hello Pavan,
    Do you have any solution for this issue? I only can creat a new tab but hi prefer as you, creat a field Company code data of XD01 under Account Management tab.
    I read that is not possible, this is true?
    Best Regards,
    Eduardo Paiva

  • Need to know how to add a delay between code

    I need to add delays between the following lines of code. Any ideas?
    speed=speed*.98;
    //Delay here
    speed=speed*.50;
    //Delay here
    speed=speed*.1;

    You can't add delays in the way you show, but you can build those delayed lines into functions and have the calling of the functions delayed.  Look into the setTimeout() function as one possibility.  setInterval() is another, though it can require more maintenance.

  • I need to add a single field from with_item table . need to write select query with reference to company code , account doc no , fiscal year

    I need to add a single field from with_item table . need to write select query with reference to company code , account doc no , fiscal year

    Hi Arun ,
    Can you explain little bit more ??
    what is account doc no? 
    what are the transactions should be displayed in your output??
    -Rajesh N

  • Need to add Standard transaction code to User Menu.

    Hi All,
    I need to add Standard transaction code to User Menu. How this can be accomplished?
    Thanks

    Your Security and/or Basis team probably have control of the user menu settings.  On the other hand, if this is for YOUR user menu, you could choose to simply adjust your favorites.

  • In Dreamweaver, I need to add the directory to the File being inserted in the following Insert Code:    MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param2", 202, 1, 255, Request.Form("DocLocation")) ' adVarWChar

    I have the following code:
    <%
    If (CStr(Request("MM_insert")) = "form1") Then
      If (Not MM_abortEdit) Then
        ' execute the insert
        Dim MM_editCmd
        Set MM_editCmd = Server.CreateObject ("ADODB.Command")
        MM_editCmd.ActiveConnection = MM_NewFLSSARDB_STRING
        MM_editCmd.CommandText = "INSERT INTO DocumentTable (Title, DocLink, UpdatedBy, UpdateDate, Type, Comments) VALUES (?, ?, ?, ?, ?, ?)"
        MM_editCmd.Prepared = true
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param1", 202, 1, 255, Request.Form("DocumentName")) ' adVarWChar
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param2", 202, 1, 255, Request.Form("DocLocation")) ' adVarWChar
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param3", 202, 1, 255, Request.Form("UpdatedBy")) ' adVarWChar
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param4", 135, 1, -1, MM_IIF(Request.Form("UpdatedDate"), Request.Form("UpdatedDate"), null)) ' adDBTimeStamp
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param5", 202, 1, 255, Request.Form("Type")) ' adVarWChar
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param6", 203, 1, 1073741823, Request.Form("Comments")) ' adLongVarWChar
        MM_editCmd.Execute
        MM_editCmd.ActiveConnection.Close
        ' append the query string to the redirect URL
        Dim MM_editRedirectUrl
        MM_editRedirectUrl = "testFLSSARSuperAdminIndex.asp"
        If (Request.QueryString <> "") Then
          If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0) Then
            MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
          Else
            MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString
          End If
        End If
        Response.Redirect(MM_editRedirectUrl)
      End If
    End If
    %>
    For param2 above I need to add the directory "Docs/" to the command so that the file can be found by the User.  How do I do that?

    If all documents are going to the "/Docs" folder, then I wouldn't include it in the inserted data as you can just add it dynamically where needed. If you do want to include it and it's not part of the posted form data, then just concatenate it (&) prior to inserting into the table.

Maybe you are looking for

  • IPhoto and new MacBookPro problems

    I just booted up my new MacBookPro 15" Retina (mid-2014) with preloaded Yosemite 10.10.1. I used Migration Assistant to move apps and documents from my old MacBookPro (I think on Mountain Lion).  Ran software update and when I tried loading iPhoto, i

  • Adobe PDF printer freezes on my Win 7 x64 with Acrobat XI

    Purchased and running Acrobat XI Standard latest update 11.0.10 on Win 7 Pro x64 (6.1.7601  Service Pack 1), a rather fresh installation (2 months). Adobe's conversion to PDF doesn't work when using the Adobe PDF printer. The printer initiates normal

  • Artwork messed up in Album view iPod app

    Hi all, Ever since about a week, the artwork for my music in Album view is completely messed up. The pictures show up in all different sizes covering up other albums, which I cannot open anymore. See the screenshot on the following link: http://t.co/

  • Query expression help

    Hello - I am very new to query in PeopleSoft. I need to calculate the amount of days that a position in HCM has been in a 'frozen' status. I know that I need to subtract the STATUS_DT from the current date (date that the query is run) and then show t

  • Having some major mac - pc issues using remote workflow

    Hi all. I'm having some major issues using the InCopy workflow and was hoping someone could help me out with a few items. I've helped a client out with their workflow, proposing, demoing and promoting the InCopy workflow which seemed to be the best s