[PHP Client Library]

2011-12-09 Thread jonasl
Hello, The example GetTrafficEstimates.php seems to be broken? See output below: je:~/aw_api_php_lib_2.7.2$ php examples/v201109/ GetTrafficEstimates.php Results for the keyword with text 'mars cruise' and match type 'BROAD': Estimated average CPC: 0 Estimated ad position: 0.00 Estimated d

AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-08-23 Thread Kyle (NBM)
Hi there, I've searched through the PHP API Documentation, this AdWords API Group, and further abroad online and I can't find any solution for this error I get when I try to download reports. I'm using the Live API Servers and a fresh copy of the PHP Libary code. This is roughly the code I'm usi

Re: [PHP Client Library]

2011-12-12 Thread Kevin Winter
Hi, Are these examples being run against production or sandbox? The sandbox explicitly returns back dummy values: http://code.google.com/apis/adwords/docs/sandbox.html#behavior If this is sandbox and the SOAP xml returns back 0's, then this is expected behavior. Running against production s

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-08-24 Thread AdWords API Advisor
Hi Kyle, Can you confirm that the credentials used when creating the AdWordsUser is an MCC and has that the account with that clientCustomerId as a client? Best, - Eric Koleda, AdWords API Team On Aug 22, 9:46 pm, "Kyle (NBM)" wrote: > Hi there, > > I've searched through the PHP API Documentati

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-09-22 Thread je...@getsidecar.com
I'm having this same error, but only with one specific live account. How do I confirm the quoted settings? On Aug 24, 2:43 pm, AdWords API Advisor wrote: > Hi Kyle, > > Can you confirm that the credentials used when creating the > AdWordsUser is an MCC and has that the account with that > clientC

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-09-23 Thread AdWords API Advisor
Hi Jesse, Do you have the report ID for a report that failed to download with this error? Best, - Eric On Sep 22, 10:11 am, "je...@getsidecar.com" wrote: > I'm having this same error, but only with one specific live account. > How do I confirm the quoted settings? > > On Aug 24, 2:43 pm, AdWord

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-11-09 Thread je...@getsidecar.com
I figured out what it was but forgot to post back. There is an error in your ReportUtils.php file. You have code that looks like this: if (isset($clientId)) { if (strpos($clientId, '@') >= 0) { $headers[] = 'clientEmail: ' . $clientId; } else { $headers[] = 'client

Re: AuthenticationError.CLIENT_EMAIL_INVALID - PHP Client Library

2010-11-10 Thread AdWords API Advisor
Hi Jesse, I apologize for the problems that bugged caused you. It was caught by another developer and was fixed in the 2.3.0 release. http://code.google.com/p/google-api-adwords-php/issues/detail?id=43&can=1 Best, - Eric On Nov 9, 10:31 am, "je...@getsidecar.com" wrote: > I figured out what

Re: Rebuild PHP Client library

2013-07-03 Thread Eugene
Hello Paul, I tried to rebuild new 4.3.0 version of library using build files from the commit you mentioned but has not succeeded. All settings there are for v201209 version, so Ant fails with errors when I try to run generate task from build.xml On Monday, June 10, 2013 1:53:13 PM UTC+3, Paul

Re: Rebuild PHP Client library

2013-07-04 Thread Paul Matthews (AdWords API Team)
Hi Eugene, If you still have the old generator, you can use the api.propertieswith phing (not Ant), which is up to date. Regards, - Paul, AdWords API Team. O

Re: Rebuild PHP Client library

2013-07-11 Thread Stephen Yeargin
Issue was reported here https://code.google.com/p/google-api-adwords-php/issues/detail?id=100 on July 3. Should we bother trying to just update the properties/build file to match in the interim for the new version, or is that not a worthwhile endeavor? - Stephen On Monday, June 10, 2013 5:53:

Namespace for PHP Client Library

2014-11-24 Thread Kristopher Windsor
Hi, The Adwords API PHP client library defines, among other things, a class named "Logger" in the global namespace that will conflict with another Logger class we want to use. Is there an easy way to put all of the client library code into a namespace to avoid the class name coll

Re: [PHP Client Library] GetTrafficEstimates

2011-12-12 Thread jonasl
Thanks for your reply Kevin, By turning on full logging output and looking at the SOAP xml it contains just zeros. See below, the host is adwords.google.com (not sandbox). http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/ cm/v201109" xmlns="https://adwor

Re: [PHP Client Library] GetTrafficEstimates

2011-12-13 Thread Kevin Winter
Hi Jonas, I was able to find your request in the logs and see that all of the results had zeros. When I tested this using the python client library (which I maintain), I saw the keyword mars cruise had zeros, but the other two keywords had valid values (which I also saw in the UI). When I to

PHP Client Library - Formatting Requests

2012-06-20 Thread Ashley Bennett
I am new to the PHP Client Library, but I have been able to connect to the live service, I have my dev token, etc. However, whenever I try and run the example file GetCampaignStats.php, I always get 'No matching campaigns were found.' Can anyone explain how I am supposed to format t

Re: PHP Client Library - Formatting Requests

2012-10-26 Thread laid kalkoul
to create one user > each for each unique clientId. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Thursday, 21 June 2012 03:46:19 UTC+5:30, Ashley Bennett wrote: >> >> I am new to the PHP Client Library, but I have been able to connect to >> the

Re: PHP Client Library - Formatting Requests

2012-10-26 Thread Paul Matthews
er >> your MCC (or read it from a local database), and then run a report each for >> each client. You could use the AdWordsUser constructor to create one user >> each for each unique clientId. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >&

Re: PHP Client Library - Formatting Requests

2012-11-07 Thread Kevin Winter
nd then run a report each for >> each client. You could use the AdWordsUser constructor to create one user >> each for each unique clientId. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Thursday, 21 June 2012 03:46:19 UTC

PHP Client Library and Deprecated Services

2013-08-12 Thread Alistair Ballantine
01306/ReportDefinitionService) indicating that it's read-only (which, granted, is all I need right now) pointing to the AdHoc reporting methods. However, the example code for downloading a report using the PHP client library ( https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWor

Re: Namespace for PHP Client Library

2014-11-25 Thread Danial Klimkin
Hello Kristopher, This is currently work in progress, see the experimental branch: https://github.com/googleads/googleads-php-lib/tree/experimental -Danial, AdWords API Team. On Tuesday, November 25, 2014 2:05:11 AM UTC+3, Kristopher Windsor wrote: > > Hi, > > The Adwords AP

Re: PHP Client Library - Formatting Requests

2012-06-20 Thread Ashley Bennett
report processing? On Wednesday, June 20, 2012 3:16:19 PM UTC-7, Ashley Bennett wrote: > > I am new to the PHP Client Library, but I have been able to connect to the > live service, I have my dev token, etc. > > However, whenever I try and run the example file GetCampaignStats.p

Re: PHP Client Library - Formatting Requests

2012-06-26 Thread Anash P. Oommen
create one user each for each unique clientId. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 21 June 2012 03:46:19 UTC+5:30, Ashley Bennett wrote: > > I am new to the PHP Client Library, but I have been able to connect to the > live service, I have my dev token, etc. &g

Running GetCampaigns.php in PHP Client Library

2017-04-02 Thread Robert Rogers
Hello, I am a student and we are working with the GoogleAdwords api, using the PHP client library. After changing a lot of the pathing in the library, I was finally able to get the refresh token. However, now I am unable to run basic api calls like GetCampaigns, GetAdGroups, etc. Am I supposed

BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread orzorc
Hi, I am using php client library for copy keywords between ad groups. I read all keywords and make a batch job request. Most operations are accepted except that some keywords are labeled and I need make new labels first. So I add label operations before criterion operations but which leads to a

BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread orzorc
Hi, Sorry , I can not find previous post so I have to repost it. I'm using php client library to copy keywords between ad groups. I read all keywords in one group and clean id in each keyword before adding to criterion operations. It works fine except for some labeled keywords. So I added

Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Najmudheen Chalakkandi
I am using the Google Adword Api (v201306) - PHP client library to . Since last three dyas, getting an error message "Report download failed. Underlying errors are Type = 'RequestError.INVALID_INPUT', Trigger = 'You are accessing an AdWords API version v201306 that h

PHP Client Library: Set a tracking URL?

2014-05-26 Thread cf2
Hi all, I am using the adwords api to generate campaigns, adgroups, keywords and ads and it works fine. But I don't find a possibility to set the Dynamic Tracking-URL for the campaigns. When I log in into my Browser in the campaign settings there is a textfield named Dynamic Tracking-URL where

PHP Client Library 500 Internal Server Error

2010-09-02 Thread Cullen Powell
Is anyone else getting a 500 internal server error when trying to use the examples from the PHP client library in the sandbox environment? We've double checked everything several times and tried it on 3 different servers. Any idea what could be causing this? The only time we don't

Re: PHP Client Library and Deprecated Services

2013-08-13 Thread Jeremy Aube
right now) > pointing to the AdHoc reporting methods. > > However, the example code for downloading a report using the PHP client > library ( > https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/Reporting/DownloadCriteriaReport.php) > &g

Re: PHP Client Library and Deprecated Services

2013-08-14 Thread Jason Stedman
There is a bit of a misunderstanding here. The ReportDefinitionService is read only and is no longer directly used to download reports. At this point it serves two purposes: API users who may have defined reports previously can still get their report definitions out of the service. (this is pr

Re: PHP Client Library and Deprecated Services

2013-08-20 Thread Alistair Ballantine
Ah, okay - I figured it would end up being a misunderstanding on my part. Thank you for the information. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

Dynamic Campaign Reporting with Php Client Library

2012-06-25 Thread Ashley Bennett
use the adwords user constructor in combination with these two example files in order to pull the right data. The php client library has lots of example files, but not much in the way of 'how-to' guides explaining how to dynamically run reports without the use of the auth.ini file, or how I

***Announcing the new ads PHP client library***

2016-12-21 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello ads PHP developers! Today we’re pleased to announce the stable release of the new ads PHP client library. This has been in beta for a while now, is a huge overhaul of the library, and offers a multitude of improvements. Please see our blog post <https://googleadsdeveloper.blogspot.

Re: Running GetCampaigns.php in PHP Client Library

2017-04-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi Robert, Could you provide the SOAP request and response that you got when the error occurred so I can better identify the cause of the issue? Please reply via *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: PHP Client Library via Composer incomplete?

2017-06-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, A new ads php client library was released <http://googleadsdeveloper.blogspot.com/2016/12/announcing-new-ads-php-client-library.html> in December 2016. In this library you need construct an API session using the AdWordsSessionBuilder.php <https://github.com/googleads/googlead

Re: PHP Client Library via Composer incomplete?

2017-06-07 Thread Martin Roettgerding
d: %s\n", $e->getMessage()); } This is apparently not the file from the master branch. But shouldn't *php composer.phar require googleads/googleads-php-lib *have gotten me everything from the master branch? Thanks & sorry if I'm just missing something... Martin Am Mittwoch

Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Martin, Could you provide the details of the composer.json so I can take a look at the version of the googleads-php-lib package used in your project? You could post your question on the library's issue tracker as well. Thanks, Shwetha,

Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Hi Swetha, This is the entire composer.json: { "require": { "googleads/googleads-php-lib": "^18.1" } } Does that help? Thanks Martin Am Donnerstag, 8. Juni 2017 16:17:19 UTC+2 schrieb Shwetha Vastrad (AdWords API Team): > > Hi Martin, > > Could you provide the details of the

Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Hi Shwetha, This is the entire composer.json: { "require": { "googleads/googleads-php-lib": "^18.1" } } Does that help? Thanks Martin Am Donnerstag, 8. Juni 2017 16:17:19 UTC+2 schrieb Shwetha Vastrad (AdWords API Team): > > Hi Martin, > > Could you provide the details of the

Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Just realized there's a second composer.json in vendor/googleads/googleads-php-lib: { "name": "googleads/googleads-php-lib", "description": "Google Ads APIs Client Library for PHP (AdWords and DFP)", "require": { "php": ">=5.3.0", "ext-curl": "*", "ext-openssl

Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Martin, The googleads-php-lib version 18.1 is a release of the old ads PHP client library. Please use the examples available here <https://github.com/googleads/googleads-php-lib/releases/tag/18.1.0> with this version of the client library. To get the new version of the client l

Re: PHP Client Library via Composer incomplete?

2017-06-08 Thread Martin Roettgerding
Wow, that was easy. It worked and everything is working again. Thanky you, Shwetha! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Based in your SOAP logs, the error was generated because you included the LabelOperation which is not supported for batch processing. Please see this guide for the list of supported operations in the B

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-15 Thread orzorc
Thank you very much. I forgot that not all operations could done by batch job. In this case, could you please consider to return a more specific error to tell us that the operation is not supported by batch job? And really really appreciate your help On Wednesday, November 15, 2017 at 3:22:52 PM

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for your feedback. I have already passed this to the team. However, this is not a guarantee that the request will be available in the future versions of the API. Please continue to follow our blog to receive any futur

AdWords API PHP Client library - Create campaign issue

2009-11-13 Thread Andy
Hi, I am having troubble with adding campaigns using the v200909 download. I am running on the sandbox, with all the right details.. The "getallcampaigns.php" example, I believe works, as there are no errors, only "No campaigns found. " which i guess is corrent.. However, when i run the addcampai

Re: Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Danial Klimkin
schedule here: https://developers.google.com/adwords/api/docs/sunset-dates -Danial, AdWords API Team. On Saturday, April 19, 2014 1:04:42 PM UTC+4, Najmudheen Chalakkandi wrote: > > > I am using the Google Adword Api (v201306) - PHP client library to . > Since last three dyas

Re: Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Najmudheen Chalakkandi
> > Also, note the sunset schedule here: > > https://developers.google.com/adwords/api/docs/sunset-dates > > > -Danial, AdWords API Team. > > > On Saturday, April 19, 2014 1:04:42 PM UTC+4, Najmudheen Chalakkandi wrote: >> >> >> I am using the

Re: Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
gt;> As per the error message, AdWords API v201306 is discontinued and no >> longer supported. Please migrate to a later API version. >> >> See this post for more details: >> >> >> http://googleadsdeveloper.blogspot.com/2014/03/reminder-adwords-api-v201306-

Re: PHP Client Library: Set a tracking URL?

2014-05-27 Thread Anash P. Oommen (AdWords API Team)
Hi, Yes, this is supported using AdWords API. You need use TrackingSetting to set this setting, and add that to the campaign's settings

PHP Client Library : Problem to use API Adsword

2014-06-17 Thread f . dervin
Hello, I'm currently trying to use the Adwords API PHP but I have trouble connecting. I downloaded the Seller GoogleAds-php-lib I followed the guide for authentication via OAuth 2.0. I modified the file auth.ini indicating my developerToken my userAgent my client_id and my client_secret When

AdWords API PHP Client Library (v201101) release date?

2011-03-06 Thread dzephyrcoder
Hi, I have read been informed about the launching of AdWords API v201101 and I wanna try it out (especially the cross-client reporting). However, I cannot find the latest PHP library with examples containing this new version. When will it be available for download? thanks. just excited. ^^ Ch

How to use skipReportSummary in PHP Client Library?

2014-10-29 Thread Kristopher Windsor
Hi, I see the new Adwords version allows a skipReportSummary setting for reports. How can I set this field in the PHP Client library? I do not see a reference to it in the ReportDefinition class. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Dynamic Campaign Reporting with Php Client Library

2012-06-26 Thread Anash P. Oommen
;t see a way to use the adwords user > constructor in combination with these two example files in order to pull > the right data. > > The php client library has lots of example files, but not much in the way > of 'how-to' guides explaining how to dynamically run report

Re: Dynamic Campaign Reporting with Php Client Library

2012-07-26 Thread Ashley Bennett
Anash, Thank you for the advice! I was able to get this to work pretty well! Do you have any advice for me on where to begin looking for examples of threading, or where I can find some instructions on it for the php client library? -Ashley On Tuesday, June 26, 2012 3:23:59 AM UTC-7, Anash P

Re: ***Announcing the new ads PHP client library***

2016-12-26 Thread Jesús Cárdenas
e pleased to announce the stable > release of the new ads PHP client library. This has been in beta for a > while now, is a huge overhaul of the library, and offers a multitude of > improvements. Please see our blog post > <https://googleadsdeveloper.blogspot.com/

Re: ***Announcing the new ads PHP client library***

2016-12-26 Thread Jesús Cárdenas
stable > release of the new ads PHP client library. This has been in beta for a > while now, is a huge overhaul of the library, and offers a multitude of > improvements. Please see our blog post > <https://googleadsdeveloper.blogspot.com/2016/12/announcing-new-ads-php-client

Re: ***Announcing the new ads PHP client library***

2016-12-26 Thread 'Joyce Lava' via AdWords API Forum
Hello Jesús*,* Please create a new github issue with the above concern. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.co

Re: ***Announcing the new ads PHP client library***

2017-01-04 Thread Dmytro S
Hi! Is where any simple way to put logs into subfolders with customerId ad current date as names without creating own logger? Please, advise. Thanks, Dmytro. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: ***Announcing the new ads PHP client library***

2017-01-04 Thread 'Joyce Lava' via AdWords API Forum
Hi Dmytro, Could you please open a new thread so we can properly track your concern? Also, if you are referring to setting up the client library in your application, you may want to contact the github experts through the link I shared above. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=

Re: ***Announcing the new ads PHP client library***

2017-01-26 Thread alfonso payra
Thanet Knack > Praneenararat (AdWords API Team) escribió: >> >> Hello ads PHP developers! Today we’re pleased to announce the stable >> release of the new ads PHP client library. This has been in beta for a >> while now, is a huge overhaul of the library, an

Re: ***Announcing the new ads PHP client library***

2017-02-24 Thread Jesús Cárdenas
ntHierarchy.php(146): >> >> Google\AdsApi\Examples\AdWords\v201609\AccountManagement\GetAccountHierarchy::main() >> #3 {main} >> thrown in >> *$path/project*/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/OAuth2TokenBuilder.php >> >> on line

Re: ***Announcing the new ads PHP client library***

2017-09-11 Thread Joven Albarida
) wrote: > > Hello ads PHP developers! Today we’re pleased to announce the stable > release of the new ads PHP client library. This has been in beta for a > while now, is a huge overhaul of the library, and offers a multitude of > improvements. Please see our blog

Re: ***Announcing the new ads PHP client library***

2017-09-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Joven, Are you facing any issues while using the v201708 version of the API? If so, could you please create a new thread with more details and logs explaining the issue? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Add monolog/monolog:v1.26 compatibility to php client library

2022-06-20 Thread J Franse
Hi Google Ads API team, Our team was waiting for the update of the *php client library for Google Ads API*. Turns out the requirements of the new version V15.1 (supporting Google Ads API V11) includes monolog/monolog:v2 or v3. This is in conflict with the monolog/monolog:v1.26 version we use

AdWords API PHP Client Library is the new APIlity

2009-10-23 Thread Tomac
rsion.html) for APIlity in its current form (i.e. v1.13.1). Because of the hard cut and the underlying SOAP toolkit change (NuSOAP replaced by native SOAP extension), the first release of the new PHP client library (http://code.google.com/p/google- api-adwords-php/) just ships with the true v2009 cor

AdWords API Re: PHP Client library - Create campaign issue

2009-11-16 Thread AdWords API Advisor
Hi Andy, This error is likely due to trying to add a campaign to an MCC account. Ensure that you specify a clientId in the auth.ini file. More information about how setting the clientEmail header in the sandbox is available here: http://code.google.com/apis/adwords/docs/developer/adwords_api_sand

AdWords PHP client library - Errors with AddCampaigns.php and EstimateKeywordTraffic.php

2014-01-16 Thread ts1
hi, I’m using the PHP client library (v201309) with a test account. I have created the client id and client secrets, and received the refresh token. Example files “GetCampaigns.php” and “CreateAccount.php” are working fine, but when I run AddCampaigns.php I get error message: An error has

PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-03-18 Thread cf2
Hello, using the PHP Client Library for the Google AdWords API I get the following Error: *An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']* But step by step: - First I generate a productive MCC Account and get an API developer token (Now it's pendin

Re: PHP Client Library : Problem to use API Adsword

2014-06-17 Thread Josh Radcliff (AdWords API Team)
Hi Florent, All of the scripts in the *examples* folder are meant to be run from the command line, as they write to stdout and sometimes read from stdin. For example, the *GetRefreshToken.php* script will write a URL you'll need to use to get a code which you'll then have to enter at a subseque

Re: AdWords API PHP Client Library (v201101) release date?

2011-03-07 Thread Amitay
Me too! On Mar 6, 5:40 pm, dzephyrcoder wrote: > Hi, > > I have read been informed about the launching of AdWords API v201101 and I > wanna try it out (especially the cross-client reporting). > However, I cannot find the latest PHP library with examples containing this > new version. > When will

Re: AdWords API PHP Client Library (v201101) release date?

2011-03-07 Thread AdWords API Advisor
Hi everyone, We working fast to add support to all client libraries for v201101, I expect this to be done in a week or so. Cheers, Anash P. Oommen, AdWords API Advisor. On Mar 7, 6:16 pm, Amitay wrote: > Me too! > > On Mar 6, 5:40 pm, dzephyrcoder wrote: > > > > > > > > > Hi, > > > I have read

Get CLients ID from MCC without php client library?

2012-10-25 Thread Mirror
Hi! How can I get all "Clients ID" in MCC account, using ServicedAccountService without Php Library Client? I mean "No Client Library" method, like http://code.google.com/p/google-api-adwords-php/wiki/NoClientLibrary If use PHP Library Client, it's like: include dirname(__FILE__) . '/

Re: PHP Client Library : Problem to use API Adsword

2014-09-15 Thread Bzness Ads
Having the same problem I get the code, but where do i put it? Em segunda-feira, 16 de junho de 2014 19h00min56s UTC-3, f.de...@webmarketing-booster.com escreveu: > > Hello, > > I'm currently trying to use the Adwords API PHP but I have trouble > connecting. I downloaded the Seller GoogleAd

Re: PHP Client Library : Problem to use API Adsword

2014-09-15 Thread Ray Tsang (AdWords API Team)
Hi, Please carefully review the AdWords API Authentication guide <https://developers.google.com/adwords/api/docs/guides/authentication> as well as the PHP client library OAuth guide <https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0>. Thanks, Ray On Friday,

Re: PHP Client Library : Problem to use API Adsword

2014-09-24 Thread Sage Lewis
As a person who is VERY new to this world this was definitely a hurdle for me. I set up XAMPP on my pc at home. It installed php and all the necessary stuff right out of the box. But what I didn't realize was just what was said below. You must run these examples all from the command line. So i

Re: PHP Client Library : Problem to use API Adsword

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, Have you explored AdWords scripts ? It is much simpler to use than AdWords API, and may be the right product for you. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 8:00:08 PM UTC-4, Sage Lewis wrote: > >

Re: How to use skipReportSummary in PHP Client Library?

2014-10-29 Thread Michael Cloonan (AdWords API Team)
am On Wednesday, October 29, 2014 5:33:53 AM UTC-4, Kristopher Windsor wrote: > > Hi, > > I see the new Adwords version allows a skipReportSummary setting for > reports. How can I set this field in the PHP Client library? > I do not see a reference to it in the ReportDefi

Set AdParams not working using the PHP client library

2011-07-28 Thread robert.johans...@adwire.se
Hi, I'm trying to use the PHP client library in order to change some ad parameters in my ads, but I can't make it work. The error message I receive is "INVALID_ADGROUP_CRITERION_SPECIFIED", but I know for a fact from running the "getAllAdGroupCriteria"-service

want migrate php client library from V201802 to V201902.

2019-02-13 Thread oeaftest
it the AdWords API blog for information on migration to the new AdWords API version.; errorString: RequestError.UNSUPPORTED_VERSION]' I am using PHP client library V201802. Please can someone help me how i can upgrade my code to V201902. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

how to disable traces using PHP Client Library V0_7

2019-03-19 Thread Didier Roy
Hello I am using PHP Client Library V0_7 how to disable traces that are automatically generated like following when I run examples/BasicOperations/GetCampaigns.php : [2019-03-19 10:55:18] google-ads.INFO: Request made: Host: "googleads.googleapis.com", Method: "/google.a

Fetching campaigns detail via google ads php client library.

2023-09-05 Thread Khushal Nayani
I am trying to create a web application where my clients can view their campaign data. I am using Google Ads PHP Client Library <https://github.com/googleads/google-ads-php/tree/8372d9f7551240e70fbe569a12d7e12f8fe0c324> for this application. Done installation as per given instructions

RE: Add monolog/monolog:v1.26 compatibility to php client library

2022-06-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jeroen, For PHP Ads API Client Library specific issues you may reach out to the issue tracker for support. Regards, ​​ Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2byA2O:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

Re: fetching campaigns detail via google ads php client library.

2024-05-07 Thread Varinder Sohal
Thank you so much for these conversions it helps me a lot but I have another query how can I filter Google ads campaign data with a date range filter? Suppose I want to get last week's clicks, impressions last week's cost, etc. I googled a lot about this but somewhere I read about segments and

AdWords API PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-17 Thread Eugene
This code: $infoService = $user->GetInfoService(); $is = new InfoSelector(); $is->dateRange = new DateRange( date("Ymd", mktime(date("H"), date("i"), date("s"), date("m"), date ("d")-1, date("Y"))), date("Ymd", mktime(date("H"), date("i"), d

Re: AdWords PHP client library - Errors with AddCampaigns.php and EstimateKeywordTraffic.php

2014-01-21 Thread Danial Klimkin
ry 16, 2014 7:13:46 PM UTC+4, ts1 wrote: > > hi, > > I’m using the PHP client library (v201309) with a test account. I have > created the client id and client secrets, and received the refresh token. > > Example files “GetCampaigns.php” and “CreateAccount.php” are worki

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-03-18 Thread Ray Tsang (AdWords API Team)
Hiya, Please let me know your production MCC CID. Thanks! Ray On Tuesday, March 18, 2014 6:05:28 AM UTC-4, c...@clickbits.de wrote: > > Hello, > > using the PHP Client Library for the Google AdWords API I get the > following Error: *An error has occurred: > [QuotaCheckError

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-03-19 Thread cf2
Hi, my production MCC Customer ID is: 458-327-5081 For your information: My test MCC Customer ID is 168-072-8257 and the Customer ID from the Adwords Account in the test MCC Account is 385-712-8406 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-03-20 Thread Daniel Mayans
Exactly the same problem. MCC: 885-241-7816 Test MCC: 757-649-9457 Adwords account inside Test MCC: 591-860-8926 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-04-04 Thread Gabriel Kung
Having the exact same problem. Production MCC Customer ID is: 565-672-9383 Test MCC Customer ID is: 899-817-0069 Test MCC Adwords Account: 460-090-3879 If you have a solution, please let me know. Thanks, Gabriel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-04-07 Thread Ray Tsang (AdWords API Team)
Gabriel, I've replied to you on the other thread in private. Please take a look. Cheers, Ray On Thursday, April 3, 2014 6:28:34 PM UTC-4, Gabriel Kung wrote: > > Having the exact same problem. > Production MCC Customer ID is: 565-672-9383 > Test MCC Customer ID is: 899-817-0069 > Test MCC Adwo

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-04-10 Thread Ray Tsang (AdWords API Team)
Hi all, If you are receiving INCOMPLETE_SIGNUP error, please carefully review the common error guide on how to resolve this . Cheers, Ra

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-05-15 Thread edmund
I am also getting the same type of error as the OP, and I have followed the exact same steps. I have also tried troubleshooting via error guide. Could you please take a look, Ray? Production MCC ID: 307-898-0570 Test MCC ID: 203-909-5769 AdWords account inside Test MCC: 279-058-2489 On Thursda

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-05-16 Thread Ray Tsang (AdWords API Team)
Edmund, Please send me the request/response log in private. But most likely, it is caused by one of the four issues listed in the error guide. I've investigated many of these issues and it's very important to check

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-06-06 Thread testapi
Hello Ray, I have the same problem Can you Help me? MCC: 578-108-6972 Test MCC: 252-922-6883 Adwords account inside Test MCC: 473-145-2216 Regards, Benjamin Gomez On Tuesday, March 18, 2014 4:05:28 AM UTC-6, c...@clickbits.de wrote: > > Hello, > > using the PHP Client Library fo

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-06-09 Thread Josh Radcliff (AdWords API Team)
elp me? > > MCC: 578-108-6972 > Test MCC: 252-922-6883 > Adwords account inside Test MCC: 473-145-2216 > > > Regards, > Benjamin Gomez > > > On Tuesday, March 18, 2014 4:05:28 AM UTC-6, c...@clickbits.de wrote: >> >> Hello, >> >> using the PHP C

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-06-12 Thread Eviral Api
108-6972 >> Test MCC: 252-922-6883 >> Adwords account inside Test MCC: 473-145-2216 >> >> >> Regards, >> Benjamin Gomez >> >> >> On Tuesday, March 18, 2014 4:05:28 AM UTC-6, c...@clickbits.de wrote: >>> >>> Hello, >>> >>&g

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-06-12 Thread Josh Radcliff (AdWords API Team)
PM UTC-4, Eviral Api wrote: >>> >>> Hello Ray, >>> >>> I have the same problem >>> >>> Can you Help me? >>> >>> MCC: 578-108-6972 >>> Test MCC: 252-922-6883 >>> Adwords account inside Test

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-07-08 Thread youfindadword . test
Hi,Gabriel Kung I have encountered this problem, can you help me? Thank you! c...@clickbits.de於 2014年3月18日星期二UTC+8下午6時05分28秒寫道: > > Hello, > > using the PHP Client Library for the Google AdWords API I get the > following Error: *An error has occurred: > [QuotaCheckError

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-07-08 Thread Josh Radcliff (AdWords API Team)
have encountered this problem, can you help me? > > Thank you! > > c...@clickbits.de於 2014年3月18日星期二UTC+8下午6時05分28秒寫道: >> >> Hello, >> >> using the PHP Client Library for the Google AdWords API I get the >> following Error: *An error has occurred: >&g

  1   2   3   >