Google Audience Using Customer Match

2022-12-22 Thread Hasnain Akbar
Hi, 

How can we add the user data operations to the existing user list. Actually 
we want the
example of java related code for the below point.

The operations collection for each AddOfflineUserDataJobOperationsRequest 

 can 
contain at most 100,000 identifiers across all of the UserData objects in 
the operations. If you need to submit more than 100,000 identifiers for a 
job, send multiple requests with the same job resource_name 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/90cb3f65-a574-4454-8b31-216795b319d3n%40googlegroups.com.


RE: Regarding refresh token expiry & Creation dates

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vamshi,

Thanks for reaching out to the Google Ads API Forum. I hope you are doing well 
today.

For your question "May i know if there is any place in GCP or google ads 
manager account to check the refresh token creation date & expiration date etc. 
", note that there is no such way to know the refresh token creation date & 
expiration date using Google Ads API. For further details on the OAuth related 
questions, you may reach out to the Google Cloud support team via this link, as 
they are more equipped to discuss more on this topic.

However, you may please see this document for more information on how the 
refresh token expires. Note that to avoid the refresh token expiring in 7 days 
please go to the Google API Console and navigate to the OAuth consent screen 
and then change the publishing status to “In production”. For additional 
information you can check this document.

I hope it helps. Have a great day.

Regards,

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


RE: Error while generating refresh token - in Production mode

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vamshi,

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

Please note that as per this guide, a Google Cloud Platform project with an 
OAuth consent screen configured for an external user type and a publishing 
status of "Testing" is issued a refresh token expiring in 7 days. As per seeing 
the screenshot you have provided, it appears that you have encountered an 
Unverified app warning. That said, I would suggest the below guides which are 
mainly about the verification process:

How to verify: OAuth API verification FAQs - Google Cloud Platform Console Help
General information: Unverified apps - Google Cloud Platform Console Help


Regards,

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


Error while generating refresh token - in Production mode

2022-12-22 Thread Vamshi Merugu
Hi Team ,

We are planning to send conversion data to post to google by using *enhanced 
conversions 
*
.

For this purpose, for authentication, we are using Oath2 flow for desktop/ 
web application to generate refresh token using python client libraries & 
We want to use the same refresh token for our daily process to call google 
client libraries.  


   - As our app status un testing mode, the refresh token is expiring after 
   1 week. T fix the *refresh token expiration* issue after 1 week, google 
   team has earlier suggested to publish the app instead of working in testing 
   mode.
  - But, after publishing the ap, refresh token generation is not 
  working. (please find the attached screenshot for the issue)  
   - If we switch back to testing mode again, we can successfully generate 
   the refresh token. 
  - We are having issue for production implementation. We dont want the 
  refresh token to expire once we go-live. 
   - Based on previous suggesions, we tried to see if we need to verify 
   app. But, in GCP its clearly showing that "verification not required"  

Appreciate your help. 

Thanks,
Vamshi




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7ad2961f-019a-47bd-be68-7ee70e8072bcn%40googlegroups.com.


Regarding refresh token expiry & Creation dates

2022-12-22 Thread Vamshi Merugu
HI team, 

I am using Oauth2 for desktop/web applciation for google ads api for 
posting data to enhanced conversions. 

I have created few refresh token to use. Some of them seems to be expired, 
as its a test account. 

*May i know if there is any place in GCP or google ads manager account to 
check the refresh token creation date & expiration date etc. *

Thanks,
Vamshi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/900386e6-c7a3-4906-abb7-d958778db4fcn%40googlegroups.com.


RE: Make a query to validate if the account id exists

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Luiz,

Thank you for reaching out to our API support team.

By "exist in my platform account", could you confirm if my understanding is 
correct that you wish to determine whether the accounts you listed indeed 
belong in your account hierarchy?

If yes, then if you can determine your top most MCC / manager account, you can 
then perform the get account hierarchy feature, using that top MCC account, to 
check whether these other accounts are then returned in the results.

Let us know if this is what you're looking for. If not, you can provide more 
context on what you meant by "exist in my platform account", so our team can 
then provide more appropriate recommendations.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2hMveY: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/jHaLB0RNB47A00wAFEVlCTS_aoFwp4VF-CMA%40sfdc.net.


Make a query to validate if the account id exists

2022-12-22 Thread 'Luiz Eduardo Da Cruz' via Google Ads API and AdWords API Forum
hello, I would like to know how would a query look like to validate that 
the accounts ids: '8731730893', '531727356', '6069299195', really exist in 
my platform account?

These acc ids are MCCS but can also be children of mccs. 
They are of different levels.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/acbf459d-aa61-4475-9b6e-56c6ca57db13n%40googlegroups.com.


RE: Hi Team

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Leonel,

Thank you for raising this concern to the Google Ads API Forum.

Kindly check this document for more information on how the refresh token 
expires. To avoid the refresh token expiring in 7 days please go to the Google 
API Console and navigate to the OAuth consent screen and then change the 
publishing status to “In production”. For more information you can check this 
document.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2hMqa8: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/8oRSq0RNB1MB006_iQxxKhTnqkgyz4Yg1mTQ%40sfdc.net.


Re: Reporting if the campaign/ad_group is using audience expansion

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matan,

Thanks for providing more information on this. The Ads API supports the 
ExplorerAutoOptimizerSetting at the ad group level, although this appears to be 
a different setting from the audience setting you referenced on the campaign 
level. I've gone ahead and submitted a feature request on your behalf. Relevant 
updates can be found in the release notes.

Regards,

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2h0KyL: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/aWmOQ0RNB0S6000Rwddl_PS-CNtQshqh7fvA%40sfdc.net.


Re: Feed label in shopping performance view

2022-12-22 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.

You can use asset_set.merchant_center_feed.feed_label field in the asset_set 
report. Let me know if this what you are looking for. If not, could you please 
provide full screen screenshot of the UI? Please reply via privately author 
options.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2hMLTm: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/1s7ms0RNB0KD00-EHYEbpuQxSYAFIl_pF1XQ%40sfdc.net.


RE: "This operation is not permitted on this campaign type" when trying to set bidding strategy on a smart campaign

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bevan,

Thank you for raising this concern to the Google Ads API Forum.

It seems that your concerns are discussed in this document. However, to better 
check this in our end, could you please provide the complete API request and 
response logs with request ID and request header that generated on your end?

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.

For security purposes, you can provide it via the Reply privately to author 
option. If this option is not available, then send it instead on this email 
address googleadsapi-supp...@google.com.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2hMk6F: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/v0sid0RNAXTE00MdV04XEzTK-qpoCeKmviKQ%40sfdc.net.


RE: ad_performance_report or geo_performance_report does not match the data shown in Google Ads

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Javier,

Thank you for reaching out to our API support team. Our team is here to help.

Moving forward, comparing API and UI (Google Ads) reports will require that you 
refer to the exact same view or equivalent view in order to match records and 
statistics. That said, so our team can take a closer look at the differences 
you are observing, could you share to our team the complete request and 
response logs, and request-id, generated by your API report calls?

If you haven't yet, logging can be enabled by referring to this guide and by 
using the DEBUG log setting.

In addition, could you share as well the complete Google Ads UI view's 
screenshot, this is so our team can identify which UI view is being compared to 
the API report you are downloading?

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

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2hMpjA: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/wo81Q0RNAUEA00LRVrzBuoTSmVCE6J3xH_sw%40sfdc.net.


RE: use_audience_grouped set to false not working

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gaurav,

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.You can provide it 
via Reply privately to author option. If this option is not available, you may 
send the details directly to our googleadsapi-supp...@google.com alias instead. 
Let me know if you have any questions.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2hMlkn: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/-31jC0RNATWR00e5-eGxoQQOOE3xgcYwHHMg%40sfdc.net.


Hi Team

2022-12-22 Thread Leonel Pedraza
 Hello, I am using the python v11 client library and I have a standard 
developer token that has no request restriction. The problem is that after 
several days using the token, it expires. I have no idea why this could be 
happening. What could be the problem? Thanks for your excellent 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/fffd51a6-dad7-4c7a-824e-1f3ec900038en%40googlegroups.com.


RE: How can I get the current list of Google locations? Latest.csv unavailable

2022-12-22 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.

We are able to access the link. Could you please to clear browser cache and try 
again? If you are still facing issue, Could you please provide full screen 
screenshot of the UI? Please reply via privately author options.

Thanks,

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


RE: get campaign give me error

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

You can provide it via Reply privately to author option. If this option is not 
available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead. Let me know if you have any 
questions.

Thanks,

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


RE: get campaign give me error

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

You can provide it via Reply privately to author option. If this option is not 
available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead. Let me know if you have any 
questions. Thanks,

Thanks,

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


RE: get campaign give me error

2022-12-22 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.

Moving forward to your concern, it seems that you've encountered the 
USER_PERMISSION_DENIED error. The authorized customer does not have access to 
the operating customer. The common cause of this is when authenticating as a 
user with access to a manager account but not specifying login-customer-id in 
the request.

To prevent this kind of error, I would suggest specifying the login-customer-id 
as the manager account ID without hyphens (-). That being said, you will need 
to ensure that the user / email address you used to generate the credentials 
indeed has access to the account in your request. If the user / email address 
has access or is associated with the MCC / manager account, you will need to 
specify the MCC / manager account's ID without hyphens (-) as the value of the 
login-customer-id field. If the issue still persists.

To investigate the issue further, could you please provide the complete request 
and response logs, with the request-id generated on your end along with the 
email address used to generate the OAuth2 credentials, so that our team will 
investigate this problem.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2hMmuW: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/0lhrY0RNASNO00T1WPGugBSNmdQwgApa0DEQ%40sfdc.net.


RE: Will be "Images" extension no longer supported in Google Ads API?

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vasyl,

Thank you for reaching us out.

With regard to your concern, image extension as an asset is not supported in 
the Google Ads API as it is not included in the supported asset-based extension 
types mentioned in this document. For now, please follow our blog as we will 
post relevant updates there when it becomes supported.

However, you may create an image asset as ImageAsset, and you may follow this 
guide.

Thanks,

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


ad_performance_report or geo_performance_report does not match the data shown in Google Ads

2022-12-22 Thread Javier De la Torre
Hello!
I am using Stitch data to extract the information from the source.
When I query the table and get the spent per campaign per day, I get a 
different number of Impressions and cost than that shown in the Google Ads 
platform for some campaigns. The weird thing is that for other campaigns, 
the information matches perfectly. 
The campaigns where the mismatch happens do not have anything in common, at 
least apparently.
Can someone help?
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/224ff092-b8d7-49a3-b7d9-931425248f0cn%40googlegroups.com.


RE: Can't get data " Disovery " & " PERFORMANCE MAX" from AdvertisingChannelType

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yoon,

Thanks for reaching out to the Google Ads API team. I hope you are doing well 
today.


To further investigate this issue, could you please provide the full screenshot 
of the issue you have encountered about DISCOVERY & PERFORMANCE MAX and the 
complete request and response logs with request ID and request header generated 
on your end? 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. I ask this so our team further 
investigates your concern and provides specific recommendations on the issue.

You can provide it via Reply privately to the author option. If this option is 
not available, then send it instead on this email address 
googleadsapi-supp...@google.com.


Regards,

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


Re: Feed label in shopping performance view

2022-12-22 Thread 'Kateřina Henzlová' via Google Ads API and AdWords API Forum
Hi Nirmita,

Thanks for getting back to me. Unfortunately, I cannot provide any relevant 
screenshots from the UI, my question is related to the API.

Cheers,
Katerina

On Wednesday, December 21, 2022 at 4:48:36 PM UTC+1 adsapi wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Could you please provide full screen screenshot of the UI of what you are 
> looking for, so that i can further investigate the issue? Please reply via 
> privately author option.
>
> Thanks, 
> [image: Google Logo] 
> Nirmita 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2hMLTm: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/29dda13b-5a88-4641-8463-695136662ee0n%40googlegroups.com.


get campaign give me error

2022-12-22 Thread Turkmeks DEV
hello ı have like this error but not give me error please answer to me how 
can ı fixed code my code bellow like this
  $oAuth2Credential = (new OAuth2TokenBuilder())
->withClientId("")
->withClientSecret("")
->withRefreshToken(env('GOOGLE_REFRESH_TOKEN'))
->build();
$googleAdsClient = (new GoogleAdsClientBuilder())
->withDeveloperToken("x")
->withOAuth2Credential($oAuth2Credential)
->build();
$customerId="xxx"; 

$googleAdsServiceClient = 
$googleAdsClient->getGoogleAdsServiceClient();
// Creates a query that retrieves all campaigns.
$query = 'SELECT campaign.id, campaign.name FROM campaign ORDER 
BY campaign.id';
// Issues a search stream request.
/** @var GoogleAdsServerStreamDecorator $stream */
$stream =
$googleAdsServiceClient->searchStream($customerId, $query);

// Iterates over all rows in all messages and prints the 
requested field values for
// the campaign in each row.
foreach ($stream->iterateAllElements() as $googleAdsRow) {
/** @var GoogleAdsRow $googleAdsRow */
printf(
"Campaign with ID %d and name '%s' was found.%s",
$googleAdsRow->getCampaign()->getId(),
$googleAdsRow->getCampaign()->getName(),
PHP_EOL
);
}


// response result
{
   "message":"The caller does not have permission",
   "code":7,
   "status":"PERMISSION_DENIED",
   "details":[
  {
 "@type":"google.ads.googleads.v12.errors.googleadsfailure-bin",
 "data":""
  },
  {
 "@type":"grpc-status-details-bin",
 "data":""
  },
  {
 "@type":"request-id",
 "data":"dG4bsyfPB5wKMS4_CAkUJQ"
  }
   ]
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1e8911ce-1dc6-4aba-8d9f-3fd94744a755n%40googlegroups.com.


use_audience_grouped set to false not working

2022-12-22 Thread Gaurav Sharma
While creating adgroup for discovery and display ad groups, setting 
setUseAudienceGrouped to false in adgroup audience setting is not working 
in v12 java library. Same is working in v11 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/3bc5d780-8234-4abd-b5b5-0206461ec928n%40googlegroups.com.


How can I get the current list of Google locations? Latest.csv unavailable

2022-12-22 Thread 'Юлия' via Google Ads API and AdWords API Forum
Hi, 
I'm trying to access the list of Google locations 
here: 
https://developers.google.com/google-ads/api/reference/data/geotargets?hl=en 
but when I hit Latest.csv it says Service Unavailable. Where can I get the 
current list of Google locations? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4f04f074-85bf-4a34-9adb-ac4870cd5724n%40googlegroups.com.


Re: Reporting if the campaign/ad_group is using audience expansion

2022-12-22 Thread 'Matan Shavit' via Google Ads API and AdWords API Forum
Thank you for the replay, I'm a developer from AppsFlyer, and if one of our 
clients has campaigns running with Audiences from our platform we want to 
inform them that the A B testing they are performing also in our platform 
might be off since the audience is being enriched on google's side. 
Since the enrichment process might cause the control group to be targeted 
as well.

If possible we would like to have this information available in the API, 
Please let me know if a feature request can be opened.
Thanks.

On Tuesday, December 20, 2022 at 9:22:02 PM UTC+2 adsapi wrote:

> Hi Matan,
>
> The audience expansion setting does not appear to be supported in the 
> API's resources and reports. Checking the Campaign resource and its 
> audience_setting 
> ,
>  
> no attribute is available for this type of audience targeting option. 
>
> Since this is available in the UI, our team can create a feature request, 
> subject for review. To do so, could you share your complete use case so we 
> can pass these details along in the request?
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2h0KyL: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/75012ecf-730a-494e-be23-dc3e3405ff2cn%40googlegroups.com.


Will be "Images" extension no longer supported in Google Ads API?

2022-12-22 Thread Vasyl K.
Hi,
Will be "Images" extension no longer supported in Google Ads API?

Regards,
Vasyl

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/251d169b-cab8-43ac-bf6f-5152c4f1b528n%40googlegroups.com.


Can't get data " Disovery " & " PERFORMANCE MAX" from AdvertisingChannelType

2022-12-22 Thread Taewoong YOON
Hi Google Ads Team,

We've faced the following issue with the DISCOVERY 
campaign.advertising_channel_type,
PERFORMANCE MAX   campaign.advertising_channel_type, 

The query example (ad group ad level):

{"query": "SELECT segments.date, campaign.campaign_group, segments.device, 
campaign.name,campaign.advertising_channel_type, ad_group.type, 
ad_group.name, segments.ad_network_type, campaign.bidding_strategy_type, 
metrics.cost_micros, metrics.impressions, metrics.video_views, 
metrics.clicks, metrics.conversions, 
metrics.conversions_value,metrics.engagements FROM ad_group_ad "}

But we could only get SEARCH, DISPLAY, VIDEO, YOUTUBE_WATCH data.

If there is a query statement including DISCOVERY and PERFORMANCE_MAX 
values or a recommended level value, please give us an example or a 
correction 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/4b89af53-ac87-4cf2-a8c7-bebcdc84a3a4n%40googlegroups.com.


Re: INTERNAL ERROR occur get Metrics and Campaign Data using Google Ads API V10 version

2022-12-22 Thread 'changhong yun' via Google Ads API and AdWords API Forum
Hi Team,

 Thanks for your feedback. I'v added the retry mechanism and wait for 
at least 900secs to process rest apis.

 Actually I'm still curious about the < RESOURCE_EXHAUSTED error>, 
actually our project even didn't exceed the maximum quota(15,000) for this 
case.

 Anyway, let me proceed it firstly then give you feedback later.

Regards,
Aaron.

On Thursday, December 22, 2022 at 4:51:03 PM UTC+8 adsapi wrote:

> Hi Aaron,
>
>
>
> Thanks for getting back to us.
>
> Could you confirm if you again hit the RESOURCE_EXHAUSTED error after 
> implementing the exponential back off policy and rate limiter? If yes, our 
> team requires the most recent complet logs in order to investigate the 
> issue further.
>
> When receiving a RESOURCE_EXHAUSTED error, you must wait for the duration 
> stated in the error description, or else the API will start increasing the 
> wait time, which is likely why you see it up to 900 seconds. Continuing to 
> retry before that time is going to cause many, many more errors, which will 
> generally ruin your throughput.
>
> Most likely what happened is you got one error, didn't wait, and then it 
> escalated until all or most of your requests were rejected by not abiding 
> by the rate limit.
>
> Kindly see below responses to your questions:
>
>
>
> *a. If no data for API request return, does it still mean one API 
> operation and count into maximum requests?*
>
> >> API operations are the total sum of get requests and mutate operations. 
> If you have sent one API request for the search or searchStream and the API 
> request did not return any response, then it will be considered as 1 
> operation consumed. A request that is not a Get, Mutate, Search, or 
> SearchStream request counts as one operation against the user's daily 
> operation quota. Requests that are rejected with a *GoogleAdsFailure* 
> 
>  
> still count against the user's daily operation quota.
>
> On the other hand, requests that fail but don't return a 
> *GoogleAdsFailure* 
> ,
>  
> such as from an error at the network level, won't count against the user's 
> daily operation quota since the requests would never reach the service. An 
> example of this is a network connectivity failure.
>
>  *b. How to calculate the API requests total count from my side to check 
> if hit the 15,000 API operations per day?*
>
> >> Kindly note that the API request and operation are different. 1 request 
> can have many operations such as 
> *OfflineUserDataJobService.AddOfflineUserDataJobOperations* 
> 
>  
> can consume 10,000 operations in one request. However, using Google Ads API 
> there is no way to calculate the consumed API operations count. 
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2gQH50: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/75a5c684-ab81-49e2-85c2-132796e14af1n%40googlegroups.com.


"This operation is not permitted on this campaign type" when trying to set bidding strategy on a smart campaign

2022-12-22 Thread Bevan Wentzel
When I try to set the bidding strategy on a smart campaign:
```
campaign.bidding_strategy_type = (
client.enums.BiddingStrategyTypeEnum[MANUAL_CPC]
)
campaign.manual_cpc.enhanced_cpc_enabled = True
```
I get an error "This operation is not permitted on this campaign type... On 
field: campaign_bidding_strategy"

When I create the campaign without setting a bidding strategy on the smart 
campaign, the bid strategy type shows as "Invalid" and the status as "bid 
strategy misconfigured"

Any ideas?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/49fbda0d-a51d-4764-93cf-b78a965db2e0n%40googlegroups.com.


RE: REST interface Grouped operations

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching us out. I am Sherwin from Google Ads API support team. I 
hope that you are doing well today.

Moving forward to your concern, the reason why you got that error message is 
because, the expanded_text_ad is deprecated last June 30, 2022. You may check 
this blog post for more information. Furthermore, we encourage all the users to 
use Responsive Search Ads (RSA).

Kind regards,

Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2hMiK8: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/Ea9XX0RNACNC00uNar7bhpRamkEUthiV5BDw%40sfdc.net.


Re: INTERNAL ERROR occur get Metrics and Campaign Data using Google Ads API V10 version

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron,

Thanks for getting back to us.

Could you confirm if you again hit the RESOURCE_EXHAUSTED error after 
implementing the exponential back off policy and rate limiter? If yes, our team 
requires the most recent complet logs in order to investigate the issue further.

When receiving a RESOURCE_EXHAUSTED error, you must wait for the duration 
stated in the error description, or else the API will start increasing the wait 
time, which is likely why you see it up to 900 seconds. Continuing to retry 
before that time is going to cause many, many more errors, which will generally 
ruin your throughput.

Most likely what happened is you got one error, didn't wait, and then it 
escalated until all or most of your requests were rejected by not abiding by 
the rate limit.

Kindly see below responses to your questions:

a. If no data for API request return, does it still mean one API operation and 
count into maximum requests?

>> API operations are the total sum of get requests and mutate operations. If 
>> you have sent one API request for the search or searchStream and the API 
>> request did not return any response, then it will be considered as 1 
>> operation consumed. A request that is not a Get, Mutate, Search, or 
>> SearchStream request counts as one operation against the user's daily 
>> operation quota. Requests that are rejected with a GoogleAdsFailure still 
>> count against the user's daily operation quota.

On the other hand, requests that fail but don't return a GoogleAdsFailure, such 
as from an error at the network level, won't count against the user's daily 
operation quota since the requests would never reach the service. An example of 
this is a network connectivity failure.

b. How to calculate the API requests total count from my side to check if hit 
the 15,000 API operations per day?

>> Kindly note that the API request and operation are different. 1 request can 
>> have many operations such as 
>> OfflineUserDataJobService.AddOfflineUserDataJobOperations can consume 10,000 
>> operations in one request. However, using Google Ads API there is no way to 
>> calculate the consumed API operations count.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2gQH50: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/6muxa0RNAB8L001NEjWgRHSX25ys5fGqF-rw%40sfdc.net.