Tagged Questions

The Google Adwords API is the API Google made available to interact with the Google advertisement service.

learn more… | top users | synonyms

3
votes
1answer
266 views

Tracking user clicks back to Google Adwords API

I am going around in circles a bit with this one trying to find a solution online and I cant find one so I thought I would ask then it may be useful to others as well. The scenario. With PHP I am ...
2
votes
2answers
154 views

OAuth Extension Loading in PHP

Hi I am really struggling with this one. I am developing with Google Analytics and Google Adwords; and I am using two separate Oauth libraries in the API Helper Libraries that are written by Google. ...
2
votes
1answer
1k views

Adwords API PHP example to fetch search volume for related keywords

I understand that the TargetingIdeaService is the service to be used to fetch monthly search volume for multiple keywords related to a given keyword. Is there a PHP example somewhere showing how to ...
2
votes
1answer
509 views

Adwords API BulkMutateJobService Fetch Global Monthly Search Volume For Multiple Keywords

I've just gotten into the Adwords API for an upcoming project and I need something quite simple actually, but I want to go about it the most efficient way. I need code to retrieve the Global Monthly ...
2
votes
1answer
383 views

google adwords api + getting all keywords

I'm using the google adwords api, I can retrieve all campaigns, group ads, ads, but I have no idea on how to retrieve keywords related to an "group ads". In the google adwords interface, when we ...
2
votes
3answers
2k views

How to use SOAP/WSDL in PHP 4?

More specifically I'm trying to make the google adwords API work using PHP 4. What are my options? Any links to a class I could use, sample code, etc would be much appreciated. Thanks.
2
votes
1answer
445 views

Google Adwords API 'getKeywordVariations' not working properly

I'm trying to use the 'GetKeywordVariations' method of the google adwords API, documentation at this page. According to the documentation, it should return these fields, including ...
1
vote
2answers
64 views

Google Adwords API PHP Client Add Keywords to Ad Group in Bulk

To add an array of $keywords to my ad group I am currently using the following code: $adGroupCriterionService = $adwordsUser->GetService('AdGroupCriterionService', 'v201109'); $operations = ...
1
vote
1answer
35 views

Link to Adwords MCC from my rails application

I am using Adwords API and now I want to add a link to MCC in my rails application's admin area. How can I add a link to Adwords MCC from my rails application. I have adwords API access. The admin ...
1
vote
2answers
118 views

Adwords API C# : use web.config with class library

I'm building ASP.Net MVC application and want to integrate functionnality of adwords API. I create for that a class library in my project with those functionnality inside some classes. In my class ...
1
vote
1answer
166 views

Sending a GET request using SOAP and Javascript (Google Adwords Sandbox API)

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 = ...
1
vote
0answers
375 views

Using Google AdWords API for the Keyword Tool using PHP and Curl?

Does anyone know a quick way to get keyword ideas using the AdWords API using CURL. The URL should be something like https://adwords.google.com/api/adwords/o/v201101/TargetingIdeaService?wsdl, but I'm ...
1
vote
2answers
222 views

Node.js: How to access Google AdWords API

Is there a way to use node.js to tap into my google adwords account? Thanks
1
vote
1answer
160 views

adwords api: retrive daily spend (costs)

Does anybody have some sample code that shows how to get the daily, total spend (across all campaigns) of an AdWords account? I haven't been able to find sample code that does something like this in ...
1
vote
1answer
157 views

How do Adparams works in Google Adwords PHP api

I have 700 products to create ads each with different cost and year of make and i want to display this values in my ad and change them dynamically. so i have used adparams in the headline and in ...
1
vote
1answer
117 views

Can i invite a user as with MCC with Adwords API

I have been struggling with this, i know that the Google Adwords API has a bunch of service to create custom application with the AdWords, but with MCC i can invite a user that i would like to managed ...
1
vote
1answer
676 views

Determining origin of traffic from Referrer Header characteristics

I'm writing a web application that will track incoming traffic to a website and track the origin of the traffic and its behaviour on our site, so that we can get some idea of the return on investment ...
1
vote
2answers
447 views

Working with google adwords api

What i need to do to use Google AdWords API? Is it real that i must register at My Client Center, pay money and pass stupid tests on google testing service?
1
vote
1answer
144 views

Any interesting analysis using R and Adwords?

Just curious if anyone has attempted to use R with the Adwords API for analytical or statistical purposes. I'd love to see the type of implementation and what you are trying to solve/answer using R. ...
1
vote
1answer
108 views

Cities to Metropolitan areas

I have a database of cities (in both the US and the rest of the world). The database entries are simple text strings. Currently the database contains even small cities (population 10,000). I wish to ...
1
vote
1answer
551 views

Google App Engine + AdWords API: java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException

I know a lot so far about this exception. But I am wondering, if any of you tried to use AdWords API on GAE. AdWords uses Axis as underlying WS library, which do not work on GAE and unfortunately I ...
1
vote
3answers
922 views

How to create ads using google adwords API?

Basically, I have a list of keywords, such as: - red balloons - free red balloons - buy red balloons - blue balloons - .... for each keyword, I have a list of 3-4 ads, each ad consisting of a ...
0
votes
1answer
13 views

Error to get Traffic Estimator for adword using Google Adword API

I have to use the Google Adword Traffic Estimator API to get my adword details.I think it could be possible to run in two ways. 1.without client library 2. With client library When i follow without ...
0
votes
1answer
89 views

AdWords API v201109 Ad Hoc Keyword Performance Report Display Network Performance

When running a Keyword report in AdWords API v13, the data for both the Search and Display Network will be returned in the same report. I have tried running the v201109 Ad Hoc Keyword Performance ...
0
votes
1answer
21 views

Using LocationSearchParameter for TargetingIdeaService v201109

I am trying to use LocationSearchParameter with TargetingIdeaService (v201109). I am struggling with an Invalid_Criterion_ID error. May I request some help with that? Here is how I am setting ...
0
votes
0answers
18 views

TextBox With Auto Suggest Google Categories [closed]

I have TextBox and I want this TextBox to auto-suggest google Categories.For example If I type any key it gives me suugetions with that key and force to use only those categories.I know I need to use ...
0
votes
0answers
9 views

Google Adword API

I am pretty new to AdWord API, I am looking to associate specific Ad with each conversion. Is it possible to query conversion data using Google AdWord API for specific unique Sales Invoice Id. Also, I ...
0
votes
0answers
18 views

Distinguishing Between Cost Per Customer Acquisition and Cost Per Order

What would be the easiest way to distinguish between 'cost per customer acquisition' and 'cost per order conversion' in AdWords? We currently track the cost per conversion (sale / order). But ...
0
votes
1answer
46 views

Is it possible to link existing Google AdWords account via API?

I'd like to implement functionality of linking existing account(using only client id) to my MCC in my java application (this functionality is available with google adwords site). Is it possible? How ...
0
votes
1answer
36 views

UNEXPECTED_INTERNAL_API_ERROR when adding RemarketingUserList

I am using google-adwords version v201101. When trying to insert the RemarketingUserList, I am getting the error @errors: ...
0
votes
2answers
103 views

HOW TO oAuth and SOAP?

HELP ! I'm trying to upgrade may program to support the new oAuth that Google uses in the AdWords. Using my website I'm able to create an accessToken and an accessTokenSecret for my users and store it ...
0
votes
1answer
42 views

Google AdWords Java API: Help unmarshal Ad Hoc Report

I'm using google-api-adwords-java to download some Ad Hoc AdWords reports. The library helps me to build the request xml through usage of: ...
0
votes
1answer
41 views

AdWords SOAP request with oAuth in C#

I'm trying to upgrade may program to support the new oAuth that Google uses in the AdWords. I've my on-line part, which work fine, and get the access tokens (token, secret and consumer key). My ...
0
votes
1answer
47 views

Adwords API: Using campaigns and ads from live on the sandbox

I'm using the Adwords API so that a client can auto-pause the ads associated to some of their communities based on certain criteria. My problem lies with how I can reliably test that this is set up ...
0
votes
0answers
15 views

Destination URL from Audience (User Lists)

Although it's not mentioned in the API or anywhere else, I've notice I can set a Destination URL for the criterion holding the User List. After some tries (Deleting all cookies, only open the page ...
0
votes
2answers
80 views

Google Ads API, C#, SOAP request with new oAuth 1.0?

I'm using Google Ads API for a while and making SOAP API request using the ClientID. now I learned that Google is adding a oAuth way to communicate with there database. lets say I have the auth and ...
0
votes
1answer
35 views

Is Audience in Google Adwords can use Destination URL using the API?

I know that basically Audience (Remarketing \ User Lists \ Interest Lists \ Any other name...) don't have a Destenation URLs. With that I have notice that I can update the URL of the criteria which ...
0
votes
1answer
36 views

GetAllCampaignTargets not returning any targets [JAVA - Sandbox V201109]

I am facing this issue when migrating the Google API from V201101, V13 to V201109 I am trying to get all the targets using GetAllCampaignTargets provided in the link. For the campaign i added, i am ...
0
votes
1answer
56 views

Platform not setting [JAVA - Sandbox V201109]

I AM FACING THIS PROBLEM WHEN MIGRATING API CODE FROM V201101, V13 TO V201109. In my Google campaign target, i tried adding Language and Platform and mutated with Google API. In the return value I ...
0
votes
1answer
34 views

how can I know using Google AdWords API if an AdGroup is attached to a remarketting (audience)?

Can someone please help me with that problem. The question: Using the API, How can I know if an AdGroup using remarketting or not ? The reason: I want to change the destination URL for the entire ...
0
votes
1answer
70 views

Adwords PHP Client Library Examples won't connect?

I'm working with the 201109 version in the sandbox and getting this error when navigating to examples/v201109/GetAllCampaigns.php AuthenticationError.CLIENT_CUSTOMER_ID_INVALID @ ; ...
0
votes
1answer
66 views

Are AdWords Keyword/AdGroup/Campaign IDs unique across multiple accounts?

In the Google AdWords API, I believe Keyword IDs and AdGroup IDs (and obviously Campaign IDs) are unique within an account (as opposed to the Keyword ID only being unique within its enclosing AdGroup, ...
0
votes
1answer
54 views

How to create Campaign hierarchy using AdWords MutateJobService?

What's the least expensive way to create the entire Campaign hierarchy, from the Campaign down to the Ads/Keywords, using the AdWords API? I have a tool for creating/organizing Campaigns, AdGroups, ...
0
votes
1answer
148 views

how to use adwords api to grab all keywords?

i set up an Google ad-words api and seems to work fine. I can get GetAllCampaigns, GetAllAdGroupCriteria and GetAllAdGroups. but i want to get all keywords from a specific group/campaign, and the ...
0
votes
1answer
38 views

Actionscript Google Adwords Client Library

I have been searching for a Client Library for the Google Adwords (mainly for the Keyword Tool section) but to no avail. Does anyone know if this is even possible? I have seen all of the other client ...
0
votes
2answers
67 views

Google Adwords API: ReportDefinitionService: How to identify valid “report column” combination?

I am working on Google Adwords API v201101. Basically, I need to generate reports using "ReportDefinitionService". I need help to identify/validate "report column" combinations. Many times it gives ...
0
votes
1answer
79 views

Downloading Google AdWords Data

My company would like to have access to all of their google adwords data offline. Apart from the API, or using the API, is there a tool already available that can achieve this? My company has 70 ...
0
votes
1answer
24 views

How to design a simple keyword content delivery mechanism that functions like Adwords

I'm have application that allows users to store food diary entries of approximately 140 characters in length. I am looking for a solution that will allow me to tie content modules (think tips for ...
0
votes
0answers
134 views

Using PHP and SOAP to Access the TargetingIdeaService in the Google AdWords API?

Does anyone know how to use the TargetingIdeaService in the Google AdWords API? I can currently obtain an auth token using CURL through https://www.google.com/accounts/ClientLogin. What I am stuck ...
0
votes
1answer
197 views

How can I tell the Google Adwords API which client/account in my MCC I am querying?

Using the latest PHP CLient Library (v2.6.3) I can't seem to figure out to get all campaigns for a client in my MCC (my client center) account. I can easily get all accounts via: $user = new ...

1 2