Composer

2016-12-27 Thread caballonegro . manager
Do I have to install composer in the server or on my local desktop Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Composer

2016-12-29 Thread caballonegro . manager
adwords-api/24b58b8f-4951-4aab-8447-1ec65e9a1f22%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. Composer Error.docx Description: MS-Word 2007 document

Re: Composer

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi, Is it for the setup of the PHP client library of AdWords API? If so, depending on which machine you would setup the client library, you need to follow these steps . Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Composer

2016-12-28 Thread caballonegro . manager
Yes, it is for the setup of the PHP client library of Adwords. I use a hosting service where I run my applications. And I develop the applications in my desktop. I guess I have to install composer in the hosting server, don't I? I guess "$ php composer.phar require googleads/googlea

Re: Composer

2016-12-28 Thread caballonegro . manager
Ok, I have understood that I have to install composer in my linux server. I have tried but I have encounter some problems: - The version is 15.0, not 25.0 - It requires ext-soap thst should be in my computer but I don't know what it is - Installation failed finally Could you

Re: Composer

2016-12-28 Thread caballonegro . manager
Sorry. I attach the command line in my server El miércoles, 28 de diciembre de 2016, 16:23:46 (UTC+1), caballoneg...@gmail.com escribió: > > Ok, I have understood that I have to install composer in my linux server. > I have tried but I have encounter some problems: > > >

Re: Composer

2017-01-04 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
t library (v15.0.0 and below). Cheers, Thanet, AdWords API Team On Thursday, December 29, 2016 at 12:23:46 AM UTC+9, caballonegro.mana...@gmail.com wrote: > > Ok, I have understood that I have to install composer in my linux server. > I have tried but I have encounter some problems: > &

Migrating to v201708 and composer

2017-09-11 Thread Douglas Lewis
I used to be able to change the DEFAULT_VERSION in the settings.ini file to tell my code what version of the adwords library to use. Now that I've graduated to the v201708 where I have to use composer and classes ./ namespaces I don't know what version I'm actually calling.

Re: Migrating to v201708 and composer

2017-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Douglas, If you have already downloaded the updated client library and followed the PHP upgrade guide , then rest assured that you

Migration to v201603 Selector error- no composer

2016-05-18 Thread Sonya Moffat
Hi, I have switched to v201603 and followed the migration guide carefully. However, when I try to use the Report Definition Service, it gives a "Class 'Selector' not found" error. There is a solution to the same error for those who used composer to upgrade in Migrat

API v5 deprecated problem and Cloud Composer

2021-07-21 Thread João Paulo
Hello, Our current Google Ads DAGs on Cloud Composer are now returning v5 as deprecated, so calls to the API are being blocked, which left our DAG failing. We currently use python client library version 7.0.0 (default on Cloud Composer 1.17.0-preview.2) and the environment will refuse any

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 in December 2016. In this library you need construct an API session using the AdWordsSessionBuilder.php

Re: PHP Client Library via Composer incomplete?

2017-06-07 Thread Martin Roettgerding
Hi Shwetha, Thanks for your reply! I had already made the upgrade to the new libraries a few months ago. However, I don't think the problem is my code as I can't even get the official examples to run. I tried to start from scratch. Here's what I did: - I got composer and ra

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 with this version of the client library. To get the new version of the client library, plea

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

Composer - installing latest version of Adwords API

2017-10-15 Thread matthew
I have been using v201609 of Adwords API just fine, but now want to update to the latest API. I tried installing the latest version with composer: php composer.phar require googleads/googleads-php-lib But I get this response: Using version ^31.0 for googleads/googleads-php-lib

RE: API v5 deprecated problem and Cloud Composer

2021-07-23 Thread Google Ads API Forum Advisor
Hi João, Unfortunately we don't have an allowlist for sunseted client libraries. You can ask for support from Composer issue tracker. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2JCW1u:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Composer - installing latest version of Adwords API

2017-10-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Matthew, This seems to be an issue on the PHP client library itself. With this, I suggest you to post this concern here so the library owners can provide you better assistance on this. Thanks, Vincent AdWords API Team -- -- =~=~=~=~

google ads client library for php without composer installing

2019-07-05 Thread jignesh sailor
Hi All, I need to use Google Ads API with PHP Here i get the client library of php but as per the instrucation i need to install through "Composer" I want the ready to go library were by i just need to include the library and use it. Here I don't want to install the composer

RE: google ads client library for php without composer installing

2019-07-07 Thread Google Ads API Forum Advisor Prod
Hi Jignesh, Thank you for reaching out. However, your concern appears to be more specific to the PHP client library setup. That said, you may instead, reach out to the PHP library owners via this link as they are better equipped to assist you regarding this topic. Thanks and regards, Peter Goo

Latest Adwords API (201309) update to the official Google composer package?

2013-10-30 Thread Nypo77
Hi guys! I've just updated my Google Adwords API package (from https://packagist.org/packages/google/adwords - to dev-master) and the latest API version (201309) is not yet available in it. When will it be available? Thanks ahead! Steve -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Unable to Install Library with Composer due to guzzlehttp/psr7 conflict

2017-01-05 Thread Nick Harris
I run the command "composer require googleads/googleads-php-lib" and this is what I get: > > Using version ^25.0 for googleads/googleads-php-lib > ./composer.json has been updated > Loading composer repositories with package information > Updating dependencies (incl

Re: Latest Adwords API (201309) update to the official Google composer package?

2013-11-02 Thread Paul Matthews (AdWords API Team)
Hi Steve, The composer repository you're speaking of is not actually maintained by Google. For this reason we recommend pulling the package directly from the origin <http://code.google.com/p/google-api-adwords-php/>. If you'd like to request an officially maintained composer

Re: Unable to Install Library with Composer due to guzzlehttp/psr7 conflict

2017-01-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick, Could you confirm if you have followed this guide in setting up your PHP client library? If yes, and if the issue persists, you may get in touch directly with the library owner through here

How I can use Google Ads PHP Lib with other composer base library

2019-06-06 Thread cv
Hi, How I can use this library with other composer base library? I am using other git library as well like PHP Client Lib 2.0. I am asking this because composer.json is in google-ads-php folder which might not be suitable path for other library which will sit under vendor folder. This is

RE: How I can use Google Ads PHP Lib with other composer base library

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. I am afraid that your concern is more of a client library concern. You can open your concern to the PHP GitHub Issue Tracker as the client library owners will be able to provide better assistance. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UBlpgT:ref

Re: How I can use Google Ads PHP Lib with other composer base library

2019-06-06 Thread cv
Thanks Dannison, I have raised the question over here . Thanks, On Friday, 7 June 2019 07:55:15 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thanks for reaching out. I am afraid that your concern is more of a client >