Trouble getting started with the API Center

2022-06-22 Thread Pietro Scurzio
Dear Support Team, I've been trying to access the Google Ads API Center (in a manager account) with no luck so far. I visited the following link https://developers.google.com/google-ads/api/docs/first-call/dev-token and tried to follow the instructions step-by-step, but when I reached the

Re: Getting Started /Começando - AdWords API + PHP

2017-07-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gustavo, You can follow this guide to set up the PHP client library. Are you able to get a refreshToken using the GetRefreshToken.php example

Getting Started /Começando - AdWords API + PHP

2017-07-25 Thread Gustavo Silva Melo
Hello! (I'm Brazilian, my English is rusty) I'm having trouble using the AdWords + PHP API. What's the best version so I can get started? I read the documentation, but I can not perform a simple test, such as GetCampaigns.php. I already have developer token and authentication in OAuth2. Is

Re: Problem getting started with PHP demos

2017-01-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Chris, Could you check the PHP version you are using? The new PHP client library requires PHP 5.5.9 and higher. If updating to PHP version 5.5.9 or above doesn't solve the issue, please post your question in the library's repository

Problem getting started with PHP demos

2017-01-19 Thread Chris
I'm getting the following error PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/chris/getcampaigns.php on line 40 when I try to run the getcampaigns demo. I'm sure I'm doing something stupid, but I

Re: Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Edward, The case of having no link between accounts is applicable for same environment accounts only and there is no way to create a link between test and production accounts. This said, if your production client account is not linked to the production MCC account where your developer token

Re: Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-09 Thread Edward Robertshaw
*> "One cause could be that there is no link between the MCC account " * I think this is it. I've never linked the accounts MMC with the test account. However, thats because it doesn't let me (thats what the docs say too, production and test accounts can't be linked). This just brings me full

Re: Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Edward, No worries, we're always here to provide help. Moving forward, there are two possible causes for the USER_PERMISSION_DENIED error that you encountered. One cause could be that

Re: Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-08 Thread Edward Robertshaw
I tried this suggestion but did not get any further. --- :authentication: :method: OAUTH2_SERVICE_ACCOUNT :oauth2_client_id: [TEST] :oauth2_client_secret: [TEST] :oauth2_issuer: [PRODUCTION] :oauth2_secret: notasecret :oauth2_keyfile: [PRODUCTION-path] :oauth2_prn: [PRODUCTION]

Re: Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Edward, Apologies for the delay and thank you for the additional information. I could see that you are using production account credentials for you *oauth2_client_id* and *oauth2_client_secret* while using a test account customer ID as your *client_customer_id*. In order to make calls using

Re: Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-07 Thread Edward Robertshaw
What I want to know is how to fill out the yml config. Mine sanitized looks something like (I am using some from the live account and some from the test account and hitting auth errors using the api): --- # This is an example configuration file for the AdWords API client library. # Please

Re: Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Edward, Yes, test accounts cannot be linked to the MCC production accounts. However, in order to make calls to the AdWords API using your test accounts, you will still need to use the developer token associated to your MCC production account. You may then use the email address you used to

Getting started with Test Accounts failing, as can't work out how to link accounts.

2016-11-06 Thread Edward Robertshaw
In the docs is states: "Because test and production accounts cannot interact in any way, you cannot use a test account under your existing production manager account. To use test accounts, you'll need a new account hierarchy, with a test manager account as the root." -

Re: Getting Started Adwords API with python (v201402)

2014-04-17 Thread Michael Cloonan (AdWords API Team)
Hi, This looks like it could be an issue with the Python library or with the way you installed the Python library. Could you please make an issue for what you are seeing on the GitHub page for the library you're using? I believe it is this one https://github.com/googleads/googleads-python-lib.

Re: Getting started

2014-02-19 Thread Anash P. Oommen (AdWords API Team)
hard time getting started with this. I have managed to run the examples and install the python client library, but I really want to make a web application that's able to use the adwords api, like for example this google app engine demo( Which I can't run until now). so if anyone can

Getting started

2013-12-23 Thread Amr Abdel-wahab
Hello Everyone, I am new to google adwords API development, and I am really having hard time getting started with this. I have managed to run the examples and install the python client library, but I really want to make a web application that's able to use the adwords api, like for example

Re: Getting Started Guides?

2013-10-16 Thread Takeshi Hagikura (AdWords API Team)
, Devin Dixon wrote: I'm a new developer to Google Adwords and I'm looking for a good getting started guide for PHP Google Adwords. Can anyone suggest any? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Getting Started Guides?

2013-10-14 Thread Devin Dixon
I'm a new developer to Google Adwords and I'm looking for a good getting started guide for PHP Google Adwords. Can anyone suggest any? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com

Get stuck with the getting started with python client lib

2012-08-07 Thread Yulong Yang
Hi all, I am trying to use python client lib for adwords. However I encounter various problems just to follow the very basic steps in the README: 1. all dependecies installed: PyXML, fpconst, httplib2, oauth2 2. fresh google account registered 3. adwords enabled for the account 4. run

Re: Get stuck with the getting started with python client lib

2012-08-07 Thread Yulong
Just to add that I also did the python config.py as README indicates and leave the customerid as blank. On Tuesday, August 7, 2012 12:47:10 PM UTC-4, Yulong Yang wrote: Hi all, I am trying to use python client lib for adwords. However I encounter various problems just to follow the very

Re: Get stuck with the getting started with python client lib

2012-08-07 Thread Anash P. Oommen
Hi Yulong, We have an ongoing issue with sandbox, where sandbox returns customerId as 0 on initialization. The steps you are performing are correct, your code will start working once the sandbox issues are addressed. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 7 August 2012

Re: Get stuck with the getting started with python client lib

2012-08-07 Thread Yulong
Thanks for the reply; very appreciated your effort. It would be best if got fixed soon cause I have an ongoing project involved adwords:) On Tuesday, August 7, 2012 10:25:40 PM UTC-4, Anash P. Oommen wrote: Hi Yulong, We have an ongoing issue with sandbox, where sandbox returns customerId as

Re: Getting started issues: java.lang.IllegalStateException: Unable to locate a SOAP module by reflection

2012-07-23 Thread Kevin Winter
Hi, Sorry I didn't see this earlier. You have the sandbox steps correct - first specify your google account information with no clientCustomerId, run GetAllCampaigns to initialize, run GetAccountHierarchy to get a clientCustomerId to update the file with, then you should be good to go. The

Getting Started API

2012-07-11 Thread francesco bottoni
I'm finding some difficulties. I'm studying Objec Oriented of PHP and i want learn to use API Adwords! *Where I get start?* I talked with an expert and he suggested me to read the doc parts - https://developers.google.com/adwords/api/docs/ I created yesterday the first application in OOP, but

Re: Getting Started API

2012-07-11 Thread Ewan Heming
If you can understand the example code that comes with the PHP Client Library http://code.google.com/p/google-api-adwords-php/, then you should be able to learn how to use the AdWords API. You can also check out this blog post that explains how to use the

Getting started issues: java.lang.IllegalStateException: Unable to locate a SOAP module by reflection

2012-06-21 Thread Jax Walsh
So I'm trying to get a good handling of the Adwords API for a new project I'm going to be working on soon, So I've downloaded the newest (as of the update yesterday 6/20/2012) version of the java client library and am trying to run the examples against the sandbox to learn the basic set up for

Re: Authentication Issues When Getting Started with Python Client (v201109 / ver. 15.2.0)

2012-02-09 Thread Danial Klimkin
Hi Aaron, Try running the following example: http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201109/account_management/get_account_hierarchy.py It should give you a list of Advertiser accounts. Pick one of them and use it's clientCustomerId

Re: Authentication Issues When Getting Started with Python Client (v201109 / ver. 15.2.0)

2012-02-09 Thread Aaron Levin
Hi Danial, Thanks for getting back to me. I will try this later today and report back with (hopefully) my success! Thanks again! Best, Aaron Levin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Authentication Issues When Getting Started with Python Client (v201109 / ver. 15.2.0)

2012-02-09 Thread Aaron Levin
Hi Danial, I just wanted to give you an update. Your advice worked and I am now able to successfully work with the Sandbox! Now on to more difficult tasks :) Thanks so much!! Best, Aaron Levin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Authentication Issues When Getting Started with Python Client (v201109 / ver. 15.2.0)

2012-02-05 Thread Aaron Levin
Hi, I'm a first time user of the Python AdWords API client. I am unable to fetch a client ID and am therefore encountering many authentication issues. I was successfully able to call the get_campaigns.py script. However, when I call get_client_customer_id.py (after adding my e-mail address to

Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Monty808
Hi, I just download the latest adwords API for python adwords_api_python_15.1.5.tar.gz I followed the instructions in the README file. Here is how I ran the config file. Your AdWords account's login email []: a...@gmail.com Login password []: ans808808 Login client email []:

Re: Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Monty808
FixedI used the wrong folder. On Jan 28, 5:13 pm, Monty808 davidmontgom...@gmail.com wrote: Hi, I just download the latest adwords API for python adwords_api_python_15.1.5.tar.gz I followed the instructions in the README file. Here is how I ran the config file. Your AdWords

Re: Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Monty808
OK Not fixed...how do I get the sandbox to work? when I created the sandbox..thos was the output... The total number of API units consumed during '20120101'-'20120128' is '0'. Usage: 1 units, 1 operations Then per the instructions I ran the follwoing...

Re: Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Evgeniy Bogdanov
Hi. Please read carefully http://code.google.com/intl/en/apis/adwords/docs/sandbox.html#getting-started In other words you need to remove Login client email []: client_1...@gmail.com And execute example script GetAllCampaigns After that you can perform example GetClientId and you will get

Re: Getting started Sandbox AdWords

2011-07-03 Thread Anash P. Oommen
Hi SOCPO, The details on using the AdWords API Sandbox is available here: http://code.google.com/apis/adwords/docs/sandbox.html. This detail hasn't changed in v201101. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Getting started Sandbox AdWords

2011-06-20 Thread Doug
@SOCPO Are you using PHP? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Getting started Sandbox AdWords

2011-06-19 Thread SOCPO
Hi Anash, I would like to learn to use Sandbox for my first tries on Google Adwords, however I don't know how to do it, the documentation seems a bit old and I couldn't see how get my Sandbox Account with the last version (v201101). Could you help me please? --

Re: Problem getting started with the Python api

2010-10-12 Thread Tim Wintle
Just bumping this a bit - haven't managed to get any further. On Fri, 2010-10-08 at 13:31 -0700, Tim Wintle wrote: I've been trying to run the python samples, but I'm getting the following error: {{{ Traceback (most recent call last): File get_all_campaigns.py, line 41, in module

Problem getting started with the Python api

2010-10-08 Thread Tim Wintle
I've been trying to run the python samples, but I'm getting the following error: {{{ Traceback (most recent call last): File get_all_campaigns.py, line 41, in module campaigns = campaign_service.Get(selector)[0] File ../../../../adspygoogle/adwords/CampaignService.py, line 83, in Get 'Campaign',

Re: Getting started

2010-07-02 Thread AdWords API Advisor
Hi, What version of PHP are you using? Is anything written to the SOAP XML logs? Best, - Eric On Jul 1, 3:49 am, netport y...@netport.com.tr wrote: this is what i did so far : i installed aw_api_php_lib_2.2.0.tar put the files under htdocs (i am using apache server) changed auth.ini and

Re: Getting started

2010-07-01 Thread netport
this is what i did so far : i installed aw_api_php_lib_2.2.0.tar put the files under htdocs (i am using apache server) changed auth.ini and settings.ini and when I run AddCampaign.php it seems to execute up until the line: $campaignService = $user-GetCampaignService('v201003'); then dies, or

Re: Getting started

2010-07-01 Thread netport
this is what i did so far : i installed aw_api_php_lib_2.2.0.tar put the files under htdocs (i am using apache server) changed auth.ini and settings.ini and when I run AddCampaign.php it seems to execute up until the line: $campaignService = $user-GetCampaignService('v201003'); then dies, or

Re: Getting started

2010-06-28 Thread AdWords API Advisor
Hi, Can you check that you have all of the required dependencies installed? http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README#341 Also, what version of PHP are you using? Best, - Eric Koleda, AdWords API Team On Jun 25, 8:56 am, mediatom...@googlemail.com

Getting started

2010-06-25 Thread mediatom...@googlemail.com
Hi, I have installed the Google adowrds php library. Seems like everythign has gone in ok, but none of the code will run. For example if I run AddCampaign.php it seems to execute up until the line: $campaignService = $user-GetCampaignService('v201003'); then dies, or cetainly reports no

New Screencast: Getting Started with the AdWords API Python Client Library

2010-01-15 Thread AdWords API Advisor
Hi Everyone, We've just finished a new screencast, Getting Started with the AdWords API Python Client Library. In this video we show you how to get up and running with the library, including writing a simple example program. http://www.youtube.com/watch?v=RMbGZIE2vpY Here are some of our