Re: APIを使ったwbraidのアップロードについて

2023-03-23 Thread 大川香菜絵
下記がアップロードした際のログになります。 ご確認お願いいたします。 uploading=customer_id: "7472443407" conversions { wbraid: "ClEKCAjw_MqgBhASEkEAXZ6gEuL6aJzv-YOrWzwKrrMdMV6ypPU7bjV6cNa6OFBM9PcN9h5E7Husk5N2RkH_wGWvvlJl5GDW5E-LT41LuRoCRm4" conversion_action: "customers/7472443407/conversionActions/6452612077"

Re: Create Google Ads API Display campaign via Google Ads API

2023-03-23 Thread Nghia Nguyen
Hi, Thank you for fast response, First one thing i want to say is I want to test API carefully with before integrate it to my system, so i use *test account*. Sadly, im using *NodeJs *and *google-ads-api *library, with currently not support by Google. But i think it is good and i already

Re: How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Binu, You may try the below query and let us know if it fits to your use case: SELECT campaign_criterion.gender.type, campaign_criterion.age_range.type FROM campaign_criterion You may also utilize our query builder for campaign criterion report should you want further modifications on

Re: All Api request are stucked without any response

2023-03-23 Thread Zweitze
Hi Zied, Thank you for keeping me updated! But, as I said, I rewrote the code to use the async versions and continue with these sources. Cheers, Zweitze. On Thursday, March 23, 2023 at 2:59:09 PM UTC+1 Zied Chaari wrote: > Hey Zweitze, > > I think they have fixed the issue. #488 >

RE: API hang Python client

2023-03-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I'm from the Google Ads API team. In order for us to further investigate, can you please provide the complete request and response logs with request ID? You may send these to us via Reply privately to author option. Here's our guide on how to configure logging for our Python client

RE: MUTATE_NOT_ALLOWED on changing Attribution model of Conversion action of type UNKNOWN

2023-03-23 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. As per the information you shared, if your conversion action is of type UNKNOWN, please do note that the API does not support managing these conversion actions, but returns them in reports in order to provide complete results for key

Re: All Api request are stucked without any response

2023-03-23 Thread Zied Chaari
Hey Zweitze, I think they have fixed the issue. #488 I have tried the new library and it's working. On Monday, March 20, 2023 at 1:46:37 PM UTC Zweitze wrote: > Hello Forum Advisor, > > On Thursday, March 16, 2023 at 7:20:04 PM UTC+1

Re: How to filter on repeated fields in AWQL

2023-03-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zweitze, I hope you're safe and doing fine. We've checked again your use case and can confirm that this cannot be done using CONTAIN ANY or CONTAINS NONE via Google Ads API query report. I've submitted a feature request for this. For now, you may continue to follow our blog for updates and

RE: Confusion on API usage regarding FeedLabel

2023-03-23 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 Forum. Please note that our support channel can provide assistance related to Google Ads API technical issues only. It appears that this is related to the Content API for shopping, so we would not be able to provide support here as

RE: Creating User List in Adwords

2023-03-23 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 Forum. We hope you're having a good day! To take a closer look at your encountered error, you may please share to us the complete API logs within the format of (request and response logs with requestID) that generated on your end.

Re: Google Ads API feed service update frequency

2023-03-23 Thread Silver Pajumäe
Hi I'm sorry for the confusion. I'm already using asset-based extensions. 1. So for new item it takes 3-4 houres to be eligible? 2. Does updating existing item take the same amount of time? Best regards Silver On Thursday, March 23, 2023 at 2:22:04 PM UTC+2 Google Ads API Forum Advisor wrote:

getting keyword id from search_term_view or keyword_view

2023-03-23 Thread Yonatan
Hello, How can I retrieve the keyword id from from search_term_view or keyword_view I can easily get it in google ads scripts but not sure how to get it in google ads api https://developers.google.com/google-ads/scripts/docs/reference/adsapp/adsapp_keyword#getId_0 -- --

RE: Google Ads API feed service update frequency

2023-03-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Silver, Thank you for reaching out to our support forum. As per this HC article. you may have errors after you upload your feed. If not, make sure to check 3 to 4 hours after your feed has been processed. As an aside, please do note that feed services are mostly deprecated. You should

Re: USER_PERMISSION_DENIED accessing client customer account

2023-03-23 Thread API2Go
To find out more info about the issue USER_PERMISSION_DENIED, We made an API call to ShowAccountHierarchy() and got this error message for the same client customer account: "Customer ID 4822940284 is likely a test account, so its customer client information cannot be retrieved." On Thursday,

Re: How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-23 Thread Binu Mathew
*Can you show us a sample* On Thu, Mar 23, 2023 at 5:22 PM Google Ads API Forum Advisor wrote: > Hi Binu, > > With regard to your concern, you may utilize the Campaign Criterion report > , > then refer to

Re: How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Binu, With regard to your concern, you may utilize the Campaign Criterion report, then refer to campaign_criterion.gender.type and campaign_criterion.age_range.type fields for your use case. Regards, Google Ads API Team ref:_00D1U1174p._5004Q2jVaNc:ref -- --

MUTATE_NOT_ALLOWED on changing Attribution model of Conversion action of type UNKNOWN

2023-03-23 Thread 'Samarth Gupta' via Google Ads API and AdWords API Forum
Hi Team, While changing Attribution model of conversion action. Which has *type - Unknown*, I got Error code: MUTATE_NOT_ALLOWED location": { "fieldPathElements": [ { "fieldName": "operations", "index": 0 }, { "fieldName": "update" }, { "fieldName": "type" } Though I wasn't changing 'type'

Confusion on API usage regarding FeedLabel

2023-03-23 Thread arjan Bolmer
Hi, I'm currently using the Content v2.1 API for the Google Merchant Center to add products. According to both the documentation (https://developers.google.com/shopping-content/reference/rest/v2.1/products) and the blog posts by google (

Create Google Ads API Display campaign via Google Ads API

2023-03-23 Thread Nghia Nguyen
Hi, Is it possible to create a campaign with *Display type* via *Google Ads API*. I tried but i got error and this message : *This operation is not permitted on this campaign type* I saw that there is campaign with Search type campaign and can be set *target content network *to *true *and I

Creating User List in Adwords

2023-03-23 Thread Hardik Pahuja
I'm using the UserListServiceClient to create and update User Lists, but I keep getting the error "Request contains an invalid argument." I've looked up various documentation, still not able to fix it, pleasetell me to make it work. Thanks. Here's my API Request for the same. const

Google Ads API feed service update frequency

2023-03-23 Thread Silver Pajumäe
Hello We are using Google Ads API to update our custom feed more frequently than it is possible by Google Ads where highest frequency is every 6 hours. Regarding this I have two questions: 1. How long does it take for a new item to be processed (status = Eligible)? 2. How long does it take for

API hang Python client

2023-03-23 Thread Lộc Đoàn
Hi google ads team, My team has just upgraded Google Ads API to v13. I made a lot of calls to the API, but sometimes, some call got hang and make my program just hang there. The latest log for the hang run look like this: 2023-03-22 04:14:47,240: MainThread google.ads.googleads.client: Request

Re: Getting "The Caller does not have permission" while creating budget

2023-03-23 Thread Özgür Nevres
My bad, I now understand what you meant. For those who is getting the same error, I forgot to set the LoginCustomerId property on client.config. public static GoogleAdsClient GetGoogleAdsClient(GeneralRequestWithoutCustomerClientId request) { var client = new GoogleAdsClient();

Re: Getting "The Caller does not have permission" while creating budget

2023-03-23 Thread Özgür Nevres
Thanks for the answer. If the user / email address has access or is associated with the MCC / manager account, you will need to specify the MCC / manager account's ID without hyphens (-) as the value of the login-customer-id