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

RE: google ads api php client library, where to place google_ads_php.ini file in server ?

2023-09-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. It seems like your concern is more on the code implementation / integration of the PHP client library. That said, I would recommend reaching out to the developer who maintains our Client libraries PHP (Github Issues) in the link below

Google Ads API Php client library, Where to place google_ads_php.ini file in server ?

2023-09-09 Thread Khushal Nayani
I am using Google Ads PHP client library to fetch campaign data in web application. Everything is working fine in localhost but when I hosted project on server various error where found due to the mismatch in path of google_ads_php.ini file. Error are below PHP Fatal error: Uncaught

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: V11 PHP Client Library - Updates to Campaign entities not taking

2022-09-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Ryan, This is Carmela from the Google Ads API team. Thank you for reaching out. Moving forward, could you first provide the could you provide the complete request and response logs with request ID and request header generated on your end? If you haven't yet, logging can be enabled by

V11 PHP Client Library - Updates to Campaign entities not taking

2022-09-23 Thread Ryan Semple
Hi, I'm trying to debug a process that involves setting campaign dates. Using the PHP Client library at this time $campaign = new Campaign([ 'resource_name' => ResourceNames::forCampaign($customerId, $campaignId), 'end_date' => $campaignDates['endDate'] // value is set to 2022

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:

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

RE: Can I Install Google Ads API PHP Client Library and Google APIs Client Library for PHP in the same project?

2020-06-22 Thread Google Ads API Forum Advisor Prod
Hello, Please create an issue on the client library page as they are better suited to resolve your issue. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q218DDC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Can I Install Google Ads API PHP Client Library and Google APIs Client Library for PHP in the same project?

2020-06-21 Thread Md. Touhidun Nabi Sarkar
i have install Google Ads API PHP Client Library in my project. Now i want to install Google APIs Client Library for PHP. It show error -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: How to create the Product groups (Product Partition) using PHP client library of google ad words API

2020-05-19 Thread Denis B
am working with Google AdWords API to create ad groups and product > groups (Product partitions) using the PHP client library provided by Google > team. I have successfully created the ad groups using that library. But I > am stuck at the point to create product groups for that ad group. >

Re: How to update existing keyword text using adwords php client library

2020-03-16 Thread Google Ads API Forum Advisor Prod
Hello, I can definitely see your point as UpdateKeyword doesn't mean you can update all the fields related to a keyword. It is more updating keyword metadata. I'll chat with our client library owners about making that more clear in the future. I really appreciate the feedback. Thanks, Nadine,

Re: How to update existing keyword text using adwords php client library

2020-03-15 Thread Rukeith Tseng
Your example did not match the question. The example cannot update keyword text only for stauts. On Wednesday, 26 February 2020 02:19:17 UTC+8, adsapiforumadvisor wrote: > > Hi Mohsin, > > Thank you for reaching out. It is possible to update an existing keyword. > You can follow this example >

RE: How to update existing keyword text using adwords php client library

2020-02-25 Thread Google Ads API Forum Advisor Prod
Hi Mohsin, Thank you for reaching out. It is possible to update an existing keyword. You can follow this example (also available in other languages). Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXT9Fw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: How to update existing keyword text using adwords php client library

2020-02-25 Thread Mohsin Khan
@Josh Radcliff is this still not possible to update text of the existing keyword? because now on the Interface in Google Adword Dashboard I can edit that. but i am unable to update it. because this post is very old so maybe now there is some possibility to update keyword text. On Tuesday, March

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-10 Thread Google Ads API Forum Advisor Prod
Hello Didier, I understand your concern. Since your concern is specific to PHP client library please file an issue under the issue tracker here. Our PHP client library owners are better equipped to help with your concerns. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxXv:ref

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-10 Thread Didier Roy
Hello Adrian thank you for your answer. I am making a request using PHP client Library this is the requet I am submitting wihp PHP client Library : SELECT campaign.id,campaign.name,campaign.advertising_channel_type,segments.date,metrics.clicks,metrics.conversions,metrics.conversions_value

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Google Ads API Forum Advisor Prod
tracker here. Our PHP client library owner will assist you better. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxXv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Adrian Lara
The problem is you need convert 1 parameter in to DoubleValue. [adrian] From: adwords-api@googlegroups.com On Behalf Of Didier Roy Sent: Monday, September 9, 2019 2:49 PM To: AdWords API and Google Ads API Forum Subject: Re: Google Ads PHP client library V2 fail get conversions

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Didier Roy
Hello Sai the error is a PHP error. It occurs before the API call is done. There is no log of the request into the log. it seems to be a PHP client library bug. I have tried V2 and V1 and got the same error PHP Fatal error: Uncaught Exception: Expect float. in /home/metaio-dev-v5/google-ads

RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hello Didier, I am form the Google Ads API team. I was able to make successful API call with the search query you have shared without any errors. Could you please share the exact error message/error log you are facing to help further? Please use reply privately to the author option while

Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-06 Thread Didier Roy
Hello PHP issue trying to get conversions and conversions_values from hotel_performance_view with Google Ads PHP client library V2 PHP Fatal error: Uncaught Exception: Expect float. in /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182

Re: Google Ads PHP Client library - Including metrics.all_conversions in SELECT statement throws a Protobuf library error

2019-06-13 Thread Bill Kvasnikoff
ob/master/examples/Reporting/GetKeywordStats.php. On Monday, June 3, 2019 at 12:48:53 PM UTC-7, adsapiforumadvisor wrote: > > Hello Ali, > > Thank you for the details. It looks like the issue is specific to the PHP > client library as I was not able to replicate this with Java.

RE: Google Ads PHP Client library - Including metrics.all_conversions in SELECT statement throws a Protobuf library error

2019-06-03 Thread Google Ads API Forum Advisor Prod
Hello Ali, Thank you for the details. It looks like the issue is specific to the PHP client library as I was not able to replicate this with Java. Could you please post this concern on the Github issue tracker and the library owner will be able to take a closer look? Regards, Bharani, Google

Google Ads PHP Client library - Including metrics.all_conversions in SELECT statement throws a Protobuf library error

2019-06-03 Thread Ali
This query works absolutely fine: "SELECT segments.date, campaign.name, segments.conversion_action_name FROM campaign WHERE segments.date BETWEEN '2019-04-01' AND '2019-04-30' ORDER BY segments.date DESC" But when I modify the query to include metrics.all_conversions like this: "SELECT

RE: How to create the Product groups (Product Partition) using PHP client library of google ad words API

2019-04-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
pi https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 04/01/19 19:35:10 akbar@purelogics.net wrote: I am working with Google AdWords API to create ad groups and product groups (Product partitions) using the PHP client library provided by Google

How to create the Product groups (Product Partition) using PHP client library of google ad words API

2019-04-01 Thread Akbar Ali
I am working with Google AdWords API to create ad groups and product groups (Product partitions) using the PHP client library provided by Google team. I have successfully created the ad groups using that library. But I am stuck at the point to create product groups for that ad group. I have

RE: how to disable traces using PHP Client Library V0_7

2019-03-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Didier, You could set the logLevel to INFO. Please check the section on logging in the client library for more details. Thanks, Sreelakshmi, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: how to disable traces using PHP Client Library V0_7

2019-03-22 Thread Didier Roy
hello anybody knowing how to disable these outputs that are generating huge logs when using php client library? thanks Le mardi 19 mars 2019 10:58:36 UTC+1, Didier Roy a écrit : > > Hello > > I am using PHP Client Library V0_7 > > how to disable traces that are automatica

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

RE: [PHP] - How to integrate Adwords API PHP client library with PHP Codeigniter framework ?

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Pavan, Since, you moved only the SRC folder the dependencies might have left behind. Please try to install the Client library through composer using this guide which will fetch all the dependencies required for the

[PHP] - How to integrate Adwords API PHP client library with PHP Codeigniter framework ?

2019-02-21 Thread Pavan V
Hello Team, I'm able to run examples and they are working fine when they are alone(means not integrated with any framework). I tried to integrate the PHP client library with CodeIgniter.Copied library[src folder] folder to third-party folder of CodeIgniter and created library file in libraries

RE: want migrate php client library from V201802 to V201902.

2019-02-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
809-of-adwords-api.html> for more information. The error indicates that you might be using an older version of the client library. Could you try installing the latest version <https://github.com/googleads/googleads-php-lib/releases/tag/40.0.0> of the PHP client library <https://githu

want migrate php client library from V201802 to V201902.

2019-02-13 Thread oeaftest
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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, I tried the below line of code in PHP and was able to set the Label in the AdGroupCriterion to null in the request. Please check the attached logs for reference. $adGroupCriterion->setLabels([new Label()]); Could you please try passing the empty array as above and let me know if

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-15 Thread orzorc
Hi Milind, I have tried to passing an empty Label array. But I got 'operations[0].operand.labels[0].id=>EntityNotFound.INVALID_ID' error as my previous post said. Now I am using Reflection in PHP to set the property to null and it works fine. But I don't think it's a good practice. Maybe

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, When you perform an AdGroupCriterionService.get() , you will have the labels

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-14 Thread orzorc
Hi Milind, Sorry I didn't make myself clear. Actually I am not trying to remove labels from exsiting criterion but *set labels property to null* in AdGroupCriterion instance. And this is my case: I get some AdGroupCriterion objects via AdGroupCriterionService and pass them through my code, in

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, To removes labels from the AdGroupCriterion, you can use mutateLabel of AdGroupCriterionService

unable to remove labels from AdGroupCriterion using php client library

2017-12-14 Thread orzorc
Hi, I found that AdGroupCriterion.setLabels requires an array which means you can not set null to labels. But if you pass it with an empty array and upload, you will get errors like 'operations[0].operand.labels[0].id=>EntityNotFound.INVALID_ID'. So one will not be able to remove labels from

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

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-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

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 some

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

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

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: How to update existing keyword text using adwords php client library ?

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarvagya, Could you confirm if this is the same issue on the other forum post that you created? Your description in this post is updating keyword text but the code is about getting

How to update existing keyword text using adwords php client library ?

2017-08-08 Thread Sarvagya Pandey
How to update a Keyword Final URL *Code I am using:* // Get the service, which loads the required classes. $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class); // Create selector. $selector = new Selector(); $selector->setFields(['KeywordText',

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: 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
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": "*",

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

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 '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,

Re: PHP Client Library via Composer incomplete?

2017-06-07 Thread Martin Roettgerding
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, 7. Juni 2017 18:57:20 UTC+2 schrieb Shwetha Vastrad (AdWords API Team): > > Hi, > > A new ads php clie

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: 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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2017-02-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, You can use the date range of ALL_TIME to request all available dates. https://developers.google.com/adwords/api/docs/guides/reporting#date_ranges Thanks, Josh, AdWords API Team On Sunday, February 26, 2017 at 11:40:07 PM UTC-5, SUBIN P VASU wrote: > > What is the maximum possible date

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2017-02-26 Thread SUBIN P VASU
What is the maximum possible date range? ie. Can I download the last five years reports using API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2017-02-26 Thread SUBIN P VASU
Friday, November 29, 2013 8:37:07 AM UTC-5, jaison@gmail.com >> wrote: >>> >>> I am using adwords PHP client library for my application. I want to to >>> download reports for a custom date range and do not know the right >>>

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

2017-02-24 Thread Jesús Cárdenas
ples\AdWords\v201609\AccountManagement\GetAccountHierarchy::main() >> #3 {main} >> thrown in >> *$path/project*/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/OAuth2TokenBuilder.php >> >> on line 179 >> >> Help me! >> >> El miércol

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

2017-01-26 Thread alfonso payra
) 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, and offers a multitude of >> improvements. Pl

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-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+:

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+:

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

2016-12-26 Thread Jesús Cárdenas
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-library.html

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-ph

***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: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-09-30 Thread Chloe
OK that seemed to work for the single time I ran it locally, but I can't insert those lines into the Composer distribution for deployment on Heroku. Heroku pulls the library from Composer during build/deploy automatically. The problem is also intermittent so I can't tell if it is fixed for

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-30 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Chloe, In SoapClientFactory, could you try adding the following lines anywhere in the GenerateServiceClient method? $contextOptions['http']['protocol_version'] = '1.0';

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-30 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Chloe, Sorry if my words weren't clear. Of course, we're trying to help you but as we're not expert in Heroku and we can't try many things on your account directly, it's difficult for me to help you resolve the issue very quickly. Could you please give me your *requestId* (if you can get

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-29 Thread Chloe
Never mind about GitHub. I figured out what the problem is. Let me know if you want me to tell you. The AdWords API problem still remains. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-29 Thread Chloe
Please contact GitHub to get them to fix their site. I still can't comment. See the screenshot above. Just because I mention Heroku, you are using that as a red herring. That's like me saying "the software is running on a Dell computer" and you responding "oh Dell is out of our scope". The

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-28 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Chloe, I'm sorry to hear that you have a problem with our github repository. However, we've never locked any github issues and always open for everyone to post new issues / re-open the old ones / comment on any issues. So, it is likely that this is a problem on github side. For your

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-26 Thread Chloe
OK. The problem is still happening and I still can't comment on the issue in GitHub. 307 <190>1 2016-08-26T03:17:49.585566+00:00 app scheduler.2914 - - PHP Notice: Failed to load response into DOM: DOMDocument::loadXML(): Empty string supplied as input in

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
as you brought up more information. I'm sure they didn't realize that something is preventing you from commenting. Regards, Mike, AdWords API Team On Thursday, August 25, 2016 at 5:38:55 PM UTC-4, Chloe wrote: > > I want to complain about the PHP client library maintainers closing

Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-25 Thread Chloe
I want to complain about the PHP client library maintainers closing issues and preventing comments on problems without even fixing them. I had to open a new ticket. https://github.com/googleads/googleads-php-lib/issues/152 https://github.com/googleads/googleads-php-lib/issues/160 I continue

Re: How to rebuild the PHP client library, so i can use namespaces in it?

2016-01-11 Thread Anthony Madrigal
Hi, Please see the experimental branch of the PHP library . Please keep in mind that It is currently a work in progress. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

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 API PHP client

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 collision

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

2014-11-05 Thread controlstyle001
. 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.INCOMPLETE_SIGNUP @ ; trigger:'null']* But step by step: - First I

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

2014-11-05 Thread Josh Radcliff (AdWords API Team)
(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

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

Re: How to use skipReportSummary in PHP Client Library?

2014-10-29 Thread Michael Cloonan (AdWords API Team)
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 ReportDefinition class. Thanks

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

2014-10-27 Thread Nam Nguyễn
Hi Josh, I submited in this link https://services.google.com/fb/forms/apicontact/ . Can you please check my account . MCC : 938-344-0820 TEST MCC : 579-857-8640 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

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

2014-10-27 Thread Josh Radcliff (AdWords API Team)
Hi, The link you submitted to is the proper escalation point for questions on your developer token. After submitting the form you should have received a confirmation email at the API email address you have in your account settings under *API Center*. If you did not receive such an email,

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 https://developers.google.com/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: As

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

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

2014-09-18 Thread Josh Radcliff (AdWords API Team)
Hi, I see that you have not accepted (or could not accept) Terms Conditions on your prod MCC, and that in a separate email with the API Compliance team, the team replied to you on the 16th and you sent the accepted terms yesterday (the 17th). You should hear back from them soon. Cheers,

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

2014-09-16 Thread Joey Belarmino
Hi Josh, Can you please also check ours, we are also having the same problem, but we have already contacted AdWords API Compliance via this: https://services.google.com/fb/forms/apicontact/ but still no reply. Prod MCC Id: 963-992-4530 Test MCC ID: 254-360-2361 Thank you! On Saturday,

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

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, September 12, 2014

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

2014-09-05 Thread Gasper Mis
Hi I have the same problem. Can you check please my account. ID stranke: 250-162-0830 User: test.advert2025 gmail com -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

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

2014-09-05 Thread Josh Radcliff (AdWords API Team)
Hi, Did you go through the steps in the common errors guide as outlined in the best answer https://groups.google.com/d/msg/adwords-api/IosB9QqubDo/dfGumQ0n4WIJ? Thanks, Josh, AdWords API Team On Friday, September 5, 2014 6:14:27 AM UTC-4, Gasper Mis wrote: Hi I have the same problem. Can

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

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James, Your account still does not show as having TCs accepted. Could you contact AdWords API Compliance https://services.google.com/fb/forms/apicontact/? They should be able to help clear this up for you. Thanks, Josh, AdWords API Team On Tuesday, July 29, 2014 12:24:55 PM UTC-4,

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

2014-07-28 Thread vukeemarketing
I have the same problem, can you please check this account? I had our corp HQ in Germany put in billing info and agree to TOS, they said they did it, and I see the billing section has a card on file. Production MCC: 303-240-1871 Thanks, James -- --

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

2014-07-28 Thread Josh Radcliff (AdWords API Team)
Hi, Your account also shows that Terms Conditions have not been accepted. Please contact AdWords API Compliance https://services.google.com/fb/forms/apicontact/ and they should be able to resolve that for you. Thanks, Josh, AdWords API Team On Saturday, July 26, 2014 1:37:49 AM UTC-4,

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

2014-07-24 Thread pgaszynski
Hello, I have the same problem. Could you please check the following accounts? MCC: 651-639-5626 TEST MCC: 632-910-6257 Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

  1   2   3   >