Re: how to appeal disapproved asset via api?

2023-04-26 Thread msgu...@gmail.com
For example, you can see document here about ad/keyword appeal via policy 
exemption.
https://developers.google.com/google-ads/api/docs/policy-exemption/overview 
I was just wondering how we do it for* pmax asse*t?

On Wednesday, April 26, 2023 at 12:21:38 PM UTC-7 msgu...@gmail.com wrote:

> Hi Team,
>
> I would like to know if there is any* API * available to appeal 
> disapproved asset.
>
> Thanks,
> Guofu
>
> On Wednesday, April 26, 2023 at 4:04:10 AM UTC-7 Google Ads API Forum 
> Advisor wrote:
>
>> Hi,
>>
>> Thank you for reaching out to us.
>>
>> Kindly note that this channel and our team provide support for *Google 
>> Ads API*-related concerns *only. *However, since your concern is about 
>> an appeal for a disapproved asset, I would suggest you reach out instead to 
>> the Product Team via this *link*, as they are better equipped to provide 
>> guidance on this matter.
>>
>>- *Google Ads API:* 
>>https://developers.google.com/google-ads/api/docs/start?hl=en 
>>- *link:* https://support.google.com/google-ads/gethelp  
>>
>> Best regards,
>> [image: Google Logo] Google Ads API Team 
>>
>> ref:_00D1U1174p._5004Q2kqRdC: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/43a927b0-8213-4955-b48e-a3e572c09dd2n%40googlegroups.com.


Assets data by customer id : Google-ads-api PHP

2023-04-26 Thread Sourabh wadhwa
   $googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient();
$query = "SELECT " .
" asset.id,  " .
" asset.type,  " .
" asset.name,  " .
" asset.resource_name,  " .
" asset.policy_summary.approval_status  " .
" FROM asset WHERE customer.id = " . $customerId;

$response =  $googleAdsServiceClient->search($customerId, $query, [
'pageSize' => 5]);
$finalJson = array();
foreach ($response->iterateAllElements() as $googleAdsRow) {

everytime response is "message": "Maximum execution time of 60 seconds 
exceeded",

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2953b6cd-0b87-45bb-af1a-0b7bc79dec9en%40googlegroups.com.


Error trying to get metrics.phone_calls for customer

2023-04-26 Thread JP Boily
Hey folks,

We're trying to fetch the number of phone calls (metrics.phone_calls) on a 
customer level with this query:

```
SELECT
  metrics.phone_calls
FROM customer
WHERE segments.date >= '2021-01-01'
  AND segments.date <= '2023-01-28'
```

We're getting this error:

 {"error"=>{"code"=>400, "message"=>"Request contains an invalid 
argument.", "status"=>"INVALID_ARGUMENT", 
"details"=>[{"@type"=>"type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
 
"errors"=>[{"errorCode"=>{"queryError"=>"PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE"},
 
"message"=>"Cannot select or filter on the following metrics: 
'phone_calls'(could not support requested resources: 'CUSTOMER'), since 
metric is incompatible with the resource in the FROM clause or other 
selected segmenting resources."}], "requestId"=>"HIDDEN_FOR_YOU_FOLKS"}]}}

But it should work, according to the doc 

:

[image: Screenshot 2023-04-26 at 7.21.39 PM.png]

Which one is wrong, and which one is right?

I guess there is always the workaround of getting it on the campaign level 
and adding them all, but it's not ideal, if it should be supported anyways.

Thanks! :)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f4eacf83-23ff-4750-9cca-b615abc8a71cn%40googlegroups.com.


Re: how to appeal disapproved asset via api?

2023-04-26 Thread msgu...@gmail.com
Hi Team,

I would like to know if there is any* API * available to appeal disapproved 
asset.

Thanks,
Guofu

On Wednesday, April 26, 2023 at 4:04:10 AM UTC-7 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to us.
>
> Kindly note that this channel and our team provide support for *Google 
> Ads API*-related concerns *only. *However, since your concern is about an 
> appeal for a disapproved asset, I would suggest you reach out instead to 
> the Product Team via this *link*, as they are better equipped to provide 
> guidance on this matter.
>
>- *Google Ads API:* 
>https://developers.google.com/google-ads/api/docs/start?hl=en 
>- *link:* https://support.google.com/google-ads/gethelp  
>
> Best regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kqRdC: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/3d7773e4-4ea1-4c59-97c8-272a1d717670n%40googlegroups.com.


google-ads-api

2023-04-26 Thread MEGANATHAN P
Hai Team,

Anyone share the how to create the campaign & campaignbudget create using 
the google-ads-api npm package.Share any dodumentation or any code example 
for node js


Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9f951459-38cc-4cc1-91f9-d25c5a0d41abn%40googlegroups.com.


Re: Metro ids nowhere to be found inside Geo target csv

2023-04-26 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry (
https://groups.google.com/g/adwords-api/c/7L4VN2vwkwg) from the forum as it 
wasn't routed to our support queue.

Regards,
Google Ads API Team
On Wednesday, April 26, 2023 at 10:11:02 PM UTC+8 aba...@grubhub.com wrote:

> Hello,
>
> We query the geo performance metrics report, we get 5 levels to test the 
> daily performance (country_territory, region, metro, city, and  
> most_specific_location), after we get the geo-locations ids we try to get 
> their names in order to have a better understanding and further analysis. 
> We failed to find the metro_ids in the csv geo targets. The metro ids are 
> only available in the LocationCriterionService 
> 
> ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/237291a0-b3ca-4d4c-8a45-1e859c84bec6n%40googlegroups.com.


RE: negative_geo_target_type, trigger: dont_care

2023-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

For us to investigate your concern further, could you please provide to us the 
complete API request and response logs with request-id and login-customer-id 
that are generated on your end? Kindly share the requested information via 
reply privately to author option.

Links highlighted on this thread.

request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
login-customer-id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#cid

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kqSQn: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/jB1dA0RTQ28U00ka9WcWhMSpajUpWEEr4vyw%40sfdc.net.


Re: Adding an Ad to a campaign with the Google Ads API

2023-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

For us to further investigate the issue, could you please provide these logs 
via Reply privately to the author option. If this option is not available, then 
send it instead on this email address googleadsapi-supp...@google.com. Please 
include the customer id in the logs.

In addition, I will also remove your recent post in this forum as it contains 
logs for security purposes.

Kind regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kUdVV: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/D69Vs0RTPZKX00ZVFa8V3tTQqp0YR9LMP-mA%40sfdc.net.


RE: how to appeal disapproved asset via api?

2023-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to us.

Kindly note that this channel and our team provide support for Google Ads 
API-related concerns only. However, since your concern is about an appeal for a 
disapproved asset, I would suggest you reach out instead to the Product Team 
via this link, as they are better equipped to provide guidance on this matter.

Google Ads API: https://developers.google.com/google-ads/api/docs/start?hl=en
link: https://support.google.com/google-ads/gethelp

Best regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kqRdC: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/CybYZ0RTPYQB00YY3ZVJ1SQmGqGMyGN2caWw%40sfdc.net.


RE: the metrics for new listing group

2023-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to us.

Kindly note that this channel and our team provide support for Google Ads 
API-related concerns only. That being said, could you confirm if you are indeed 
utilizing this? If yes, could you kindly elaborate and provide more details on 
it so that we could provide precise guidance accordingly?

Google Ads API: https://developers.google.com/google-ads/api/docs/start?hl=en

On the other hand, if you are not using the mentioned Google Ads API, you may 
further provide us with the specific platform you are using so that we can 
provide you with an appropriate team to reach out to. Thank  you.

Best regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kqRUK: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/voI0L0RTPXWC00IWPTpO_5SnSD1bShEYOE7Q%40sfdc.net.


Re: i would like to inquire about why there is a negative balance in my advertising account

2023-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for the reply.

Kindly note that the Google Ads API mirrors the Google Ads UI. Whatever data 
shows on Ads UI report, API should pull it the same. That being said, for our 
team to further check this and provide appropriate recommendations to you, 
could you please provide us with the following information below?:

Complete API logs (request and response with request-id) generated on your end

request : 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id : 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
Entire UI screenshot where you can see the expected information you want to 
retrieve in the API

Note that logs can be requested or provided to the developer handling the 
Google Ads API transactions when logging of the API requests has been enabled. 
You may check here and click your client library for the specific guideline to 
enable it.

here: 
https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging

For REST interface requests, you can enable logging via the curl command by 
using the -i flag. This will cause the tool to include the HTTP response 
headers in the output.

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Best regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kq6GZ: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/q_8y30RTPX7K0065x1jqpATQCuY5MkknOt4A%40sfdc.net.


No Response from Google Ads API Token Application

2023-04-26 Thread PetXdat Service
We filled out our token request almost two weeks ago and we have neither 
received any kind of communication nor update on this issue

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fee27fb5-bb90-4c16-b5a7-853eafb1daf0n%40googlegroups.com.


Re: hi google ads team

2023-04-26 Thread Punyawee Posri
Here's my document for your requested 
information: 
https://docs.google.com/document/d/19CUIwsx-IoMxsHNG1hnoOt6t3sQreYPoAaMlMPh7l9Q/edit?usp=sharing

Thanks.

On Wednesday, April 26, 2023 at 3:40:06 PM UTC+7 Google Ads API Forum 
Advisor wrote:

> Hello,
>
> Thank you for reaching out to us.
>
> For us to investigate your concern further, could you please provide to us 
> the complete API *request* and *r 
> esponse*
>  logs 
> with *request-id *and *login-customer-id* that are generated on your end? 
> Kindly share it via reply privately to author option.
>
> Links highlighted on this thread. 
>
>- request - 
>
> https://developers.google.com/google-ads/api/docs/concepts/field-service#request
>  
>- response - 
>
> https://developers.google.com/google-ads/api/docs/concepts/field-service#response
>  
>- request-id - 
>
> https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
>  
>- login-customer-id - 
>
> https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#cid
>  
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kqRux: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/9982b19f-272b-4728-894b-6cff5c8d4d76n%40googlegroups.com.


Re: transportConfig.grpc.stubOpts

2023-04-26 Thread Developer123 Developer123
Forgot to specify my stack
php 8.1, laravel 8, google-ads-lib, grpc
On Wednesday, April 26, 2023 at 12:54:49 PM UTC+3 Developer123 Developer123 
wrote:

> Hi Team,
>
> I want to manage grpc transport options
>
> $clientOptions['transportConfig'] = [
> 'grpc' => [
> 'stubOpts' => [
>
> Is there any proper way to do this?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7922a379-638c-44a7-ae3a-dc430d558e65n%40googlegroups.com.


transportConfig.grpc.stubOpts

2023-04-26 Thread Developer123 Developer123
Hi Team,

I want to manage grpc transport options

$clientOptions['transportConfig'] = [
'grpc' => [
'stubOpts' => [

Is there any proper way to do this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4cfa2c19-261f-4f2d-9fb7-eb4878d2ee75n%40googlegroups.com.


How to force refresh Feed Items (assets) of a Page Feed

2023-04-26 Thread Reddy (Jay) Bujala
Hi Team,

We need to refresh (i.e., recreate) our Page Feed assets as many of them 
are shown as 'Eligible (Limited)" due to a redirection issue which has been 
fixed on our end already. 

To do that, we need to identify those feed items whose status != 
"ELIGIBLE". I am not able to find a way to apply that filter. Could you 
please help guide on that.

I tried this so far, but *asset.policy_summary.approval_status *is not 
exactly matching with what I see on the UI. It just gives me Approved and 
Disapproved, but can't give whether Eligible (Limited) or not. 

SELECT
asset.page_feed_asset.page_url,
asset.page_feed_asset.labels,
asset.policy_summary.approval_status
FROM asset_set_asset
WHERE asset_set_asset.asset_set = "{asset_set_resource_name}"
AND asset_set_asset.status = 'ENABLED'


Thanks
Jay

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8633a5af-98d8-40c2-b06e-b4e6294c3d7fn%40googlegroups.com.


RE: hi google ads team

2023-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thank you for reaching out to us.

For us to investigate your concern further, could you please provide to us the 
complete API request and response logs with request-id and login-customer-id 
that are generated on your end? Kindly share it via reply privately to author 
option.

Links highlighted on this thread.

request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request-id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
login-customer-id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#cid

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kqRux: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/n6sPK0RTPS2800cLsw0UYDSSmFs9mln-gCTA%40sfdc.net.