Archive for the ‘Adwords’ Category

Tracking Adwords Site Placement

Thursday, May 22nd, 2008

Over at WickedFire there has been some buzz about taking advantage of Adwords’ site placement ads. Site placement lets you target your ads to only show on specific websites. This allows you to target audiences almost as well as Facebook Social Ads.

After setting up a campaign, I realized I had no way of knowing which ads converted with Prosper202. After doing some digging around, I found the {placement} tag. The {placement} tag works very similar to the {keyword} tag, but because sites are being targeted and not keywords, it tells you what site sent the traffic.

To use it, add {placement} to the subid or keyword parameter of the url. If you are using Tracking202 or Prosper202, add it after you see t202kw=. It will look something like:

http://tracking.yourdomain.com/tracking202/redirect/dl.php?t202id=XXX&t202kw={placement}

Distinguish between Search and Content Network

As I was searching, I found another little trick you can use with Adwords. If you are running ad adgroup with search and content network, you can now distinguish between the two types.

To do this, you will utilize the {ifsearch} and {ifcontent} tags. Each tag is a simple if statement that will insert text into your url if the if statement is satisfied.

For example, if your url could look something like yourdomain.com/?type={ifsearch:searchnetwork}{ifcontent:contentnetwork}.

If you are using Prosper202, you may want to include the type and the keyword. Try this:

http://tracking.yourdomain.com/tracking202/redirect/dl.php?t202id=XXX&t202kw={ifsearch:s-}{ifcontent:c}{keyword}

So now your stats will tell you if content network or search network is converting and what keywords convert. If it is content network, the subid will show “c.” If it is search network, the subid will show “s-keyword” (where keyword is the keyword you used.

How to track keywords with Adwords

Saturday, January 5th, 2008

Increasing your profit margins is all about finding the keywords that are converting, exploiting them, and finding the keywords that are giving you tons of traffic, but not converting, and DELETING them. You can’t do this unless you know how to track your keywords.

Tracking keywords is different with each advertiser (Adwords, Yahoo! Search Marketing, MSN) and each network (Azoogle, Incent-a-Click, Never Blue Ads, etc.). In this post, I will show you how to track keywords in Adwords and how to place them into your offer urls.

Lets begin with the ad url on Adwords. Say you are promoting Incent-a-Click’s Vista Print offer and you are direct linking and have chosen to not use a landing page. All you have to do is paste the offer url into the ad and add {keyword} to the subid.

For instance… the offer url will look something like http://incentaclick.com/nclick.php?id=xxxx&cid=3804. Add &sub={keyword} to the end of it and you are done: http://incentaclick.com/nclick.php?id=xxxx&cid=3804&sub={keyword}

If you have chosen to use a landing page, you are going to have to do a little more work. First, I always use PHP so that is what I will be teaching here. Make sure your landing page is saved as a .php file. Now, enter your landing page url into the ad: http://www.thegreatestlandingpageintheworld.com/index.php. You now need to add a parameter to that url to hold your keyword. I like to use k (for keyword). Like the direct link, add the parameter to the landing page url in the ad: http://www.thegreatestlandingpageintheworld.com/index.php?k={keyword}. You are now done with Adwords and can go to your landing page.

Open the landing page up in an HTML editor (I like and use Dreamweaver). You will need to change every url on that page to ensure that the keyword tracking does not get lost. Add ?k=<? print $k; ?> to every url on the page (if your urls already have parameters you will need to put &k=<? print $k; ?> instead). Make sure you include the url to the offer, which will look like: http://incentaclick.com/nclick.php?id=xxxx&cid=3804&sub=<? print $k; ?>

And you are finished.

Now when you look at your reports, you will see which keywords are converting and which ones are not. Then go over to Adwords and delete the ones that aren’t converting. I actually suggest that you run some reports and import the lists into an Excel spreadsheet. More on that later…

Who knew affiliate marketing could be so simple?

Next time… tracking with Yahoo!