RE: google ads php

2024-04-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

After verifying the provided logs, it is observed that you have encountered the 
"OAUTH_TOKEN_HEADER_INVALID " error when trying to make a request to the 
searchStream.

It appears that the credentials sent in your HTTP request are not valid and 
this is why you have encountered this error. The prevention tip recommended is 
to make sure you've passed the correct access token associated with your 
account. It's sometimes confused with refresh tokens and authorization codes. 
If you would like to get a credential that can access all client accounts under 
a manager account, make sure you get the refresh token for the manager account. 
For more details, see our guide on access token and refresh token and OAuth2.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tIpYS:ref" 
(ADR-00233086)

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/IM2430SCR5W500kTGaiirTSRmpl4ffO8bkiw%40sfdc.net.


Re: google ads php client api v15 for php oauth isuue

2024-02-07 Thread Zahra Ahmed
on BasicOperations/GetCampaigns.php
facing the issue 
*Deprecated*: Return type of GetOpt\GetOpt::count() should either be 
compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] 
attribute should be used to temporarily suppress the notice in 
*/var/www/vhosts/phedratech.com/adwords/vendor/ulrichsg/getopt-php/src/GetOpt.php*
 on 
line *583*

*Deprecated*: Return type of GetOpt\GetOpt::offsetExists($offset) should 
either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, 
or the #[\ReturnTypeWillChange] attribute should be used to temporarily 
suppress the notice in 
*/var/www/vhosts/phedratech.com/adwords/vendor/ulrichsg/getopt-php/src/GetOpt.php*
 on 
line *529*

*Deprecated*: Return type of GetOpt\GetOpt::offsetGet($offset) should 
either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or 
the #[\ReturnTypeWillChange] attribute should be used to temporarily 
suppress the notice in 
*/var/www/vhosts/phedratech.com/adwords/vendor/ulrichsg/getopt-php/src/GetOpt.php*
 on 
line *545*

*Deprecated*: Return type of GetOpt\GetOpt::offsetSet($offset, $value) 
should either be compatible with ArrayAccess::offsetSet(mixed $offset, 
mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be 
used to temporarily suppress the notice in 
*/var/www/vhosts/phedratech.com/adwords/vendor/ulrichsg/getopt-php/src/GetOpt.php*
 on 
line *561*

*Deprecated*: Return type of GetOpt\GetOpt::offsetUnset($offset) should 
either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or 
the #[\ReturnTypeWillChange] attribute should be used to temporarily 
suppress the notice in 
*/var/www/vhosts/phedratech.com/adwords/vendor/ulrichsg/getopt-php/src/GetOpt.php*
 on 
line *572*

*Deprecated*: Return type of GetOpt\GetOpt::getIterator() should either be 
compatible with IteratorAggregate::getIterator(): Traversable, or the 
#[\ReturnTypeWillChange] attribute should be used to temporarily suppress 
the notice in 
*/var/www/vhosts/phedratech.com/adwords/vendor/ulrichsg/getopt-php/src/GetOpt.php*
 on 
line *509*

*Fatal error*: Uncaught Error: Call to undefined function 
Google\Ads\GoogleAds\Lib\parse_ini_file() in 
/var/www/vhosts/phedratech.com/adwords/src/Google/Ads/GoogleAds/Lib/ConfigurationLoader.php:82
 
Stack trace: #0 
/var/www/vhosts/phedratech.com/adwords/src/Google/Ads/GoogleAds/Lib/AbstractGoogleAdsBuilder.php(57):
 
Google\Ads\GoogleAds\Lib\ConfigurationLoader->fromFile() #1 
/var/www/vhosts/phedratech.com/adwords/examples/BasicOperations/GetCampaigns.php(51):
 
Google\Ads\GoogleAds\Lib\AbstractGoogleAdsBuilder->fromFile() #2 
/var/www/vhosts/phedratech.com/adwords/examples/BasicOperations/GetCampaigns.php(131):
 
Google\Ads\GoogleAds\Examples\BasicOperations\GetCampaigns::main() #3 
{main} thrown in 
*/var/www/vhosts/phedratech.com/adwords/src/Google/Ads/GoogleAds/Lib/ConfigurationLoader.php*
 on 
line *82*


On Wednesday, February 7, 2024 at 3:49:00 PM UTC+5 Zahra Ahmed wrote:

> i upgrade the php client libray v13 to v15 
> i chnaged the metadata
> , src, and vendor folder and upadte the path in 
> examples/BasicOperations/UpdateCampaign 
> need to something extra for this 
> and upgrade the php version to 8.1.27
>
> On Wednesday, February 7, 2024 at 1:42:23 PM UTC+5 Google Ads API Forum 
> Advisor wrote:
>
>> Hi,
>>
>> Thank you for reaching out to the Google Ads API support team.
>>
>> After reviewing your concern, I understand that you are facing issues 
>> while using PHP client library in the Google Ads API. 
>>
>> In order to assist you further, could you provide us with more context of 
>> your concern?. Also, please provide us the complete API logs (request 
>> 
>>  and response 
>> 
>>  with request-id 
>> 
>>  and request header 
>> )
>>  
>> generated at your end.
>>
>> If you are using a client library and haven't enabled the logging yet, I 
>> would request you to enable logging for the specific client library that 
>> you are using. You can refer to the guides Java 
>> 
>> , .Net 
>> 
>> , PHP 
>> 
>> , Python 
>> 
>> , Ruby 
>> 
>>  or Perl 
>>  
>> to 
>> enable logging at your end. For REST interface requests, you can enable 
>> logging via the 

Re: google ads php client api v15 for php oauth isuue

2024-02-07 Thread Zahra Ahmed
i upgrade the php client libray v13 to v15 
i chnaged the metadata
, src, and vendor folder and upadte the path in 
examples/BasicOperations/UpdateCampaign 
need to something extra for this 
and upgrade the php version to 8.1.27

On Wednesday, February 7, 2024 at 1:42:23 PM UTC+5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you are facing issues 
> while using PHP client library in the Google Ads API. 
>
> In order to assist you further, could you provide us with more context of 
> your concern?. Also, please provide us the complete API logs (request 
> 
>  and response 
> 
>  with request-id 
> 
>  and request header 
> )
>  
> generated at your end.
>
> If you are using a client library and haven't enabled the logging yet, I 
> would request you to enable logging for the specific client library that 
> you are using. You can refer to the guides Java 
> 
> , .Net 
> 
> , PHP 
> 
> , Python 
> 
> , Ruby 
> 
>  or Perl 
>  
> to 
> enable logging at your end. For REST interface requests, you can enable 
> logging via the curl command by using the -i flag.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct 
> private reply* to this email.
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rytcl:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1bba3980-2aed-4058-890a-cc130b88b1b3n%40googlegroups.com.


RE: google ads' php library does not work properly

2023-05-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for the updates.

It’s good to know that you have found a workaround for your issue to be 
resolved. However, if you have additional questions regarding this, I would 
suggest you reach out instead to the python client library owner via this link 
(https://github.com/googleads/google-ads-python/issues) by clicking the new 
issue button and providing details about the issue you are encountering, as 
they are better equipped to provide guidance on python client library 
implementation.

On the other hand, if you have questions that are specific to the Google Ads 
API (https://developers.google.com/google-ads/api/docs/start), feel free to 
reach out again to us, and we’ll be happy to further assist you.

This message is in relation to case "ref:_00D1U1174p._5004Q2lJCi1:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/MvJok0RV23AN00VyZBDLSPRt6Lnm8xwTifSQ%40sfdc.net.


Re: Google ads' php library does not work properly

2023-05-19 Thread 2022 Tony

I found that the proxy set in the config file doesn't really work, because 
some requests (e.g. request oauth2) don't use the proxy, you have to set 
the global proxy to solve this problem, which causes a new problem that 
setting the global proxy affects other requests in the application. 
Hopefully this will be fixed in a future version of the google-ads-php 
library!

Now I solve the problem temporarily with this method:
$_SERVER['HTTP_PROXY'] = 'http://127.0.0.1:7789';
$_SERVER['HTTPS_PROXY'] = 'http://127.0.0.1:7789';
On Thursday, 18 May 2023 at 18:53:53 UTC+8 2022 Tony wrote:

> My google php library can't request data through a proxy, but the python 
> version can. I'm sure my proxy is working, is there somewhere in the php 
> library where I forgot to set the proxy?
> This error is prompted:
> Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 
> 35: OpenSSL SSL_connect: Connection was reset in connection to 
> oauth2.googleapis.com:443  (see 
> https://curl.haxx.se/libcurl/c/libcurl-errors.html) for 
> https://oauth2.googleapis.com/token in 
> E:\wwwroot\google-ads-php\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:210
> Stack trace:
> #0 
> E:\wwwroot\google-ads-php\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php(158):
>  
> GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle),
>  
> Array)
> #1 
> E:\wwwroot\google-ads-php\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php(110):
>  
> GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler),
>  
> Object(GuzzleHttp\Handler\EasyHandle), 
> Object(GuzzleHttp\Handler\CurlFactory))
> #2 
> E:\wwwroot\google-ads-php\vendor\guzzlehttp\guzzle\src\Handler\CurlHandler.php(47):
>  
> GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler),
>  
> Object(GuzzleHttp\Handler\EasyHandle), 
> Object(GuzzleHttp\Handler\CurlFactory))
> # in 
> E:\wwwroot\google-ads-php\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php
>  
> on line 210
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/76ba0755-bacd-4195-a3c7-285f96971285n%40googlegroups.com.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mateo,

Should you have additional clarifications with the APIs, please write back by 
opening new post for seperate issue and we'll be happy to assist you.

Thanks,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2aQNr2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6hdpX0RBTSC2008hVC5ep3TKOTsCkGcQEzAw%40sfdc.net.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-13 Thread Matteo Medda
Thank you for the information.

Matteo

Matteo Medda

EN - Tech Lead

shopfully.com 

Follow us on LinkedIn 

Notice. The information contained in this message is intended only for use
of the individuals named above. The message may contain confidential,
proprietary or legally privileged information. If you are not the intended
recipient of this message, you must not use, disseminate or copy it in any
form or take any action in reliance of it. If you have received this
message in error, please delete it and notify the sender immediately. This
e-mail address is not a private address and, therefore, its use is
regulated.


On Thu, 12 May 2022 at 07:58, Google Ads API Forum Advisor
 wrote:

> Hi everyone,
>
> As per feedback received from our team, you can refer to the
> https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html for
> details.
>
> We have also updated the PHP guide here:
> https://developers.google.com/google-ads/api/docs/client-libs/php/oauth-web.
> As long as customers use the new GenerateCredentials example for generating
> new refresh tokens, all should be good.
>
> I hope this helps.
>
> Best regards,
>
> [image: Google Logo]
> Peter Laurence
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2aQNr2:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CANt%2BKt3wFPEyz95H9MG0TLC0LEGU7utKZaoH2yeq%2BtMFjxPENw%40mail.gmail.com.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-11 Thread Matteo Medda
Hi Peter,
thank you very much, we look forward to receiving your feedback.

Regards,
Matteo
On Wednesday, 11 May 2022 at 07:28:25 UTC+2 adsapi wrote:

> Hi everyone,
>
> Thank you for raising this concern. 
>
> Allow me to reach out to the rest of our API support team to clarify this 
> communication and discuss what steps to take to avoid issues. We'll reach 
> back to you once we have more details.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aQNr2:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7cc26b93-a664-4b09-84c0-f95bb06d42f7n%40googlegroups.com.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-09 Thread Matteo Medda
Hello,
we are using php-sdk v15 
(https://github.com/googleads/google-ads-php/releases/tag/v15.0.0) and we 
are retrying the "GenerateUserCredentials" script

We tried to create new credentials on the google cloud console, and set 
them at the GenerateUserCredentials prompt, but when we are redirected to 
the web interface, the "old" clientID appears selected and there is no way 
to change (even if in query string the clientID set is "the new one").

This situation is very strange, it seems like a bug to us.

Is it better to create a new project id and a new client id? We don't want 
to have problems with the credentials we already use in production.

Regards,
Matteo

On Thursday, 5 May 2022 at 16:45:53 UTC+2 adsapi wrote:

> Hello Guillaume,
>
> Thanks for reaching out to the Google Ads API support. Yes, still you need 
> to do that same process. Please verify all the steps used to obtain 
> credentials for the Google Ads API once by following the link 
> 
> .
> Feel free to reply back if you have any follow up questions.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2aQNr2:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c326ec52-18b7-47e2-b09c-5d6d3ddc899dn%40googlegroups.com.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-09 Thread Matteo Medda
Hello,
we also received the same email, but honestly we don't understand what we 
have to do ... we also use sdk-php and a "desktop" type oauth2.

Should we switch to a "service" type oauth2? or what do we have to do 
"concretely" to migrate that oauth2 desktop?

Regards,
Matteo
On Monday, 9 May 2022 at 08:52:39 UTC+2 guig...@gmail.com wrote:

> Hello adsapi,
>
> I think you didn't understand our question ...
>
> Le jeudi 5 mai 2022 à 16:45:53 UTC+2, adsapi a écrit :
>
>> Hello Guillaume,
>>
>> Thanks for reaching out to the Google Ads API support. Yes, still you 
>> need to do that same process. Please verify all the steps used to obtain 
>> credentials for the Google Ads API once by following the link 
>> 
>> .
>> Feel free to reply back if you have any follow up questions.
>>
>> Best regards,
>> [image: Google Logo] 
>> Jakeia Sabrina 
>> Google Ads API Team  
>>
>> ref:_00D1U1174p._5004Q2aQNr2:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/33ef51d8-8d39-4c8e-a969-944187db0aa9n%40googlegroups.com.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-09 Thread Guillaume Thomas
Hello adsapi,

I think you didn't understand our question ...

Le jeudi 5 mai 2022 à 16:45:53 UTC+2, adsapi a écrit :

> Hello Guillaume,
>
> Thanks for reaching out to the Google Ads API support. Yes, still you need 
> to do that same process. Please verify all the steps used to obtain 
> credentials for the Google Ads API once by following the link 
> 
> .
> Feel free to reply back if you have any follow up questions.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2aQNr2:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2ea7f229-ed19-45ad-bd5e-0e337f6b293bn%40googlegroups.com.


RE: google-ads-php SDK and OAuth OOB deprecation

2022-05-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Guillaume,

Thanks for reaching out to the Google Ads API support. Yes, still you need to 
do that same process. Please verify all the steps used to obtain credentials 
for the Google Ads API once by following the link.
Feel free to reply back if you have any follow up questions.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2aQNr2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eyaca0RBEZO300EoFy_oZHT2urxYRAHjmBZA%40sfdc.net.


Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-05 Thread Guillaume Thomas
Hello,

I've received the same email, and I was asking myslef the same questions.

If you find more informations, let me know.

Le mercredi 4 mai 2022 à 16:01:23 UTC+2, funny_ha_ha a écrit :

> Hello,
>
> I'm using https://github.com/googleads/google-ads-php version 15.0 (most 
> recent version as of time of writing) and recently got an email from google 
> with the information that OAuth out-of-band (OOB) flow will be deprecated 
> and "*Our records indicate you have OAuth clients that used the OAuth OOB 
> flow in the past.*".
>
> I am unsure if I need to so something ...
>
> The OAuth 2.0-Client-ID I have in my Google Cloud Platform Console is of 
> type "Desktop".
>
> I basically use the SDKs example script (
> https://github.com/googleads/google-ads-php/blob/main/examples/Authentication/GenerateUserCredentials.php)
>  
> to get a refreshToken ONCE on my workstation, put this token inside the 
> google_ads_php.ini on my server and use it to access the API via my 
> serverside application.
>
> Do I need to do a thing now, or am I good? The information in the email 
> and in the blog post does not make it clear, neither does the README of the 
> PHP SDK.
>
> Best
> Marco
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/63be2bfe-72df-442f-ac1a-389e8f456835n%40googlegroups.com.


RE: google-ads-php-v13.0.0 Fatal error

2022-01-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thank you for raising your concern to my team. Allow me to provide support here.

It seems that your configuration with PHP client library is not configured 
properly, could you double check if you have followed this document.

Since your issue is PHP related,I would like to suggest reaching out to the 
author of the client library as they are more equipped in this issue.You may 
reach out to them by posting your concern here.

Best regards,

Jinky Mandaya
Google Ads API Team
ref:_00D1U1174p._5004Q2VODwq:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/k6H_-0R6776S00ASLYcZrzQtG1rZtZ5yzpkQ%40sfdc.net.


RE: Google Ads PHP SDK - How do I set a campaign to target 'Presence' on the Location targeting options

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick,

Thank you for reaching out to us. However, it appears that your concerns is 
more on integration/implementation rather than anything specific to Google Ads 
API issues. With this, we would recommend reaching out to the client library 
owners on the PHP Github page instead for further assistance on setting 
'PRESENCE' to the PositiveGeoTargetType.

Regards,

Teejay Wennie Pimentel
Google Ads API Team
ref:_00D1U1174p._5004Q2Uk7I4:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/lvEY10R5UKA8004sluHvnKSJuRlpKa5GwjEQ%40sfdc.net.


RE: Google Ads PHP - UNAUTHENTICATED error code 16 when querying customer record

2021-08-06 Thread Google Ads API Forum Advisor
Hi,

Thank you for reaching out to Google Ads API support. For the possibility that 
this is an issue with the API, could you send us privately a full request and 
response log where the error occurred and a full request and response log where 
the request was successful? You can turn on logging in PHP following 
instructions here.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2LkpTk:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/P3wv10QXFIWP00Hg4G6BhDRHWRfkNpulB88w%40sfdc.net.


RE: Google Ads PHP V8 missing V8 directory

2021-06-17 Thread Google Ads API Forum Advisor
Hi Didier,

Thank you for reaching out to us. I was able to look over your question as well 
as our documents. As such I see that it could be a bit confusing as the file 
for php is actually 7. But all the API files are 8.

Regards,

William Pescherine
Google Ads API Team
ref:_00D1U1174p._5004Q2Iw7Cs:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eH0U_0QUUUE700dNTNU8shS0Ka1uE1h-uzPg%40sfdc.net.


Re: Google Ads PHP V8 missing V8 directory

2021-06-17 Thread Didier Roy
Hello

this is solved. The number of the API version is not the same as the number
of the Php library version


Didier Roy

Head of Software

WIHP Hotels


Le mer. 16 juin 2021 à 11:13, did...@wihphotels.com 
a écrit :

> Hello
>
> I am upgrading Google Ads PHP V6 to V8
> I have used composer to load V8 with this into composer.json
>  "require": {
> "googleads/google-ads-php": "8.0"
> }
> package is uploaded but there is no V8 directory into
> /src/Google/Ads/GoogleAds/
> there is only V4,V5 an V6 version, not the V8
>
> I don't see what is wrong
>
> could you help?
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog:
> https://googleadsdeveloper.blogspot.com/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API and Google Ads API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/gYcnLOJ4A2o/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/4100a08a-3ab6-4b7d-aabc-008c02c3134an%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CALMtXDOeZg_gjKfxRKpsesFTFjJoiX3r-4W1Eco9YpUV%3DxfP9w%40mail.gmail.com.


RE: Google Ads PHP

2020-11-04 Thread Google Ads API Forum Advisor Prod
Hi Mark,

Thank you for reaching out.

Could you confirm if you are indeed using the Google Ads API? If yes, you can 
check out this section of our client library setup guide, on where 
(ads.properties file) you need to specify your OAuth2 credentials.

If you are still unable to configure your client library, I would recommend 
that you reach out to the PHP client library owners via this link, as they are 
the more appropriate team to reach out to for client library related concerns.

I hope this helps.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2776GY:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7oxO70QJB7KQ00rww2ifzaSEqOVZUYJMW_XQ%40sfdc.net.


Re: Google Ads PHP

2020-11-04 Thread Mark
This is my error message:

"message": "Could not construct ApplicationDefaultCredentials",
"exception": "Google\\ApiCore\\ValidationException",
"file": "/application/api/vendor/google/gax/src/CredentialsWrapper.php",
"line": 256,

On Wednesday, November 4, 2020 at 3:57:02 PM UTC Mark wrote:

> Hi there, 
>
> I am trying to connect to google Ads API via the php client library and 
> have successfully done so by following this example: 
>
> https://github.com/googleads/google-ads-php/tree/master/examples/LaravelSampleApp
>
> However when I try to implement this into my application (please see 
> attachment) the client library cannot find my credentials. 
>
> How can I fix this issue?
>
> P.s I am developing in a docker container
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1c7514ec-f852-4421-bbd1-a5f24e4e19a6n%40googlegroups.com.


Re: Google ads PHP REST API call with Test account is returning UNAUTHENTICATED

2020-04-17 Thread Google Ads API Forum Advisor Prod
Hi Amit,

Thank you for your reply and explaining that you have managed to authenticate 
and retrieve the access token.

If you are using PHP (or any of our client libraries), it is not necessary and 
we do not recommend using cURL to retrieve campaign details and metrics.

Instead, you should refer to our Get Campaigns code example for PHP, where we 
demonstrate how to use $googleAdsServiceClient->searchStream(...) to run the 
GAQL query. You can replace the GAQL query in our code example with your 
desired query.

i.e.

$query =
SELECT campaign.name, campaign.status, segments.device,
  metrics.impressions, metrics.clicks, metrics.ctr,
  metrics.average_cpc, metrics.cost_micros
FROM campaign
WHERE segments.date DURING LAST_30_DAYS;


Hope that this helps your issue, thank you.
ref:_00D1U1174p._5001UZYZCD:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/PJJa-0Q8XQRA00JCw1F5QAQVKDyNHTjE03xQ%40sfdc.net.


Re: Google ads PHP REST API call with Test account is returning UNAUTHENTICATED

2020-04-17 Thread Amit
Hi. 

I am already authenticated using Login program using PHP, as suggested in 
the guide. I am correctly getting the access token. I am sharing the code 
where the error occurs. Please help me to resolve the issue. 

Regards.



On Friday, April 17, 2020 at 12:33:30 PM UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Amit,
>
> Thank you for reaching out to Google Ads API support.
>
> > Request is missing required authentication credential. Expected OAuth 2 
> access token, login cookie or other valid authentication credential.
>
> You seem to have an authentication issue with your OAuth 2 access token. 
> Please follow the instructions here to ensure that you can correctly make 
> your API call with the correct authentication: 
> https://developers.google.com/adwords/api/docs/guides/first-api-call#php_1
>
> Hope that this helps your issue, thank you.
>
>
> ref:_00D1U1174p._5001UZYZCD:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b338a6ca-f46b-4cff-a164-fc56b1baeda9%40googlegroups.com.


RE: Google ads PHP REST API call with Test account is returning UNAUTHENTICATED

2020-04-17 Thread Google Ads API Forum Advisor Prod
Hi Amit,

Thank you for reaching out to Google Ads API support.

> Request is missing required authentication credential. Expected OAuth 2 
> access token, login cookie or other valid authentication credential.

You seem to have an authentication issue with your OAuth 2 access token. Please 
follow the instructions here to ensure that you can correctly make your API 
call with the correct authentication: 
https://developers.google.com/adwords/api/docs/guides/first-api-call#php_1

Hope that this helps your issue, thank you.
ref:_00D1U1174p._5001UZYZCD:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/OElGn0Q8X7L900r38X4a3cTBionH9gurjoYw%40sfdc.net.


Re: Google Ads PHP API beta - crm_based_user_list

2020-04-15 Thread cv
Hi Danica,

Thanks,
I will try the same and let you know if face any issue.

Thanks,

On Thursday, 16 April 2020 02:20:14 UTC+5:30, adsapiforumadvisor wrote:
>
> Hello,
>
> Unfortunately, there are no code samples specific to crm_based_user_lists 
> available. You may try referring to this 
> 
>  sample 
> code for AddCombinedRuleUserList to see how user lists are created via API. 
> Instead of using RuleBasedUserList, you can use CrmBasedUserListInfo 
> 
>  fields.
>
> Thanks,
> Danica Calusin, Google Ads 
>
> ref:_00D1U1174p._5001UZYCne:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1b4e5966-b37e-40a1-adb2-eab1c81bb7fc%40googlegroups.com.


RE: Google Ads PHP API beta - crm_based_user_list

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hello,

Unfortunately, there are no code samples specific to crm_based_user_lists 
available. You may try referring to this sample code for 
AddCombinedRuleUserList to see how user lists are created via API. Instead of 
using RuleBasedUserList, you can use CrmBasedUserListInfo fields.

Thanks,
Danica Calusin, Google Ads
ref:_00D1U1174p._5001UZYCne:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/EW7JU0Q8UKJ200k17BbJ_vRxi6rWuWXnc1NQ%40sfdc.net.


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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/uxrLZ0PXMKR3006oWN5Cs8RJ-g8Ju88jkwiQ%40sfdc.net.


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
 
FROM hotel_performance_view WHERE segments.date >= '2019-08-07' and 
segments.date <= '2019-09-05' and campaign.advertising_channel_type = 
'HOTEL'

I submit it this way :
 $response = self::$googleAdsServiceClient->search($customerId, $query, 
['pageSize' => self::PAGE_SIZE]);

The PHP error occurs while PHP client Library si preparing the request and 
before it submit it to google ads API
I don't see how I can convert anything unless debugging myself PHP client 
library

regards




Le lundi 9 septembre 2019 19:57:14 UTC+2, Adrian Lara a écrit :
>
> The problem is you need convert 1 parameter  in to DoubleValue.
>
>  
>
> [image: adrian]
>
>  
>
> *From:* adwor...@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 and 
> conversions_values from hotel_performance_view with
>
>  
>
> 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-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182
>
> Stack trace:
>
> #0 
> /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(61):
>  
> Google\Protobuf\Internal\GPBUtil::checkDouble(Object(Google\Protobuf\DoubleValue))
>
> #1 
> /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1009):
>  
> Google\Protobuf\DoubleValue->setValue(Object(Google\Protobuf\DoubleValue))
>
> #2 
> /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(79):
>  
> Google\Protobuf\Internal\Message->mergeFromArray(Array)
>
> #3 
> /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(38):
>  
> Google\Protobuf\Internal\Message->__construct(Array)
>
> #4 
> /home/metaio-dev-v5/google-ads-php/V2/src/Google/Ads/GoogleAds/V1/Common/Metrics.php(3960):
>  
> Google\Protobuf\DoubleValue->__construct(Array)
>
> #5 /home/metaio-dev-v5/goo in 
> /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
>  
> on line 182
>
>
> Regards
>
> Didier
>
>
> Le lundi 9 septembre 2019 17:54:09 UTC+2, adsapiforumadvisor a écrit :
>
> 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 sharing the 
> information requested.
>
> Regards,
> Sai Teja, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UHFxXv:ref
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog:
> https://googleadsdeveloper.blogspot.com/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>  
> You received this message because you are subscribed to the Google
> Groups "AdWords API and Google Ads API Forum" group.
> To post to this group, send email to adwor...@googlegroups.com 
> 
> To unsubscribe from this group, send email to
> adwor...@googlegroups.com 
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to adwor...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/adwords-api/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/adwords-api/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Grou

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,

As Adrian said the error looks like due to data type needed to be double value. 
Also it is mentioned here for conversions_value and conversions metrics data 
types are Double. If you are still facing the problem with the PHP 
implementation of this can file an issue under the issue 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/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/zU9_w0PXKVJO00BAW7ZwEvSx2ibMny0wQwwg%40sfdc.net.


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 and 
conversions_values from hotel_performance_view with

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-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182
Stack trace:
#0 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(61):
 
Google\Protobuf\Internal\GPBUtil::checkDouble(Object(Google\Protobuf\DoubleValue))
#1 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1009):
 Google\Protobuf\DoubleValue->setValue(Object(Google\Protobuf\DoubleValue))
#2 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(79):
 Google\Protobuf\Internal\Message->mergeFromArray(Array)
#3 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(38):
 Google\Protobuf\Internal\Message->__construct(Array)
#4 
/home/metaio-dev-v5/google-ads-php/V2/src/Google/Ads/GoogleAds/V1/Common/Metrics.php(3960):
 Google\Protobuf\DoubleValue->__construct(Array)
#5 /home/metaio-dev-v5/goo in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
 on line 182

Regards
Didier


Le lundi 9 septembre 2019 17:54:09 UTC+2, adsapiforumadvisor a écrit :
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 sharing the information requested.

Regards,
Sai Teja, Google Ads API Team


ref:_00D1U1174p._5001UHFxXv:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to 
adwords-api@googlegroups.com<mailto:adwords-api@googlegroups.com>
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com<mailto:adwords-api+unsubscr...@googlegroups.com>
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
adwords-api+unsubscr...@googlegroups.com<mailto:adwords-api+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com<https://groups.google.com/d/msgid/adwords-api/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com?utm_medium=email_source=footer>.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/BN7PR17MB2225DA3B96F7A12334565A8E80B70%40BN7PR17MB2225.namprd17.prod.outlook.com.


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-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182
Stack trace:
#0 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(61):
 
Google\Protobuf\Internal\GPBUtil::checkDouble(Object(Google\Protobuf\DoubleValue))
#1 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1009):
 
Google\Protobuf\DoubleValue->setValue(Object(Google\Protobuf\DoubleValue))
#2 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(79):
 
Google\Protobuf\Internal\Message->mergeFromArray(Array)
#3 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(38):
 
Google\Protobuf\Internal\Message->__construct(Array)
#4 
/home/metaio-dev-v5/google-ads-php/V2/src/Google/Ads/GoogleAds/V1/Common/Metrics.php(3960):
 
Google\Protobuf\DoubleValue->__construct(Array)
#5 /home/metaio-dev-v5/goo in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
 
on line 182

Regards
Didier


Le lundi 9 septembre 2019 17:54:09 UTC+2, adsapiforumadvisor a écrit :
>
> 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 sharing the 
> information requested.
>
> Regards,
> Sai Teja, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UHFxXv:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com.


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 sharing the information requested.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UHFxXv:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/QHDjJ0PXKMTT00pnP8K4LwTrWnJvIpAtmMDw%40sfdc.net.


RE: Google ads php Laravel integration example.

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hello Adrian,

I am form the Google Ads API team. There is no specific example to integrate 
our client libraries to any web framework as our client libraries are meant to 
run from the command line. If you want to incorporate them in your Larvel 
project you can download the dependencies on the project's source folder by 
following the instructions mentioned here and then can use the similar coding 
structure as shown in our example to use them in your web application. If you 
still have concerns you can post your questions on the client libraries issue 
tracker where the PHP client library owners will help you further.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001U8Lhjw:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/YOz820PUR5KA00id6nkH6vS6--o_l22dhwEA%40sfdc.net.


RE: Google ads php V2 get Change history.

2019-07-15 Thread Google Ads API Forum Advisor Prod
Hi Adrian,

You can use a Change Status Service in order to get which entities were changed 
during a certain date range.

Here is a guide on more details and examples on how to use it.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001U8LNtz:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/BJs5a0PUP5B2009IDp10XESE-A9M6UN20PNQ%40sfdc.net.


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

2019-06-13 Thread Bill Kvasnikoff
Instead of using the having the $metrics object and calling 
$metrics->getConverions()->getValue() try $metrics->getConversionsValue().

It seems that starting with 1.3 that is the way to it. At least that is 
what I see in the 
file 
https://github.com/googleads/google-ads-php/blob/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. 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 Ads API Team
>
> ref:_00D1U1174p._5001UBl8P1:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62a172ac-7161-4c75-9761-54e20411b440%40googlegroups.com.


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 Ads API Team
ref:_00D1U1174p._5001UBl8P1:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Bt0a00PSJGD600XIiWusZ8QReN_Un7iKH5VA%40sfdc.net.