Re: user lists and offline user data job metrics

2024-02-09 Thread Daniel Vasilan
This information is not present in the UI.
And I understand from your answers that it cannot be retrieved using 
APIs/GAQL, neither.
I'm sure this information is internally stored by Google (start/ end 
metadata for processes is something really basic in any system), 
so I would like to see it exposed. 


My two cents: Probably Google doesn't want to expose jobs durations because 
these offline jobs runs for ages and these metrics would make this 
"performance" official

On Thursday, February 8, 2024 at 3:48:31 PM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for getting back to us.
>
> By reviewing your concern, I understand that you are looking for guidance 
> on how to retrieve the duration and end date(time) of fields from the job.
>
> I would recommend that you reach out to the Google Ads Product Support 
>  team to check whether the 
> Duration, startDate and endDate fields of the offline jobs are available in 
> the Google Ads UI or not.
>
>
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rytex:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0a515ede-608e-46c0-b7e7-485cf0e41417n%40googlegroups.com.


Re: How to add images to a search ad group?

2024-02-09 Thread Daniel Larsson
Hi again :-)

I am now linking images as AD_IMAGE assets to ad groups. The linked image 
assets show up as linked image resources in the Google Ads web user 
interface. I hope that the linked image assets will show up in the 
resulting ad on Google search. This has not been verified yet.

But, when editing an ad (editing headlines, descriptions etc) in the Google 
Ads web interface I cannot see the linked images. It seems like the 
AD_IMAGE needs to be linked to the campaign (instead of the ad group). 
Otherwise it wont show up.

And, I cannot see the linked images (AD_IMAGE assets linked to ad groups) 
in the ad previews (when editing an ad in the Google Ads web interface) 
either.

I have not yet verified that the AD_IMAGE assets linked to ad groups show 
up in ads on Google search. I hope it works :-)

Regards, Daniel

On Wednesday 7 February 2024 at 12:43:39 UTC+1 Google Ads API Forum Advisor 
wrote:

> Hi Daniel,
>
>
> Thank you for getting back to us.
>
> Yes, the images will show up in the ad previews in the Google Ads account. 
> I would suggest you to check the article How it works 
> 
>  
> for more information. Also, you may follow the article Ad Preview and 
> Diagnosis tool  
> which helps identify why your ad or ad asset might not be appearing. Hope 
> this helps.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02aqzGG:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/320db6fa-b0e0-47d5-98b9-c779e9dfda8bn%40googlegroups.com.


Re: customer match user lists best way to refresh them

2024-02-09 Thread Daniel Vasilan
Sorry, what is the true here?

*Also, note that remove_all operations are executed hourly, and could run 
for up to 24 hours"*
*OR"**In the removeAll operation, there are two pipelines that run when a 
remove_all is requested: -- a pipeline that runs a PURGE operation, and 
another that handles the ADD/REMOVE operations. The first pipeline runs as 
a daily job and can take up to 72 hours to complete"*

If the last one is correct, a 72 hours remove_all job cannot work. Not only 
because of the extremely large duration, but it also means we will have an 
empty list for 3-4 days (purge operation + ADD operations together). Would 
make the list unusable !

That means we have to create 2 jobs for each list, one for add new users, 
another one to remove the users which must be removed from the list.
For 10 lists, we'd have to create 20 jobs.
Since these jobs also run for up to 24h each and we cannot put them in a 
Queue to run automatically once the first one finished.. we'll have to run 
the ADD in one day and the REMOVE in the next day. And have these lists 
refreshed weekly, probably.
The orchestration complicates, anyway.. even if we leave 24h between them, 
we see these jobs taking more than officially documented.
 
If that's the only solution, I'll need to go to the Business stakeholders 
and explain them the limitations of this Google product and see if we can 
use it for our use cases

Please give me a feedback on my above statements


*Thanks!*Daniel
On Thursday, February 8, 2024 at 9:33:11 PM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for getting back to us.
>
> Kindly find answers below for your queries.
>
>1. So, how should we design an *append and remove* process ? What is 
>the impact of this on the processes that use the data from this list? Will 
>they find an empty or partially loaded user list while the job is 
> executing? 
>
>
>- You would be required to use the removeAll 
>
> 
>  
>operation to remove all your previously provided data and then add the 
>latest data by utilizing the create 
>
> 
>  
>operation. 
>- In the removeAll operation, there are two pipelines that run when a 
>remove_all is requested: -- a pipeline that runs a PURGE operation, and 
>another that handles the ADD/REMOVE operations. The first pipeline runs as 
>a daily job and can take up to 72 hours to complete. 
>- If the remove operation was called first, then the newly added 
>operations should be uploaded after the remove operation has been 
> completed. 
>- Kindly note that Don't mix, create, and remove operations within the 
>same OfflineUserDataJob 
>
> .
>  
>Doing so can result in a CONFLICTING_OPERATION 
>
> 
>  
>error. 
>- Enable partial_failure in an AddOfflineUserDataJobOperationsRequest 
>
> 
>  
>so as to detect any problematic operations before running the job. 
>Operations are validated when uploaded to an OfflineUserDataJob 
>
> 
>. 
>
> If you want to create and remove operations at the same time, you have to 
> create 2 jobs separately and pass these 2 operations to 
> AddOfflineUserDataJobOperationsRequest 
> 
> .
>
> It takes 6 to 48 hours for a list to be populated with members, so you'll 
> most likely see an "In Progress" status 
>  (on the Google Ads 
> UI) if you upload to an audience list more frequently than once every 12 
> hours. 
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rytff:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

View product details in a shopping campaign

2024-02-09 Thread Miroslav Buriánek
Please let me know where I have an error in the sql query.
I need to know detailed information about the products in the shopping 
campaign, such as: number of impressions, number of compressions, etc. This 
is not a Max Performance campaign, but an ordinary shopping campaign. The 
SQL query that I am sending will show me only the summary information of 
the given campaign, but will not show me information about the individual 
products in the campaign. Is there an error in the definition of the sql 
query or in the product settings in the campaign?
Thank you for your help.
Mirk B.

Script:
https://googleads.googleapis.com/v14/customers/6402949336/googleAds:search 
{"pageSize": 1,"query":"SELECT campaign.id, campaign.name, ad_group.id, 
ad_group_criterion.criterion_id, ad_group_criterion.display_name, 
ad_group_criterion.cpc_bid_micros,metrics.clicks, metrics.impressions , 
metrics.conversions_value, metrics.cost_micros, metrics.conversions, 
metrics.impressions FROM product_group_view WHERE campaign.name LIKE 'SK 
Nakupni%' ORDER BY metrics.conversions_value DESC"}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/da950ba6-0cc4-4a8c-8531-c5ea63d66e24n%40googlegroups.com.


Not able to fetch the refresh token

2024-02-09 Thread Dexter
Hi, I've started a new application and would like to use the Google Ads 
API. I created a OAuth Screen to receive ClientID and Secret ID and I 
requested a Developer Token in the API Center.

In order to make API calls I need also a refresh token  and I tried to 
follow "Fetch a refresh token" 
 
so 
I published the application online as doing it locally wasn't working. 

When running the oauth2l command to fetch the refresh token I do get a link 
to open in my browser and I am asked to allow my app access to my google 
account but after clicking on "Next" I receive a HTTP ERROR 500 .

The console shows "Enter authorization code:" but nothing else.

What do I overlook here?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c3804b69-8c0c-44a7-9138-fcee9799dc2cn%40googlegroups.com.


Basic Access to API Key.

2024-02-09 Thread CentralSquare Technologies
We submitted an application for Google Ads API Token (Basic Access) about 2 
week ago and did not receive any update yet. We also submitted an update 
request and still no reply. Is it possible to receive an update on the 
application from the *Google Ads API Compliance team*?

Manager Account ID: 777-416-1743
We applied for "Basic Access" level.

Thanks & 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/d57367e5-ca6a-4953-8ac0-849f07c1060an%40googlegroups.com.


RE: basic access to api key.

2024-02-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

After reviewing your concern, I understand that you have submitted an 
application for the basic access and have not received any update.

Since the access requests are handled by the Google Ads API Compliance team, we 
are transferring the case to the Ads API Compliance team. Can you kindly 
provide the following information for the compliance team to further assist you 
with your concern:

Case ID generated from the compliance team in the format 0-0###0 (if 
there is any generated)

@Compliance team, please confirm if you are able to assist in the below access 
request.

Summary:

The user has applied for the basic access with the below details.

Google Ads Manager Account (MCC) ID: 777-416-1743
Cases ID: requested

Do reach out to the Google Ads API support team for any queries related to the 
API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02ryydC:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/hxGen0S8L7JI00JEgOMpVqQQK5uNy2yGwGpw%40sfdc.net.


Re: basic access to api key.

2024-02-09 Thread CentralSquare Technologies
Hi,

  There is no Case ID generated while submitting a request to get basic 
access

Thanks

On Friday, February 9, 2024 at 6:50:29 AM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you have submitted an 
> application for the basic access and have not received any update.
>
> Since the access requests are handled by the Google Ads API Compliance 
> team, we are transferring the case to the Ads API Compliance team. Can you 
> kindly provide the following information for the compliance team to further 
> assist you with your concern: 
>
>- Case ID generated from the compliance team in the format 
>0-0###0 (if there is any generated) 
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
>
> Summary:
>
> The user has applied for the basic access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: 777-416-1743 
>- Cases ID: requested 
>
> Do reach out to the Google Ads API 
>  support team 
> for any queries related to the API.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02ryydC:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c1785af-6a36-4ad7-bc1f-356090dfa6b3n%40googlegroups.com.


Re: smallest duration possible for pulling campaign ads cost information?

2024-02-09 Thread Steve Begin
*Please note*: I am specifically asking the question I wrote as it pertains 
to *cost* data, which seems to be primarily if not only ascertained via the 
metrics.cost_micros of the campaign resource.The concern at this point is 
that it seems there is no way to retroactively collect our cost and 
impression information for any data points that were less than a day if we 
happen to ever encounter any unexpected interruption/s. 

On Thursday, February 8, 2024 at 6:43:37 PM UTC-5 Steve Begin wrote:

> Hello,
>
> Is there a way to request Google Ads data from the Google Ads API for a 
> smaller duration than a day? I realize that requests for a day during that 
> day will give less since the day is not yet complete. I am just meaning to 
> inquire if there is a lesser duration possible to pass in. This is 
> especially since I do see lesser than a day available in the Google Ads web 
> GUI.
>
> Currently this is the searchStream query I am using:
>
>
> *SELECT campaign.name , campaign.id 
> , metrics.cost_micros, metrics.impressions FROM 
> campaign WHERE segments.date BETWEEN '{startDateString}' AND 
> '{endDateString}'*
> Thanks in advance for your help.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ad573f86-863a-4544-ba29-1c41417cb2c0n%40googlegroups.com.


Re: basic access to api key.

2024-02-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

++@Compliance team, please assist the user with the basic access request for 
the MCC ID 777-416-1743. Also, note that user has not received any case ID 
after submitting the request.
This message is in relation to case "ref:!00D1U01174p.!5004Q02ryydC:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0kini0S8LCNU00WQIx40RXTs2Kevf1h5_uXg%40sfdc.net.


MCC Imported Conversion

2024-02-09 Thread Jon
Hello,

We send import click conversions server side for our clients.

Many clients have their conversion in an MCC account.

We are limited to a maximum of 20 MCC accounts.

We've tried having customer import cross conversions into non MCC accounts, 
but we still receive an access error.

Is there any way to either raise the limit of 20 MCC account access? Or 
import the conversions into a sub account and send the conversions there.

-- 


*Learn more and Register today 
*


*This message and any attachments contain information, which may be 
confidential and/or privileged, and is intended for use only by the 
intended recipient, any review; copying, distribution or use of this 
transmission is strictly prohibited. If you have received this transmission 
in error, please (i) notify the sender immediately and (ii) destroy all 
copies of this message.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5a6810df-0b62-42e5-9c2c-cd575d0045d8n%40googlegroups.com.


Re: user lists and offline user data job metrics

2024-02-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

Kindly note that I will raise a request for these metrics to become available 
in the Google Ads API, however this is subject for review. So, I cannot provide 
a scheduled timeline for their availability in the API. I would recommend you 
to follow our Blog Post and Release Notes for future updates.

This message is in relation to case "ref:!00D1U01174p.!5004Q02rytex:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4wkOz0S8LED8004FN5PUknTJizBzHJnFHFuQ%40sfdc.net.


RE: not able to fetch the refresh token

2024-02-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

After reviewing your concern, I understand that you are encountering an error 
while running the oauth2l command to fetch the refresh token.

In order to assist you further, kindly provide us with more details of the 
error along with the corresponding screenshots. Also, another option for 
generating OAuth2 credentials is to use the OAuth2 Playground. I would 
recommend you to check this guide on OAuth Playground for more detailed steps.

This message is in relation to case "ref:!00D1U01174p.!5004Q02ryyZt:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1N7uO0S8LEI9008mUKRJH9SDqq2tS-gMj3Yg%40sfdc.net.


Re: internal error when asking for product_group_view stats for listing_group.type unit

2024-02-09 Thread Konstantin Tarassow
Hello,

are there any news on this?

We still have 2 accounts which run into the Internal Error.


*8875125139*

---
Method Name: 
/google.ads.googleads.v14.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/8.0.30 gccl\/19.2.0 gapic\/19.2.0 
gax\/1.18.2 grpc\/1.50.2 rest\/1.18.2 pb\/+n",
"x-goog-request-params": "customer_id=8875125139",
"developer-token": "REDACTED",
"login-customer-id": "4554523147"
}
Request:
{"customerId":"8875125139","query":"\nSELECT 
segments.date,\ncampaign.id,\nad_group.id,\nad_group_criterion.criterion_id,\nad_group_criterion.criterion_id,\nsegments.ad_network_type,\nsegments.device,\nmetrics.cost_micros,\nmetrics.clicks,\nmetrics.impressions,\nmetrics.impressions\n
 
   FROM product_group_view\nWHERE 
segments.date BETWEEN '2024-01-10' AND '2024-01-10'\n   
 AND campaign.status IN(ENABLED, PAUSED, REMOVED)\nAND 
ad_group.status IN(ENABLED, PAUSED, REMOVED)\nAND 
ad_group_criterion.status IN(ENABLED, PAUSED, REMOVED)\n   
 AND ad_group_criterion.listing_group.type = 'UNIT'\n AND 
metrics.impressions > 0  AND segments.date = '2024-01-10' "}

Response
---
Headers: {
"request-id": "IyQaAt-kGQOON5NocTeJNA",
"date": "Fri, 09 Feb 2024 14:15:48 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}

Fault
---
Status code: 13
Details: Internal error encountered.
Failure: 
{"errors":[{"errorCode":{"internalError":"INTERNAL_ERROR"},"message":"An 
internal error has occurred."}],"requestId":"IyQaAt-kGQOON5NocTeJNA"}




*7041860131*


---
Method Name: 
/google.ads.googleads.v14.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/8.0.30 gccl\/19.2.0 gapic\/19.2.0 
gax\/1.18.2 grpc\/1.50.2 rest\/1.18.2 pb\/+n",
"x-goog-request-params": "customer_id=7041860131",
"developer-token": "REDACTED",
"login-customer-id": "4554523147"
}
Request:
{"customerId":"7041860131","query":"\nSELECT 
segments.date,\ncampaign.id,\nad_group.id,\nad_group_criterion.criterion_id,\nad_group_criterion.criterion_id,\nsegments.ad_network_type,\nsegments.device,\nmetrics.cost_micros,\nmetrics.clicks,\nmetrics.impressions,\nmetrics.impressions\n
 
   FROM product_group_view\nWHERE 
segments.date BETWEEN '2024-01-10' AND '2024-01-10'\n   
 AND campaign.status IN(ENABLED, PAUSED, REMOVED)\nAND 
ad_group.status IN(ENABLED, PAUSED, REMOVED)\nAND 
ad_group_criterion.status IN(ENABLED, PAUSED, REMOVED)\n   
 AND ad_group_criterion.listing_group.type = 'UNIT'\n AND 
metrics.impressions > 0  AND segments.date = '2024-01-10' "}

Response
---
Headers: {
"request-id": "-hXX-ebMy5pLNAU3ufwqcg",
"date": "Fri, 09 Feb 2024 14:21:28 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}

Fault
---
Status code: 13
Details: Internal error encountered.
Failure: 
{"errors":[{"errorCode":{"internalError":"INTERNAL_ERROR"},"message":"An 
internal error has occurred."}],"requestId":"-hXX-ebMy5pLNAU3ufwqcg"}



On Monday, January 29, 2024 at 8:48:46 PM UTC+1 Konstantin Tarassow wrote:

> Just ran a fresh retry:
>
> *7041860131*
> *Internal error*
> *"request-id": "xxrYqrzE2RMHu_a38pPBrg", "date": "Mon, 29 Jan 2024 
> 16:03:25 GMT",*
>
> Method Name: 
> /google.ads.googleads.v14.services.GoogleAdsService/SearchStream
> Host: googleads.googleapis.com
> Headers: {
> "x-goog-api-client": "gl-php\/8.0.30 gccl\/19.2.0 gapic\/19.2.0 
> gax\/1.18.2 grpc\/1.50.2 rest\/1.18.2 pb\/+n",
> "x-goog-request-params": "customer_id=7041860131",
>
> "developer-token": "REDACTED",
> "login-customer-id": "4554523147"
> }
> Request:
> {"customerId":"7041860131","query":"\nSELECT 
> segments.date,\ncampaign.id,\nad_group.id,\nad_group_criterion.criterion_id,\nad_group_criterion.criterion_id,\nsegments.ad_network_type,\nsegments.device,\nmetrics.cost_micros,\nmetrics.clicks,\nmetrics.impressions,\nmetrics.impressions\n
>  
>FROM product_group_view\nWHERE 
> segments.date BETWEEN '2024-01-01' AND '2024-01-28'\n   
>  AND campaign.status IN(ENABLED, PAUSED, REMOVED)\nAND 
> ad_group.status IN(ENABLED, PAUSED, REMOVED)\nAND 
> ad_group_criterion.status IN(ENABLED, PAUSED, REMOVED)\n   
>  AND ad_group_criterion.listing_group.type = 'UNIT'\n AND 
> metrics.impressions > 0  AND segments.date = '2024-01-01' "}
>
> Response
> ---
> Headers: {
> "request-id": "xxrYqrzE2RMHu_a38pPBrg",
> "date": "Mon, 29 Jan 2024 16:03:25 GMT",
>
> "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=259

Re: How to add images to a search ad group?

2024-02-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daniel,

Thank you for getting back to us.

Kindly note that you can add the field AD_IMAGE to the campaign as well as the 
ad group. Also, note that when you create image assets at ad group level or 
campaign level, keep your account structure in mind because

Ad Group level provides for the strictest relevance, assuming a well structured 
account.
Campaign level provides for faster implementation in cases where images will be 
relevant to all ads within the campaign.

I would recommend you to kindly refer to the "Best practices to create 
effective image assets" help center article for more information. Since your 
issue is more related to the Google Ads UI, I would recommend you to reach out 
to the Google Ads Product support team as they are better equipped to address 
your concerns. Please note that our team can only assist with the technical 
queries or concerns related to the Google Ads API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02aqzGG:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/vEJIy0S8LG5Z00Ilz3rXHAToqO455pUYXRKQ%40sfdc.net.


Re: customer match user lists best way to refresh them

2024-02-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

Kindly note that remove_all operations are executed hourly, and could run for 
up to 24 hours. I would recommend you to check this guide Remove all data from 
the list at once for more information.

To remove all users from a list, set remove_all to true in an 
OfflineUserDataJobOperation, then issue a RunOfflineUserDataJob request with 
the resource name associated with the remove_all operation.

Note that when a remove_all operation is included, it must be the first 
operation in a job. If not, then running the job returns an 
INVALID_OPERATION_ORDER error. To completely replace the members of a user list 
with new members, order the operations in 
AddOfflineUserDataJobOperationsRequest in this sequence:

Set remove_all to true in an OfflineUserDataJobOperation.
For each new member, add a create operation, setting their UserData in an 
OfflineUserDataJobOperation.


Remove operations cannot be mixed with create operations in a single job. 
Running such a job will fail with a CONFLICTING_OPERATION error.

This message is in relation to case "ref:!00D1U01174p.!5004Q02rytff:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/q9ifA0S8LH8H00lbKYIrTcQ9CefRWhlED0gg%40sfdc.net.


RE: mcc imported conversion

2024-02-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

By reviewing your query, I understand that your concern is regarding the 
account limits for the manager account. I would suggest you to check the About 
account limits for manager accounts article to know more about the maximum 
account limits for manager accounts (MCC). Also, you may check this article 
About Google Ads manager accounts .

For further inquiries about maximum account limits, I would recommend that you 
reach out to the Google Ads Product support team. Please note that our team can 
only assist with the technical queries or concerns related to the Google Ads 
API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02ryyp3:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ndpAI0S8LKBB00YD9NHKbES0mM_Zg_erk6Og%40sfdc.net.


Re: smallest duration possible for pulling campaign ads cost information?

2024-02-09 Thread Steve Begin
Thank you for your help and clarification; I was able to successfully 
retrieve a given hour after I adjusted the GAQL query for my .net code to:

SELECT campaign.name, campaign.id, metrics.cost_micros, 
metrics.impressions, segments.hour FROM campaign WHERE segments.date 
BETWEEN '{startDateString}' AND '{endDateString}' AND segments.hour = 
{startHourToCaptureString}

Just to be absolutely certain then: there is no shorter duration than hour 
that I may get retroactively, correct?
On Friday, February 9, 2024 at 9:27:10 AM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for getting back to us.
>
> Apologies for the confusion. You can use segments.hour 
> 
>  
> to fetch the data of a shorter duration than a day. I would recommend you 
> to check this guide 
> 
>  on 
> reporting for an example that uses segments.hour in the GAQL query.
>
> I hope this helps.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02ryyKy:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8834a07d-1a6e-474d-a9ec-0ae4e7941448n%40googlegroups.com.


Affinity Audience Targeting with Google Ads API

2024-02-09 Thread Afeefa Zaman
Hi, 
I've been exploring your affinity categories documentation
https://developers.google.com/google-ads/api/data/codes-formats#affinity_categories

but couldn't find details on targeting affinity audiences like "Banking & 
Finance" via the Google Ads API. Could you confirm if the API supports this 
targeting? If yes, could you guide me on implementing it effectively? 
Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/184105cc-a8b6-4318-8042-27f3bc69d4f8n%40googlegroups.com.


How limited is the Developer Token in Test access-level?

2024-02-09 Thread Dexter
Hi,

i am able to pull my Google Ads Account Manager Account Number 
through CustomerServiceClient's ListAccessibleCustomers method.

Now I was trying the GetAccountHierarchy Example from here  
but
 
at line 171 

 the 
API returns an exception
*- Google.Ads.GoogleAds.V15.Errors.GoogleAdsException: 
'Status(StatusCode="PermissionDenied", Detail="The caller does not have 
permission")'*

*It tries to execute the below query through the *Search Method available 
from the 
Google.Ads.GoogleAds.V15.Services.GoogleAdsService.GoogleAdsServiceClient

   const string query = @"SELECT
customer_client.client_customer,
customer_client.level,
customer_client.manager,
customer_client.descriptive_name,
customer_client.currency_code,
customer_client.time_zone,
customer_client.id
FROM customer_client
WHERE
customer_client.level <= 1";

Is my Test access-level allowed to run Search queries?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c903bc4-3d01-4b7b-9720-2ba54009aea4n%40googlegroups.com.


Affinity Audience Targeting with Google Ads API

2024-02-09 Thread Afeefa Zaman
Hi,
I've been exploring your affinity categories documentation 
https://developers.google.com/google-ads/api/data/codes-formats#affinity_categories


but couldn't find details on targeting affinity audiences like "Banking & 
Finance" via the Google Ads API. Could you confirm if the API supports this 
targeting? If yes, could you guide me on implementing it effectively? 
Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1b49926c-a964-4d20-b31b-539567df60f8n%40googlegroups.com.


Re: smallest duration possible for pulling campaign ads cost information?

2024-02-09 Thread Steve Begin
Thanks. I'm all set on this now. I appreciate the guidance.

On Friday, February 9, 2024 at 5:19:35 PM UTC-5 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for getting back to us.
>
> Your understanding is correct that the GAQL queries currently don't 
> support retrieving data for durations shorter than an hour retroactively. 
> While you can use segments.hour 
> 
>  to 
> get hourly data, there's no equivalent segment for minutes or seconds 
> available.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02ryyKy:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/249aef6d-f511-4723-b76b-a34993731d37n%40googlegroups.com.


Can a campaign have more than 122 negative country targets?

2024-02-09 Thread Kevin Nguyen
Up until a few days ago, we were able to specify more than 122 negative 
country targets for a campaign, but since then we get RESOURCE_LIMIT error 
via Google Ads API.

If I specify more than 122 negative country targets using Google Ads UI, 
there is no error showing on the screen but it cannot be saved. When I 
inspect the network traffic, I noticed this error:

[image: image.png]

Does any know whether this is a new limit?

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/7141af64-d5ca-4427-b4c1-756646a72db6n%40googlegroups.com.


Re: Can a campaign have more than 122 negative country targets?

2024-02-09 Thread Kevin Nguyen
Since the image above doesn't show up, I include its content below: 
{
"1": "The number of entities exceeds the limit.",
"3": "MUTATE_ERROR_ENTITY_COUNT_EXCEEDS_LIMIT",
"4": "criterion_id",
"6": 0,
"7": 0,
"9": "int64_value: 2004\n",
"13": "Each campaign is limited to 122 negative country 
criteria"
}
On Friday, February 9, 2024 at 7:10:03 PM UTC-8 Kevin Nguyen wrote:

> Up until a few days ago, we were able to specify more than 122 negative 
> country targets for a campaign, but since then we get RESOURCE_LIMIT error 
> via Google Ads API.
>
> If I specify more than 122 negative country targets using Google Ads UI, 
> there is no error showing on the screen but it cannot be saved. When I 
> inspect the network traffic, I noticed this error:
>
> [image: image.png]
>
> Does any know whether this is a new limit?
>
> 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/65b15ef4-b3d8-4b72-9f60-5f258e6144ccn%40googlegroups.com.