18
Clicks and Impressions from Google Adwords API using ColdFusion
No Comments
Adwords, ColdFusion
Requests for simple data like clicks and impressions from the Google Adwords API can be made via SOAP requests. For more complex data and calculations, the client libraries are more aptly suited. This example does not use the sandbox. Calls to it will counts against the Adwords units. It also uses the latest version of [...]
Tags: Adwords, ColdFusion
23
Google Analytics Data Export API with Google Chart Visualizations
7 Comments
Google Analytics, php
You can punch into the Google Analytics Data Export API, pull out some stats, and stuff them into some nice graphical charts using Google Chart Visualizations. This demo is done in PHP. Authenticate the User The user can authenticate via the ClientLogin or using the AuthSub login which is actually more secure. For the ClientLogin, [...]
Tags: Google, Google Analytics, php
16
jQuery Modal Dialog Close on Overlay Click
You may want a modal dialog to close if the overlay is clicked on the page. One way of doing that is to bind a click event to the document and fire it only when the dialog box does not have focus. This example uses a variable that is flipped back and forth depending on [...]
Tags: jquery
29
Using jQuery Autocomplete to Populate Another Autocomplete – ASP.NET, ColdFusion, and PHP Examples
4 Comments
.net, ColdFusion, jquery, php
As requested, this post covers using one jquery autocomplete to populate another jquery autocomplete on the same page. This example will use a jquery autocomplete to choose a state then, based on the state, another jquery autocomplete will be populated with zip codes for that state. Basically, the state chosen gets used as a filter [...]
Tags: .net, ColdFusion, jquery, php
16
Generating Signatures in ColdFusion with RSA-SHA1 for Secure AuthSub in Google Analytics
1 Comment
ColdFusion, Google Analytics
To send secure AuthSub requests to Google Analytics, you have to sign the request with a private key that is verified against the certificate you upload to Google. Google has a library where this can be done in Java that is specific to Google Analytics and, provided you can add .jar files to your ColdFusion [...]
Tags: ColdFusion, Google Analytics
