Re: API Issue - High Latency and deadline exceeded errors all of a sudden

2024-06-26 Thread Jing CHEN
The same situation.

在2024年6月26日星期三 UTC+8 22:28:36 写道:

> Hi Team, 
>
> We are facing high latency with the API calls and are also seeing deadline 
> exceeded errors for most of the accounts for the past two hours. 
> Could you please look into this at the earliest and let us know if there 
> is any issue with the API currently.
>
> Thanks,
> Haritha
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9a8eb15d-673b-4670-a986-a3a0ee02dc18n%40googlegroups.com.


Re: criterion_id of detailed demographics (Marital Status, Education, Homeownership status)

2024-06-21 Thread Jing CHEN
Has the situation been updated? I still haven't found the corresponding 
setting in the API.

在2021年4月10日星期六 UTC+8 04:55:21 写道:

> Hi Saroja,
>
> Thank you for reaching out. We just got confirmation that this feature 
> will not be added as it’s intended behavior. Hope you could understand that 
> not all the features could be obtained via the API.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q1zLhGc: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/03e40deb-2356-49bd-aac6-af57043e01e4n%40googlegroups.com.


Re: Can't get policy_summary_info for headlines of responsive_display_ads

2024-06-17 Thread Jing CHEN
Can anyone help me?
在2024年6月12日星期三 UTC+8 12:16:22 写道:

> Can I use the API to get the policy_summary_info for headlines of 
> responsive_display_ads? I see that this field is available, but when I 
> query it, I get empty arrays. However, the actual situation is different on 
> the Google Ads UI, as I have many headlines with policy issues.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/db219e65-5e22-4192-ab24-78661bfc5bd1n%40googlegroups.com.


Issue with API Call: Need Assistance Resolving Unexpected Errors when use AudienceInsightsService

2024-06-13 Thread Jing CHEN
I encountered a strange situation when using the API. In the following 
call, 

```
client = mccid_client[mcc_id]
ga_service = client.get_service("AudienceInsightsService")
affinity_user_interest_enum = (
client.enums.AudienceInsightsDimensionEnum.AFFINITY_USER_INTEREST
)
in_market_user_interest_enum = (
client.enums.AudienceInsightsDimensionEnum.IN_MARKET_USER_INTEREST
)
response = ga_service.list_audience_insights_attributes(
customer_id=str(cid),
dimensions=[affinity_user_interest_enum, in_market_user_interest_enum],
query_text="credit",
customer_insights_group="credit",
)


when I did not include 'customer_insights_group', the call threw an error: 
```
google.ads.googleads.errors.GoogleAdsException: (<_InactiveRpcError of RPC 
that terminated with: status = StatusCode.INVALID_ARGUMENT details = 
"Request contains an invalid argument." debug_error_string = "UNKNOWN:Error 
received from peer  {created_time:"2024-06-13T10:51:57.7495433+00:00", 
grpc_status:3, grpc_message:"Request contains an invalid argument."}" >, 
<_InactiveRpcError of RPC that terminated with: status = 
StatusCode.INVALID_ARGUMENT details = "Request contains an invalid 
argument." debug_error_string = "UNKNOWN:Error received from peer  
{created_time:"2024-06-13T10:51:57.7495433+00:00", grpc_status:3, 
grpc_message:"Request contains an invalid argument."}" >, errors { 
error_code { field_error: REQUIRED } message: "The required field was not 
present." location { field_path_elements { field_name: 
"customer_insights_group" } } } request_id: "Xc2lPi5MjkfH7xR-sGm4IA" , 
'Xc2lPi5MjkfH7xR-sGm4IA') 
```
 But when I include this parameter, I encounter:
```
TypeError: 
AudienceInsightsServiceClient.list_audience_insights_attributes() got an 
unexpected keyword argument 'customer_insights_group'. 

 What should I do...
```

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9637c09e-b05f-4553-85c3-85c988e07814n%40googlegroups.com.


Can't get policy_summary_info for headlines of responsive_display_ads

2024-06-11 Thread Jing CHEN
Can I use the API to get the policy_summary_info for headlines of 
responsive_display_ads? I see that this field is available, but when I 
query it, I get empty arrays. However, the actual situation is different on 
the Google Ads UI, as I have many headlines with policy issues.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9bf84ddb-b45b-4b9c-b833-3c884cd1558cn%40googlegroups.com.


Re: AddBatchJobOperations returns Internal error encountered.

2023-03-13 Thread Jing CHEN
Hello, I confirm that I have not violated any restrictions. In the test 
code, I only added 5 campaigns to an account, but I kept getting internal 
errors in AddBatchJobOperations. However, when I split the task into 3 and 
2 campaigns respectively, it worked fine again, which is very strange! If 
that's the case, I'll have to split all batch jobs into groups of 3, which 
is unnecessary and very slow to execute. I really need your help. If 
necessary, I can send you my code and logs via private message. I hope to 
solve this problem. Best wishes.
On Thursday, 9 March 2023 at 17:52:30 UTC+8 Google Ads API Forum Advisor 
wrote:

> Hi Jing,
>
> Thank you for getting back to us.
>
> I understand your concern, however please consider the Best Practices and 
> Limitations of Batch Processing 
> .
>  
>
>
>- For better throughput, fewer larger jobs is preferred over many 
>smaller jobs. 
>- It is recommended to add no more than 1,000 operations per 
>AddBatchJobOperationsRequest 
>
> 
>  and 
>use the sequence_token 
>
> 
>  to 
>upload the rest of the operations to the same job. Depending on the 
> content 
>of the operations, too many operations in a 
>single AddBatchJobOperationsRequest could cause a REQUEST_TOO_LARGE 
>
> 
>  error. 
>You can handle this error by reducing the number of operations and 
> retrying 
>the AddBatchJobOperationsRequest. 
>- When submitting multiple concurrent jobs for the same account, try 
>to reduce the likelihood of jobs operating on the same objects at the same 
>time, while maintaining large job sizes. Many unfinished jobs (with status 
>of RUNNING 
>
> )
>  
>that try to mutate the same set of objects can lead to deadlock-like 
>conditions resulting in severe slow-down and even job failures. 
>- Don't submit multiple operations that mutate the same object in the 
>same job, as the result can be unpredictable. 
>- For better throughput, order uploaded operations by operation type. 
>For example, if your job contains operations to add campaigns, ad groups, 
>and ad group criteria, order the operations in your upload so that all of 
>the campaign operations 
>
> 
>  are 
>first, followed by all of the ad group operations 
>
> ,
>  
>and finally all ad group criterion operations 
>
> 
>. 
>- Don't poll the job status too frequently or you risk hitting rate 
>limit errors. 
>- Don't retrieve more than 1,000 results per page. The server could 
>return fewer than that due to load or other factors. 
>- The results order will be the same as the upload order for batch 
>processing. 
>- You can set an upper bound for how long a batch job is allowed to 
>run before being cancelled. When creating a new batch job, set the 
>metadata.execution_limit_seconds 
>
> 
>  field 
>to your preferred time limit, in seconds. There is no default time limit 
>if metadata.execution_limit_seconds is not set. 
>
>
> Furthermore, I would like you to know that we are going to delete your 
> posts here on this forum as it contains confidential information such as 
> the logs that you've provided.
>
> I hope this helps.
>
> Kind regards,
> [image: Google Logo] Google Ads API Team ​​​
>
> ref:_00D1U1174p._5004Q2jXDA8: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+u

Re: AddBatchJobOperations returns Internal error encountered.

2023-03-08 Thread Jing CHEN
hi
I have already tried using exponential backoff for retries, but it still 
keeps returning errors. Meanwhile, batch operations to add no more than 4 
campaigns are successful. Do you need more information from me? I can 
provide it. Thank you for your reply and have a pleasant day!

On Thursday, 9 March 2023 at 01:48:16 UTC+8 Google Ads API Forum Advisor 
wrote:

> Hi Jing, 
>
> Thank you for coming back to us. I hope you are doing well today.
>
> Thank you for providing complete logs. Moving forward to the concern about 
> the *internal error*, could you please confirm to us that you already 
> follow the guideline provided before? Let me reiterate below for reference.
>
> *“The common cause of this **Internal Error* 
> *
>  error 
> is that the API isn't functioning correctly due to a bug. As per this 
> **retryable 
> errors* 
> *
>  guide, 
> some errors, such as TRANSIENT_ERROR or INTERNAL_ERROR, can indicate a 
> temporary problem that may be resolved by retrying the request after a 
> short pause. As mentioned also in the said guide, we recommend that when 
> you retry requests, use an exponential backoff policy. For example, if you 
> first pause 5 seconds before the first retry, you could pause 10 seconds 
> after the second and 20 seconds after the third retry. Exponential backoff 
> helps ensure you are not calling the API too aggressively.”*
>
> I ask this as this will help to raise your concern with the rest of the 
> team for further investigation on this matter and find right 
> recommendations.
>
> Thank you for your patience and understanding. Have a great day.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2jXDA8: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/3a3b4d0e-520a-4264-b324-ab4a5b72495bn%40googlegroups.com.


Re: AddBatchJobOperations returns Internal error encountered.

2023-03-08 Thread Jing CHEN
complete *request* 

 and *response* 

 logs 
with the *request ID* 

 and *request header* 

 as 
follows:
---
Method: /google.ads.googleads.v12.services.BatchJobService/MutateBatchJob
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "1307492882",
  "x-goog-api-client": "gl-python/3.7.8 grpc/1.41.1 gax/2.10.1 gccl/19.0.0 
pb/4.21.10",
  "x-goog-request-params": "customer_id=7680482384"
}
Request: customer_id: "7680482384"
operation {
  create {
  }
}


Response
---
Headers: {
  "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
  "content-disposition": "attachment",
  "date": "Wed, 08 Mar 2023 02:45:07 GMT",
  "request-id": "F2D_wuzJdpYa7_8HGgWA4A"
}
Response: result {
  resource_name: "customers/7680482384/batchJobs/13276753654"
}


[2023-03-08 10:45:09,698 - INFO] Request made: ClientCustomerId: 
7680482384, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v12.services.BatchJobService/MutateBatchJob, 
RequestId: F2D_wuzJdpYa7_8HGgWA4A, IsFault: False, FaultMessage: None
[2023-03-08 10:47:05,469 - INFO] Request
---
Method: 
/google.ads.googleads.v12.services.BatchJobService/AddBatchJobOperations
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "1307492882",
  "x-goog-api-client": "gl-python/3.7.8 grpc/1.41.1 gax/2.10.1 gccl/19.0.0 
pb/4.21.10",
  "x-goog-request-params": 
"resource_name=customers/7680482384/batchJobs/13276753654"
}
Request: resource_name: "customers/7680482384/batchJobs/13276753654"
mutate_operations {
  asset_operation {
create {
  resource_name: "customers/7680482384/assets/-1"
  name: "ad img assets #0b6c2b9a-b5d3-408c-a282-dcd13390a8b4"
  type_: IMAGE
  image_asset {
data: 
"\377\330\377\341#4Exif\000\000MM\000*\000\000\000\010\000\007\001\022\000\003\000\000\000\001\000\001\000\000\001\032\000\005\000\000\000\001\000\000\000b\001\033\000\005\000\000\000\001\000\000\000j\001(\000\003\000\000\000\001\000\002\000\000\0011\000\002\000\000\000\"\000\000\000r\0012\000\002\000\000\000\024\000\000\000\224\207i\000\004\000\000\000\001\000\000\000\250\000\000\000\324\000\n\374\200\000\000\'\020\000\n\374\200\000\000\'\020Adobe
 
Photoshop CC 2019 (Windows)\0002023:03:02 
16:10:54\000\000\003\240\001\000\003\000\000\000\001\377\377\000\000\240\002\000\004\000\000\000\001\000\000\004\260\240\003\000\004\000\000\000\001\000\000\002t\000\000\000\000\000\000\000\006\001\003\000\003\000\000\000\001\000\006\000\000\001\032\000\005\000\000\000\001\000\000\001\"\001\033\000\005\000\000\000\001\000\000\001*\001(\000\003\000\000\000\001\000\002\000\000\002\001\000\004\000\000\000\001\000\000\0012\002\002\000\004\000\000\000\001\000\000!\372\000\000\000\000\000\000\000H\000\000\000\001\000\000\000H\000\000\000\001\377\330\377\355\000\014Adobe_CM\000\002\377\356\000\016Adobe\000d\200\000\000\000\001\377\333\000\204\000\014\010\010\010\t\010\014\t\t\014\021\013\n\013\021\025\017\014\014\017\025\030\023\023\025\023\023\030\021\014\014\014\014\014\014\021\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\001\r\013\013\r\016\r\020\016\016\020\024\016\016\016\024\024\016\016\016\016\024\021\014\014\014\014\014\021\021\014\014\014\014\014\014\021\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\377\300\000\021\010\000T\000\240\003\001\"\000\002\021\001\003\021\001\377\335\000\004\000\n\377\304\001?\000\000\001\005\001\001\001\001\001\001\000\000\000\000\000\000\000\003\000\001\002\004\005\006\007\010\t\n\013\001\000\001\005\001\001\001\001\001\001\000\000\000\000\000\000\000\001\000\002\003\004\005\006\007\010\t\n\013\020\000\001\004\001\003\002\004\002\005\007\006\010\005\003\0143\001\000\002\021\003\004!\0221\005AQa\023\"q\2012\006\024\221\241\261B#$\025R\301b34r\202\321C\007%\222S\360\341\361cs5\026\242\262\203&D\223TdE\302\243t6\027\322U\342e\362\263\204\303\323u\343\363F\'\224\244\205\264\225\304\324\344\364\245\265\305\325\345\365Vfv\206\226\246\266\306\326\346\3667GWgw\207\227\247\267\307\327\347\367\021\000\002\002\001\002\004\004\003\004\005\006\007\007\006\0055\001\000\002\021\003!1\022\004AQaq\"\023\0052\201\221\024\241\261B#\301R\321\3603$b\341r\202\222CS\025cs4\361%\006\026\242\262\203\007&5\302\322D\223T\243\027dEU6te\342\362\263\204\303\323u\343\363F\224\244\205\264\225\304\324\344\364\245\265\305\325\345\365Vfv\206\226\246\266\306\326\346\366\'7GWgw\207\227\247\267\307\377\332\000\014\003\001\000\002\021\003\021\000?\000vc@\342\021=\000\217C\253\272\226\\\315[cC\207\317\262\

AddBatchJobOperations returns Internal error encountered.

2023-03-07 Thread Jing CHEN
Hello,
The error logs are as follows. Can you help me see what causes the 
continuous internal errors? When I reduced the number of newly added 
campaigns to three, it was successful, but if it is more than three, it 
keeps returning internal errors, which confuses me. I have consulted 
relevant documents and did not find any related limitations.

---
Method: /google.ads.googleads.v12.services.BatchJobService/MutateBatchJob
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "1307492882",
  "x-goog-api-client": "gl-python/3.7.8 grpc/1.41.1 gax/2.10.1 gccl/19.0.0 
pb/4.21.10",
  "x-goog-request-params": "customer_id=7680482384"
}
Request: customer_id: "7680482384"
operation {
  create {
  }
}


Response
---
Headers: {
  "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
  "content-disposition": "attachment",
  "date": "Wed, 08 Mar 2023 02:45:07 GMT",
  "request-id": "F2D_wuzJdpYa7_8HGgWA4A"
}
Response: result {
  resource_name: "customers/7680482384/batchJobs/13276753654"
}


[2023-03-08 10:45:09,698 - INFO] Request made: ClientCustomerId: 
7680482384, Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v12.services.BatchJobService/MutateBatchJob, 
RequestId: F2D_wuzJdpYa7_8HGgWA4A, IsFault: False, FaultMessage: None
[2023-03-08 10:47:05,469 - INFO] Request
---
Method: 
/google.ads.googleads.v12.services.BatchJobService/AddBatchJobOperations
Host: googleads.googleapis.com
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "1307492882",
  "x-goog-api-client": "gl-python/3.7.8 grpc/1.41.1 gax/2.10.1 gccl/19.0.0 
pb/4.21.10",
  "x-goog-request-params": 
"resource_name=customers/7680482384/batchJobs/13276753654"
}
Request: resource_name: "customers/7680482384/batchJobs/13276753654"
mutate_operations {
  asset_operation {
create {
  resource_name: "customers/7680482384/assets/-1"
  name: "ad img assets #0b6c2b9a-b5d3-408c-a282-dcd13390a8b4"
  type_: IMAGE
  image_asset {
data: 
"\377\330\377\341#4Exif\000\000MM\000*\000\000\000\010\000\007\001\022\000\003\000\000\000\001\000\001\000\000\001\032\000\005\000\000\000\001\000\000\000b\001\033\000\005\000\000\000\001\000\000\000j\001(\000\003\000\000\000\001\000\002\000\000\0011\000\002\000\000\000\"\000\000\000r\0012\000\002\000\000\000\024\000\000\000\224\207i\000\004\000\000\000\001\000\000\000\250\000\000\000\324\000\n\374\200\000\000\'\020\000\n\374\200\000\000\'\020Adobe
 
Photoshop CC 2019 (Windows)\0002023:03:02 
16:10:54\000\000\003\240\001\000\003\000\000\000\001\377\377\000\000\240\002\000\004\000\000\000\001\000\000\004\260\240\003\000\004\000\000\000\001\000\000\002t\000\000\000\000\000\000\000\006\001\003\000\003\000\000\000\001\000\006\000\000\001\032\000\005\000\000\000\001\000\000\001\"\001\033\000\005\000\000\000\001\000\000\001*\001(\000\003\000\000\000\001\000\002\000\000\002\001\000\004\000\000\000\001\000\000\0012\002\002\000\004\000\000\000\001\000\000!\372\000\000\000\000\000\000\000H\000\000\000\001\000\000\000H\000\000\000\001\377\330\377\355\000\014Adobe_CM\000\002\377\356\000\016Adobe\000d\200\000\000\000\001\377\333\000\204\000\014\010\010\010\t\010\014\t\t\014\021\013\n\013\021\025\017\014\014\017\025\030\023\023\025\023\023\030\021\014\014\014\014\014\014\021\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\001\r\013\013\r\016\r\020\016\016\020\024\016\016\016\024\024\016\016\016\016\024\021\014\014\014\014\014\021\021\014\014\014\014\014\014\021\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\014\377\300\000\021\010\000T\000\240\003\001\"\000\002\021\001\003\021\001\377\335\000\004\000\n\377\304\001?\000\000\001\005\001\001\001\001\001\001\000\000\000\000\000\000\000\003\000\001\002\004\005\006\007\010\t\n\013\001\000\001\005\001\001\001\001\001\001\000\000\000\000\000\000\000\001\000\002\003\004\005\006\007\010\t\n\013\020\000\001\004\001\003\002\004\002\005\007\006\010\005\003\0143\001\000\002\021\003\004!\0221\005AQa\023\"q\2012\006\024\221\241\261B#$\025R\301b34r\202\321C\007%\222S\360\341\361cs5\026\242\262\203&D\223TdE\302\243t6\027\322U\342e\362\263\204\303\323u\343\363F\'\224\244\205\264\225\304\324\344\364\245\265\305\325\345\365Vfv\206\226\246\266\306\326\346\3667GWgw\207\227\247\267\307\327\347\367\021\000\002\002\001\002\004\004\003\004\005\006\007\007\006\0055\001\000\002\021\003!1\022\004AQaq\"\023\0052\201\221\024\241\261B#\301R\321\3603$b\341r\202\222CS\025cs4\361%\006\026\242\262\203\007&5\302\322D\223T\243\027dEU6te\342\362\263\204\303\323u\343\363F\224\244\205\264\225\304\324\344\364\245\265\305\325\345\365Vfv\206\226\246\266\306\326\346\366\'7GWgw\207\227\247\267\307\377\332\000\014\003\001\000\002\021\003\021\000?\000vc@\342\021=\000\217C\253\272\226\\\315[cC\207\317\262\221i?D\023\360]G\270K\301\034\222\262\016\225\243J\312t
 
j\261z\2766\372\213\242\037Y\334\265M\260\

Re: Request got stuck without any response

2022-07-13 Thread Jing CHEN
I'm using the SearchStream method, and it doesn't always happen, it's more 
like I'm experiencing periodic very high latency. Is it due to the busy 
google api service during this time?
[image: Snipaste_2022-07-13_19-35-31.png]
On Wednesday, 13 July 2022 at 15:26:40 UTC+8 adsapi wrote:

> Hi Jing,
>
> Thank you for raising your concern to my team.
>
> So that I can take a closer look at the issue, could you provide the 
> complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  and request header 
> 
>  generated 
> on your end? Also, could you explain to us how the issue is encountered?
>
> 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.
>
> In addition, I would suggest using *SearchStream* as it improved 
> performance over paging, especially for bigger reports. The reason is, it 
> is eliminating the round-trip network time required to request each 
> individual page of a Search response.
>
> Regards,
> [image: Google Logo] 
> Ernie John 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cVJ25: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/03c86a1d-401c-451f-a17f-6becc0069cfen%40googlegroups.com.


Re: Request got stuck without any response

2022-07-12 Thread Jing CHEN
Same problem, some customer-id requests have extremely high latency.

On Wednesday, 13 July 2022 at 01:26:05 UTC+8 ashirk...@gmail.com wrote:

> 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/7f54eddb-47c4-4f98-a673-5ebff98de40cn%40googlegroups.com.


Re: How can I use the api to check for campaigns that don't have loaction set?

2022-07-11 Thread Jing CHEN
hi
I think there is no issue with this query, if geo_target_constant is null 
then naturally there is no campaign with campaign_criterion of LOCATION.
But my question is how to find this kind of campaign without setting the 
location through google ads api.
One way to do this is to iterate through the list of campaigns and pop up 
the ones that have a location from the list.
I was wondering if there is a simpler way to do this. Can you give me some 
advice?
regards


On Tuesday, 12 July 2022 at 01:46:30 UTC+8 adsapi wrote:

> Hi Jing,
>
> Thank you for reaching out to the Google Ads API support team.
>
> 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 
> . 
> Can you please provide full screen screenshot of the UI of what you are 
> looking for? You can provide it via Reply privately to author option. If 
> this option is not available, you may send the details directly to our 
> googleadsa...@google.com 
> 
>  alias 
> instead. Let me know if you have any questions.
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cUjPT: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/90c29136-8034-44eb-8f99-3daed3f369b2n%40googlegroups.com.


How can I use the api to check for campaigns that don't have loaction set?

2022-07-11 Thread Jing CHEN
Hi,
How can I use the api to check for campaigns that don't have loaction set?

query = """SELECT campaign.id, campaign.name FROM campaign_criterion WHERE 
campaign.status IN ('ENABLED', 'PAUSED') AND campaign_criterion.type = 
'LOCATION' AND campaign_criterion.location.geo_target_constant IS NULL"""

in this query, where statement *campaign_criterion.location.geo_target_constant 
IS NULL *does not work, it returns None directly.
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 
"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/898609e0-c43f-41a9-acc2-739d8694bcbcn%40googlegroups.com.


Re: high latency when execute the search_stream method

2022-07-04 Thread Jing CHEN
The core code is as follows.More details such as full request and response 
logs, and request-id for high latency API requests will be provided to you 
as soon as possible.
Regards
___
def adwords_data_device_cost_new(site, customer_id, ga_service):
...
query = "..."
response = ga_service.search_stream(
customer_id=customer_id, query=query)

return data

def thread_func(site, customer_id):
customer_data = adwords_data_device_cost_new(site,
 customer_id, ga_service)
customer_data = pd.DataFrame(customer_data)
return customer_data

L1 = []

with ThreadPoolExecutor(10) as pool:
for customer_id in campaign_dict.keys():
all_task.append(pool.submit(thread_func, site=site, 
customer_id=customer_id))
for future in as_completed(all_task):
customer_data = future.result()
if not customer_data.empty:
L1.append(customer_data)
On Monday, 4 July 2022 at 23:51:56 UTC+8 adsapi wrote:

> Hi Jing,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Could you elaborate more when you say that you are using python 
> multithreading to execute the search_stream method?
>
> Since you’re experiencing high latency sometimes, could you provide us 
> with the complete *request* 
> 
>  
> and *response* 
> 
>  
> logs, with the *request-id* 
> 
>  
> for the API requests where we can see the high latency, so that our team 
> can investigate further? You can enable logging, which you may do so by 
> navigating to the *Client libraries > Your client library (select Python) 
> > Logging* documentation, which you can access from this link 
> . Kindly 
> send the requested details via reply privately to author option.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cFyij: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/b878f443-2a33-4f1e-b9dc-d20e6d05cdffn%40googlegroups.com.


high latency when execute the search_stream method

2022-07-04 Thread Jing CHEN
Need help! I'm using python multithreading to execute the search_stream 
method for each of my ids, everything was working fine before, but recently 
I've been experiencing high latency sometimes, is this because there's 
something wrong with the way I'm using the api? Maybe I shouldn't use 
multithreading? Can someone help me check what the problem is? It seems 
that high latency only happens to me in this forum.
Thanks a lot!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/68ac007f-deea-4eaa-af7b-2fca2612305dn%40googlegroups.com.


High latency when using search_stream

2022-07-04 Thread Jing CHEN
Need help! I'm using python multithreading to execute the *search_stream* 
method for each of my account id, everything was working fine before, but 
recently I've been experiencing high latency sometimes, is this because 
there's something wrong with the way I'm using the api? Maybe I shouldn't 
use multithreading? Can someone help me check what the problem is? It seems 
that high latency only happens to me in this forum.
Thanks a lot!

Translated with www.DeepL.com/Translator (free version)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2af065ca-1ff7-4c98-a15f-3c551fbd0c49n%40googlegroups.com.


50 limit when creating ads

2022-03-16 Thread Jing CHEN
Is there an easy way to get the number of active ads in an adgroup? I hit 
the 50 limit when creating ads.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0319bcc0-c28d-42d4-ac8d-6ad916a488d6n%40googlegroups.com.


Hourly delta of metrics

2022-03-14 Thread Jing CHEN
Hi! I'm planning to monitor my campaign with the hourly delta of some 
metrics, but I'm not sure if the delta of the value I'm querying with the 
api every hour actually happens within that hour.
Can someone please tell me if this works and why? Much appreciated.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ca67616c-1ea2-4152-8a1c-a39a76b0f923n%40googlegroups.com.


Metric hourly change

2022-03-14 Thread Jing CHEN
Hi! I'm planning to monitor my ad campaign with some metric hourly change, 
but I'm not sure if the change in value I'm querying with the api every 
hour actually happens within that hour. Can someone please Tell me if this 
works and why? Much appreciated.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/88b4140b-9f57-411a-91af-be0275658911n%40googlegroups.com.


mutate_ad_group_ads() got an unexpected keyword argument 'response_content_type'

2022-01-04 Thread Jing CHEN
Sincere regards
Why does this error happen?
And what should the correct call be if I use this filed?
thanks for your help
best wishes!
[image: Snipaste_2022-01-04_20-51-18.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b982ceb5-cfbf-47b7-a497-1612a5804fd5n%40googlegroups.com.


How can I get or set adgroup placement bid adjustments through google ads api?

2021-11-05 Thread Jing CHEN
How can I get or set adgroup placement bid adjustments through 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/42a7895c-8713-4e77-8537-ee1793983bd8n%40googlegroups.com.


adgroup placement bid adjustments

2021-11-05 Thread Jing CHEN
How do I get or set adgroup placement bid adjustments through 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/0b4168cf-af78-4870-bdd8-20a444135903n%40googlegroups.com.


Re: Is mutate operation counted as get operation?

2021-11-03 Thread Jing CHEN
Does this mean that mutate operations are still restricted in the standard 
access api? If not, there may be a problem with the access level of the 
account, so how can I check the access level of the account?

在2021年11月4日星期四 UTC+8 上午10:47:27 写道:

> Hello Jing,
>
> Thank you for reaching out to us.
>
> As per this guide 
> , 
> both Mutate and Get operations have different limitations. As for the 
> Standard API access, this allows the developer token to execute an 
> unlimited number of operations for most services. Such tokens are however 
> still subject to global limits 
> , 
> including the daily limit of 1,000 get operations. You can also check on 
> this guide 
> 
>  for 
> more details.
>
> Regards,
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>  
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2QHZJL: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/ccdfc7be-aeed-43b1-9dfa-0bb36be4fa79n%40googlegroups.com.


Is mutate operation counted as get operation?

2021-11-03 Thread Jing CHEN
Is mutate operation counted as get operation? I was told that I was using a 
standard access account and the Daily operation limit is Unlimited, but 
when I created a large number of ads, the mutate operation resulted in 
RESOURCE_EXHAUSTED, what should I do?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2cebf46-dc75-48b4-8db4-36cf5ab1cb03n%40googlegroups.com.


Unable to segment campaign report by segments.search_engine_results_page_type

2021-08-18 Thread jing chen
Hello,

I am trying to pull a campaign performance by seach_engine_result_type from 
Google Ads API v8:

query = """
SELECT
  campaign.name,
  metrics.clicks,
  metrics.impressions,
  segments.month,
  segments.search_engine_results_page_type 
FROM campaign
WHERE segments.date BETWEEN '2021-04-01' AND '2021-04-30'"""

Get the error 
 message: "Cannot select or filter on the following segments: 
\'segments.search_engine_results_page_type\'(could not support requested 
resources: \'CAMPAIGN\'), since segment is incompatible with the resource 
in the FROM clause or other selected segmenting resources."

This is pretty basic report for lots of marketers. Wondering can we have 
this segment on?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/36756405-316f-4f89-96c4-4abb9848ccb5n%40googlegroups.com.