How can I get policy details value with a query to extension_feed_item?

2020-07-21 Thread Miguel Serna Agudo
I am trying to download this info via API from an account but there is not a field related to policy details whereas it is in the platform. The query I am using in Python is this one: ga_service = GoogleAdsClient.get_service('GoogleAdsService', > version='v3') > query = ( >

Re: max budget

2020-07-21 Thread Vallard Benincosa
also, I'm using python with Pandas on this query so wondering if that is an issue. On Tuesday, July 21, 2020 at 10:16:01 PM UTC-7 Vallard Benincosa wrote: > Working with a client who is using MXN currency and has a daily budget of > $MX21,000/day for one of the campaigns. When I call the API

max budget

2020-07-21 Thread Vallard Benincosa
Working with a client who is using MXN currency and has a daily budget of $MX21,000/day for one of the campaigns. When I call the API to get back the budget it gives me back 1 instead of what I think it should do: 21. Is there some max value I'm missing? Using the v20180

Does FeedItemService miss the leading "0" of PHONE NUMBER field of Location Extension in UK

2020-07-21 Thread Dongqi Wang
Hi, Hope you're doing well. I have set up a Location in UK with a PHONE NUMBER like "012XX XX" (with leading "0") in my GMB account, and I have also linked my AdWords account with it. However, when I fetch that Location Extension using AdWords API FeedItemService, I can only get the

RE: AdWords API's BudgetOrderService pulling wrong endDateTime

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hi Balraj, Thank you for reaching out to us. I see that you're encountering an issue with BudgetOrderService and obtaining the correct endDateTime. Could you provide us with the full request and response logs for where you get this result, as well as the customer ID of the account that you're p

Re: ConversionTrackerService returns incorrect TotalNumEntries?

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hi Christopher, Can you please share with me both the logs for CampaignService and ConversionTrackerService where you saw this behavior via reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q22XZOx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~

RE: Regex for KEYWORD_HAS_INVALID_CHARS error

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hi Christian, Thank you for reaching out. I have put in a request for this with my team so please keep an eye on our Developer Blog for information on future releases. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22XotK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Optimization Recommendation Uplift Score?

2020-07-21 Thread Pete Lavetsky (AdWords API Guru)
Hi Xiaoming, Let me ask this a different way: If my current account level optimization score is 0.70314, how would I utilize the RecommendationImpact object to calculate what my optimization score would be after applying any individual recommendation? The RecommendationImpact object ( https:/

RE: Optimization Recommendation Uplift Score?

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hi Pete, Thank you for reaching out. The RecommendationImpact in the API and the uplift score are the same concept. They stand for the impact on account performance as a result of applying the recommendation. Both are on the account level so the scope is the same. Thanks and regards, Xiaoming

Re: video ads keywords

2020-07-21 Thread frank mcmanus
Well that would make sense then. Thank you! On Friday, July 17, 2020 at 5:09:19 PM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > The query you used looks to be ok. However, when I looked up the > campaign 745578195, I saw that it didn't contain any keywords so that is > why your report is emp

Re: ad_name from keyword resource

2020-07-21 Thread frank mcmanus
Thank you! On Monday, July 20, 2020 at 1:44:25 PM UTC-4 adsapiforumadvisor wrote: > Hi Frank, > > I am checking on this further within the team. Rest assured we will reach > out to you once we have more insight on why you are unable to retrieve the > ad_group_ad.ad.name value. > > Regards, >

Re: Google Ads API get accounts under an MCC

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hi , Thank you for reaching out. You could go to the specific resource and check the available functions. For example, if you would like to fetch the Unwrapped Id of an ad group, you could locate the AdGroup resource and then use the getIdUnwrapped() function. You could find the list of the res

Re: Doing Adwords ETL for Adwords accouts outside of your MCC

2020-07-21 Thread Ray Curry
Hi Xiaoming / Google Ads API Team, If the only way to connect to another company's account is to add them to my MCC that owns the APP API then I will need a smooth way to add them to my MCC. Is there a way using the API that I can implement some sort of single sign on then once they have agreed to

Re: Lead cost from google ads api

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hi, You can get the list of GCLIDs using the Click View Report but unfortunately there's no way to get the cost for each individual click. However, you can use the metrics.average_cpc metric in the Campaign Report to get the average cost per click. I have created a feature request on your behal

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
I have created a conversion action using the api. I could verify that the action conversion id that the API response has given me, was the same as the value of the URL parameter. I have not found any other place where I can check the action conversion id from an action conversion created in the

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Reketec
Thanks Michel, I went back to my developper and I´ll update with the results. I have been trying to get this information online and I haven´t found anything, about this, where can I find information about this parameters in the URL? ocid ctId euid u uscid c authuser=0 subid Best, Pablo E

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
In this page, in the URL, there is a parameter ctId. You can check if correct, calling the conversionActionServiceClient.getConversionAction El martes, 21 de julio de 2020 a las 15:41:08 UTC+2, reket...@gmail.com escribió: > Hi there, > > Apparently I am using conversion_id and not conversion_

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Reketec
Hi there, Apparently I am using conversion_id and not conversion_action_id. I was getting it from here: Where can I find conversion_action_id? Thanks in advance Pablo El viernes, 17 de julio de 2020, 20:52:16 (UTC+2), adsapiforumadvisor escribió: > > Hi Pablo, > > Thank you for reaching out

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-21 Thread Michel Baretti
Hi, I am receiving the same error. Is there any problem with this service? El viernes, 17 de julio de 2020 a las 20:52:16 UTC+2, adsapiforumadvisor escribió: > Hi Pablo, > > Thank you for reaching out. You would need to upload the click conversion > to the account that contains the conversion

Re: Reporting at asset level not bringing asset name for Youtube Videos

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hello, I know it won't be in the next version of the API, but it may make the one after that. Unfortunately, we aren't able to provide any specific estimates beyond that. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5004Q22Xdo6:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Reporting at asset level not bringing asset name for Youtube Videos

2020-07-21 Thread renan....@wildlifestudios.com
Hi everyone, Thank you for the update. Well, this is quite disappointing since I remember being able to retrieve the youtube video name a few weeks ago using this same query. Anyways, do you have any guess when this new version could be released? On Tuesday, July 21, 2020 at 9:35:32 AM UTC-3 ad

Optimization Recommendation Uplift Score?

2020-07-21 Thread Pete Lavetsky (AdWords API Guru)
Hi All, Articles about optimization recommendations ( https://support.google.com/google-ads/answer/9061546?hl=en ) reference a "score uplift" being associated with each recommendation. Is this uplift number currently available through the API? We're on V4 FWIW. I see the RecommendationImpact o

RE: Reporting at asset level not bringing asset name for Youtube Videos

2020-07-21 Thread Google Ads API Forum Advisor Prod
Hello, We're not going to be able to make the name field return the name of the YouTube video. However, the team has committed to providing a new field that will include the name of the YouTube video in the asset in a future API release. Please keep an eye out for new version announcements on o

Re: Issue in CampaignCriterions of type location

2020-07-21 Thread 'tetiana....@partners.2sixty.io' via AdWords API and Google Ads API Forum
Hi, Anthony! Thanks, it was very helpful! BG, Tetiana On Monday, July 20, 2020 at 5:04:38 PM UTC+3 adsapiforumadvisor wrote: > Hi Tetiana, > > You can run a report from the location_view > > and select the field campaign_cri

Regex for KEYWORD_HAS_INVALID_CHARS error

2020-07-21 Thread Christian Kolb
Hello! Is it possible for the AdWords API Team to provide the Regular Expression that Google uses for validating if a keyword contains invalid chars (and thus would trigger the KEYWORD_HAS_INVALID_CHARS error)? That would be really helpful, for a couple of reasons: 1. The official documen

Re: ConversionTrackerService returns incorrect TotalNumEntries?

2020-07-21 Thread Christopher Parotat
Hi Anthony, Thanks for the quick reply. But shouldn't the returned "TotalNumEntries" be always 4 in my example, regardless of the page-size? I tried it with the CampaignService and it does return the correct TotalNumEntries (= total number of campaigns in the account) for any page-size; the Con

Re: Google Ads API get accounts under an MCC

2020-07-21 Thread beyond Clicks
Hi Xiaoming, Is there a document anywhere where all these "get" fields are listed? such as ->getIdUnwrapped()? Rather than having to look through the examples it'd be much easier to have documentation to reference. On Monday, 20 July 2020 at 18:56:14 UTC+1 adsapiforumadvisor wrote: > Hi, > > T