Request got stuck without any response

2022-07-12 Thread Ashir Khan
Hi,
I faced this issue consistently in the v11 version. I downloaded the report 
of every customer-id. But it randomly got stuck without any response for a 
long time (2-3) hours approx. Can you please tell me why this happens?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6539e010-0372-452f-8553-f68449f963c4n%40googlegroups.com.


authorization_error: USER_PERMISSION_DENIED

2022-07-11 Thread Ashir Khan
Hey i frequently facing this error after sending requests.I download the 
report of client-customer-id but downloaded some client report api throw 
this error.Api works fine yesterday.But today i frequently face this 
error.I also use correct credentials.
Can you inform me why api doing this.
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/1ef0d707-ba0a-4b0c-ab48-315999a65512n%40googlegroups.com.


Re: Internal error when listing batch job results

2022-04-27 Thread Ashir Khan
Facing the same issue in java library v9, v10 version . 
Error: *io.grpc.StatusRuntimeException: INTERNAL: Internal error 
encountered.* I also faced *Deadline_Exceeded *error when API are not 
responding against the customer id and keep it stuck and after an hour API 
responds deadline_exceeded error.
Api works well when we download single accounts.But when we download 
records against all the MCC heirarchy then throw internal or 
deadline_exceeded error.

On Wednesday, April 27, 2022 at 10:45:12 PM UTC+5 jeff...@febacapital.com 
wrote:

> Hello there!
>
> Any updates on this issue?
>
> On Wednesday, April 6, 2022 at 9:55:54 AM UTC-3 adsapi wrote:
>
>> Hello,
>>
>> This error is on our side. The team is working on a fix for this, and 
>> I'll let you know once it's rolled out.
>>
>> Regards,
>> Mike, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q2W62XK: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/2037acea-8e0f-45dd-b8c7-07c39bb77fd9n%40googlegroups.com.


Re: GRPC Error StatusRuntimeException: INTERNAL

2022-04-19 Thread Ashir Khan
*Request_id:*
com.google.ads.googleads.v9.errors.GoogleAdsException: request_id: 
"7NTIcOGtlJhgMyBBeMXJSQ"
*Execute this query :*
   String query="SELECT customer.descriptive_name, 
customer.id,campaign.id, campaign.name, campaign.status, metrics.ctr, 
metrics.impressions, metrics.relative_ctr,"
+ " metrics.value_per_conversion,metrics.cost_micros 
,metrics.average_cpc, metrics.cost_per_conversion, 
metrics.cost_per_all_conversions, metrics.clicks, "
+ 
"metrics.conversions,campaign.network_settings.target_search_network,customer.currency_code,
 
metrics.conversions_value, campaign.labels,"
+ " 
metrics.conversions_from_interactions_rate,segments.month,metrics.all_conversions_from_interactions_rate,
 
metrics.all_conversions_value, metrics.all_conversions "
+ " FROM campaign WHERE segments.month =  '"+Date+"' AND 
metrics.impressions > 0";

*Request:*SearchGoogleAdsStreamRequest request 
=SearchGoogleAdsStreamRequest.newBuilder().setCustomerId(customerId2.toString()).setQuery(gaqlQuery).build();
ServerStream stream 
=serviceClient.searchStreamCallable().call(request);  

I download records against the MCC account hierarchy and after some time *grpc 
internal error* occurs. I retry my code but this error occurs frequently.
Thanks.

On Friday, April 15, 2022 at 1:24:41 AM UTC+5 adsapi wrote:

> Hi Ashir,
>
> Thank you for reaching out. 
>
> To investigate the issue further, could you please provide the complete 
> request 
> 
>  
> and response 
> 
>  
> logs, with the request-id 
> 
> ?
> If you haven't yet, logging can be enabled by navigating to the Client 
> libraries > Your client library (ex. Java) > Logging documentation, which 
> you can access from this link 
> . 
> You can provide it via Reply privately to author option. If this option is 
> not available, then send it instead on this email address 
> googleadsa...@google.com .
>
> Thanks,
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2a3MPE: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/4fba7861-c125-410b-954f-f83627ac231dn%40googlegroups.com.


GRPC Error StatusRuntimeException: INTERNAL

2022-04-14 Thread Ashir Khan
Hi 
I faced *io. grpc.StatusRuntimeException: INTERNAL:Internal error 
encountered.Error *very frequently when I download adgroup reporting during 
LAST_7_DAYS. Any solution to get rid of this error?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/90257684-d320-4a39-b0c3-b2f161fdd2d8n%40googlegroups.com.


Facing issue grpc internal

2022-03-31 Thread Ashir Khan
Hi , i'm facing issues when i run code after some time it shows.:
*io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.cleanQueue
*~*~*~..Make sure to call shutdown()/shutdownNow() and wait until
awaitTermination() returns true*.
Can you please figure this out? Why this error occurs and how I can resolve
it.
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/CAOPyzG7rvDCu1cv_FSfpbVE1oxc56uejd1XHWw1GwPADPbRSeg%40mail.gmail.com.


How to get DEVICE_PERFORMANCE_REPORT

2022-03-28 Thread Ashir Khan
Hi, i want to know is there any functionality to get about device reporting
(DESKTOP,TABLET, MOBILE).I tried campaign_extention_setting.device from
campaign_extention_setting.device but cannot get appropriate result.Is
there another way to get device reporting..
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/CAOPyzG6Scv60CpJD1Y5XYXHKAy-%3DZ2JQvbDL_mP74vtqDijWXA%40mail.gmail.com.


Google Ads API Error Grpc Runtime Error INTERNAL

2022-03-22 Thread Ashir Khan
Hi
i'm getting this error using google ads api when i download client assets.
io.grpc.StatusRuntimeException: INTERNAL: Internal error encountered.
Can you tell me why this is occurring? and how to resolve this issue
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/CAOPyzG64JH7jCsvpPsMr0W%2B76iNe6%2BqO5cbjqsyFqY9wNVLhRQ%40mail.gmail.com.


Set Target Device using Asset-based Extension

2022-01-20 Thread Ashir Khan
Hi , 
There is no option set target device when we use asset based 
extension.There is an option in feed extension set target device.I want to 
know how can we set the target device in asset based extension.
Thanks.
Regards : Ashir Khan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/59da0988-5cb9-4519-b1d9-1564e82c6c50n%40googlegroups.com.


Getting Account Status Using GAQL

2022-01-19 Thread Ashir Khan
Hi , Is there any way getting account status using GAQL.Currently , 
Customer_client don't have any option to retrieve status.
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/4b89414d-220b-4bdf-b56d-16da3f2c24c1n%40googlegroups.com.