Re: switching from v13 to v15 & getting error while uploading click conversion

2023-12-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

As requested earlier, kindly provide us with the complete API request and 
response logs 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 PHP client library. You can refer to the PHP 
guide to enable logging at your end.​ ​ ​ ​ ​

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.!5004Q02qWgxA: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/Q-D6R0S5HMA000bIiU6uf-QLqO7Atk16HVIQ%40sfdc.net.


Re: switching from v13 to v15 & getting error while uploading click conversion

2023-12-10 Thread Alan T Y
Hi,

As per your request, I raised an issue in the PHP client library, I am 
adding an attachment related to the issue also the issue link
https://github.com/googleads/google-ads-php/issues/973

[image: gax.png]

On Tuesday, December 5, 2023 at 12:51:22 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for contacting the Google Ads API support team.
>
> Based on the information provided, I understand that you are facing issues 
> with the PHP client library of  Google Ads API. As your concern is related 
> to the client libraries of the Google Ads API, I recommend you to raise a 
> request by clicking the new issue button present in this link 
>  as the concerned 
> team is best suited to assist you on this request.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qWgxA: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/23aaa4fc-dc72-445b-9bcb-9692d2e1d28dn%40googlegroups.com.


Switching from V13 to V15 & getting error while uploading click conversion

2023-12-04 Thread Alan T Y
Hi,

 I am using the PHP client library for the Google Ads API 
"googleads/google-ads-php": "^21.1".
 Used the following code to create an instance of GoogleAdsClient Object

 $oAuth2Credential = (new OAuth2TokenBuilder())
->withClientId($this->app_client_id)
->withClientSecret($this->app_client_secret)
->withRefreshToken($this->refreshtoken)
->build();
$googleAdsClient = (new GoogleAdsClientBuilder())
->withDeveloperToken($this->developerToken)
->withOAuth2Credential($oAuth2Credential)
->withLoginCustomerId($this->customerId)
->usingGapicV2Source(true)
->build();

After that, i used the code in the following URL to create a conversion 
action

https://developers.google.com/google-ads/api/docs/conversions/upload-clicks

*conversion action was created successfully* after I used the code on the 
same page to *insert a conversion into that conversion action*, and I'm 
facing the following error 

TypeError: 
Google\ApiCore\Middleware\RetryMiddleware::Google\ApiCore\Middleware\{closure}():
 
Argument #1 ($e) must be of type Exception, Error given, called in 
/var/www/html/v5projects/googleads2024/vendor/google/gax/src/Middleware/RetryMiddleware.php
 
on line 109 in file 
/var/www/html/v5projects/googleads2024/vendor/google/gax/src/Middleware/RetryMiddleware.php
 
on line 183

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/93888f50-5f64-4cec-a770-3e7d61d7d68cn%40googlegroups.com.