|
||||||
Hello,
Thanks for your reply, I copy all infos, please let me know if you have any question ->
Client library version: 11
Google Ads API version: 8
My environment: php / laravel
PHP version: 7.4
System: Linux debian 4.19.0-17-amd64 #1 SMP
Debian 4.19.194-3 (2021-07-18) x86_6415:48
grpc:1.25.015:50, protobuf:3.18.016:13
Description bug:
I want to create a new campaign shopping standard with your example:
https://developers.google.com/google-ads/api/docs/shopping-ads/create-campaign
It doesn't work, and it return an error:
Google\Ads\GoogleAds\Lib\V8\GoogleAdsException
{
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type":
"google.ads.googleads.v8.errors.googleadsfailure-bin",
"data": "Unknown Binary Data"
},
{
"@type":
"grpc-status-details-bin",
"data": "Unknown Binary Data"
},
{
"@type":
"request-id",
"data": "Zqm7_UbKemvE7TxzKWDMnA"
}
]
}
at vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V8/GoogleAdsExceptionTrait.php:75
71▕ 'previous' => $exception->getPrevious(),
72▕ 'metadata' => $exception->getMetadata(),
73▕ 'basicMessage' => $exception->getBasicMessage()
74▕ ];
➜ 75▕
return new GoogleAdsException($exception, $googleAdsFailure, $optionalArgs);
76▕ }
77▕ }
78▕
but if I want to create a campaign with AdvertisingChannelType::SERACH, it works very will, could you look this problem ?
Thanks very much
De : adwor...@googlegroups.com [mailto:adwor...@googlegroups.com]
De la part de Google Ads API Forum Advisor
Envoyé : mardi 21 septembre 2021 15:51
À : estanisla...@gmail.com
Cc : adwor...@googlegroups.com
Objet : Re: Different result from AdWords API and GoogleAds API for Serving Status
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
adwords-api...@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...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/p21Ta000000000000000000000000000000000000000000000QZSEHN00gRQfvxQcSjaV4_KtWjhHlQ%40sfdc.net.
|
||||||
Hello Estanislao,
Thanks for getting back to us.
As requested by Ernie from the previous thread, would you be able to share to us the complete logs generated for both AdWords API and Google Ads API? Once provided, we will raise this with the team for further checking.
Please send the requested details via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
Regards,
|
||||||