google.api_core.exceptions.ResourceExhausted: 429 Resource has been exhausted (e.g. check quota).

2024-04-26 Thread Adekojo Adeyemi
Hello,

I started receiving this error when ever I tried to use the Gemini API for 
function calling.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5cab1ac2-a4ea-4b28-8804-bbc66fc23934n%40googlegroups.com.


Geo target constants error

2024-04-26 Thread Maxime Heurtevent
Hello, 

I'm trying to call the 
https://googleads.googleapis.com/v16/customers/{customerId}:generateKeywordIdeas
 
endpoints with the parameters below.

The geoTargetConstants have been generated with the 
https://googleads.googleapis.com/v16/geoTargetConstants:suggest endpoint 
and were successful (According to the excel sheet containing all the 
locations, all the constants are related to one)

This params generate an error: 
{
  "geoTargetConstants": [
"geoTargetConstants/2312",
"geoTargetConstants/9070394",
"geoTargetConstants/9069935",
"geoTargetConstants/1007479",
"geoTargetConstants/1007477",
"geoTargetConstants/1007476",
"geoTargetConstants/1007478",
"geoTargetConstants/2175",
"geoTargetConstants/9075994",
"geoTargetConstants/9075993",
"geoTargetConstants/9075991",
"geoTargetConstants/9075992",
"geoTargetConstants/9075990"
  ],
  "includeAdultKeywords": true,
  "pageSize": 25,
  "keywordPlanNetwork": "GOOGLE_SEARCH",
  "language": "languageConstants/1002",
  "siteSeed": {
"site": "https://www.skyteam.com/en/;
  }
}


Here is the error:
{
  "error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
  {
"@type": 
"type.googleapis.com/google.ads.googleads.v16.errors.GoogleAdsFailure",
"errors": [
  {
"errorCode": {
  "keywordPlanIdeaError": "INVALID_VALUE"
},
"message": "The input has an invalid value.",
"location": {
  "fieldPathElements": [
{
  "fieldName": "geo_target_constants"
}
  ]
}
  }
],
"requestId": "L4Iz-V3njTr0Nm0d6L74CQ"
  }
]
  }
}

Nevertheless if I remove
"geoTargetConstants/9075991",
"geoTargetConstants/9075992",
"geoTargetConstants/9075990"

the API call to generate keywords succeed, but if i keep these constants 
and then remove those 3
"geoTargetConstants/1007477",
"geoTargetConstants/1007476",
"geoTargetConstants/1007478",

the error also doesn't occur anymore.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d40bbb22-f7e7-453a-9caf-c55cb1b90e3an%40googlegroups.com.


change_status doesn't return shared sets changes

2024-04-26 Thread Igor Gavryushkin
Hi, our attempts to use change_status for tracking changes made to shared 
sets of keywords return no data. More over, adding to the query attributed 
resource fields from shared_set object, which according to the Query 
Builder are available throws an error in Java API. 
Here's the query:
SELECT change_status.resource_name,
change_status.last_change_date_time,
change_status.resource_status,
change_status.resource_type,
change_status.ad_group,
change_status.ad_group_ad,
change_status.ad_group_bid_modifier,
change_status.ad_group_criterion,
change_status.ad_group_feed,
change_status.campaign,
change_status.campaign_criterion,
change_status.campaign_feed,
change_status.feed,
change_status.feed_item,
change_status.campaign_shared_set,
change_status.shared_set,
campaign.name,
campaign.id,
ad_group.name,
shared_set.resource_name,
ad_group.id
FROM change_status
WHERE change_status.last_change_date_time BETWEEN '2024-03-27' AND '
2024-04-26'
AND campaign.advertising_channel_type IN ('DISPLAY', 'SEARCH', 'SHOPPING')
ORDER BY change_status.last_change_date_time ASC
LIMIT 1

The culprit here is shared_set.resource_name (or any attribute from 
shared_set). Running it w/o explicit shared_set attributes seems to return 
blanks in the change_status.shared_set and 
change_status.campaign_shared_set for an account that has shared set 
changes.
Running it with shared_set.resource_name returns an error:

2024-04-26T15:26:34.576-07:00  WARN 85593 --- [ult-executor-11] 
c.g.ads.googleads.lib.request.summary: FAILURE REQUEST SUMMARY. Method: 
google.ads.googleads.v16.services.GoogleAdsService/SearchStream, Endpoint: 
googleads.googleapis.com:443, CustomerID: XX, RequestID: 
dQGDrNxv7O76m4dz6eu6qw, ResponseCode: INVALID_ARGUMENT, Fault: Request 
contains an invalid argument..
2024-04-26T15:26:34.576-07:00  INFO 85593 --- [ult-executor-11] 
c.g.ads.googleads.lib.request.detail : FAILURE REQUEST DETAIL.
Request
---
MethodName: google.ads.googleads.v16.services.GoogleAdsService/SearchStream
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=XXX, 
x-goog-api-client=gl-java/17.0.6__Amazon.com-Inc.__Corretto-17.0.6.10.1 
gccl/30.0.0 gapic/30.0.0 gax/2.43.0 grpc/1.61.1}
Body: customer_id: ""
query: "\nSELECT change_status.resource_name,\n 
change_status.last_change_date_time,\n 
change_status.resource_status,\n change_status.resource_type,\n 
change_status.ad_group,\n 
change_status.ad_group_ad,\n 
change_status.ad_group_bid_modifier,\n 
change_status.ad_group_criterion,\n 
change_status.ad_group_feed,\n change_status.campaign,\n   
  change_status.campaign_criterion,\n 
change_status.campaign_feed,\n change_status.feed,\n   
  change_status.feed_item,\n 
change_status.campaign_shared_set,\n 
change_status.shared_set,\n campaign.name,\n 
campaign.id,\n ad_group.name,\n   
shared_set.resource_name,\n ad_group.id\n FROM 
change_status\n WHERE change_status.last_change_date_time 
BETWEEN \'2024-03-27\' AND \'2024-04-26\'\n AND 
campaign.advertising_channel_type IN (\'DISPLAY\', \'SEARCH\', 
\'SHOPPING\')\n ORDER BY change_status.last_change_date_time 
ASC\n LIMIT 1\n"


Response

Headers: 
Metadata(content-type=application/grpc,request-id=dQGDrNxv7O76m4dz6eu6qw,date=Fri,
 
26 Apr 2024 22:26:34 GMT)
Body: null
Failure message: errors {
  error_code {
request_error: UNKNOWN
  }
  message: "The error code is not in this version."
}
request_id: "dQGDrNxv7O76m4dz6eu6qw"

Any suggestions how to track history of shared set changes in Google Ads 
API v16?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e4abf622-ffea-4c4c-8806-3568cec63c9bn%40googlegroups.com.


Change_status doesn't return campaign_shared_set / shared_set changes

2024-04-26 Thread Igor Gavryushkin
Hi, our attempts to use change_status for tracking changes made to shared 
sets of keywords return no data. More over, adding to the query attributed 
resource fields from shared_set object, which according to the Query 
Builder are available throws an error in Java API. 
Here's the query:
SELECT change_status.resource_name,
change_status.last_change_date_time,
change_status.resource_status,
change_status.resource_type,
change_status.ad_group,
change_status.ad_group_ad,
change_status.ad_group_bid_modifier,
change_status.ad_group_criterion,
change_status.ad_group_feed,
change_status.campaign,
change_status.campaign_criterion,
change_status.campaign_feed,
change_status.feed,
change_status.feed_item,
change_status.campaign_shared_set,
change_status.shared_set,
campaign.name,
campaign.id,
ad_group.name,
shared_set.resource_name,
ad_group.id
FROM change_status
WHERE change_status.last_change_date_time BETWEEN '2024-03-27' AND '
2024-04-26'
AND campaign.advertising_channel_type IN ('DISPLAY', 'SEARCH', 'SHOPPING')
ORDER BY change_status.last_change_date_time ASC
LIMIT 1

The culprit here is shared_set.resource_name (or any attribute from 
shared_set). Running it w/o explicit shared_set attributes seems to return 
blanks in the change_status.shared_set and 
change_status.campaign_shared_set for an account that has shared set 
changes. 
Running it with shared_set.resource_name returns an error:

2024-04-26T15:26:34.576-07:00  WARN 85593 --- [ult-executor-11] 
c.g.ads.googleads.lib.request.summary: FAILURE REQUEST SUMMARY. Method: 
google.ads.googleads.v16.services.GoogleAdsService/SearchStream, Endpoint: 
googleads.googleapis.com:443, CustomerID: 2701584988, RequestID: 
dQGDrNxv7O76m4dz6eu6qw, ResponseCode: INVALID_ARGUMENT, Fault: Request 
contains an invalid argument..
2024-04-26T15:26:34.576-07:00  INFO 85593 --- [ult-executor-11] 
c.g.ads.googleads.lib.request.detail : FAILURE REQUEST DETAIL.
Request
---
MethodName: google.ads.googleads.v16.services.GoogleAdsService/SearchStream
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=2701584988, 
x-goog-api-client=gl-java/17.0.6__Amazon.com-Inc.__Corretto-17.0.6.10.1 
gccl/30.0.0 gapic/30.0.0 gax/2.43.0 grpc/1.61.1}
Body: customer_id: "2701584988"
query: "\nSELECT change_status.resource_name,\n 
change_status.last_change_date_time,\n 
change_status.resource_status,\n change_status.resource_type,\n 
change_status.ad_group,\n 
change_status.ad_group_ad,\n 
change_status.ad_group_bid_modifier,\n 
change_status.ad_group_criterion,\n 
change_status.ad_group_feed,\n change_status.campaign,\n   
  change_status.campaign_criterion,\n 
change_status.campaign_feed,\n change_status.feed,\n   
  change_status.feed_item,\n 
change_status.campaign_shared_set,\n 
change_status.shared_set,\n campaign.name,\n 
campaign.id,\n ad_group.name,\n   
shared_set.resource_name,\n ad_group.id\n FROM 
change_status\n WHERE change_status.last_change_date_time 
BETWEEN \'2024-03-27\' AND \'2024-04-26\'\n AND 
campaign.advertising_channel_type IN (\'DISPLAY\', \'SEARCH\', 
\'SHOPPING\')\n ORDER BY change_status.last_change_date_time 
ASC\n LIMIT 1\n"


Response

Headers: 
Metadata(content-type=application/grpc,request-id=dQGDrNxv7O76m4dz6eu6qw,date=Fri,
 
26 Apr 2024 22:26:34 GMT)
Body: null
Failure message: errors {
  error_code {
request_error: UNKNOWN
  }
  message: "The error code is not in this version."
}
request_id: "dQGDrNxv7O76m4dz6eu6qw"

Any suggestions how to track history of shared set changes in Google Ads 
API v16?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e0c3a86-8bbb-4ea7-96d8-95b43e4994a8n%40googlegroups.com.


I need Google Meet Service URL Path

2024-04-26 Thread engineer engineer
Hi

Im trying to connect to Google Meet through *Oracle APEX development 
environment*, The *REST Data source* connection wizard needs *Google Meet 
((Service URL Path))*
I saw only the *Google Meet Base URL* which is 
*https://meet-google.com/* but I hadn't seen any service URL path for the 
Google Meet.
*So, what is this ((Service URL Path)) please*?

Thanks in advance 
[image: 1.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/dee07401-17e3-430f-9da0-33dde2aa6a5dn%40googlegroups.com.


PERMISSION_DENIED when calling from test manager account

2024-04-26 Thread Vilnis Trash
Hi there!
I had tried for to connect to Google ADS Api for around 12 hours now slowly 
navigating through bunch of incomplete guides, tutorials and even youtube 
videos.

When calling GenerateKeywordHistoricalMetricsRequest I get an error: 
{ "message": "The caller does not have permission", "code": 7, "status": 
"PERMISSION_DENIED", "details": [ { "@type": 
"type.googleapis.com\/google.ads.googleads.v16.errors.GoogleAdsFailure", 
"errors": [ { "errorCode": { "authorizationError": "USER_PERMISSION_DENIED" 
}, "message": "User doesn't have permission to access customer. Note: If 
you're accessing a client customer, the manager's customer id must be set 
in the 'login-customer-id' header. See 
https:\/\/developers.google.com\/google-ads\/api\/docs\/concepts\/call-structure#cid"
 
} ], "requestId": "qxUmRzRshohfvIG0ugU7MA" } ] }

I have raised this issue on Google Ads API library 
here: https://github.com/googleads/google-ads-php/issues/1016 and got 
redirected to this forum so I guess my code is correct.

In this thread you will see that I mentioned that my testing account had 
multiple weird indications:
1. Manager account had a [Closed] status
2. Test client has Cancelled status
3. seemed that the Test manager account was suspended as it threw an error 
when I tried to create new test client

Now I have created a new testing Ads Manager account and successfully 
created more than one client and successfully created a campaign for one of 
them. yet I still have those first two indications - Managers account 
[Closed] and both test Clients - cancelled.

Are those statuses the reason for the error or is there some other 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/00c47604-ce56-4af3-a873-6df3e094fcdan%40googlegroups.com.


Insufficient scope when using ConversionUploadService

2024-04-26 Thread gcp admin
Hi,
I've been using the Google Ads API to manage our accounts. I've been able 
to do things like download reports, edit campaign / ad group criteria just 
fine. 

However, I'm currently experiencing problems when trying to upload offline 
conversions. Using the same credentials as I've always (successfully) used, 
I now get the error message below.

I'd ben very grateful if you have any suggestions for what might be causing 
this!

Cheers, Ben

Headers: {
  "google.rpc.errorinfo-bin": 
"\n\u001fACCESS_TOKEN_SCOPE_INSUFFICIENT\u0012\u000egoogleapis.com\u001a#\n\u0007service\u0012\u0018googleads.googleapis.com\u001aZ\n\u0006method\u0012Pgoogle.ads.googleads.v16.services.ConversionUploadService.UploadClickConversions",
  "grpc-status-details-bin": "\b\u0007\u0012/Request had insufficient 
authentication 
scopes.\u001a\u0001\n(type.googleapis.com/google.rpc.ErrorInfo\u0012\u0001\n\u001fACCESS_TOKEN_SCOPE_INSUFFICIENT\u0012\u000egoogleapis.com\u001a#\n\u0007service\u0012\u0018googleads.googleapis.com\u001aZ\n\u0006method\u0012Pgoogle.ads.googleads.v16.services.ConversionUploadService.UploadClickConversions",
  "www-authenticate": "Bearer realm=\"https://accounts.google.com/\;, 
error=\"insufficient_scope\", 
scope=\"https://www.googleapis.com/auth/adwords 
https://adwords.google.com/api/adwords 
https://adwords.google.com/api/adwords/ 
https://adwords.google.com/api/adwords/cm\";
}
*** google.api_core.exceptions.PermissionDenied: 403 Request had 
insufficient authentication scopes. [reason: 
"ACCESS_TOKEN_SCOPE_INSUFFICIENT"
domain: "googleapis.com"
metadata {
  key: "service"
  value: "googleads.googleapis.com"
}
metadata {
  key: "method"
  value: 
"google.ads.googleads.v16.services.ConversionUploadService.UploadClickConversions"
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/539b6263-38d4-4817-b74e-70d5b1261298n%40googlegroups.com.


Set Marketing Objective to Sales In Campaign

2024-04-26 Thread amit bhoria
How to set marketing objective as sales in google search campaign via 
python api v14?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a8ead261-7efc-4406-9c6e-b1aee17df1b9n%40googlegroups.com.


Re: basic access tokens

2024-04-26 Thread Josh Noren
MCC: 785-402-8992
Never got a case ID

On Monday, April 22, 2024 at 2:34:10 PM UTC-4 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 your query is related to 
> basic API access. Can you confirm with us whether you have applied for 
> basic API access? If yes, share below details. 
>
>- Case ID generated from the compliance team in the format 
>0-0###0 (if there is any generated). 
>- Google Ads Manager Account ID. 
>
> Please note that 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 the user.
>
> Summary: The user has applied for basic access with the below details. 
>
>- Google Ads Manager Account (MCC) ID:  Requested 
>- Cases ID: Requested 
>- Access type: Basic API access 
>
> 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.!5004Q02tPGwS:ref" (ADR-00232102)
>
> Thanks, 
> [image: Google Logo] Google Ads API Team 
>
>
>
-- 
This email, and any files transmitted with it, is
confidential information 
intended only for the use of the individual or entity
named above. If the 
reader of this message is not the intended recipient or the
employee or 
agent responsible to deliver it to the intended recipient, you are
hereby 
notified that any dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this 
communication
in error, please immediately notify the sender by return 
e-mail and delete the
original message.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c0bb12e6-39a1-491f-a0bc-ce2c92fb56cdn%40googlegroups.com.


RE: upload conversion adjustment not throwing partialfailureerrors

2024-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Conversions and adjustments are all processed offline, so the API call may 
succeed but that doesn't indicate a successful payload like the way you are 
trying to test it. You can use the instructions at 
https://developers.google.com/google-ads/api/docs/conversions/upload-summaries 
to troubleshoot this scenario to some extent.

Regards
Anash
ref:!00D1U01174p.!5004Q02tPIUZ: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/8vgUG0SCKEHV00Sey3_z9MSju1Rx9mz32rYQ%40sfdc.net.


RE: does the api compliance team even exist? are they dead?

2024-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Josh,

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

After reviewing your concern, I understand that you have applied for API access 
and you haven't received any updates on your application status.

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).
The type of access which you have requested for?

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

Summary: The user has applied for API access with the below details.

Google Ads Manager Account (MCC) ID: 785-402-8992
Cases ID: requested
Access type: 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.!5004Q02tPKFO:ref" 
(ADR-00232811)

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/0EQRw0SCK6MV00fakZAuGDR2ujk8ddsmeFCA%40sfdc.net.


Re: update on basic level access

2024-04-26 Thread Josh Noren
Following up. MCC: 785-402-8992

On Wednesday, April 24, 2024 at 9:35:17 AM UTC-4 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> As the access requests are managed by the Google Ads API Compliance team, 
> I'm looping them back to this thread for further assistance.
>
> @Compliance team,
>
> Could you please assist the user on this access request.
>
>
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02tOzPl:ref" (ADR-00230576)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>
-- 
This email, and any files transmitted with it, is
confidential information 
intended only for the use of the individual or entity
named above. If the 
reader of this message is not the intended recipient or the
employee or 
agent responsible to deliver it to the intended recipient, you are
hereby 
notified that any dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this 
communication
in error, please immediately notify the sender by return 
e-mail and delete the
original message.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9c8572c0-7b50-4d88-a55a-7a3e4a3ddcbfn%40googlegroups.com.


Does the API Compliance Team even exist? Are they dead?

2024-04-26 Thread Josh Noren
MCC: 785-402-8992
Never got a case ID
Applied almost a month ago

I don't see anyone being successful in getting response from this team. 

-- 
This email, and any files transmitted with it, is
confidential information 
intended only for the use of the individual or entity
named above. If the 
reader of this message is not the intended recipient or the
employee or 
agent responsible to deliver it to the intended recipient, you are
hereby 
notified that any dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this 
communication
in error, please immediately notify the sender by return 
e-mail and delete the
original message.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7fc2f0ac-6161-4207-b5c5-1f2db6858a3fn%40googlegroups.com.


Re: the standard access request has been in process for an extended period without a response

2024-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Please be informed that our team is only able to provide our support via email, 
so I'm afraid setting up a meeting/call is not possible. We highly appreciate 
your understanding of the matter.

@Compliance team, could you please confirm if you are able to assist user with 
the access request with below details.

Summary: The user has applied for API access with the below details.

Google Ads Manager Account (MCC) ID: 983-980-6107
Cases ID:  3-375335326
Access type: Standard access

Kindly note that access related issues are handled by the Google Ads API 
Compliance team. The Compliance team is added in this mail thread. Please ask 
if you have any more queries here and the Compliance team will shortly assist 
you.
This message is in relation to case "ref:!00D1U01174p.!5004Q02rzLlW:ref" 
(ADR-00224373)

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/F_Vua0SCJWPX00K55vyzSZRnOMT_J-tT72ZQ%40sfdc.net.


Re: make sure you agree to the customer data processing terms in conversion settings and try again., at conversion_adjustments[0]

2024-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Not yet. I will continue to monitor our team's progress and let you know when I 
have any information to share.

This message is in relation to case "ref:!00D1U01174p.!5004Q02tOvHd:ref" 
(ADR-00230310)

Thanks,

Michael Cloonan
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/AYwH10SCJVCH00aa9JEiPlSAqTtx3R0v9pAg%40sfdc.net.


Re: Digest for adwords-api@googlegroups.com - 20 updates in 13 topics

2024-04-26 Thread Jane S
Unsubscribe

On Fri, Apr 26, 2024 at 6:58 PM  wrote:

> adwords-api@googlegroups.com
> 
>  Google
> Groups
> 
>  [image:
> Google Groups Logo]
> 
> Topic digest
> View all topics
> 
>
>- Cannot select or filter on the following segments
><#m_6879016461400396670_group_thread_0> - 1 Update
>- the standard access request has been in process for an extended
>period without a response <#m_6879016461400396670_group_thread_1> - 1
>Update
>- No Response or CaseID after applying basie access
><#m_6879016461400396670_group_thread_2> - 2 Updates
>- Request for upgrade standard access level
><#m_6879016461400396670_group_thread_3> - 2 Updates
>- make sure you agree to the customer data processing terms in
>conversion settings and try again., at conversion_adjustments[0]
><#m_6879016461400396670_group_thread_4> - 1 Update
>- Setting or Retrieving Campaign Goal through Adwords API
><#m_6879016461400396670_group_thread_5> - 1 Update
>- requesting convert basic access token to standard access token
><#m_6879016461400396670_group_thread_6> - 5 Updates
>- big query - google ads targeted location issue.
><#m_6879016461400396670_group_thread_7> - 1 Update
>- image extensions not linking through asset link
><#m_6879016461400396670_group_thread_8> - 1 Update
>- how to create ad rules using the google api
><#m_6879016461400396670_group_thread_9> - 1 Update
>- How do you create rules using the Google Ad Api
><#m_6879016461400396670_group_thread_10> - 2 Updates
>- rule problem <#m_6879016461400396670_group_thread_11> - 1 Update
>- How to create AD rules using the google api
><#m_6879016461400396670_group_thread_12> - 1 Update
>
> Cannot select or filter on the following segments
> 
> "Markus H." : Apr 26 02:26AM -0700
>
> I would like to retrieve the KPIs of a PerformanceMax campaign at
> AssetGroup level. I can create the query in the Google Ads Query Builder.
> Unfortunately, I get the following error message, but it should actually
> work to retrieve the data
>
> SELECT campaign.id, campaign.name, metrics.clicks, metrics.cost_micros,
> metrics.impressions FROM asset_group WHERE segments.date BETWEEN
> '2024-04-01' AND '2024-04-26' AND campaign.id = xxx
>
> Error: Cannot select or filter on the following segments:
> 'segments.date'(could not support requested resources: 'ASSET_GROUP'),
> since segment is incompatible with the resource in the FROM clause or
> other
> selected segmenting resources.
> Back to top <#m_6879016461400396670_digest_top>
> the standard access request has been in process for an extended period
> without a response
> 
> Anmol Jain : Apr 25 11:16PM -0700
>
> Hey we are facing this issue with @compliance team, we are getting late
> replies as well as we are not able to understand what changes they are
> requesting as they earlier mentioned 4 things that they think were not
> there in the product video we shared. After we shared a new video with
> everything which was tested and live they again asked for the same video
> saying it was not accessible as we do have only few campaigns running for
> the same and now they are asking for some other requirements which was
> already done and tested by the compliance team in the first submission and
> shared with the compliance team. This issue has been escalated for so long
> and is effecting our product and our user base. I request you to make a
> streamline call with us or something so we can understand where is the
> issue. @google @google-adwords
>
> -
>
> Google Ads Manager Account (MCC) ID: 983-980-6107
>
>
> -
>
> Case ID: 3-375335326
>
>
> On Wednesday, April 17, 2024 at 7:01:57 PM UTC+5:30 Google Ads API Forum
> Advisor wrote:
>
> Back to top <#m_6879016461400396670_digest_top>
> No Response or CaseID after applying basie access
> 
> Yuan Hao : Apr 25 06:43PM -0700
>
> Dear Google Team,
>
> We applied multiple times for basie access google ads api but no response
> nor caseid, please help check
>
> MCC: 766-599-4499
>
> Thank you and have a great day!
> Google Ads API Forum Advisor : Apr 26 02:36AM
>
> 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 

Cannot select or filter on the following segments

2024-04-26 Thread Markus H.
I would like to retrieve the KPIs of a PerformanceMax campaign at 
AssetGroup level. I can create the query in the Google Ads Query Builder. 
Unfortunately, I get the following error message, but it should actually 
work to retrieve the data

SELECT campaign.id, campaign.name, metrics.clicks, metrics.cost_micros, 
metrics.impressions FROM asset_group WHERE segments.date BETWEEN 
'2024-04-01' AND '2024-04-26' AND campaign.id = xxx

Error: Cannot select or filter on the following segments: 
'segments.date'(could not support requested resources: 'ASSET_GROUP'), 
since segment is incompatible with the resource in the FROM clause or other 
selected segmenting resources.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f7113c91-dc76-4e06-857b-bec2445902e2n%40googlegroups.com.


Re: the standard access request has been in process for an extended period without a response

2024-04-26 Thread Anmol Jain
Hey we are facing this issue with @compliance team, we are getting late 
replies as well as we are not able to understand what changes they are 
requesting as they earlier mentioned 4 things that they think were not 
there in the product video we shared. After we shared a new video with 
everything which was tested and live they again asked for the same video 
saying it was not accessible as we do have only few campaigns running for 
the same and now they are asking for some other requirements which was 
already done and tested by the compliance team in the first submission and 
shared with the compliance team. This issue has been escalated for so long 
and is effecting our product and our user base. I request you to make a 
streamline call with us or something so we can understand where is the 
issue. @google @google-adwords

   - 
   
   Google Ads Manager Account (MCC) ID: 983-980-6107
   

   - 
   
   Case ID: 3-375335326
   

On Wednesday, April 17, 2024 at 7:01:57 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> @Compliance team, please confirm if you are able to assist in the below 
> access request.
>
> Summary:
>
> The user has applied for the standard access with the below details.
>
>- 
>
>Google Ads Manager Account (MCC) ID: 983-980-6107 <(983)%20980-6107>
>
>
>- 
>
>Case ID: 3-375335326
>
> 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.!5004Q02rzLlW:ref" (ADR-00224373)
>
>
> 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/1d776144-fd83-4b0e-8b71-c92c86a757ben%40googlegroups.com.