Re: ACTION_NOT_PERMITTED for Upload Click Conversion

2021-01-28 Thread Qi Wang

Finally we found the issue, it is because of the refresh we created doesn't 
have permission to upload conversion data to the customer.
So the refresh token generate by the user who have the permission to upload 
conversion to this customer is working fine.
Thank you very much!
On Friday, January 29, 2021 at 4:02:33 AM UTC+8 adsapiforumadvisor wrote:

> Hi Qi and Ichiro,
>
> Thank you for reaching out. There are a few possibilities.  One is that 
> your developer token is only allowed to retrieve data rather than mutate. 
> Please check if the develop token you use has the permissible use of get 
> and mutate functionalities. One other possibility is that the OAuth2 
> credentials stopped working. Give it a try to regenerate the OAuth2 
> credentials by following the instructions in this guide 
> .
>  
> Please also make sure the conversion tracking 
>  is correctly 
> set up and  enable auto-tagging 
>  by updating the 
> auto_tagging_enabled attribute of Customer 
> .
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B3izV: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 
"AdWords API and Google Ads 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/06001fe5-4e4c-44dd-b24a-0c7cfef15c8en%40googlegroups.com.


RE: GAQL query - get campaigns with advertising_channel_sub_type not set

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Ales,

You can refer to our Query grammar guide to know more on what operators you can 
use, depending on your reporting requirement.

Regarding your question about the advertising_channel_sub_type if the value is 
not set, you can try and use the IS NULL operator. I hope this helps.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2BbfhK: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 
"AdWords API and Google Ads 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/qo0uN0QNOQI800qjlndqAkSGC-lgChPxzJ-Q%40sfdc.net.


Re: Iteration of metrics [PHP]

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Floyd,

Could you confirm if the main concern is about accessing the metrics you 
included in your query using PHP? If yes, then you may continue your discussion 
with the PHP client library owners instead.

In addition, to ensure as well that you are not encountering issues with the 
API's reporting, could you confirm if your requests are not returning any 
errors?

If errors are being returned or if there are no data being returned at all, or 
if there are discrepancies, you may provide the complete request and response 
logs so our API team can investigate further.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2B28RT: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 
"AdWords API and Google Ads 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/_kGyF0QNOMKS00O-INfe2kR5uGruLjsMJQaQ%40sfdc.net.


Credential could not be refreshed, "error" : "invalid_grant", "error_description" : "Bad Request"

2021-01-28 Thread dudoa...@gmail.com
We receive error "Credential could not be refreshed" when sending request 
to get report data. Please help me to clear this issue, why did this issue 
happend and how can we need handle it?

Response error
jp.co.everrise.batch.error.GetReportException: 
com.google.api.ads.common.lib.exception.OAuthException: Credential could 
not be refreshed.
at 
jp.co.everrise.batch.service.GetReportAdwordsService.(GetReportAdwordsService.java:50)
at 
jp.co.everrise.batch.multitasking.DownloadReportAdword.run(DownloadReportAdword.java:71)
Caused by: com.google.api.ads.common.lib.exception.OAuthException: 
Credential could not be refreshed.
at 
com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:240)
at 
jp.co.everrise.batch.util.AdwordsUtils.createOfflineCredentials(AdwordsUtils.java:56)
at 
jp.co.everrise.batch.service.GetReportAdwordsService.(GetReportAdwordsService.java:48)
... 1 more
Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 
Bad Request
{
  "error" : "invalid_grant",
  "error_description" : "Bad Request"
}
at 
com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105)
at 
com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
at 
com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)
at 
com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)
at 
com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:362)
at 
com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)
at 
com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:69)
at 
com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:234)
... 3 more

Thank you very much. I hope to receive your response soon.
Du Doan.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/8a5b9ab6-4765-4527-852a-b0d9b157446an%40googlegroups.com.


Google shopping api Request had insufficient authentication scopes

2021-01-28 Thread 陈以

Hi all:

I make a request to Google shopping by curl:

curl --request POST \ 

'https://shoppingcontent.googleapis.com/content/v2.1/products/batch?key=[YOUR_API_KEY]'
 
\ 

--header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \ 

--header 'Accept: application/json' \

--header 'Content-Type: application/json' \ 

--data '{"entries":[]}' \

--compressed


and the response is :

{ "error": { "code": 403, "message": "Request had insufficient 
authentication scopes.", "errors": [ { "message": "Insufficient 
Permission", "domain": "global", "reason": "insufficientPermissions" } ], 
"status": "PERMISSION_DENIED" } } 


my ACCESS_TOKEN and API_KEY is gotten in 
https://console.cloud.google.com/apis/credentials 


But the method "Verify and claim your website URL in Business information", 
I didn't pass. Does it cause to the 403 error? 

I wonder if I miss any critical method, that I can't request the api 
successfully. 

[image: 捕获2.PNG]

By the way, how can I get my merchant_id? 


Expecting your 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 
"AdWords API and Google Ads 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/b7ded569-3eeb-43cb-a5f2-8a37253b06e1n%40googlegroups.com.


Re: Empty data from shopping_performance_report

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Simon,

Please try to send the requested details to this email address 
googleadsapi-supp...@google.com instead for privacy purposes.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2B3Nnq: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 
"AdWords API and Google Ads 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/nBjfB0QNOCMD00Ssnc1qtSSrCJIGpEIHDxag%40sfdc.net.


Google Ads API Billing set

2021-01-28 Thread rentca...@gmail.com
Hello,

I would like to get a betting understanding of the Billing set up process.  
I have read the information 
from https://developers.google.com/google-ads/api/docs/billing/billing-setups 
and have created the following method to create a payment account under a 
specific payment profile account (id).

public string NewPropertyBillingSetup(Int64 CustomerId, string 
PaymentProfileId, string CompanyName)
{
BillingSetupServiceClient billingService = 
Client.GetService(Services.V5.BillingSetupService);

BillingSetup billingSetup = new BillingSetup()
{
PaymentsAccountInfo = new PaymentsAccountInfo()
{
PaymentsAccountName = CompanyName,
PaymentsProfileId = PaymentProfileId 
},
StartTimeType = 
Google.Ads.GoogleAds.V5.Enums.TimeTypeEnum.Types.TimeType.Now 
};

BillingSetupOperation setupOperation = new 
BillingSetupOperation()
{
Create = billingSetup
};

MutateBillingSetupRequest setupRequest = new 
MutateBillingSetupRequest()
{
CustomerId = CustomerId.ToString(),
Operation = setupOperation
};

MutateBillingSetupResponse response = 
billingService.MutateBillingSetup(setupRequest);
if (response.Result.ResourceName.Length == 0) { return 
"failure"; }

return "success";
}

My question is will it return something like the following:

{
"results": [
{
"billingSetup": {
"resourceName": "customers/REDACTED/billingSetups/REDACTED",
"id": "REDACTED",
"status": "APPROVED",
"paymentsAccount": 
"customers/REDACTED/paymentsAccounts/REDACTED",
"paymentsAccountInfo": {
"paymentsAccountId": "REDACTED",
"paymentsAccountName": "Some name.",
"paymentsProfileId": "REDACTED",
"paymentsProfileName": "Some company name"
}
}
}
],

KDJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/6d2231bd-42ca-49d1-83ec-c23335e7e4a7n%40googlegroups.com.


Re: Update/Mutate campaign budget using REST API

2021-01-28 Thread Eylon Raymond Harari
Works great, thanks for the help!

On Thursday, January 28, 2021 at 6:48:13 AM UTC+10 adsapiforumadvisor wrote:

> Hi Eylon,
>
> Thank you for reaching out. Please give it a try to the following code:
>  
>
> curl --request POST \
>
>  --header "Content-Type: application/json" \
>
>  --header "Authorization: Bearer ACCESS TOKEN" \
>
>  --header "developer-token: DEVELOPER TOKEN" \
>
>  --data @update_budget.json \
>
>  
> https://googleads.googleapis.com/v6/customers/1234567890/campaignBudgets:mutate
>   
>
> {
>
>   "operations": [
>
> {
>
>   "updateMask": "amount_micros",
>
>   "update": {
>
> "resourceName": "customers/1234567890/campaignBudgets/11",
>
> “amount_micros”: "6000"
>
>   }
>
> }
>
>   ]
>
> }
>   
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B3hNK: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 
"AdWords API and Google Ads 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/633780c4-2b21-435e-a172-60e92d2c1158n%40googlegroups.com.


Google Ads API: Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="GOAWAY received", ..)

2021-01-28 Thread Kevin
Hi,

I've been encountering some Grpc.Core.RpcException issues.

Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail="GOAWAY 
received", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1611862331.60700","description":"Error received from peer 
ipv4:172.217.4.42:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1063,"grpc_message":"GOAWAY
 
received","grpc_status":14}")

and

Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Internal 
error encountered.", 
DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1611853977.88100","description":"Error received from peer 
ipv4:216.58.192.138:443","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1063,"grpc_message":"Internal
 
error encountered.","grpc_status":13}")

It seems to recover later and I have code to retry, but can I get some 
information about what's going on here and whether there's anything else I 
can be doing to limit this issue?

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 
"AdWords API and Google Ads 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/9f605261-3d3c-4dd0-8941-5450703fb394n%40googlegroups.com.


Re: Bid Simulation

2021-01-28 Thread 'Matthieu Moullec' via AdWords API and Google Ads API Forum
[image: Screenshot 2021-01-28 at 22.21.57.png]

Hi Xiaoming, 

I don't have the permission to reply privately, as per the screenshot. My 
question is however independent of my API request : can i get the bid 
simulator i see in the UI via API ? The doc above said I could 

Best,

MM

On Thursday, 28 January 2021 at 18:11:12 UTC adsapiforumadvisor wrote:

> Hi Matthieu,
>
> Thank you for reaching out. Could you please share the complete request 
> and response logs along with the source code you used and the client 
> customer id via the *Reply privately to author* option for us to further 
> investigate?
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B3jvj: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 
"AdWords API and Google Ads 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/24cbeed3-3831-4f42-86ca-90fd27982b03n%40googlegroups.com.


Re: Bid Simulation

2021-01-28 Thread 'Matthieu Moullec' via AdWords API and Google Ads API Forum
Hi Xiaming, 

I don't have the permission to reply privately, as per the screenshot. My 
question is however independent of my API request : can i get the bid 
simulator i see in the UI via API ? The doc above said I could 

Best,

MM

On Thursday, 28 January 2021 at 18:11:12 UTC adsapiforumadvisor wrote:

> Hi Matthieu,
>
> Thank you for reaching out. Could you please share the complete request 
> and response logs along with the source code you used and the client 
> customer id via the *Reply privately to author* option for us to further 
> investigate?
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B3jvj: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 
"AdWords API and Google Ads 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/dac47ec6-cbe6-4f73-b2a0-22ba869f2264n%40googlegroups.com.


RE: User_id for customer match list

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Da,

Thank you for reaching out. A list can be uploaded with only one type of data 
and once uploaded will not accept any other ID types. That means if you have 
uploaded the contact info (email, phone number, address) as the user list 
member identifiers then you are not supposed to upload user IDs generated and 
assigned by advertiser as the identifiers, otherwise you will encounter this 
error.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2BbXg8: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 
"AdWords API and Google Ads 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/TlDZq0QNNYGT007p8bEthMQl2bEQtg0n_lQw%40sfdc.net.


RE: Error on timely conversion update

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Markus,

I completely understand your concerns. This error looks like enforcing a 
product level restriction. However, I am forwarding this to the rest of the 
team to have a deeper look on this error and also to address your concerns 
regarding list of errors. Meanwhile, please go through the following links:

https://developers.google.com/adwords/api/docs/guides/conversion-tracking
https://support.google.com/google-ads/answer/7014069

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2BbNuI: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 
"AdWords API and Google Ads 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/Md7Fk0QNNURK00O5VIYHSVQKm2TGCvWx5vjw%40sfdc.net.


Re: Can I set Payment source account by Google Apps Script

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hello,

It seems that you are all set for now, but please let us know if you have any 
further questions related to BillingSetup.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2B3hVS: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 
"AdWords API and Google Ads 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/3loHQ0QNNUC200ojvjFWeBRbC7TCvhqr4_5Q%40sfdc.net.


Re: ACTION_NOT_PERMITTED for Upload Click Conversion

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Qi and Ichiro,

Thank you for reaching out. There are a few possibilities.  One is that your 
developer token is only allowed to retrieve data rather than mutate. Please 
check if the develop token you use has the permissible use of get and mutate 
functionalities. One other possibility is that the OAuth2 credentials stopped 
working. Give it a try to regenerate the OAuth2 credentials by following the 
instructions in this guide. Please also make sure the conversion tracking is 
correctly set up and  enable auto-tagging by updating the auto_tagging_enabled 
attribute of Customer.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2B3izV: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 
"AdWords API and Google Ads 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/0NAiH0QNNUBR00zVTONlk3TZywZxGPylOtQQ%40sfdc.net.


RE: how can i get the customer_id in Google Ads API?

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hello,

The code example recursively traverses the hierarchy, so it wouldn't be 
feasible to do get the full account tree using cURL. However, you can retrieve 
the customer_ids of accounts just below the manager that you are calling from 
using the query provided in the code example supplied by Matthieu.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2B3lJw: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 
"AdWords API and Google Ads 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/c4urK0QNNRJS00h1wKyDfZQQKOSWgQA0H_bQ%40sfdc.net.


RE: Combined Audiences

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Mario,

Are you calling from MCC account? Please send the logs and customer id using 
'Reply privately to author' option.

Helpful links:

https://developers.google.com/google-ads/api/reference/rpc/v6/CustomAudience?hl=en
https://developers.google.com/google-ads/api/reference/rpc/v6/CombinedAudience
https://developers.google.com/google-ads/api/fields/v6/custom_audience


Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2B3lat: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 
"AdWords API and Google Ads 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/YVZTT0QNNPBO0099DO79UoQ_qfbEfUpAVKEw%40sfdc.net.


RE: Bid Simulation

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Matthieu,

Thank you for reaching out. Could you please share the complete request and 
response logs along with the source code you used and the client customer id 
via the Reply privately to author option for us to further investigate?

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2B3jvj: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 
"AdWords API and Google Ads 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/hg_Be0QNNP6600j3VfvYH3RvCmPgdrlLooHQ%40sfdc.net.


RE: configure server-side tagging

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Aditya,

Please add more details to the concern you are having with Ads API. Are you 
looking for Google Tag Manager assistance?

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2B3kTW: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 
"AdWords API and Google Ads 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/4mcRD0QNNOZ600akxuwkXnQZOFBU5_Hrs9gA%40sfdc.net.


Sandbox for Customer Match

2021-01-28 Thread Ľubo Janček
Hello,

our company is trying to automate creating Customer Match users list using 
Google Ads API. Currently we update users list manually by uploading .csv 
files through Google Ads Manager UI.
Our idea is to do it like this:
https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java#L199-L264

However for testing purposes, we would like to avoid using our real 
business account. Is there a sandbox environment we could use to test it?

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 
"AdWords API and Google Ads 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/0fee2b30-b3a4-4066-989f-798f599c961an%40googlegroups.com.


Re: How to identify shared set owner account

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi Ales,

Thank you for reaching out. This is still on the roadmap. Please keep an eye on 
our blog for the announcements and updates on new releases.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5001UZXs8t: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 
"AdWords API and Google Ads 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/bY9qb0QNNMGS00p2fit5txTiGWrX76MuC5Tg%40sfdc.net.


Re: Failed to retrieve responsive video ad

2021-01-28 Thread Dihan Cheng
It works, thank you!

On Tuesday, January 26, 2021 at 8:53:30 AM UTC-5 adsapiforumadvisor wrote:

> Hello,
>
> Yes, the fix should be live now. Let me know if you're still having issues.
>
>
> Regards,
> Mike, Google Ads API Team
>
> ref:_00D1U1174p._5004Q29SImo: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 
"AdWords API and Google Ads 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/af45d60e-c421-4ad3-b3f8-b55e3090d616n%40googlegroups.com.


how to use curl to create an customer

2021-01-28 Thread 陈以
Hi all:
I want to use cURL to send our request to Google Ads API, and I have 2 
querstions. 
 looking forward for your answers.

1. What is the difference between the CustomerService and 
CustomerFeedService.
2. How can I make a CURL to create an customer? The product documentation 
on :  
https://developers.google.com/google-ads/api/docs/account-management/create-account
  
tells us to use CreateCustomerClient method on the CustomerService rather 
than a "mutate" method, but we have to uses CURL to complete our mission, 
because our development language is C++, not access to the client 
libraries(which include Java,C#,PHP,Python,Ruby,Perl).
here's my code example:

 curl --request POST \
--header "Content-Type: application/json"  \
--header "Authorization: Bearer XXX"  \
--header "developer-token: kxILp-C_Bvxx" \
 --data @create_budget.json \

 https://googleads.googleapis.com/v6/customers/1234567890/campaignBudgets:mutate
 
create_budget.json 
{
  operations:
  [
{
  create:
  {
name: "new budget 234",
amount_micros: "6000"
  }
}
  ],
  "validate_only":"true"
}

We are expecting a reply, thank tou very much!


[image: 企业咚咚20210128235047.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 
"AdWords API and Google Ads 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/6f56c1ea-6a29-4b40-ace4-1156326a02a1n%40googlegroups.com.


Issues with Ads API Reference

2021-01-28 Thread Chase Pashkowich
Hi, I'm trying to start working on an integration, but the Ads API 
documentation  I 
found on Google gives me a Service Unavailable page, and there's no mention 
of the service on the developer site. Is the documentation mirrored 
anywhere? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/e2f814d8-2987-43aa-8889-56adc5e3954en%40googlegroups.com.


Re: How to identify shared set owner account

2021-01-28 Thread Ales Sturala
Hello,

we're migrating to the new Google Ads API and I stumbled upon this problem 
again. Is there by any chance a way now to get the client customer Id for 
account owning a MCC level shared negative list in the new Google Ads API 
or is it still on the roadmap?


Best,
 Ales

On Tuesday, 25 August 2020 at 18:20:53 UTC+2 adsapiforumadvisor wrote:

> Hi Ales,
>
> Thank you for reaching out. Please find my response to your questions 
> below:
>  
>
>1. 
>
>It is not possible to check whether the shared set is across account 
>or not.
> 
>2. 
>
>You could query the SharedSetId 
>
> 
>  
>from the Shared Set Report 
>
> 
>  
>to get a list of Shared Set Ids that are applied to the account.
> 
>
> We requested the feature to be able to find the owner of the shared set 
> and then mutate it.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5001UZXs8t: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 
"AdWords API and Google Ads 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/e4a880e8-e0ce-4c4c-87ec-abd0dbaf1769n%40googlegroups.com.


Attributes mapping between UI and API

2021-01-28 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Hello,

I have a couple of questions regarding mapping attributes between Google 
Ads UI and report via API (both Adwords API and Google Ads API):

1. Here is a list of attributes in the UI:

SEARCHBGTLOSTABSIMPRSNSHARE
SEARCHRNKLOSTABSIMPRSNSHARE
LOSTIMPRSN
LOSTIMPRSNRNK
LOSTIMPRSNBUDGET
IMPRSNSHARE

What are their mapping in the reporting via API (e.g. here 
)?
 
Or maybe what are more suitable attributes to match them?

2. And a vice versa question. What are corresponding attributes for the 
following in the UI:

displayUrl 

 from 
the Ad Performance report
finalDisplayUrl 

 from 
the Ad Group Performance and the Campaign Performance reports

Thank you, 
Alexander 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/bb412323-9a65-4dc2-a8af-a48d5e2c357fn%40googlegroups.com.


Re: Summary data as Bifurcation same as UI

2021-01-28 Thread Google Ads API Forum Advisor Prod
Hi,

I completely understand your concern. Please let us know if you have any 
further questions.

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q29T4af: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 
"AdWords API and Google Ads 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/u1SnJ0QNNDA400cZnibEE0QaW0PijfmU9Acg%40sfdc.net.


API or Method to get all the USER LIST

2021-01-28 Thread Rajat Srivastava
Hi Team,

I am trying to build an App where I want the user to be able to push data 
to its selected Custom Audience List (USER LIST).

Is there anyway I can fetch all the USER LISTS (Audience Lists) related to 
the account?


Thanks,
Rajat

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/4ccc1ddd-8aee-4f56-9788-eb3ab3a942a7n%40googlegroups.com.


GAQL query - get campaigns with advertising_channel_sub_type not set

2021-01-28 Thread Ales Sturala
Hello,

I am trying to make a GAQL query for campaigns *of* specific advertising 
channel type *and excluding* all campaigns where advertising channel type 
is set.


While this query returns many campaigns where majority *doesn't *have 
advertising channel subtype set:

SELECT
metrics.clicks, campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type
FROM campaign


Then this query *doesn't* return any campaigns at all. Expected is that it 
will return all those campaigns of SEARCH and SHOPPING without advertising 
channel subtype set:

SELECT
metrics.clicks, campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type
FROM campaign
WHERE campaign.advertising_channel_sub_type NOT IN (
  'SEARCH_EXPRESS',
  'DISPLAY_EXPRESS',  
  'DISPLAY_SMART_CAMPAIGN',
  'SHOPPING_SMART_ADS'
   /* and all the other advertising sub channel types */
)

Is there a way to query for all campaigns where 
*advertising_channel_sub_type* is NULL/EMPTY/NOT SET?


Best,
 Ales

-- 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/cf2f9b91-6e78-4c12-9cea-b7ff9bf3b55en%40googlegroups.com.


Re: Bid Simulation

2021-01-28 Thread 'Matthieu Moullec' via AdWords API and Google Ads API Forum
Hey API team, any update on this ?

On Wednesday, 27 January 2021 at 10:56:48 UTC Matthieu Moullec wrote:

> Hi, 
>
> As per the below quote taken from this page 
>  - and 
> as i see in the UI - we have bid simulation for App Campaigns. 
>
> *"Target CPA simulators are available for Search, Display, and App 
> campaigns."*
>
> However when I make an api call with a simulation for an app campaign, I 
> get an error. Could you shed some light on this ?
>
> Best
>
> MM
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/f72f9522-a906-4244-9a26-93a7f9642e9bn%40googlegroups.com.


Re: ACTION_NOT_PERMITTED for Upload Click Conversion

2021-01-28 Thread SHUICHIRO KUBO
Hi Xiaoming, 
I'm Ichiro , same team as well as  Qi 
We  could success  call get-campaign API. so developer token is active .
https://developers.google.com/google-ads/api/docs/samples/get-campaigns
So do we need to get any authority from google ads UI settings ?  or is 
this any our technical mistake or issue for call API method?
 
also , let me share the our situation .
we already  use customer match api using same developer token. ( # but mcc 
account , custom login user is different . we have so many account under 
one top MCC  )
This customer match api can call api and success.

Thanks .
Ichiro

2021年1月28日木曜日 6:57:45 UTC+9 adsapiforumadvisor:

> Hi Qi,
>
> Thank you for reaching out. Could you confirm that with the same OAuth2 
> credentials you are able to make other API calls such as create a campaign 
> or ad?
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B3izV: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 
"AdWords API and Google Ads 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/7b278de1-13a2-40d7-a328-52dea2e35778n%40googlegroups.com.


Re: Iteration of metrics [PHP]

2021-01-28 Thread Floyd van der weij
The Metrics works,
but i have went to the PHP Libary to ask about the Metrics.

only i dont exactly know what im probably asking
but i want to call ALL the metrics

I know thats with $Element ->GetMetrics()
But i get Protected Objects Returned that i want to call.
only i cant figure out where the functions are where to call those functions

i have seen examples with only 3  examples
$metrics->getImpressions();
$metrics->getClicks();
$metrics->getCostMicros();
BUT where are the other ones.




Op donderdag 28 januari 2021 om 04:53:28 UTC+1 schreef adsapiforumadvisor:

> Hi Floyd,
>
> Could you confirm if you have already enabled logging 
> ? 
> If yes, could you retry your request and also share the generated request 
> and response logs? Requesting these details so our team can also 
> investigate the issue on our end.
>
> You may send the requested details using the *Reply privately to author* 
> option. Should this option be unavailable, you may send the details to our (
> *googleadsa...@google.com*) alias instead.
>
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B28RT: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 
"AdWords API and Google Ads 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/318e97e6-7f93-4cf7-9ce7-2a009b381802n%40googlegroups.com.


Re: how can i get the customer_id in Google Ads API?

2021-01-28 Thread cy jack
Hi,
Can I get the customer_id  by cURL? 
Thank you!

在2021年1月27日星期三 UTC+8 下午10:35:48 写道:

> You can find them dynamically by running the script here 
> 
> .  
>
> On Wednesday, 27 January 2021 at 13:24:26 UTC 8366...@qq.com wrote:
>
>> Hi, I am working on google ads api. 
>> Now I am trying to invoke the 
>> https://googleads.googleapis.com/v6/customers/{customer_id}/googleAds:searchstream
>> .
>> I want to ask how can i get the customer_id?
>> 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 
"AdWords API and Google Ads 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/faa6120d-a414-4db9-988f-557549901305n%40googlegroups.com.