Re: Google Manager account got closed and API Center disappeared, G support directed me here

2019-10-19 Thread John Felix
Thanks a lot!

On Friday, October 18, 2019 at 11:38:49 PM UTC+3, adsapiforumadvisor wrote:
>
> Hi John,
>
> Thanks for reaching out. The API Center option is not available for the 
> test manager account in the Google Ads UI. Instead it exists in the 
> production manager account. Also the test manager account is shown as 
> closed by default. This is normal so you don’t have to worry about it. You 
> can start using the API if you have a Developer Token and OAuth2 
> credentials. Please refer to this documentation 
>  for 
> more details.
>
> Please let me know if you have any further questions or concerns.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UKNnUC: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/8ec87047-1817-44e2-9002-b5d988c5e101%40googlegroups.com.


Get all accounts from Google Ads Test account

2019-10-19 Thread nazar pryymak
Hi,
I want to get  all account including child accounts:

query = """ 
SELECT
 customer.id, customer_client.id, customer_client.descriptive_name 
FROM 
 customer_client ​
"""
​ 
I am able to get all accounts only from real account.
Is it not possible to get it from Google Ads test account .
Is it know issue in Google Ads APi ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/687ed43b-b54c-4c48-a322-97ddd88b6fa6%40googlegroups.com.


RejectedExecutionException: event executor terminated when updating campaigns.

2019-10-19 Thread Luke

When doing any change to app campaigns,the same exception raises:

Oct 19, 2019 2:27:28 PM io.grpc.internal.ManagedChannelImpl$1 
uncaughtException
SEVERE: [Channel<635>: (googleads.googleapis.com:443)] Uncaught exception in 
the SynchronizationContext. Panic!
java.util.concurrent.RejectedExecutionException: event executor terminated
at io.grpc.netty.shaded.io.netty.util.concurrent.
SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:845)
at io.grpc.netty.shaded.io.netty.util.concurrent.
SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:328)
at io.grpc.netty.shaded.io.netty.util.concurrent.
SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:321)
at io.grpc.netty.shaded.io.netty.util.concurrent.
SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:756)
at io.grpc.netty.shaded.io.netty.util.concurrent.
AbstractScheduledEventExecutor.schedule(AbstractScheduledEventExecutor.java:
232)
at io.grpc.netty.shaded.io.netty.util.concurrent.
AbstractScheduledEventExecutor.schedule(AbstractScheduledEventExecutor.java:
155)
at io.grpc.netty.shaded.io.netty.util.concurrent.
AbstractEventExecutorGroup.schedule(AbstractEventExecutorGroup.java:50)
at io.grpc.netty.shaded.io.netty.util.concurrent.
AbstractEventExecutorGroup.schedule(AbstractEventExecutorGroup.java:32)
at io.grpc.internal.Rescheduler.reschedule(Rescheduler.java:63)
at io.grpc.internal.ManagedChannelImpl.rescheduleIdleTimer(
ManagedChannelImpl.java:408)
at io.grpc.internal.ManagedChannelImpl.exitIdleMode(
ManagedChannelImpl.java:366)
at io.grpc.internal.
ManagedChannelImpl$ChannelTransportProvider$1ExitIdleModeForTransport.run(
ManagedChannelImpl.java:467)
at io.grpc.SynchronizationContext.drain(SynchronizationContext.java:
88)
at io.grpc.SynchronizationContext.execute(SynchronizationContext.
java:120)
at io.grpc.internal.ManagedChannelImpl$ChannelTransportProvider.get(
ManagedChannelImpl.java:471)
at io.grpc.internal.ClientCallImpl.startInternal(ClientCallImpl.java
:255)
at io.grpc.internal.ClientCallImpl.start(ClientCallImpl.java:188)
at io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1.
start(CensusTracingModule.java:394)
at io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1.start
(CensusStatsModule.java:695)
at io.grpc.ForwardingClientCall.start(ForwardingClientCall.java:32)
at com.google.api.gax.grpc.GrpcHeaderInterceptor$1.start(
GrpcHeaderInterceptor.java:94)
at io.grpc.ForwardingClientCall.start(ForwardingClientCall.java:32)
at com.google.ads.googleads.lib.logging.LoggingInterceptor$1.start(
LoggingInterceptor.java:78)
at io.grpc.stub.ClientCalls.startCall(ClientCalls.java:310)
at io.grpc.stub.ClientCalls.asyncUnaryRequestCall(ClientCalls.java:
282)
at io.grpc.stub.ClientCalls.futureUnaryCall(ClientCalls.java:191)
at com.google.api.gax.grpc.GrpcDirectCallable.futureCall(
GrpcDirectCallable.java:58)
at com.google.api.gax.grpc.GrpcUnaryRequestParamCallable.futureCall(
GrpcUnaryRequestParamCallable.java:65)
at com.google.api.gax.grpc.GrpcExceptionCallable.futureCall(
GrpcExceptionCallable.java:64)
at com.google.api.gax.rpc.UnaryCallable$1.futureCall(UnaryCallable.
java:126)
at com.google.ads.googleads.lib.ExceptionTransformingCallable.
futureCall(ExceptionTransformingCallable.java:51)
at com.google.api.gax.rpc.UnaryCallable$1.futureCall(UnaryCallable.
java:126)
at com.google.api.gax.rpc.UnaryCallable.futureCall(UnaryCallable.
java:87)
at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
at com.google.ads.googleads.v2.services.CampaignServiceClient.
mutateCampaigns(CampaignServiceClient.java:346)
at com.google.ads.googleads.v2.services.CampaignServiceClient.
mutateCampaigns(CampaignServiceClient.java:321)
We can't find any information about the issue.
Thanks and regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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