Re: Query BillingSetup using PaymentsAccountId - Error Occured

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hello Suresh, I'm sorry for this late reply. I've just got confirmation that the issue will be fixed in around one week from now. Could you please try around the end of next week and if it's not resolved yet, please let me know again. Best, Thanet, Google Ads API Team ref:_00D1U1174p._5001UXWst

Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-28 Thread Pratik Patel
On Friday, May 29, 2020 at 12:36:28 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Pratik, > > Thank you for reaching out. If you need to get the client customer id from > users that are authorized through your app you would need to use > getCustomer() >

Re: User List maintenance using Google Ads API

2020-05-28 Thread cv
Hello Mitchell, Your link also suggests that it would support both partial_failure and validate_only. But again your reply said that would for validate_only. We confused. @abhinav I think API is not supporting the same. I have also asked the same to the forum but they said to contact Google Ads

Asset performance segmented by conversion_action

2020-05-28 Thread 'He Chang' via AdWords API and Google Ads API Forum
Hi, API support team May I consult is it possible to query the asset performance metrics like clicks, segmented by the conversion_action for AC 2.5 in the scenarios of multiple optimization event? I read the doc and found seems the metric is available in ad_group_ad_asset_view, but the segment

Re: User List maintenance using Google Ads API

2020-05-28 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Could you please help me out to implement the handlepartialfailure in below code. I am struggling lil bit here. I am not able to get the partialFailureErrors object from mutateMembersResult . using (var userListService = (AdwordsUserListService) user.GetServic

If there are some plans in the roadmap to update this service to work using the new Google Ads API v3?

2020-05-28 Thread João Ricardo Hurb Com
We are using Google Ads new API. Transfer to sync our Google Ads data with our Google Bigquery Data Warehouse. This transfer service is directly provided by Google Bigquery and use the API version v201809. I would like to know if there are some plans in the roadmap to update this service to w

RE: Test account suddenly disabled

2020-05-28 Thread Jeremy Topper
Hi there, sure. Here it is. We have a parent account (MCC test account – auto2connexity) 452-591-8281 that is setup to manage 4 sub-accounts: * 249-939-8420 * 925-231-4710 * 124-731-5518 * 761-726-6616 See the error message we’re seeing below. Let me know if you require further

RE: Question regarding US geo-targets

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Stephen, I would recommend reaching out to the Google Ads Product Team here as they will be more equipped to assist you with these questions. They will be able to tell you if this is the intended behavior and how the metrics are counted for these regions. Regards, Mitchell Google Ads API Te

RE: Test account suddenly disabled

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Unfortunately, we do not have access to the case you have provided, but I see that you can no longer access your test account. Can you please provide your clientCustomerId as well as any error messages that you are receiving so that I can take a closer look?

RE: "CUSTOMER_NOT_ACTIVE" error when using ManagedCustomerService.get()

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Pratik, Thank you for reaching out. It is required to provide the customer id to make calls to CustomerService.getCustomers(). You would need to provide it and the issue should be resolved. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q1zsX6A:ref -- -- =~=~=~=~=~

Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Pratik, Thank you for reaching out. If you need to get the client customer id from users that are authorized through your app you would need to use getCustomer() and set your manager account id as the client customer id, then you would be able to get all the direct customer accounts under yo

Re: PHP: How to add a video to a Gmail Ad?

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Noam, I took a look at the error message and looked at the structure of Gmail Ads and it looks like in order to upload a video to your Gmail ad, it must be a YouTube hosted video and mediaId must be populated. Therefore, you'll need to populate and set the mediaID for the video to upload thi

Re: Smart campaigns

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hello, You can refer to this guide on Smart Display Campaigns. To get statistics on these campaigns, you may refer to thee Reporting section of the guide. For code samples on basic operations that can be done on campaigns, you can refer here. Let me know if you have any additional questions. R

Google Ads API - No data being returned for Sequential Video Ad Campaigns

2020-05-28 Thread Don Cosseboom
Hi, I was looking for some help! We are seeing no data returned for a subset of our campaigns, and have never run seen this issue before. - We are using the Google Ads API - The campaigns in question are Sequential / Video Ads - We are querying these campaign IDs: - (mas

Re: User List maintenance using Google Ads API

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, I can confirm that the UserList service supports partial failure as shown here. Also, for AdWords API, the AdWordsUserListService should support partial failures as well. Please let me know if that causes any errors. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaRix7:

RE: Google adwords location data

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Hashir, Thank you for reaching out. If you are referring to the list of Geotargets, you can download a .CSV file here. If this is not what you are looking for, kindly elaborate on your concern so that I can further assist you. Regards, Danica, Google Ads API Team ref:_00D1U1174p._5004Q1zsVKU

RE: ReportDefinitionReportType.AD_PERFORMANCE_REPORT return unexpected ImageCreativeName value.

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hello, API reports should give you the current state of your entities regardless of the date you pull it. If you continue to notice the old names of your images appearing, please reply privately to author your report definition and its results. Regards, Anthony Google Ads API Team ref:_00D1U11

Test account suddenly disabled

2020-05-28 Thread j topper
Hi there, Our test account has suddenly been disabled and we are no longer able to access it through any of the users. A previous case was opened with Google support however we were referred to the API team. Here is the previous case number: 9-793030796. Can someone here please review th

Re: Question regarding US geo-targets

2020-05-28 Thread Stephen Howe
Hi Mitchell, Thanks for the prompt reply. I am still a bit unclear about the implications of this. If I pull a report by RegionCriteriaId, I am returned both Silicon Valley and San Francisco Bay Area *as well as *California. All of these locations have 'Region' status. Does the row for Califo

Re: User List maintenance using Google Ads API

2020-05-28 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Is partial failure supported with UserListService Mutate operations? I think it is not. @cv have also asked for the same but they replied NO. please refer Link here

RE: Question regarding US geo-targets

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Stephen, Thank you for reaching out and for bringing that information to my attention. I did some digging and it looks like Silicon Valley has 3 parent locations, United States, California, and San Francisco-Oakland-San Jose CA so that shouldn't be an issue. However, it looks like San Franci

Re: Exclude Product Group in API

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Bruno, Yes, it does. Product groups in smart shopping campaigns are just for including or excluding a set of products. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zsN0a:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

RE: Device wise performance reports script

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hello Hashir, You can use the Criteria Performance Report with a filter CriteriaType = PLATFORM to get device criteria data. If you want the data exported onto a Google Sheet, you should use Google Ads Scripts. If you have any further questions with Google Ads Scripts, I'd recommend reaching ou

RE: Data for Discovery and Display campaigns

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Roni, Unfortunately, you still won't be able to get these campaigns through the API. You can follow our blog for any announcements or updates. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zsVJ2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

RE: How to Setup Logging in Python?

2020-05-28 Thread Google Ads API Forum Advisor Prod
Hi Scott, Thank you for reaching out. You can use the default logging configuration in your yaml file by un-commenting the section here. If you would like to enable detailed logs, you can change the log level to DEBUG. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zsLrr:ref --

Re: Standard access application form returns 403 Forbidden

2020-05-28 Thread Павел Лазаренко
Hi, Thank you. This link works. вт, 26 мая 2020 г. в 17:05, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com>: > Hi, > > I've taken a look at this issue with my team. Could you try this link >

Question regarding US geo-targets

2020-05-28 Thread Stephen Howe
Hi, When pulling from the GEO_PERFORMANCE_REPORT by Region with constraints: IsTargetingLocation IN [true, false] AND LocationType = LOCATION_OF_PRESENCE AND CountryCriteriaId = 2840 I notice that two regions show up with longer RegionCriteriaIds than the other US states. They are: 9073452

Re: Exclude Product Group in API

2020-05-28 Thread Bruno Javier Gaineddu
also applies to smart shopping campaign? thanks El miércoles, 27 de mayo de 2020, 17:23:24 (UTC-3), adsapiforumadvisor escribió: > > Hi Bruno, > > Thank you for reaching out. You can do this in AdWords API by using the > AdGroupCriterionService >

Re: "CUSTOMER_NOT_ACTIVE" error when using ManagedCustomerService.get()

2020-05-28 Thread Pratik Patel
On Saturday, November 9, 2019 at 1:25:10 AM UTC+5:30, Ben Foster wrote: > > I should also note that the following code, which uses > CustomerService.getCustomers() and is using the same user's credentials as > the previous code, is working fine and only returning active accounts: > > def accoun

ReportDefinitionReportType.AD_PERFORMANCE_REPORT return unexpected ImageCreativeName value.

2020-05-28 Thread Dũ Đoàn
Dear all, - Before 2020-05-23, I uploaded a creative image named by *image.jpg_20190319 *(sample name) - On 2020-05-23, ReportDefinitionReportType.AD_PERFORMANCE_REPORT returned ImageCreativeName = *'image.jpg_20190319'* - Then, I changed name to *image.jpg* *- *On 2020-05-24, ReportDefinition

Device wise performance reports script

2020-05-28 Thread Hashir Ansari
Hi All, Can anyone help with the device wise performance report script to save data in google spreadsheets -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

Re: Smart campaigns

2020-05-28 Thread Владимир Ярцев
Can you send API doc, where is describe, how to update and get statistics from Smart Campaigns? четверг, 28 мая 2020 г., 0:48:27 UTC+3 пользователь adsapiforumadvisor написал: > > Hello, > > Thank you for reaching out. Yes, you can get Smart campaigns by using the > "UNKNOWN" advertisingChannel