Re: Trying to access Google Adwords Sandbox API

2011-09-19 Thread Kevin Winter
Hi, According to the jquery documentation, when you use GET as the method type, it appends the data to the URL and specifies a callback ( http://api.jquery.com/jQuery.ajax/). The AdWords API unfortunately does not support jsonp requests, so this will not work. I'd suggest taking a look at the

Trying to access Google Adwords Sandbox API

2011-09-15 Thread adnonymous
I'm trying to access Google Adwords Sandbox API and I cannot, for the life of me, figure out what's going on. Here's my code: var wsUrl = "https://adwords-sandbox.google.com/api/ adwords/cm/v201008/CampaignService"; var soapRequest =