RE: Digest for adwords-api@googlegroups.com - 4 updates in 4 topics

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. So that I can check this concern and to provide support, could you provide more details about it? Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q29Uw8P:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

RE: OfflineUserDataJob do not appears in Conversions/Uploads

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Oleksandr, Thanks for posting your concern. To have an in-depth analysis to the issue, could you provide the following details via Reply privately to author option? complete request and response logs with request ID generated on your end upon uploading the store sales conversions customer I

Re: Failed to retrieve responsive video ad

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Thank you for providing the requested details privately. I will raise the issue to my team to have a deeper analysis to the issue. Rest assured that we will return back to you with updates. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q29SImo:ref -- --

Re: Failed to retrieve responsive video ad

2020-12-28 Thread Dihan Cheng
Hello, have you checked the issue? It's just basic query and I've upgraded to v6, but still not work if ad_group_ad.ad.video_responsive_ad.videos is included. thanks, Dihan On Wednesday, December 23, 2020 at 6:21:40 PM UTC-5 Dihan Cheng wrote: > I've tried to upgrade to google ads api V6, but

Problem understanding payment accounts

2020-12-28 Thread market test
Hi, i'm using de Ads API to set up a store(Multiple sub accounts), but i'm having problems understanding how to set up the Billing part. I checked Billing -> Billing Setup, and it mentions a Payment Profile is required(I'm still checking how to set the payment), but then a question popped up: Ca

RE: Schema

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Victor, Please see the following resources for reporting information on the AdWords and Ads APIs: AdWords API reports, columns and field attributes Google Ads API views, resources Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q29UW1H:ref -- -- =~=~=~=~=~

Fw: Failed to retrieve responsive video ad when "videos" field is include

2020-12-28 Thread Dihan Cheng
From: Dihan Cheng Sent: Wednesday, December 23, 2020 6:28 PM To: googleadsapi-supp...@google.com Subject: Failed to retrieve responsive video ad when "videos" field is include Hi Support, Below is the thread of the issue, https://groups.google.com/u/1/g/adwo

Re: how to create textasset using assetservice ?

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Tristin, The AssetOperation documentation mentions: A single operation to create an asset. Supported asset types are YoutubeVideoAsset, MediaBundleAsset, ImageAsset, and LeadFormAsset. TextAsset should be created with Ad inline. Please let us know if you have any other questions on this. R

RE: AuthorizationError.USER_PERMISSION_DENIED

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Jiajia, Thank you for reaching out. The error USER_PERMISSION_DENIED usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. Please use the email that has Standard or Admin Access to the manager account to

Re: Constant Data Service

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Anant, I think the ConstantDataService was originally designed to return various IDs (e.g. criterion IDs), rather than return more specific details like the hierarchy of the mobile app category. You could depend on the CSV data instead -- it is kept fairly upto date, and the underlying data

Re: Ads API

2020-12-28 Thread NARESH MOHANTA
Youtub channel video promod video ads On Mon, 28 Dec 2020, 10:16 pm Google Ads API Forum Advisor Prod, < adsapiforumadvi...@gmail.com> wrote: > Hi Victor, > > Thank you for reaching out. If you would like to run reports for multiple > accounts under the same manager account you could use this cod

Re: Ads API

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Victor, Thank you for reaching out. If you would like to run reports for multiple accounts under the same manager account you could use this code example as a template. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q29UPh3:ref -- --

Re: Google ads script for video campaign

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hello, This forum specializes in Ads API support. For Ads scripts support, please reach out on the Ads scripts forum. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q29U0Rz:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

Re: Error with Basic access

2020-12-28 Thread Google Ads API Forum Advisor Prod
Hi Chris, It appears as though these errors may be caused by a bug in our system, possibly due to the size of the query. I'm going to correspond with our engineering team to see if they can help identify the specific issue. I'll follow up with more information as soon as possible. Best, Ben,

Re: discrepancy between Keyword Planner UI and api:generateForecastMetrics

2020-12-28 Thread Steve Wilcox
Ernie, I cannot reply to author. It says I do not have permission. I will email the requested information to the API team as I have done before. On Sunday, December 27, 2020 at 10:36:16 PM UTC-7 adsapiforumadvisor wrote: > Hi Steve, > > Thank you for posting your concern. > > To investigate y

Mutate keywords with Rest on google ads api

2020-12-28 Thread Antonio Cortina
Hi, Im new using google ads api with REST and im triying to mutate added keywords from ads console. I can modify status because its in the same object of adGroupCriterion but keyword data its on an object keyword, keyword['text'] and keyword['matchType']. How can i modify them? This is my co