RE: api down for ad_group_ad_asset_view

2023-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oliver,

Thank you for reaching out to Google Ads API Forum.

I can see that you are encountering INTERNAL_ERROR. This error occurs when 
something unexpected happened while processing the request. The common cause 
could be the API isn't functioning correctly. However, this is transient in 
nature and the API request will work again when retrying it after 30 seconds or 
some time. That said, can you retry your API request and let us know if the 
error persists? You may also retry any requests that failed with this error, 
using an exponential backoff schedule for the retries.

If the error persists after trying the suggested solution, then you may provide 
to us the complete API logs (request and response with request-id and request 
header) generated when you encountered the said error. 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.

Reference links included in this email:

INTERNAL_ERROR: 
https://developers.google.com/google-ads/api/docs/best-practices/common-errors?hl=en#internalerror
request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers


This message is in relation to case "ref:_00D1U1174p._5004Q2nSfro: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/Gk0nz0RYE5M400_mEc-zhhQgyjI-Wyg5jSPg%40sfdc.net.


Re: campaignbudgets:mute [operation_not_permitted_for_context]

2023-07-25 Thread ADVERTISEMENT FMAD

Where can I find a customer account?


How do I distinguish between an manager account and a client account?

Thank you.
2023년 7월 26일 수요일 오전 5시 5분 58초 UTC+9에 Google Ads API Forum Advisor님이 작성:

> Hi,
>
> Thanks for reaching out to Google Ads API Support.
>
> With regards to your concern, I can see that you encountered the 
> *OPERATION_NOT_PERMITTED_FOR_CONTEXT* error. This means that the 
> operation is not allowed for the given context. Upon checking, I can see 
> that you are trying to mutate the campaign budget. Please note that 
> creating a campaign budget should be done on a *client account only* and 
> not on a manager account. 
>
> If you're still encountering the error on a client account, please provide 
> the complete *request* and *response* logs with *request* *ID* generated 
> as shown in the respective links so we can take a closer look and assist 
> you.
>
> Links included in this email:
>
>- *OPERATION_NOT_PERMITTED_FOR_CONTEXT - *
>
> *https://developers.google.com/google-ads/api/reference/rpc/v14/ContextErrorEnum.ContextError#operation_not_permitted_for_context*
>  
>
> 
>  
>- *Google Ads API - *
>*https://developers.google.com/google-ads/api/docs/start* 
>  
>- *Request - *
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#request*
>  
>
> 
>  
>- *Response -  *
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#response*
>  
>
> 
>  
>- *Request ID - *
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id*
>  
>
> 
>  
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2nSPWf: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/f9b07fdd-e2d2-442d-890b-c05d0fd1327cn%40googlegroups.com.


API DOWN for ad_group_ad_asset_view

2023-07-25 Thread Oliver
Hi,

For the last few hours, the following query (which has been running fine 
for a long time) suddnely started returning an INTERNAL error for all 
accounts.

SELECT 
campaign.id, 
ad_group.id, 
ad_group_ad.ad.id, 
asset.text_asset.text, 
metrics.impressions 
FROM ad_group_ad_asset_view
 WHERE asset.type IN ('TEXT') AND
ad_group_ad_asset_view.enabled = 'TRUE' AND
ad_group_ad.ad.type IN ('RESPONSIVE_SEARCH_AD')

Example request IDs that are failing *1syrBXafY0bYDn8vcOO*

Can someone from the API team please update us?

Oliver

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/93b851a5-b040-40ab-b8d8-0281506e2466n%40googlegroups.com.


Issue with CampaignToForecast

2023-07-25 Thread Bruce Axtens
I'm in the process of coding some C# to generate a CampaignToForecast as 
per the documentation 
at 
https://developers.google.com/google-ads/api/reference/rpc/v14/CampaignToForecast

I've got to the part where I'm trying to create a list of ForecastAdGroups. 
The intellisense is not offering me a "set" field for the biddable keywords 
and the negative keywords. I can set the  max_cpc_bid_micros value but not 
the  biddable_keywords[] and not the  negative_keywords[]. The latter two 
are marked "get" only. 

I've just noticed that the adGroups are not marked "Required" so that may 
mean I can get by for a while until V15 or whenever those fields become 
sets as well as gets.

Are ForecastAdGroups a thing yet?

-Bruce

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c83622a4-66eb-4f11-9ba2-d0f163077020n%40googlegroups.com.


Question : basic access and standard access

2023-07-25 Thread 박주호
My company has basic and standard tokens.

Is it possible for developer A to use basic tokens and developer B to use 
standard tokens?

If it is possible to use it, does it affect basic and standard?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f8dbe860-a07c-463e-9cc1-234021d2eb95n%40googlegroups.com.


Hi Team

2023-07-25 Thread Leonel Pedraza
I have Google ads accounts configured with automatic payments but I need to 
cancel them from the api and I don't know how I could do it, what do you 
suggest?
Thank's for your help

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/11f6edd2-27c7-44e3-b304-399467b07e1fn%40googlegroups.com.


RE: campaignbudgets:mute, [operation_not_permitted_for_context]

2023-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

I hope you're doing well today.

I see that you've already raised the same issue in this forum thread 
(https://groups.google.com/d/msgid/adwords-api/34d9657c-565a-415f-906d-6f42e1aa339fn%40googlegroups.com).
 For better tracking of the issue, let's continue the discussion on the 
original thread since our team has already responded there.

This message is in relation to case "ref:_00D1U1174p._5004Q2nSPKU: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/JaNp60RYDCUI00emlhrR0FTTapFAi9baK0_A%40sfdc.net.


RE: campaignbudgets:mute [operation_not_permitted_for_context]

2023-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thanks for reaching out to Google Ads API Support.

With regards to your concern, I can see that you encountered the 
OPERATION_NOT_PERMITTED_FOR_CONTEXT error. This means that the operation is not 
allowed for the given context. Upon checking, I can see that you are trying to 
mutate the campaign budget. Please note that creating a campaign budget should 
be done on a client account only and not on a manager account.

If you're still encountering the error on a client account, please provide the 
complete request and response logs with request ID generated as shown in the 
respective links so we can take a closer look and assist you.

Links included in this email:

OPERATION_NOT_PERMITTED_FOR_CONTEXT - 
https://developers.google.com/google-ads/api/reference/rpc/v14/ContextErrorEnum.ContextError#operation_not_permitted_for_context
Google Ads API - https://developers.google.com/google-ads/api/docs/start
Request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
Response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
Request ID - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id

This message is in relation to case "ref:_00D1U1174p._5004Q2nSPWf: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/aUmI40RYDBT400R1fEnZSCQWKVtqpLSzy11Q%40sfdc.net.


Re: Google Ads API Basic Access Level Request

2023-07-25 Thread Adeola Morren
Hey Google Ads team,

Just following up once more:


On Wednesday, July 19, 2023 at 10:15:40 PM UTC-7 Adeola Morren wrote:

> Hey Google Ads team,
>
> I have applied twice for the Google Ads API Basic Level access,  first 
> time more than a week ago.
>
> I did not get any response, I reached out through the support center, and 
> received a message saying that I reached out to the wrong department.. Im 
> not sure exactly how to reach out to the right department. Could somebody 
> please help me?
>
> My manager account in question is; 
> 152-284-8535
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/886709d1-67c4-410a-b526-047dcf6199ebn%40googlegroups.com.


Re: api access request pending for 2 weeks

2023-07-25 Thread Adeola Morren
Hey team

I have applied as well,

weeks ago now, reached out through several channels and have not received 
access yet;
My manager account in question is; 
152-284-8535

Could you please help me?

On Friday, July 21, 2023 at 9:06:28 AM UTC-7 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> Thanks for reaching out to the Google Ads API Team.
>
> Kindly note that, we are unable to provide the updates or status of your 
> application as our team specializes in *Google Ads API* related concerns 
> and technical implementations *only*. To ensure you get proper 
> assistance, we are reaching out to the *Google Ads API Compliance* team 
> on your behalf and requesting input. 
>
> Can you please provide them with the *cases2 ID* generated when you 
> submitted your application to the Compliance team which has a format of 
> #-# so they can assist you further?
>
> @Compliance Team, please find the pertinent details below and confirm if 
> you are able to assist.
>
> *Summary:*
>
> The user has informed us that they submitted their basic access 
> application on the 5th of July and have yet to receive a response.
>
>
> *Google Ads manager account (MCC) ID: 194-506-4094 Case ID: (Requesting 
> information)*
> This message is in relation to case "ref:_00D1U1174p._5004Q2nRDiq: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/3e0f2f09-7b36-4eaf-a3ea-8ddb48457dbfn%40googlegroups.com.


Re: api basic acesss

2023-07-25 Thread Adeola Morren
Hey team

I have applied as well,

weeks ago now, reached out through several channels and have not received 
access yet;
My manager account in question is; 
152-284-8535

Could you please help me?
On Tuesday, July 25, 2023 at 7:18:15 AM UTC-7 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for raising this concern to the Google Ads API support team.
>
> Upon checking, it appears that this is about your basic access token 
> application. However, kindly note that, we are unable to provide the 
> updates or status of your application as our team specializes in Google Ads 
> API related concerns and technical implementations only. To ensure you get 
> proper assistance, we are reaching out to the Google Ads API Compliance 
> team on your behalf and requesting input. 
>
> In addition, have you tried to contact them using the Compliance Support 
> team form (https://support.google.com/adspolicy/contact/contact_ads_api) 
> on your end? If so, can you please provide the *MCC ID* and *case ID* 
> generated when you submitted your application which has a format of 
> #-# so they can assist you further?
>
> @Compliance Team, please find the pertinent details below and confirm if 
> you are able to assist.
>
> *Summary:*
> The client requested a Basic access token weeks ago, got confirmation of 
> form submission and still haven't received any response. 
>
> *Important details:* 
>
>- MCC ID - *Requested* 
>- Case ID - *Requested* 
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2nSLgw: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/b46c4ead-dddb-4283-b2ff-273d52f89d24n%40googlegroups.com.


How to stop account level goal inheritance in campaign specific goals?

2023-07-25 Thread Muhammad Murtza
I was working on google ads api and created custom goal for my campaign but 
account level goals also get inherited in my campaign specific goals. Is 
there a way to prevent this inheritance? Or how to remove account inherited 
goals from campaign specific goals ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c2476d9-0121-4dd2-902a-01da89fa0b55n%40googlegroups.com.


campaignBudgets:mute, [OPERATION_NOT_PERMITTED_FOR_CONTEXT]

2023-07-25 Thread ADVERTISEMENT FMAD
Hello.

I'm running campaignBudgets:mute, but I'm getting the following response.

The account is a test account.
customerID : 8385520011
requestId :  5YBrGdnX1ZZ_MneU9xSudQ

request : 
{"operations": [{"create": {"deliveryMethod": "STANDARD","type": 
"STANDARD","period": "DAILY","amountMicros": 100,"name": 
"Test_google_ads_google_display20230427181647","explicitlyShared": true}}]}

reponse:
{ "error": { "code": 400, "message": "Request contains an invalid 
argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "
type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure", 
"errors": [ { "errorCode": { "contextError": 
"OPERATION_NOT_PERMITTED_FOR_CONTEXT" }, "message": "The operation is not 
allowed for the given context.", "location": { "fieldPathElements": [ { 
"fieldName": "operations", "index": 0 } ] } } ], "requestId": 
"5YBrGdnX1ZZ_MneU9xSudQ" } ] } }


Please reply.
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/b86f89a0-3e75-42f2-abc2-db040a4a3f62n%40googlegroups.com.


campaignBudgets:mute [OPERATION_NOT_PERMITTED_FOR_CONTEXT]

2023-07-25 Thread ADVERTISEMENT FMAD


Hello.

I'm running campaignBudgets:mute, but I'm getting the following response.

The account is a test account.


request : 
{"operations": [{"create": {"deliveryMethod": "STANDARD","type": 
"STANDARD","period": "DAILY","amountMicros": 100,"name": 
"Test_google_ads_google_display20230427181647","explicitlyShared": true}}]}

reponse:
{ "error": { "code": 400, "message": "Request contains an invalid 
argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "
type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure", 
"errors": [ { "errorCode": { "contextError": 
"OPERATION_NOT_PERMITTED_FOR_CONTEXT" }, "message": "The operation is not 
allowed for the given context.", "location": { "fieldPathElements": [ { 
"fieldName": "operations", "index": 0 } ] } } ], "requestId": 
"5YBrGdnX1ZZ_MneU9xSudQ" } ] } }


Please reply.
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/34d9657c-565a-415f-906d-6f42e1aa339fn%40googlegroups.com.


campaignBudgets:mute, [OPERATION_NOT_PERMITTED_FOR_CONTEXT]

2023-07-25 Thread ADVERTISEMENT FMAD
Hello.

I'm running campaignBudgets:mute, but I'm getting the following response.

The account is a test account.



{ "error": { "code": 400, "message": "Request contains an invalid 
argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": 
"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure", 
"errors": [ { "errorCode": { "contextError": 
"OPERATION_NOT_PERMITTED_FOR_CONTEXT" }, "message": "The operation is not 
allowed for the given context.", "location": { "fieldPathElements": [ { 
"fieldName": "operations", "index": 0 } ] } } ], "requestId": 
"5YBrGdnX1ZZ_MneU9xSudQ" } ] } }


Please reply.
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/65eb8189-96a8-4a71-a10d-65a226e2333dn%40googlegroups.com.


RE: api basic acesss

2023-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

Upon checking, it appears that this is about your basic access token 
application. However, kindly note that, we are unable to provide the updates or 
status of your application as our team specializes in Google Ads API related 
concerns and technical implementations only. To ensure you get proper 
assistance, we are reaching out to the Google Ads API Compliance team on your 
behalf and requesting input.

In addition, have you tried to contact them using the Compliance Support team 
form (https://support.google.com/adspolicy/contact/contact_ads_api) on your 
end? If so, can you please provide the MCC ID and case ID generated when you 
submitted your application which has a format of #-# so they can 
assist you further?

@Compliance Team, please find the pertinent details below and confirm if you 
are able to assist.

Summary:
The client requested a Basic access token weeks ago, got confirmation of form 
submission and still haven't received any response.

Important details:

MCC ID - Requested
Case ID - Requested

This message is in relation to case "ref:_00D1U1174p._5004Q2nSLgw: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/uPqpw0RYCVPQ00TiXG5pagRvSYBQbABjFvIA%40sfdc.net.


RE: filter location assets type affiliate

2023-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out to the Google Ads API Team.

Can you please provide us with the complete logs(request and response with 
request ID) generated on your end when you mentioned “I can retrieve these data 
from "FeedItem" using feed_item.attribute_values” and an uncropped screenshot 
of the Google Ads UI that shows this data so we can provide precise guidance 
and recommendations?

request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id

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

Please also take note of the following information if it helps. The extension 
fields below are not stored as part of the asset.

location_feed_item.address_line_1 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.address_line_1)
location_feed_item.address_line_2 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.address_line_2)
location_feed_item.business_name 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.business_name)
location_feed_item.city 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.city)
location_feed_item.country_code 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.country_code)
location_feed_item.phone_number 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.phone_number)
location_feed_item.postal_code 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.postal_code)
location_feed_item.province 
(https://developers.google.com/google-ads/api/fields/v13/extension_feed_item#extension_feed_item.location_feed_item.province)

You can obtain the data via location_asset.place_id 
(https://developers.google.com/google-ads/api/fields/v13/asset#asset.location_asset.place_id)
 using the Google Maps API. You can input place ids to retrieve whatever 
organic location information you would like to have: 
https://developers.google.com/maps/documentation/places/web-service/place-id

This message is in relation to case "ref:_00D1U1174p._5004Q2nSItK: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/4kp8N0RYCTVK00mGW5UXVQQcyFokDe6mBXQA%40sfdc.net.


RE: how can i test html5 ads with my test account?

2023-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for raising your concern to the Google Ads API team.

Please be informed that not all features can be tested on a test account. This 
includes bid simulations, conversion uploads, and billing. Other features, 
including recommendations, have limited functionality within test accounts 
because test accounts do not generate serving data, more information here: 
https://developers.google.com/google-ads/api/docs/first-call/test-accounts#limitations

One listed requirement for HTML5 ads is that the the account has spent more 
than $9000 USD, and is more than 90 days old, which would not be possible on a 
test account. In order to upload HTML5 media ads, you should refer here for 
more information on the requirements. We recommend that you test the said 
feature on your production account that can meet the requirements.

Let me know if you have any questions.

This message is in relation to case "ref:_00D1U1174p._5004Q2nSKM7: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/0LD160RYCTNC00OMJu_7kfRWGdaTBc_W-eFA%40sfdc.net.


RE: fetching conversion webpages via the google ads api

2023-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to Google Ads API Forum.

Upon checking, the webpages associated with conversion actions as seen in your 
UI screenshot are not yet supported in Google Ads API. However, our team has 
already raised this as a feature request, subject for a review. All I can say 
is for now, please keep an eye on our blog post for the updates and releases.

Links included in this email:

Google Ads API - https://developers.google.com/google-ads/api/docs/start
Blog - https://ads-developers.googleblog.com/search/label/google_ads_api


This message is in relation to case "ref:_00D1U1174p._5004Q2nSLPl: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/7_bDZ0RYCTJ500cqji5nfJQ7iwfW1Gb2qXzA%40sfdc.net.


How can I test HTML5 ads with my test account?

2023-07-25 Thread Ronny “PreludeBA4” Lehne
Hello,

I have integrated the creation of HTML5 ads via the Google Ads API into our 
system. Now I would like to test this. Unfortunately, this is not possible 
because the activation for HTML5 ads was rejected for our test account. 
Probably because one of the requirements was not met.

How can I test this now?
Testing in a productive account is no option.

Thanks in advance
Ronny

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d8c7774c-3df3-4206-a483-d8285db7dcf7n%40googlegroups.com.


Filter Location Assets Type AFFILIATE

2023-07-25 Thread FW API
Hello,

We're currently using affiliate location extensions with location groups 
(FeedItemSets). Due to the announced migration from feeds to assets I'm 
trying to change our code accordingly.

I want to add specific Location Assets (synced from ChainIds) to my location 
group asset set. For example only those with a certain place.

Unfortunately I can't find a way to filter or retrieve these data.
I can retrieve these data from "FeedItem" using feed_item.attribute_values, 
but there seems no similar selectable field in "Asset". According to the 
docs "Asset" only has the following location related selectable fields:  
asset.location_asset.business_profile_locations,  asset.location_asset.
location_ownership_type and  asset.location_asset.place_id.

"AssetSet" looks similar. It offers multiple fields from 
business_profile_location_set ( business_name_filter, label_filters, 
),  but only relationship_type for  chain_location_set.
I can't find a way to filter AFFILIATE (chain_location) location assets.

Tldr: *How can I create filtered location group asset sets based on a 
Chain_ID synced AssetSet? * 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6d456eda-fd03-41c5-9654-b69eeeddb565n%40googlegroups.com.


Re: enable auto tagging via api

2023-07-25 Thread eftikhar emad
Thank you for your support.

On Monday, July 24, 2023 at 5:30:09 PM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hi Eftikhar, 
>
> Thank you for getting back to us.
>
> To answer your concern, in *Google Ads API* perspective, If the click 
> conversions are uploaded in the Google Ads UI, *auto-tagging* is 
> automatically enabled so your website will start receiving the GCLID as a 
> URL parameter.  
>
> However, this *does not occur when using the Google Ads API*, so you 
> should enable auto-tagging by updating the *auto_tagging_enabled* attribute 
> of *Customer*. You may check the *CustomerService *to update the 
> auto_tagging.
>
> On the other hand, I am afraid that there is no sample code that we can 
> provide for now to update customer. However, you may also reach out to the 
> client library owners of Ruby instead in this link 
> https://github.com/googleads/google-ads-ruby/issues.
>
> *Reference links*: 
>
>- *Google Ads API* - 
>https://developers.google.com/google-ads/api/docs/start 
>- *auto-tagging* - https://support.google.com/google-ads/answer/1752125 
>- *auto_tagging_enabled* - 
>
> https://developers.google.com/google-ads/api/fields/v14/customer#customer.auto_tagging_enabled
>  
>- *Customer* - 
>https://developers.google.com/google-ads/api/reference/rpc/v14/Customer 
>- *CustomerService* - 
>
> https://developers.google.com/google-ads/api/reference/rpc/v14/CustomerService
>  
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2nRig3: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/d941780e-7c4e-4f80-b6e8-318849ecb428n%40googlegroups.com.