Conversion Goal Campaign

2024-07-31 Thread LK컨버전스
Hi
I have a question regarding conversion goal campaigns. 
When updating the goalConfigLevel to CAMPAIGN using 
conversionGoalCampaignConfigs, all conversion goal actions are checked. 
Is it possible to update only specific actions when setting the 
goalConfigLevel to CAMPAIGN?  
Please refer to the screenshot.[image: conversion1.PNG][image: 
conversion2.PNG]
After updating to CAMPAIGN, I would like it to appear as shown in the 
screenshot below.
[image: conversion3.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/1b7a583b-672b-4edd-9472-6be785fadbf2n%40googlegroups.com.


Conversion Goal Campaign

2024-07-31 Thread LK컨버전스
Hi,
I have a question regarding conversion goal campaigns. 
When updating the goalConfigLevel to CAMPAIGN using 
conversionGoalCampaignConfigs, all conversion goal actions are checked. 
Is it possible to update only specific actions when setting the 
goalConfigLevel to CAMPAIGN?  
Please refer to the screenshot. 

[image: conversion1.PNG][image: conversion2.PNG]


After updating to CAMPAIGN, I would like it to appear as shown in the 
screenshot below.

[image: conversion3.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/e849a1ba-5f6d-464a-885c-763e11d0ba04n%40googlegroups.com.


Re: planning service - can't get three month change and yoy change

2024-07-31 Thread Pratham Chauhan
Yes I am using Google Ads API 
 and the document 
that I am referring to is Historic Metrics 

.

On Wednesday 31 July 2024 at 09:28:32 UTC+5:30 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> To assist you further, could you confirm whether you are using the Google 
> Ads API ? Also, 
> share the relevant document link to which you're referring too.
>
> 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.!5004Q02vEIsF:ref" (ADR-00260047)
>
> 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/570f1aa0-e9e3-4877-b5c9-418c72addb73n%40googlegroups.com.


share api refresh token across platform

2024-07-31 Thread Pratik Gavand
HI - I am working on oauth changes. we have a web app with its own client 
id and client secret and we have andorid and ios with its own client id and 
secret. User can grant additional scopes in mobile that are visible in the 
user account on the google. However web app is not aware of the new scopes. 
So IOS tried to generate a auth code for server to retrieve a new api 
refersh token and access token using server client id. However when we try 
to invoke the token endpoint with the authcode it gives a bad request 
error. we want to be able to refresh api token that has information about 
the new scopes granted by user.

curl -X POST https://oauth2.googleapis.com/token \
-d "client_id=xx" \
-d "client_secret=xxx" \
-d "code=x" \
-d "grant_type=authorization_code" \
-d "redirect_url="


{
  "error": "invalid_grant",
  "error_description": "Bad Request"
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cb1defe7-00ae-4aea-be46-30cbe0defd36n%40googlegroups.com.


Re: unable to find rest docs for performance max campaigns

2024-07-31 Thread Darshan Dhabale
Thanks for your response.
The particular type of campaign that I am unable to create is - 
"Performance Max Campaign"
Here is the request I am trying
curl --location 
'https://googleads.googleapis.com/v17/customers/4926841893/campaigns:mutate' 
\
--header 'developer-token: hN6dsqjNmj3tWdITcPd_Qg' \
--header 'login-customer-id: 3263459376' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer 
ya29.a0AXooCgtMIpcIeRjl2Bm544l7KM6R_7gin4V4AhTuIhjH-ZtBovo-JD17RCfjth6PWd3qgtW5llr0ycjuvjL_ENFjGtSH9pacdY5vIKj4WmsUufeEw9kBdj8tsKtCpw-G6nvSxzbuE9FxYH7LwyohDeSuuxWJCHUX_ZU9aCgYKAV4SARMSFQHGX2MinpYLgJAs6edb9IJAnh5Y1Q0171'
 
\
--data '{
"operations": [
{
"create": {
"name": "A performance max campaign 1",
"status": "PAUSED",
"campaignBudget": 
"customers/4926841893/campaignBudgets/13770369729",
"advertisingChannelType": "PERFORMANCE_MAX",
"target_spend": {}
}
}
]
}'

and here is the response
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v17.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
},
{
"fieldName": "create"
},
{
"fieldName": "target_spend"
}
]
}
},
{
"errorCode": {
"campaignError": "INCOMPATIBLE_BUDGET_TYPE"
},
"message": "The type of the budget is not 
compatible with this campaign.",
"trigger": {
"int64Value": "13770369729"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "campaign_budget"
}
]
}
},
{
"errorCode": {
"campaignError": 
"NOT_COMPATIBLE_WITH_BUDGET_TYPE"
},
"message": "The field is not compatible with the 
budget type.",
"trigger": {
"int64Value": "13770369729"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "campaign_budget"
}
]
}
}
],
"requestId": "IneV2A0Pw3SWDgbquPoEPw"
}
]
}
}
On Monday, July 29, 2024 at 9:43:14 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Based on the information provided, I understand that you would like to 
> create campaigns for your Google Ads account. I would suggest referring to 
> this document 
> 
>  to 
> create campaigns using the REST interface through the Google Ads API.
>   
>
>
> *This message is in relation to case "ref:!00D1U01174p.!5004Q02vEHGt:ref" 
> (ADR-00259937) Thanks,*
>   
> [image: Google Logo] *Google Ads API Team* 
> *Register 
> 

Re: inquiry about refresh token expiry and renewal in google ads api

2024-07-31 Thread Yash Samsukha


Hi,

Thank you for the information and assistance regarding the refresh token. I 
appreciate your help. I will reach out to the GCP Product support team for 
further assistance.

On Tuesday, July 30, 2024 at 8:54:12 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> There is no specific day/time limit for the refresh token to expire in the 
> 'published' status. I would like to inform you that you need to 
> re-authenticate through the whole process again to generate the valid 
> refresh token.
>
> Please note that we can only assist with technical queries/concerns 
> related to the Google Ads API 
> . If you have 
> any more queries related to the refresh token, I would recommend you to 
> reach out to the GCP Product support team 
> 
>  
> for further assistance as they are better equipped to address your concerns.
>   
>
>
> *This message is in relation to case "ref:!00D1U01174p.!5004Q02vEJji:ref" 
> (ADR-00260099) Thanks,*
>   
> [image: Google Logo] *Google Ads API Team* 
> *Register 
>  for 
> the upcoming workshop: Performance Max and the Google Ads API!*
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/35661a49-baf7-4c0e-8c58-f302991c64e7n%40googlegroups.com.


RE: conversion goal campaign

2024-07-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for contacting the Google Ads API support team.

Based on the provided screenshots it appears that you are using Google Ads 
platform/UI to update the 'goalConfigLevel' to the campaign. Could you please 
confirm that you are using Google Ads UI and provide us with your customer 
Id(Google Ads account Id) so that we can assist you further.
This message is in relation to case "ref:!00D1U01174p.!5004Q02vEM4O:ref" 
(ADR-00260251)

Thanks,

Google Ads API Team


Register for the upcoming workshop: Performance Max and the Google Ads API!

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


RE: share api refresh token across platform

2024-07-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for contacting the Google Ads API support team.

>From the provided screenshot, I understand that you're encountering an 
>"invalid_grant" error. According to the Google Ads API documentation, Google 
>Cloud Platform project with an OAuth consent screen configured for an external 
>user type and a publishing status of "Testing" is issued a refresh token 
>expiring in 7 days. So if your Google project's publishing status is Testing 
>so the refresh token expires every 7 days and receives an invalid_grant error.

You can follow the following steps to avoid this issue:

Go to the Google API Console and navigate to the OAuth consent screen
Change the publishing status to “In production”

If the issue persists, please provide us with the complete API logs (request 
and response with request-id and request header) generated at your end so that 
we can 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.!5004Q02vEMH3:ref" 
(ADR-00260275)

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/goZ1_0SHHR4Z000As8-JtJTk-rXraazNAkKg%40sfdc.net.


Re: unable to find rest docs for performance max campaigns

2024-07-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

As per logs, I could see that you are getting 
OPERATION_NOT_PERMITTED_FOR_CONTEXT error while creating the performance max 
campaign. In order to avoid the said error, kindly create appropriate bidding 
strategies as for Pmax campaigns the only applicable bidding strategies are 
'Maximize Conversions' and 'Maximize conversion values' and for Pmax campaigns 
while creating the campaign budgets make sure that "explicitlyShared": false. 
Also refer to the video for more information.

Kindly refer to the below sample request for creating Pmax campaign using 
campaignOperation:

{
  "operations": [
{
  "create": {
"name": "A performance max campaign 1",
"campaignBudget": 
"customers/{customerId}/campaignBudgets/{campaign_budget_id}",
"advertisingChannelType": "PERFORMANCE_MAX",
"maximizeConversions": {
  "targetCpaMicros": x
}
  }
}
  ]
}


I tried to create the Pmax campaign by my end and was able to get the results. 
So, I would suggest you to try the above request from your end and let us know, 
how this goes on your end.
This message is in relation to case "ref:!00D1U01174p.!5004Q02vEHGt:ref" 
(ADR-00259937)

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


Re: planning service - can't get three month change and yoy change

2024-07-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

As you are using Google Ads API and referring to Historic Metrics. Could you 
please confirm whether you are executing the Generate Metrics and are you 
encountering any specific errors. If yes, provide us with the complete API logs 
(request and response with request-id and request header) generated at your end.

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.
This message is in relation to case "ref:!00D1U01174p.!5004Q02vEIsF:ref" 
(ADR-00260047)

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/UaAW20SHHTC300nYXVgZ3BRzO_9mBo-qp-Ng%40sfdc.net.


Search Ad - Changes failed to save

2024-07-31 Thread I am Awarer


Hello,

I need some assistance with an issue I’m encountering while setting up a 
new search campaign on Google Ads. Everything seems to be in order, but I 
keep receiving an error message on the left stating "Changes failed to 
save" without any additional context or explanation. Our optimization score 
is 80%, and this is our first attempt at publishing a search ad. We are 
using the latest version of Google Chrome.

Thank you in advance for your help!

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

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


Availability of URL Rules in the API

2024-07-31 Thread Kevin
Hi,

I see there was a post on this in 2023:
How to add URL Rules using the API? (google.com) 

But I feel that the last response was not talking about the same thing as 
the post.

As per Sean's screenshot, there should be a way to interact with Asset 
Group URL rules in Performance Max Campaigns.
I don't see them as an asset group resource field:
asset_group  |  Google Ads API  |  Google for Developers 

It should encode something like:
"URL contains shoes" AND
"URL contains soccer"

Is this available via API?
If not, is it planned for a future version?

Thanks,
Kevin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0219786a-4756-40e9-86de-fe5b16f4bdfcn%40googlegroups.com.


Assign Audiences to campaigns

2024-07-31 Thread chaima braiek
Hello,

Is there any roadmap to indicate when it will possible to assign Audiences 
from the list of Audiences in the Audience Manager or create a new one, to 
a campaign?
For now we see that this option is only available for the campaigns of type 
Video and Performance Max.
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/4c10681a-6052-426e-8165-4da1348b291fn%40googlegroups.com.


Re: google ads api error - developer token is not allowed with project

2024-07-31 Thread Anoop Kumar
Hi Team,

In case if I ask my client for the same credential's i.e service account 
and impersonation mail id and get required permission  that they are using, 
can I use those details in my GCP project to call the API?

On Monday, July 29, 2024 at 8:48:02 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> As we said earlier, once you make a Google Ads API request, the developer 
> token is permanently paired with the Google API Console project. If you 
> want to switch accounts, you'll need to create a new Google API Console 
> project for Google Ads API requests that use the new manager's token. 
>
>
> *This message is in relation to case "ref:!00D1U01174p.!5004Q02vE76U:ref" 
> (ADR-00259477) Thanks,*
>   
> [image: Google Logo] *Google Ads API Team* 
> *Register 
>  for 
> the upcoming workshop: Performance Max and the Google Ads API!*
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c8976eb8-e63d-4ed5-bda9-82314aaf115fn%40googlegroups.com.


About USER_PERMISSION_DENIED

2024-07-31 Thread LI1F
Hi Google Ads API Team,

I have two MCC accounts under my GCP account.
Originally, there was only one account, and with the first account, I 
obtained a refresh_token, client_id, and client_secret.
Using the developer-token and login-customer-id from the first MCC account, 
I can successfully retrieve the information I need by calling the following 
API:

requestUrl = 
https://googleads.googleapis.com/v17/customers/login-customer-id/googleAds:searchStream

requestString = {"query":"SELECT customer_client.client_customer, 
customer_client.descriptive_name, customer_client.time_zone, 
customer_client.id FROM customer_client WHERE customer_client.level <= 1 
AND customer_client.status = 'ENABLED'"}

However, with the newly added MCC account, using the same refresh_token, 
client_id, and client_secret, but replacing with the new MCC account’s 
developer-token and login-customer-id, I get the following error:

[{
  "error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED",
"details": [
  {
"@type": 
"type.googleapis.com/google.ads.googleads.v17.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": "saB0ALwweWxAmkTgmy4t6Q"
  }
]
  }
}
]

I have confirmed that the new MCC account’s developer-token has basic 
access, and the account has been granted the necessary permissions.

What else could cause a USER_PERMISSION_DENIED error?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e7864b81-c226-4b18-80b7-af9fa74153aen%40googlegroups.com.


Get all Audience Segments

2024-07-31 Thread Saliha Bouhasfour
Hi, I am trying to recover all audience segments some of them have been 
removed and some are enabled, but through QUERY I can only recover the 
enabled one, would it be possible to recover the data from the removed one?
[image: Screenshot from 2024-07-31 11-20-55.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/9804f8c2-6ca8-4280-8ee3-0b63683073d9n%40googlegroups.com.


Request for API Call Code - DV360

2024-07-31 Thread digitalreachpremium premium


Dear Google Group,

I hope this message finds you well.

I am currently working on a project that involves making API calls to 
Display & Video 360 (DV360). I am seeking assistance with obtaining the 
code required for these API calls.

Could someone kindly provide the code or direct me to relevant resources 
that would help me in successfully implementing API calls for DV360?

Thank you in advance for your support.

Best regards

digitalreachpremium

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c280f56d-05d4-4a8b-a01c-cdb96c505204n%40googlegroups.com.


Re: conversion goal campaign

2024-07-31 Thread LK컨버전스
Hi,
I have updated the goalConfigLevel to CAMPAIGN by referring to the 
following link: Google Ads API Conversion Goals Overview 

. 
I would like to know if it is possible to select and update only the 
desired actions, as shown in the attached screenshot.  

[image: conversion3.PNG]

2024년 7월 31일 수요일 오후 9시 8분 57초 UTC+9에 Google Ads API Forum Advisor님이 작성:

> Hi,
>
> Thank you for contacting the Google Ads API support team.
>
> Based on the provided screenshots it appears that you are using Google Ads 
> platform/UI to update the 'goalConfigLevel' to the campaign. Could you 
> please confirm that you are using Google Ads UI and provide us with your 
> customer Id(Google Ads account Id) so that we can assist you further.
>   
>
>
> *This message is in relation to case "ref:!00D1U01174p.!5004Q02vEM4O:ref" 
> (ADR-00260251) Thanks,*
>   
> [image: Google Logo] *Google Ads API Team* 
> *Register 
>  for 
> the upcoming workshop: Performance Max and the Google Ads API!*
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0d902ca1-a0c9-4dc1-bef0-459c740fdca5n%40googlegroups.com.


Re: conversion goal campaign

2024-07-31 Thread LK컨버전스
Hi,
I have updated the 'goalConfigLevel' to 'CAMPAIGN' by referring to the 
following link: Google Ads API Conversion Goals Overview 

. 
I would like to know if it is possible to select and update only the 
desired actions, as shown in the attached screenshot.  


[image: conversion3.PNG]

2024년 7월 31일 수요일 오후 9시 8분 57초 UTC+9에 Google Ads API Forum Advisor님이 작성:

> Hi,
>
> Thank you for contacting the Google Ads API support team.
>
> Based on the provided screenshots it appears that you are using Google Ads 
> platform/UI to update the 'goalConfigLevel' to the campaign. Could you 
> please confirm that you are using Google Ads UI and provide us with your 
> customer Id(Google Ads account Id) so that we can assist you further.
>   
>
>
> *This message is in relation to case "ref:!00D1U01174p.!5004Q02vEM4O:ref" 
> (ADR-00260251) Thanks,*
>   
> [image: Google Logo] *Google Ads API Team* 
> *Register 
>  for 
> the upcoming workshop: Performance Max and the Google Ads API!*
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4eaeea1b-999f-4da7-87af-9ef3bc684194n%40googlegroups.com.