Retriving data from deligated accounts.

2019-05-06 Thread Crazy Maksi
Hello, We are using php library for retriving statistics data from AdWords. And we have encountered a case where we have our clientId and clientSecret and refreshToken for MMC account, but we need to retrive data from account deligated to this MMC account. When we are trying to use deligated ac

RE: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Thank you for reaching out to us. The AUTHENTICATION_ERROR occurs if the authentication of the request failed or if you are using incorrect credentials when making API c

RE: How to get the impressions reach through the Adwords API ?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
HI Bruno, Thanks for clarifying your concern. On the AdWords API perspective, you can use the Criteria Performance Report to get the data of the custom affinity audiences. You should be able to segm

RE: Getting "Data truncation: Out of range value for column XXX" Errors with Various AdWords API Reports since 5/3/2019 - Is This Due to the Current AdWords API Issues?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi John, Yes, the issues encountered during the said period in the blog post indeed involves data issues from across various reports in the Google Ads UI and APIs. As of now, all other data are accurate apart from the period stated in the blog post. You may also keep an eye on the said blog for

Re: PRODUCT_PARTITION_DOES_NOT_EXIST when setCaseValue(new ProductBrand())

2019-05-06 Thread murugan
Hi Didn't create AdGroup in UI. created the campaign in paused status through API then add AdGroup in that campiagn. then try to do the product partition by subdivition. Now go to remove all campaigns and try again. On Tuesday, May 7, 2019 at 12:59:00 AM UTC+5:30, googleadsapi-forumadvisor wr

RE: Failed to load project for Ads V1 upgrade

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to us. I could see that you are trying to make an API call but you are getting an error because Google Ads API isn't enabled in your project. You may follow this guide

RE: Downloading XML and CSV reports using the new Ads API

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm sorry for the confusion. It is correct that there is a way to download CSV/XML reports but it should be done on your end using a client library of your choice. For example, in Java, you would need to use its core utilities (eg. java.io.Writer, java.io.FileWriter) to create the method. Th

RE: Adwords reporting bug/outage

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you confirm if the issue was encountered during *12:01am of May 1 to 4:00am May 2 (PDT)*? I asked this because according to our blog post, our team is still working to resolve the issue o

RE: set proximity radius not doing anything

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I've filed an issue since this does seem unexpected. I'll get back to you when I've heard back on the issue. Thanks for providing such great detail! Best, Nadine Sundquist, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: [3-4581000025939] Downloading XML and CSV reports using the new Ads API

2019-05-06 Thread Stepanian
Thank you for the response. I am not sure I follow completely, but it appears from your answer that there actually is a way to download XML and CSV reports. We can definitely write the necessary code to accomplish that. We just don't know where to start in the new Ads API. Is there an example?

Re: The ImpressionShare metrics on the AdGroupPerfomanceReport and the CriteriaPerformanceReport.

2019-05-06 Thread T.Motodate
Hiroyuki-sama Sorry for my late response. OK, I'll ask this question to the Google Ads Community Forum. Thank you very much. 2019年4月26日金曜日 17時39分00秒 UTC+9 googleadsapi-forumadvisor: > > Motodate-sama, > > With regard to your question about generating Adgroup Performance Report > via Google Ads

Getting "Data truncation: Out of range value for column XXX" Errors with Various AdWords API Reports since 5/3/2019 - Is This Due to the Current AdWords API Issues?

2019-05-06 Thread John Kushmerick
Hi, We have all of a sudden started getting "Data truncation: Out of range value for column XXX" errors with our AdWords API pulls for various reports and clients that we manage. I know that there are currently data issues for 5/1 & 5/2 with the AdWords API, as outlined in this blog post - htt

Failed to load project for Ads V1 upgrade

2019-05-06 Thread sdesai
Hello! I am unsure if this is an issue with setting up the project or if this is an issue on my end, but would someone be able to guide me as to how I can enable the Google Ads V1 API for my project? When we attempted to run a test, we got a status back saying that we need to enable it by visiti

RE: Request Limit Google Ads API

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Marco, You could refer this issue from the grpc repository. Usually when yo face resource_exhausted error, it is recommended to set up short delays betwe

Re: Google Ads V1.0 - Conversion Action Service

2019-05-06 Thread Priya
Thank you Bharani for your input. I would like to confirm my understanding. I use the following settings for UploadConversion in adwords . attributionModelType = AttributionModelType.LAST_CLICK; isExternallyAttributed = false; So for Google Ads V1.0 , If I set AttributionModelSettings

RE: How to get the estimated impression volume for display or video inventory through the API ?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Bruno, Unfortunately, these fields are not available in the API. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https://developers

RE: Google Ads V1.0 - Conversion Action Service

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Priya, The excludeFromBidding setting in the AdWords API is for setting the option "Include in Conversions" in the Google Ads UI. This can be implemented using the include_in_conversions_metric

RE: PRODUCT_PARTITION_DOES_NOT_EXIST when setCaseValue(new ProductBrand())

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Bala, Based on the error, it looks like the subdivision creation is failing as there is already a product partition. The subsequent nodes seems to fail as the subdivision creation failed. Could you please confirm if you were creating the ad group via Google Ads UI? If so, you will need to fir

Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-06 Thread Darshan Pradhan
Hi, We just noticed we started seeing an error when fetching a customer details from new Google Ads Api. Here is the error details. My user has 4 accessible accounts. I think the issue is only when I am getting an account which is not fully activated, which used to work without issue before.

RE: I am having problems when trying to set a FEEDMAPPING_PLACEHOLDER_TYPE as ID of 7 for a location extension.

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi John, Nick never replied back to me. You can *reply privately to author *your API request and response so that I can have a look. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.

RE: Outstream video ads don't seem to have an AdType in the AdWords API

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dorian, Could you please share the report definition, the Client customer Id and the Ad_Id for which you are seeing this discrepancy to help further? Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: In which UI can I see media files I've uploaded via the MediaFileService of the Ads API?

2019-05-06 Thread 'Chris Mason' via AdWords API and Google Ads API Forum
Thanks for the reply. Saves me from continuing to search for it. =) On Sunday, May 5, 2019 at 11:36:30 PM UTC-7, googleadsapi-forumadvisor wrote: > > Hi Chris, > > Thank you for reaching out to us. I could see that you have uploaded the > image files successfully using the MediaFileService.Mu

Re: Adwords reporting bug/outage

2019-05-06 Thread Bala
The INFLATED Costs are still showing. Please clarify. Any inside updates to share with us. On Friday, May 3, 2019 at 2:45:50 AM UTC+5:30, Landon Taylor wrote: > > Is the adwords reporting outage showing INFLATED costs for apr 30, May 1 > and today or UNDER-REPORTED costs > > We saw a huge spike

Fetch a complete nested tree of all customers

2019-05-06 Thread Olga Pashkevych
Hi, I need to retrieve a complete nested tree of all customers. I'm using customer_client resource. It returns me all customers with level information. But there are no information about for which customer it belongs to. I can see only information about customer on top level. What is the bes

RE: Smart Campaign for search campaign ads

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Priya, We don't have any timelines as to when this will be supported. You can follow our blog for any announcements. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Request Limit Google Ads API

2019-05-06 Thread Marco Frighetto
Hi there, i am experiencing some issues when it comes to pushing Keywords using the Google Ads API. Specifically, I am getting back this error when i am trying to push more then 2 KWs at the same time: > > > *grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated > with:status = Status

RE: Are Responsive Search Ads Mutable?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, We are hoping to have support for this feature by sometime in June, although we cannot commit firmly to any dates yet. Regards, Mike, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblo

Google Ads V1.0 - Conversion Action Service

2019-05-06 Thread Priya
Hello API Team, I am migrating AdWords v201809 to Google Ads V1.0 using .net client library. I am not able to find the below mentioned two fields( which are available Adwords) in Google.Ads.GoogleAds.V1.Resources.ConversionAction. *Google.Api.Ads.AdWords.v201809.ConversionTracker.excludeFromB

Re: Are Responsive Search Ads Mutable?

2019-05-06 Thread F B
Hi Mike, thank you for the feedback! Do you have an approximate timeline as to when this functionality will become available? Cheers Fabian On Monday, 6 May 2019 15:59:26 UTC+2, googleadsapi-forumadvisor wrote: > > Hello, > > Mutable ads are not yet supported in the Google Ads API, but we are

Smart Campaign for search campaign ads

2019-05-06 Thread Priya
Do you plan to start support Smart Campaign for Search network? If so, when? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are sub

RE: How to create Audience Source with the Help of Content API

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Bhumika, Based on the screenshot, it looks like you're looking to setup the Audience source in the Google Ads account. It is not possible to setup the audience source through the API. However, you may refer to this help center article

RE: How to make a POST request via Node JS to fetch data from the Google Ads API?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anirudh, In order to get the data and metrics from your account you can use the GoogleAdsService with the help of Google Ads Query Language guide

Outstream video ads don't seem to have an AdType in the AdWords API

2019-05-06 Thread Dorian Kind
Hi, I just noticed that in the AD_PERFORMANCE_REPORT, outstream video ads have their AdType field set to the empty string, whereas other types of video ads use the value "Display ad", as far as I can tell, Is this by design? If so, can we safely assume that an empty AdType field always indicate

PRODUCT_PARTITION_DOES_NOT_EXIST when setCaseValue(new ProductBrand())

2019-05-06 Thread murugan
Hi Got the "PRODUCT_PARTITION_DOES_NOT_EXIST" issue when trying to partition the products in adgroup. followed the page https://developers.google.com/adwords/api/docs/guides/shopping#partitioning to create product partition through API. PLease check the below code and suggest what should do h

RE: Reporting issues

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aishvarya, Unfortunately, we don't have any timelines as to when this will be resolved. Please keep an eye on the blog for updates. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developer

RE: ConversionService RequestError.UNKNOWN

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Thanet is out of office at the moment, so I'm picking this up for him right now. We finally figured out what's going on here. For each account, there's a limitation that there cannot be more than 1000 active conversion types. This account has over that amount already, so an error will be

RE: Are Responsive Search Ads Mutable?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Mutable ads are not yet supported in the Google Ads API, but we are working on it. I apologize for the error in documentation on that page; we're working now to correct it. Regards, Mike, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: How to get the impressions reach through the Adwords API ?

2019-05-06 Thread bruno
Hi, I'm trying to get the estimated size of the audience (the result : 500 M to 1 B you can see on the screenshot). Thanks. Le lundi 6 mai 2019 12:51:20 UTC+2, googleadsapi-forumadvisor a écrit : > > Hi Bruno, > > Thanks for reaching out. > > Could you confirm if what you are trying to get is t

Re: [GOOGLE ADS API] Get Conversion Action List

2019-05-06 Thread Robert Heise
Hi Anthony, sorry for the late reply. It works for me as well now (via the Java client lib). Thanks for fixing the issue. Best, Robert On Thursday, 18 April 2019 04:53:48 UTC+2, Miguel Graciá wrote: > > I'm trying to get a list of the conversion actions of a customer client, > but it always

How to make a POST request via Node JS to fetch data from the Google Ads API?

2019-05-06 Thread anirudh . maddy
I'm confused with the documentation. Could someone guide me on how to make requests via REST API. Here is what I have tried. var options = { url: 'https://googleads.googleapis.com/v1/customers/'+accountid+'/adGroups', header

RE: How to get the impressions reach through the Adwords API ?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Bruno, Thanks for reaching out. Could you confirm if what you are trying to get is the data of *custom affinity audiences*? You may try to use the get method of CustomAffinityService

How to get the estimated impression volume for display or video inventory through the API ?

2019-05-06 Thread bruno
Hi, Is there a way to get the estimated impression volume for display or video inventory through the API ? This data is available in the UI (please see screenshot). Thanks for help. Have a good day. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Reporting issues

2019-05-06 Thread aishvarya ananth
https://ads-developers.googleblog.com/2019/05/reporting-issues-april-30-and-may-1-2019.html When do we expect the issue to be fixed for May 1st / May 2nd? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=

RE: How to get assets of app campaign?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mohammad, Thank you for reaching out to us. Unfortunately, retrieving the performance report of app campaign assets is currently not supported in Google Ads API. For now, I would suggest you to keep an eye on our blog to get all the latest updates. Re

How to get assets of app campaign?

2019-05-06 Thread Mohammad Reza Kiani
Hi, I've asked this question in reply of my previous topics but no body answered. My goal is to get performance report from app campaign assets in google-ads api but I can't get assets of a specific campaign. (I have campaign ID) As the app campaign don't have any group or group ad, there is no w

RE: Trying to setup google ads api, getting "Internal error encountered" code 13

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to us. The INTERNAL_ERROR occurs when something unexpected happened while processing the request or the API isn't functioning correctly due to a bug. I would suggest waiting for 3

RE: Proximity Suggestions

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm afraid that proximity suggestions are currently not supported in the AdWords/Google Ads APIs. For the AdWords API, you can refer to this guide for what can be achieved with location targeting. For the Google Ad

Re: Google Ads API: how to use paging (page_token / next_page_token) - Python

2019-05-06 Thread Mat
Hi Leon and Bharani, that's great. Thank you. Please consider amending the guide on this point. Regards Mat > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

RE: What is the best way to send external conversion events to Google Ads?

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Scott, Using the AdWords API, you should be able to upload your external conversions by following this section of our tracking and importing conversions

RE: use report type CAMPAIGN_PERFORMANCE_REPORT fail

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Joe, Thanks for reaching out. Upon checking the SOAP logs in the provided screenshot, I noticed that you've used the '*Status'* field in the filter of your report so that all the campaigns with paused status will not be included in the response. However, this field doesn't exist in the Campa

What is the best way to send external conversion events to Google Ads?

2019-05-06 Thread Scott Richmond
One of our major sources of income for our software product comes from a webstore that does not support tracking the user all the way to the purchase - We only get tracking from ad clicks to the landing page for our product. We cannot influence them to change this further. We have developed the

Proximity Suggestions

2019-05-06 Thread Антон Дроздов
how i can implement Proximity Suggestions. i need exactly the same thing as on Radius targeting page. UI internally uses GeopickerDataService/GetProximityDataSuggestions is there any API for this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleads

How do I link campaign conversion metrics to the goal events that caused it?

2019-05-06 Thread Scott Richmond
We are sending custom events to the Analytics API to trigger goals, which then cause a conversion in any linked ad campaigns to the user. These events contain information about the purchase of the product and therefore the value. The value is not stored in the conversion event as it can be dyna

Re: Trying to setup google ads api, getting "Internal error encountered" code 13

2019-05-06 Thread 苑栋杰
I have encountered the same error. Can you solve it? How to solve it? 在 2019年4月8日星期一 UTC+8下午6:29:14,rhys.e...@siteloft.com写道: > > > > I'm migrating our PHP app to the google ads api, I've setup the client > library and am ready to start making requests however I'm getting this > error for every

RE: ProductPartition.parentCriterionId

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alex, So I can further investigate, could you provide to me the complete SOAP request and response logs that were generated when you used the AdGroupCriterionService.get() method to retrieve your ProductPartition criteria? You may reply using the *Reply privately to author* option. Thanks an

RE: How to move account with Google Ads API

2019-05-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to us. It is correct that moveOperation is currently not available in Google Ads API. In order to move the client account under a new manager account, you could use the CustomerClientLinkService.MutateCustomerClientLink