I'd like to know what's going on with my Google Ads API access levels.

2023-12-20 Thread nsol quantum
I'm sending you an email to inquire about the status of my Google Ads API 
application.
MCC-ID: 409-879-8572
I applied for the basic access level, but it hasn't changed and I haven't 
received any feedback.

I want to know about the progress of my application.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c2266d86-d607-467d-b364-ce5586f68ae8n%40googlegroups.com.


Re: request is missing required authentication credential. expected oauth 2 access token, login cookie or other valid authentication credential

2023-12-20 Thread ads dm
Thank you for your reply. We have found the cause of the problem. A 
colleague reset the developer token, causing the original token to become 
invalid. After replacing it with the new developer token interface, the 
interface runs normally.

On Thursday 21 December 2023 at 01:14:37 UTC+8 Google Ads API Forum Advisor 
wrote:

Hi,

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

After reviewing your query, I understand that you are getting the error "
OAUTH_TOKEN_HEADER_INVALID 
"
 
in the production environment.

It appears that the credentials sent in your HTTP request are not valid and 
this is why you have encountered this error. The prevention tip recommended 
is to make sure you've passed the correct access token associated with your 
account. It's sometimes confused with refresh tokens and authorization 
codes. If you would like to get a credential that can access all client 
accounts under a manager account, make sure you get the refresh token 
 
for 
the manager account. For more details, see our guide on access token and 
refresh token 

 and OAuth2 
.

If the issue still persists, please provide us with the complete API logs (
request 

 and response 

 with request-id 

 and request header 
)
 
generated at your end to better assist you.
If you are using a client library and haven't enabled the logging yet, I 
would request you to enable logging for the specific client library that 
you are using. You can refer to the guides  

*Java* 

,  

*.Net* 

,  

*PHP* 
,
  

*Python* 

,  

*Ruby* 

 or  

*Perl* 
 to 
enable logging at your end. For REST interface requests, you can enable 
logging via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or 
direct private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02r2twx: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/b78ddca5-cefc-43a5-b5d5-de388e4336dcn%40googlegroups.com.


Re: i would like to inquire about hasbidmodifier().

2023-12-20 Thread LK컨버전스
Hello!

Thank you for your answer.

I'm using Google Ads API and this was an inquiry regarding 'hasModifier()' 
in 'CampaignCriterion.java' in v13 in Java.

[image: campaignCriterion.PNG]
[
https://github.com/googleads/google-ads-java/blob/main/google-ads-stubs-v13/src/main/java/com/google/ads/googleads/v13/resources/CampaignCriterion.java
]

No description of 'hasBidmodifier()' found on Rest Interface Page (
https://developers.google.com/google-ads/api/rest/reference/rest/v13/CampaignCriterion).
 
Where can I find it?

Also, I have the same issue as this page (
https://github.com/googleads/google-ads-java/issues/261 ), is there any 
other way I can use it other than 'hasModifier()?

I'm using v13 version of Google Ads API (Java).

Thank you.

2023년 12월 20일 수요일 오후 11시 28분 43초 UTC+9에 Google Ads API Forum Advisor님이 작성:

> Hi Team,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Could you please elaborate what exactly you are looking for from 
> the Google Ads API and confirm whether you are using Google Ads API or UI? 
> If you are using Google Ads API, kindly provide us with the 
> complete API logs (*request* 
> 
>  and* response* 
> 
>  with* request-id* 
> 
>  and* request header* 
> )
>  
> generated at your end and uncropped UI screenshot of where you are facing 
> the issue.
>
> If you are using a client library and haven't enabled the logging yet, I 
> would request you to enable logging for the specific client library 
> that you are using. You can refer to the guides* Java* 
> 
> ,* .Net* 
> 
> ,* PHP* 
> 
> ,* Python* 
> 
> ,* Ruby* 
> 
>  or* Perl* 
>  
> to 
> enable logging at your end. For REST interface requests, you can 
> enable logging via the curl command by using the -i flag.
>
> You can send the details via Reply privately to the author option, or 
> direct private reply to this email.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r2os2: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/c1034d78-f530-4c88-accb-86c29c0f9423n%40googlegroups.com.


v13 sunset by January 2024

2023-12-20 Thread LK컨버전스
hello

I understand that v13 will end by January 2024.
Does that mean January 31, 2024??

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/473aa617-7daa-4095-86d6-1470cc78b5d6n%40googlegroups.com.


Re: request for basic access for developer token

2023-12-20 Thread Augustine Nkansah
If a case ID is necessary, I don't recall encountering one as specified. 
Could you please provide guidance on how to retrieve or generate it?
On Wednesday, December 20, 2023 at 10:55:34 PM UTC 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 applied for basic 
> access and haven’t received any response. 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 basic access with the below details. 
>
>- Google Ads Manager Account (MCC) ID: 592-861-8396 
>- Case 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.!5004Q02r2zxM: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/39c832f2-4f23-447b-856d-a62f0222e07fn%40googlegroups.com.


Re: confused on google ads api billing

2023-12-20 Thread Muhammad Saleem
saleem110110...@gmail.com

On Thu, 21 Dec 2023, 3:45 am Google Ads API Forum Advisor,
 wrote:

> Hi,
>
> Thank you for getting back to us.
>
> Based on the information provided that you are trying to link a payments
> account through the Google Ads UI. I would suggest you to refer to the Link
> your manager account to a payments profile on monthly invoicing
> 
>  for
> more information.
>
> Since billing related issues are handled by the Google Ads Product support
> team, I would recommend reaching out to the *Google Ads Product support
> team*  as they are better
> equipped to address your concern. Please note that our team can only assist
> with the technical queries/concerns related to the *Google Ads API*
> .
>
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r2hHF: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/CAEWfz9JgKFgh1jBLs5ymCQAheTz%2BAoAPo6FhQL8mLr5cRs-zdA%40mail.gmail.com.


Re: confused on google ads api billing

2023-12-20 Thread Muhammad Saleem
newpakistanqureshitour.com

On Wed, 20 Dec 2023, 10:06 pm Daniel Moen,  wrote:

> Hi,
> Curently i am attempting to link a payments account through the Google Ads
> UI, This has led to the issue i am having.
> Thanks,
> Daniel
> --
> *From:* Google Ads API Forum Advisor 
> *Sent:* Tuesday, December 19, 2023 23:04
> *To:* daniel.moe...@gmail.com 
> *Cc:* adwords-api@googlegroups.com 
> *Subject:* RE: confused on google ads api billing
>
> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> By reviewing your concern, I understand that you're attempting to set up
> billing, but it's prompting for monthly invoicing that currently doesn't
> meet your achievable requirements. Could you kindly confirm if you are
> trying to set up billing using the Google Ads API or the Google Ads UI?
>
> If you are using Google Ads API, I would recommend you kindly refer to the
> “*Billing Setup*
> ”
> documentation for more information. Additionally, I would suggest you refer
> to the “*Invoice*
> ”
> guide for additional information on how to retrieve the invoices from the
> Google Ads API.
>
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r2hHF: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/DM6PR10MB25240285D89C9048B2F04CC0A096A%40DM6PR10MB2524.namprd10.prod.outlook.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAEWfz9LfpLtaAEH%2BQq582kb2Mz36LyPVqchE-Hee0KLikU9ttw%40mail.gmail.com.


Request for Basic Access for Developer Token

2023-12-20 Thread Augustine Nkansah
Title: Request for Basic Access for Developer Token (MCC 592-861-8396)

I submitted an application for basic access to the developer token linked 
to my MCC 592-861-8396. Despite the submission, I have not received any 
communication from Google regarding the status of my request. I appreciate 
your attention to this matter and would like to inquire about the current 
status and any additional steps needed for processing.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7044cb07-f76c-401e-a013-fd1f1501ae97n%40googlegroups.com.


Re: unanswered application - api developer token

2023-12-20 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 provide an update to the user.
This message is in relation to case "ref:!00D1U01174p.!5004Q02r2L4S: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/8ZmSq0S5ZD0D00wr6mY7LxTimvSBF_bxzyjA%40sfdc.net.


Re: can't create a test client account

2023-12-20 Thread Augustine Nkansah
Kindly point me to this thread you have answered on. I need the details to 
solve this same issue I am having.

On Wednesday, December 20, 2023 at 2:06:16 AM UTC Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I see that you have already raised this concern on another thread with 
> "Can't create a test client account" and we have already responded there 
> for this issue. To avoid multiple threads on the same issue, please take a 
> look at that thread and continue the discussion on the same for further 
> updates on the issue.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r2naH: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/e780aba7-1b67-4ab3-83e7-b1d5a58571f3n%40googlegroups.com.


Re: unanswered application - api developer token

2023-12-20 Thread Florian Wüest
Thank you! Any updates from the compliance team? 

Best regards, 
Florian Wüest

On Monday, December 18, 2023 at 4:49:36 AM UTC-3 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 applied for basic 
> access and haven’t received any response. Since the access requests are 
> handled by the Google Ads API Compliance team, we are transferring the case 
> to the Ads API Compliance team. 
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
>
> Summary: The user has applied for basic access with the below details.
>
>- Google Ads Manager Account (MCC) ID: 310-236-1252 <(310)%20236-1252>. 
>- Case 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.!5004Q02r2L4S: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/2aaf2b5b-81b5-47fd-90b6-ca799b7adfd0n%40googlegroups.com.


Re: confused on google ads api billing

2023-12-20 Thread Daniel Moen
Hi,
Curently i am attempting to link a payments account through the Google Ads UI, 
This has led to the issue i am having.
Thanks,
Daniel

From: Google Ads API Forum Advisor 
Sent: Tuesday, December 19, 2023 23:04
To: daniel.moe...@gmail.com 
Cc: adwords-api@googlegroups.com 
Subject: RE: confused on google ads api billing

Hi,

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

By reviewing your concern, I understand that you're attempting to set up 
billing, but it's prompting for monthly invoicing that currently doesn't meet 
your achievable requirements. Could you kindly confirm if you are trying to set 
up billing using the Google Ads API or the Google Ads UI?

If you are using Google Ads API, I would recommend you kindly refer to the 
“Billing 
Setup”
 documentation for more information. Additionally, I would suggest you refer to 
the 
“Invoice”
 guide for additional information on how to retrieve the invoices from the 
Google Ads API.

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

Thanks,

[Google Logo]   Google Ads API Team
[https://google-dev-relations.my.salesforce.com/servlet/servlet.ImageServer?oid=00D1U01174p=0184Q1N0g11=ext]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/DM6PR10MB25240285D89C9048B2F04CC0A096A%40DM6PR10MB2524.namprd10.prod.outlook.com.


Re: 502 Bad Gateway Errors

2023-12-20 Thread GDZ
Lots of it yesterday and today too.

On Thursday, December 14, 2023 at 6:21:04 PM UTC-5 Sandra Brooks wrote:

> Is anyone aware of any issues with the Google Ads API? I am seeing 
> everything from increased latency to no response to 502 bad gateway errors 
> today. Everything was fine yesterday.  I have been trying to look at 
> everything I can, but curious if anyone else is seeing an issue.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/91cde758-2e03-4d59-a92b-35ecb272d617n%40googlegroups.com.


Re: will "demand gen" channel type be available through api when it replaces "discovery"?

2023-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Shiga,

All Demand Gen campaigns are supposed to be queried as a DISCOVERY campaign 
type.
We're investigating this issue right now. Thanks for reporting this.

Best,
This message is in relation to case "ref:!00D1U01174p.!5004Q02oidR6:ref"

Thanks,

Thanet Knack Praneenararat
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/N096c0S5Z4V000eQiacyTPQMe5Sgnilbce6Q%40sfdc.net.


RE: regarding multiple language and location

2023-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pranav,

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

By reviewing your concern, I understand that you want to set multiple locations 
and multiple languages using GoogleAdsAPI.

Please note that the Google Ads API mirrors the Google Ads UI. Kindly provide 
us with the uncropped UI screenshot where you want to set multiple locations 
and multiple languages using GoogleAdsAPI to assist you better.
This message is in relation to case "ref:!00D1U01174p.!5004Q02r2ooR: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/koicT0S5Z1IS00TAH2r8F2SA2omjhR9MHifA%40sfdc.net.


RE: i would like to inquire about hasbidmodifier().

2023-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Team,

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

Could you please elaborate what exactly you are looking for from the Google Ads 
API and confirm whether you are using Google Ads API or UI? If you are using 
Google Ads API, kindly provide us with the complete API logs (request and 
response with request-id and request header) generated at your end and 
uncropped UI screenshot of where you are facing the issue.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02r2os2: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/KPnHt0S5YYUZ00-ucDxPBmQCO-lVk0xi3t2A%40sfdc.net.


RE: google ads api: change status report is returning 400 bad request error

2023-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Piyush,

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 fetching the change status history via the Google Ads API.

In order to assist you further, please provide us with the complete API logs 
(request and response with request-id and request header) generated at your end 
and the uncropped UI screenshot of the report that you are trying to fetch via 
the Google Ads API.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02r2orY: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/CIWzf0S5YW22002kJj_XjNR4qkdZ_npJoYcg%40sfdc.net.


Regarding Multiple Language and Location

2023-12-20 Thread Pranav Kumar
Hi,

I would like to set multiple locations and multiple languages using 
GoogleAdsAPI but I am unable to do so by giving multiple locations in 
targeting in location_info. Kindly guide me how can I achieve this. 
Thanks In Advance!

Thanks & Regards,
Pranav

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ca3b1d06-9bf2-47c9-8f63-34f9d2cfe2bbn%40googlegroups.com.


I would like to inquire about hasBidModifier().

2023-12-20 Thread LK컨버전스
Hi.

No description document for hasBidModifier() available in 
'CampaignCriterion' and 'AdGroupCriterion'.
What function does this method do?

Can '-100%' and '—' be distinguished using hasBidModifier() on the device 
page?

[image: bidmodifier.png]

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/2e248c8a-2869-4f4b-83eb-2b68a76f7058n%40googlegroups.com.


Google Ads API: Change Status Report is returning 400 bad request error

2023-12-20 Thread Piyush Gaud
Hey Everyone, 

I am trying to retrieve the change status history from the Google Ads API. 
I see that the API is not returning the data and throwing an error "The 
remote server returned an error: (400) Bad Request." 
I am using the below GAQL query to retrieve the data.

SELECT 
  change_status.ad_group_ad, 
  change_status.ad_group, 
  change_status.last_change_date_time 
FROM change_status 
WHERE 
  change_status.last_change_date_time DURING LAST_7_DAYS 

Any help here would be highly appreciated.

Thanks,
Piyush

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/51e96399-dd86-4ebd-b022-39f2766aec61n%40googlegroups.com.


Re: i would like to receive a response to my application to change my basic access rights to googleads.

2023-12-20 Thread info janeee
Hello.

Thank you for forwarding this to the Google Ads API Compliance team.
However, we have yet to receive a response from the Google Ads API 
Compliance team.

We have contacted you frequently via the form to request a review, but it 
has been approximately 3 months since we first contacted you and we would 
like to address this issue as soon as possible.
How can I solve this problem?

Thank you

2023年12月13日水曜日 13:05:52 UTC+9 Google Ads API Forum Advisor:

> 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 of Google Ads API developer token 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: 729-315-2662 
>- Cases ID: User says that they do not have a Case ID yet 
>
> 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.!5004Q02r1WLE: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/3d8cc156-2f83-4ecb-b1ce-a9572f18327dn%40googlegroups.com.


Re: google ads api token request unresponsive

2023-12-20 Thread Kevin Chen
Hello
It has been almost two months and there is still no news about the 
application for basic access rights. Could you please let us know the 
current progress? Why there is no response from the compliance team or 
please tell us how to contact the team responsible for the review directly. 
It’s hard for me to understand why such a leading Internet company is so 
slow in review efficiency.

On Friday, November 24, 2023 at 6:51:33 PM UTC+8 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 applied for Basic 
> access, but you haven’t received any response.
>
> Since the access requests are handled by the Google Ads API Compliance 
> team, we are transferring the case to the Ads API Compliance team.
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
>
> Summary: The user has applied for the developer token access with the 
> below details. 
>
>- Google Ads Manager Account (MCC) ID: 713-107-9500 
>- Cases ID: not received 
>- Access type: Basic 
>
> Do reach out to the Google Ads API 
>  support team 
> for any queries related to the API.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct 
> private reply* to this email.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qUeLZ: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/954fb2c0-0031-48da-a24b-bbe8d057bce3n%40googlegroups.com.


Re: google ads api token request unresponsive

2023-12-20 Thread Kevin Chen

Hello
It has been almost two months and there is still no news about the 
application for basic access rights. Could you please let us know the 
current progress? Why there is no response from the compliance team or 
please tell us how to contact the team responsible for the review directly. 
It’s hard for me to understand why such a leading Internet company is so 
slow in review efficiency.
On Friday, November 24, 2023 at 6:51:33 PM UTC+8 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 applied for Basic 
> access, but you haven’t received any response.
>
> Since the access requests are handled by the Google Ads API Compliance 
> team, we are transferring the case to the Ads API Compliance team.
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
>
> Summary: The user has applied for the developer token access with the 
> below details. 
>
>- Google Ads Manager Account (MCC) ID: 713-107-9500 
>- Cases ID: not received 
>- Access type: Basic 
>
> Do reach out to the Google Ads API 
>  support team 
> for any queries related to the API.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct 
> private reply* to this email.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qUeLZ: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/4af2d63c-c741-4bbf-b801-ba5a1c7ba14fn%40googlegroups.com.