PDA

View Full Version : Inserting Tracking Code


romoliarnie
06-09-2008, 03:32 AM
Hi

I have WE 7 Does anyone know how to insert tracking code such as Google Analytics or MyBlogLog.
In fact how do you access the HTML code for your page.
Any advise would be greatly appreciated

davidrosso
06-09-2008, 10:56 AM
Hi

I have WE 7 Does anyone know how to insert tracking code such as Google Analytics or MyBlogLog.
In fact how do you access the HTML code for your page.
Any advise would be greatly appreciated

There is no way to access the raw code for the whole page.

You can however, insert the code you are looking to, try this...

- Insert
- Component
- Dynamic Link
- Next
- YouTube (check I am a member box)
- Next
- Next (check yes I have copied the code)
- Paste your HTML code in the box
- Next
- Finish
- OK
- Place the box on your page

WebMonkey08
06-09-2008, 12:43 PM
1) Get a free Google Gmail acct
2) logn into your Google Actt
3) go to Webmasters Tools
5) Follw directions to create HTML File that you upload to your FTP so Google can Track your site
6)go here http://www.xml-sitemaps.com/ and create a Sitemap the Google requires to keep tabs on your site

romoliarnie
06-17-2008, 06:03 PM
Thanks Guys,

I have followed your advise and will be updating my sites in the next couple of days.
Fingers crossed, because if it doesn't work I will not be able to use WE7 for any of my business projects which would be a shame.

WebMonkey08
06-17-2008, 07:17 PM
Thanks Guys,

I have followed your advise and will be updating my sites in the next couple of days.
Fingers crossed, because if it doesn't work I will not be able to use WE7 for any of my business projects which would be a shame.

I have Google tracking about 6 websites

Support_AK
06-18-2008, 01:59 PM
There is no way to view the coding within webeasy itself.
You would have to export the file in html, browse to the folder storing the html files (by default its in My documents >> Webeasy >> HTML), right click on the page you want to view and select Open With >> Notepad.


You can insert custom code through webeasy however.

Custom HTML and JavaScript code can be added to your pages using the Custom Script Assistant in Web Easy Professional. This functionality is not available in Web Easy.

Solution

The Custom Script Assistant can be opened by selecting "Custom Script Assistant" from the "Tools" menu. It allows HTML and JavaScript code to be added in four different ways:

1) Attached to an item (image or text) at a specific loction within your page.
2) Directly after the <BODY> tag, but before any other items on your page.
3) As attributes of the <BODY> tag itself.
4) Between the <HEAD> and <BODY> tags, as JavaScript code.

To add custom HTML code at a specific location within your page:

1) Insert an image into your page in the position where you want the custom code to be.
2) Select the image.
3) From the "Tools" menu select "Custom Script Assistant"
4) In the window that appears, make sure the "Object Events" button is selected.
5) Type your custom HTML code in the text box labeled "Contents", or press CTRL-V to paste it.
6) Click "OK".

After doing this the image acts as a placeholder for your custom HTML code. When you preview the site, the image will be replaced by your code. You may need to resize the image, depending on the code you have entered. Note that if you use copy-and-paste to duplicate the placeholder, you will need to manually add the script to the new placeholder image - it will not be copied automatically.

This technique can also be used to add attributes to HTML tags, for example if you added the code BORDER=2 to an image, when you preview your site the image will have a 2-pixel wide border.

To add custom HTML code directly after the <BODY> tag, but before any other items on your page:

1) Make sure there are no items selected on your page.
2) From the "Tools" menu select "Custom Script Assistant"
3) In the window that appears, make sure the "Body Elements" button is selected.
4) Type your custom HTML code in the text box labelled "Contents", or press CTRL-V to paste it.
5) Click "OK".

Support_AK
06-18-2008, 02:00 PM
To add custom attributes to the BODY tag itself:

1) Make sure there are no items selected on your page.
2) From the "Tools" menu select "Custom Script Assistant"
3) In the window that appears, make sure the "Body Events" button is selected.
4) Type your custom attributes in the text box labelled "Contents", or press CTRL-V to paste it.
5) Click "OK".

To add JavaScript code Between the HEAD and BODY tags:

1) Make sure there are no items selected on your page.
2) From the "Tools" menu select "Custom Script Assistant"
3) In the window that appears, make sure the "Source Code" button is selected.
4) Type your custom attributes in the text box labelled "Contents", or press CTRL-V to paste it.
5) Click "OK".

In this case, only pure JavaScript code can be entered, as Web Easy will automatically generate SCRIPT tags for you.

sohoho
01-06-2009, 01:28 AM
I just cannot figure out how to place (exact positioning) the html-script on the page. I do have the script everything ready but how can I place it here at the bottom of the webpage

</div>

HERE?????


</body>

</html>

Thanks in advance for any help.

BuzzShimano
02-27-2009, 01:26 PM
I tried to understand the instructions listed above. After I paste my code in to either the page itself, a hidden field, or the dynamic link, the actual code appears in the header of my website. If anyone can dummy this down for me I sure could use the help. I do not know html or java so this is all new to me. Thanks

davidrosso
02-27-2009, 10:43 PM
I tried to understand the instructions listed above. After I paste my code in to either the page itself, a hidden field, or the dynamic link, the actual code appears in the header of my website. If anyone can dummy this down for me I sure could use the help. I do not know html or java so this is all new to me. Thanks


The second post in this thread clearly explains "one" way to easily insert code onto your page.

Is your site currently online anywhere where we can see it? Link???

BuzzShimano
03-01-2009, 01:22 PM
I used the suggestion listed below to insert a dynamic link. The code appears now in the header of my page. Not quite sure how to remove it now but I'll figure that out.

the page I'm having issue with can be found here

http://www.koontzlakedesign.com/

Thanks for the help.

BuzzShimano
03-01-2009, 01:49 PM
I think I figured out what I was doing wrong.

I removed the dynamic link code , inserted a jpg at the bottom of my page and inserted custom script.

Google found my page so I think I'm good to go now.

Thanks again for the assistance.

clair92362
03-03-2009, 04:59 PM
David, I was wondering if you could help me. I am new with all this creating a web site and it had taken me some time to understand it all. I have now created my site, however, I was trying to put google adsense on the site. I tried going to the dynamic link and pasting the code there and I'm not sure if this is correct. However, could you explain to me how to do this? I am lost with this! Thanks, Clair

There is no way to access the raw code for the whole page.

You can however, insert the code you are looking to, try this...

- Insert
- Component
- Dynamic Link
- Next
- YouTube (check I am a member box)
- Next
- Next (check yes I have copied the code)
- Paste your HTML code in the box
- Next
- Finish
- OK
- Place the box on your page

davidrosso
03-03-2009, 05:21 PM
David, I was wondering if you could help me. I am new with all this creating a web site and it had taken me some time to understand it all. I have now created my site, however, I was trying to put google adsense on the site. I tried going to the dynamic link and pasting the code there and I'm not sure if this is correct. However, could you explain to me how to do this? I am lost with this! Thanks, Clair



http://forums.avanquestusa.com/aq/showthread.php?t=6529