// // Create a fake order ID using the current // time and the unique identifier that GA uses to // track this visitor. // var timeObj = new Date; var unixTimeMs = timeObj.getTime(); var unixTime = parseInt(unixTimeMs / 1000); var orderID = pageTracker._visitCode() + '-' + unixTime; // // This function assigns order values depending // on what has been clicked and submits the transaction // function subscriptiontracker(subtype,value) { pageTracker._addTrans( orderID, // Order ID "", // Affiliation value, // Total "", // Tax "", // Shipping "", // City "", // State "" // Country ); pageTracker._addItem( orderID, // Order ID subtype, // SKU subtype, // Product Name "blog", // Category value, // Price "1" // Quantity ); pageTracker._trackTrans(); alert("Test successful"); }

Google AdWords dynamic keyword insertion

by Kevin Gibbons on July 11, 2006

The Google AdWords dynamic keyword insertion appears to be a well kept secret, until now! :)

The following code enables you to dynamically insert the keyword into your ad text. This can help to improve your CTR and can save a lot of time when managing and optimising a large campaign.

To use the dynamic keyword insertion, you need to place {KeyWord:Default Text} in your ad headline or description. This will display the relevant keyword from your keyword list (as opposed to the keywords searched for in Google) unless this exceeds the maximum amount of characters and then it will display your default text.

{KeyWord:} Capitalizes all words
{keyword:} Lowercase version of words
{KEYWORD:} Capitalizes all letters

Tags: , ,

No related posts.

Struggling to make your online marketing sparkle?

SEOptimise SEO

If you liked this post, you'll love what we can do with your SEO, PPC and online marketing campaigns. You can have the authors of this blog work directly on your campaigns!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>