Re: AdWords API MediaService returns Streaming URL for video but cannot be visited

2021-08-17 Thread weijie ding
Hi, Have you got my reply of SOAP request and response? I want to check the progress of this issue. Thanks, Weijie On Thursday, July 29, 2021 at 6:03:29 PM UTC+8 adsapi wrote: > Hi Weijie, > > Thank you for all the information that you have provided so far. > > Before I raise this issue to the

RE: Cannot access to table "Video" since days before

2021-08-17 Thread Google Ads API Forum Advisor
Hi Pan Liu, Thanks for reaching out to us. Could you please double check if the GAQL query you used before when you got the correct data is the same when calling the request with the GAQL query which returns only an empty response without an error message? To help you build your query, we sugg

RE: video取数据一直返回这个,是有变动么?

2021-08-17 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. Upon checking the GAQL you’ve provided with us, it appears that your query don’t have the filtering conditions in the WHERE clause. Note that the WHERE clause must combine to form a valid, finite date range composed of the core date segments 'segments.date',

Re: Cannot access to table "Video" since days before

2021-08-17 Thread 'Pan Liu' via AdWords API and Google Ads API Forum
No error message, only empty response, just like no records. On Tuesday, August 17, 2021 at 1:35:01 PM UTC+8 Pan Liu wrote: > Dear Ads API team, > > We purpose to synchronize metrics from google Ads API into our database > for our employees and ad managers to view. However, a problem was found

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Hi, I just checked the accessToken with the following url `https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=` and found out the scopes are somehow different than normal ones. We are going to dig into this. Thanks for your time. Best, 2021年8月18日水曜日 11:00:45 UTC+9 Nobuyoshi Shimmen: >

Some lost rate metrics are being returned as '--' or 0 while Google Ads interface displays percentage values for them, for the same date range.

2021-08-17 Thread masaki kameoka
Hi, I am pulling data from Adgroup Performance Report and are getting discrepancies in the values for the Search Network’s Some lost rate metrics . The metrics are:  Search Lost IS (rank)  Search lost abs. top IS (budget)  Search lost top IS (budget)  Search lost abs. top IS (rank)  Search los

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Hi again, We are using the same client credentials but still we got this error: AuthenticationError.OAUTH_TOKEN_INVALID I dumped out the content of request and response where I replaced some confidential info with xxx We are using this package `https://pkg.go.dev/golang.org/x/oauth2` to genera

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Hi, I was wrong. We're not using the sale credentials. Sorry for taking your time. Thanks, 2021年8月18日水曜日 9:57:50 UTC+9 Nobuyoshi Shimmen: > Thanks for your response. > > Yes, we are using the same client credentials(clientId, clientSecret). > > Best, > > 2021年8月18日水曜日 2:59:59 UTC+9 adsapi: > >>

Re: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Nobuyoshi Shimmen
Thanks for your response. Yes, we are using the same client credentials(clientId, clientSecret). Best, 2021年8月18日水曜日 2:59:59 UTC+9 adsapi: > Hi, > > Are you using the same client when authorizing in the application and when > updating the token on the server? I recommend double checking the cl

Delete all users from Custom audience before uploading new user set

2021-08-17 Thread 'asharm...@agl.com.au' via AdWords API and Google Ads API Forum
Hi Team, I am trying to delete all existing users from an existing custom audience (user list) before adding new set of users. I am using below code: using (var userListService = (AdwordsUserListService)_adWordsUser.GetService(AdWordsService.v201809.AdwordsUserListService))

Re: Unknown targeting value

2021-08-17 Thread Google Ads API Forum Advisor
Hello, It seems you may not be receiving some messages from our team. The last reply from our team was: To answer your question on your initial post, I would also suggest to use the current version as there are updates to location and there might be locations that will no longer work. "... the

RE: Adwords CampaignCriteriaOperator API can not fetch negative keywords if they are part of a list

2021-08-17 Thread Google Ads API Forum Advisor
Hi Deepak, Could you demonstrate this behavior of negative criterion in a list not showing in campaignCriterionService by giving us privately a request and response log of communication with the API? You can get instructions for logging with our client libraries in this link by expanding the pr

RE: How to get audience id - no0 way to query

2021-08-17 Thread Google Ads API Forum Advisor
Hi, Thank you for bringing this sample code request up, I raised it with my team. You may monitor that example code for an update. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2LnbHx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

RE: Search volume for a keyword is zero whereas in the past it was around 300K

2021-08-17 Thread Google Ads API Forum Advisor
Hi Shoaib, The product support team could assist you on this, the API can only mirror the UI. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2LmOKI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~

RE: Bug when using campaigns mutate operations

2021-08-17 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Can you please reply privately and provide us with the complete request and response logs for each attempt? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Lna4P:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

RE: GoogleAds V8 REST works but grpc fails with "PermissionDenied"

2021-08-17 Thread Google Ads API Forum Advisor
Hi Jackson, If you haven't been receiving our messages, please send an email to googleadsapi-supp...@google.com, and we can continue the thread there. Please link this forum thread in your email. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2HLqTJ:ref -- --

RE: { "error": "unauthorized_client", "error_description": "Unauthorized" }

2021-08-17 Thread Google Ads API Forum Advisor
Hi, Are you using the same client when authorizing in the application and when updating the token on the server? I recommend double checking the client credentials. Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2LnpzF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Adwords/Ads API Invalid_grant error Bad Request

2021-08-17 Thread Google Ads API Forum Advisor
Hi Pratik, Let us know if you have any further questions related to Google Ads API. Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2Lkmcl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=

RE: criterionError - FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING

2021-08-17 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. The error, FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING, indicates that the criterion may not be set with negative set to true. It seems you are probably using the campaign criterion service. If so, the negative field must be set to false, for the gender criterion.

RE: How can I get each asset‘s name,id,impression,cost and click data

2021-08-17 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Looking into the account, 331-873-5866, I see that it only has one pre-registration app campaign. This campaign type is not currently supported in the Ads API, which would explain why you received an empty response. However, support for this campaign type has bee

RE: How to link account to manager account

2021-08-17 Thread Google Ads API Forum Advisor
Hi Thien, Linking to Manager accounts and Upload Click conversions describe how to do these things in the API. If you are having trouble with the UI you can get help from product support. With that being said, the screenshot you sent comes from clicking "Tools and Settings" on the top right of

RE: How to extract search volume for a list of keywords using the news ads api

2021-08-17 Thread Google Ads API Forum Advisor
Hi there, You can check out Generate Historical Metrics. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2LnXKL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: curl for location targeting

2021-08-17 Thread Google Ads API Forum Advisor
Hi Wayne, I brought to my team your request for options to get all possible results and to filter by target type from location targeting. You may monitor our blog for an update. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2LmeK9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Configure "Conversion Account" and "Audience Manager Account" through Google Ads API

2021-08-17 Thread Google Ads API Forum Advisor
Hi Léon, I raised your request with my team. You may monitor our blog for an update. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2LnVmC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~

RE: API for scheduled auto appealing ads

2021-08-17 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Please see this guide that includes a code sample for automatically submitting review requests for ads and keywords that trigger policy violations. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2LnK5M:ref -- -- =~=~=~=~=~=~=

Campaign Criterion Simulation - None Response

2021-08-17 Thread Andrea Cau
Hi. I'm trying to retrieve some simulations for campaign criterion Account production and display campaign. I'm getting: - Response: None Why ? Am I doing something wrong? The following are the DEBUG logs: [2021-08-17 12:46:36 - DEBUG] Request --- Method: /google.ads.googleads.v8.serv

Re: Why does the java sdk always print error messages and cannot capture the error

2021-08-17 Thread Google Ads API Forum Advisor
Hi Xu, I work with Yasar and will assist you. You can join the https://github.com/googleads/google-ads-java/issues/169 if this is the same issue, otherwise please open another thread in that issue tracker. This forum deals only with the request and response that all client libraries send to the

Campaign Criterion Simulation - None Response

2021-08-17 Thread Andrea Cau
Hi. I'm trying to retrieve some simulations for campaign criterion Account production and display campaign. I'm getting: - Response: None Why ? Am I doing something wrong? The following are the DEBUG logs: [2021-08-17 12:46:36 - DEBUG] Request --- Method: /google.ads.googleads.v8.ser

RE: System User Token

2021-08-17 Thread Google Ads API Forum Advisor
Hi, Currently, OAuth is the only approach used for authentication. Please add more details regarding system user token so that I can forward your concern to the rest of the team. https://developers.google.com/google-ads/api/docs/first-call/overview Thanks, Lakshmi Prathipati Google Ads API Te

Need Swagger files or Postman Collections for Google Ads REST APIs

2021-08-17 Thread Simba Technologies
Hello Ads Team, Could you please provide us the Swagger files or postman collections of Google Ads REST APIs if possible. Regards, Pavan Cheemakurthi, Magnitude Software -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

System User Token

2021-08-17 Thread 'Kate Orlova' via AdWords API and Google Ads API Forum
Hi! Is there any possibility to generate and use system user token to authenticate instead of Oauth? Now or maybe in future? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: language

2021-08-17 Thread 郭云
Thank you very much 在2021年8月17日星期二 UTC+8 上午9:46:31 写道: > Hello, > > Thank you for getting back to us. > > As mentioned by Yasar on the previous thread, you can use this guide > > to > get the Criterio

Re: Generate Historical Metrics - only available for ENABLED plans

2021-08-17 Thread Stacey
Hi Peter, I have replied privately twice now, the latest being yesterday. Could you please review? Thanks, Stacey On Friday, June 18, 2021 at 4:38:50 AM UTC+1 adsapi wrote: > Hi Stacey, > > Thank you for reaching out to our API support team. > > So our team can more accurately troubleshoot,

Re: Google Ads API giving ACCOUNT_LIMIT error

2021-08-17 Thread Google Ads API Forum Advisor
Hi Pratik, Thank you for the reply. I work with William and let me provide support to your concern. For this part of your concern, you may check on your end if the number of active extensions reached the 250,000 limit. "But many extensions remove from the account and after that also it's saying

Re: Google Adwords/Ads API Invalid_grant error Bad Request

2021-08-17 Thread pratik patel
Thank you Ramesh & Lakshmi. I have the same issue I think. I have also a consent screen showing in Testing. I change the status of it and will check after 7 days. Regards, Pratik Patel On Thursday, 12 August 2021 at 23:50:45 UTC+5:30 rames...@minstersoft.co.uk wrote: > Thank you Lakshmi. > >

video取数据一直返回这个,是有变动么?

2021-08-17 Thread kyoo hk
之前可以获取数据;现在只返回这个 array ( 'fieldMask' => 'video.id,video.title,video.resourceName,video.durationMillis,video.channelId,metrics.impressions,metrics.costMicros,metrics.clicks,metrics.engagements,segments.date,metrics.allConversions,metrics.conversions,metrics.allConversionsValue,metrics.conversion

Re: Google Ads API giving ACCOUNT_LIMIT error

2021-08-17 Thread pratik patel
Yes, But many extensions remove from the account and after that also it's saying the same kind of error. So, when we remove the existing extension that will reduce that count? If not reduce count then how do we remove and add a new extension? Regards, Pratik Patel On Saturday, 7 August 2021 a

Re: Using temporary id when creating Extension Feed Items

2021-08-17 Thread OC
Hi, Thanks for the response. I was following the instructions in this document when implementing the code and it says that "GoogleAdsService.Mutate supports temporary resource names". I didn't experience the same issu