RE: Got "DUPLICATE_SYSTEM_FEED" error when called FeedService

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hello Wu, The DUPLICATE_SYSTEM_FEED is usually seen if there is already a feed with the given system feed generation data. Could you please share the complete request and response logs, so I can take a closer look? You can share the details privately via Reply privately to author option. Regar

Re: How do i add USER_INTEREST in campaign level

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Arnab, You can follow our developer blog for information regarding future releases. For your other concern, can you please provide the complete SOAP logs for your request so that we can investigate further? See here for more details on how to enable logging. Regards, Anthony Google Ads API

RE: Traffic estimator api getting different results from keyword planner

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Marwan, In order for me to further investigate it, could you please let me know how you implement your code on retrieving the estimates of the proposed keywords and the steps you generated the FORECASTS on the UI. I see there are some discrepancies in the keywords you used for estimates betw

RE: Google Ads API "AD_PERFORMANCE_REPORT" + location ?

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi David, Thanks for reaching out. Unfortunately getting the target location of each ad by running reports is not supported in the Adwords API. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and Regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._50

Re: How do i add USER_INTEREST in campaign level

2019-10-25 Thread Arnab Ganguly
I am trying with below request.But it is giving internal error. # Add the negative campaign criterion. negative_campaign_criterion_operand = { 'xsi_type': 'NegativeCampaignCriterion', 'campaignId': CAMPAIGN_ID, 'criterion': { 'xsi_type': 'CriterionUserInteres

Re: How do i add USER_INTEREST in campaign level

2019-10-25 Thread Arnab Ganguly
Hey Anthony, Thanks for your reply.Do we plan to support this for positive campaign as well ? Regards, Arnab On Fri, Oct 25, 2019 at 2:37 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Arnab, > > Thank you for reaching out. As seen here >

RE: Dev MCC Account Showing as Closed (Google Ads API)

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Dan, The test manager account is shown as closed by default. This is normal so you don’t have to worry. You will be able to issue the API calls if you have the developer token and OAuth2 credentials available. Please let me know if you have any further questions. Thanks and Regards, Xiaomin

RE: Regarding detailed-demographic categories

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Arnab, The detailed demographics are not yet supported through AdWords API or Google Ads API. I have raised a feature request to the team regarding this feature. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKOWAj:ref -- -- =~=

RE: How do i add USER_INTEREST in campaign level

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Arnab, Thank you for reaching out. As seen here, user interest criteria are only supported for negative criterion at the campaign level. You would do this through the CampaignCriterionService. Here is an example for adding supported criterion types to a campaign (or here if you're using Goog

Got "DUPLICATE_SYSTEM_FEED" error when called FeedService

2019-10-25 Thread Jiaxin Wu
Hi, I got the soap error when I was calling "FeedService" to C\create a new location extension feed linked to the Google My Business account: 'http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201809";>000595bf73a3508a0a37f918d00e0253FeedServicemutate0323soa

RE: Keyword stats [The String type doesn't accept collections as value]

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. The cause for the issue could be that when you first add the keyword strings in an array you already put them in the [ ], then you are not supposed to put this keywords array in another array, so you could use 'queries': keywords in the code as opposed to 'queries':

Regarding detailed-demographic categories

2019-10-25 Thread Arnab Ganguly
Regarding detailed-demographic categories.Where do I get the target ids for each detailed demographic categories.Attached is the file from https://storage.googleapis.com/support-kms-prod/pMc2SEHYQm6LeeoisyD2VxtNoXUO4shW5EGh Thanks, Arnab -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How do i add USER_INTEREST in campaign level

2019-10-25 Thread Arnab Ganguly
Hello All Is there any xsi_type for USER_INTEREST ? Any python sample for adding USER_INTEREST in campaign level ? Thanks, Arnab -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: How to get performace data(report) of UAC campaign assets?

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hello, Could you please use ad_group_ad_asset_view and filter with the AdGroup ids of that UAC campaign to get the metrics of those assets. Please give it a try and let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UKOTag:ref -- -- =~=

Re: Google Shopping Performance Report Conversions at Product Level

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Marvel, In order to further investigate it, could you send us the clientCustomerId along with the screenshots of the report results that show the discrepancies between the conversion value and the corresponding product price for one conversion? You could send your reply using the Reply priva

Google Ads API "AD_PERFORMANCE_REPORT" + location ?

2019-10-25 Thread David Ureba
Hi all! For analytics purposes, we are getting the reports from our Google Ads campaigns using the API with the report 'CAMPAIGN_LOCATION_TARGET_REPORT'. It's 'fine' but doesn't contain as much details as we need. We're trying to get every Google Ads ad with the maximum amount of details as p

RE: How can I get active account_bugdet only?

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hello Min, Could you please try to filter with WHERE account_budget.status = 'APPROVED' and account_budget.approved_end_date_time >= "[TODAY's DATE]". Please give it a try and let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UKOSk0:ref

Re: Is there a way to do a request with a Google Ads test account?

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Leonardo, The account you provided is a production account, not a test account. You need to create a new test account with the developer token from the account you provided. Please see instructions here. In order to replicate the keyword planner in the API, you can use the TargetingIdeaServ

RE: campaign.selective_optimization.conversion_actions

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hello Renan, Could you please share the specific campaign Id's which returns empty results using Reply privately to author option, to investigate further? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKORsX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Upload HTML5 via Ads API to an App Campaign

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Renan, Thanks for the question! The removal of modified clickability requires that the entire surface of an ad must be clickable (i.e. leads to the advertiser's website) in order for the Ad to be compliant. It doesn't seem like there are any exceptions to this rule, including to add a clicka

Dev MCC Account Showing as Closed (Google Ads API)

2019-10-25 Thread Dan GTD
Hi Guys, I've not used my test MCC account for a while and it now it shows as closed and it wont let me re-enable it. I have also tried creating a new test MCC and that doesn't work either. Any assistance would be appreciated. Cheers Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Is there a way to do a request with a Google Ads test account?

2019-10-25 Thread Leonardo Botta
We want to replicate what the metric history report of the keyword planner would be but doing it from a service El viernes, 25 de octubre de 2019, 9:54:09 (UTC-3), Leonardo Botta escribió: > > What we need to do is a service that consults the amount of google > searches of a specific list of key

Re: Is there a way to do a request with a Google Ads test account?

2019-10-25 Thread Leonardo Botta
What we need to do is a service that consults the amount of google searches of a specific list of keywords, each with a corresponding geographical location. Is this possible using the adwords api? Could you give us a link where we have an example code, since we could not find one. In addition to

Keyword stats [The String type doesn't accept collections as value]

2019-10-25 Thread itsnesky
My function receives as parameter an array (named: keyword) filled with n keywords. I want to extract the average monthly search volume of each one. When I make the request like this, everything is ok selector['searchParameters'] = [{ 'xsi_type': 'RelatedToQuerySearchParameter', 'que

Re: Traffic estimator api getting different results from keyword planner

2019-10-25 Thread Marwan El-kahky
> > Sorry I have uploaded different screenshot [image: Screen Shot 2019-10-24 at 10.17.44 AM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: How can I jump to the detail account overview-page by passing the account_id to the url?

2019-10-25 Thread min jia
在 2019年10月25日星期五 UTC+8下午4:47:34,adsapiforumadvisor写道: > > Hi Min Jia, > > The AdWords API currently does not support deep links. Our team would also > not be able to provide information as to what those parameters are for. > > Moving forward, you will have to manually use the navigations/links i

Re: Keeping the access token valid during API calls

2019-10-25 Thread nazar pryymak
Hi Shwetha, I have created ads test account and yesterday in response I have received response : google.auth.exceptions.RefreshError: ('invalid_grant: Token has been expired or revoked.', '{\n "error": "invalid_grant",\n "error_description": "Token has been expired or revoked."\n}') This err

How to get performace data(report) of UAC campaign assets?

2019-10-25 Thread 조홍제
Hi how can I get performace data(report) of UAC campaign "assets" through adwords api or ads api? data some like: "click_through_rate", "clicks", "cost", "cost_per_click", "impressions" Is there any api I can use to get the data? if I can, please let me know how can I use Thanks -- -- =

Re: Google Shopping Performance Report Conversions at Product Level

2019-10-25 Thread marvel tales
Thank you very much for your answer. I am asking this question because when we look at the product conversions at shopping performance report, we see sometimes conversion value higher than the product price for one conversion. Therefore I suppose the conversion belongs to another product not t

RE: How can I jump to the detail account overview-page by passing the account_id to the url?

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Min Jia, The AdWords API currently does not support deep links. Our team would also not be able to provide information as to what those parameters are for. Moving forward, you will have to manually use the navigations/links in the Google Ads UI in order to access its various views. I hope th

How can I jump to the detail account overview-page by passing the account_id to the url?

2019-10-25 Thread min jia
Say there is a situation that I want to jump to the corresponding overview-page according to an account_id (635-385-3001) as below [image: account_id.png] the current page url is: *https://ads.google.com/aw/overview?ocid=x&euid=x&__u=&uscid=&__c=x&authuser=0&enableAllB

Working with Google Ads Script FROM AdWords/Ads v2 API

2019-10-25 Thread Thanh Nguyen
I was looking into bulk action recently, and learn that it is supported by "Google Ads *Script"*, which I notice is only accessible via the "Google Ads *UI*" (At least at my current knowledge). I would like to know if there a way to work with "Google Ads *Script*" via the "AdWords/Ads v2 *API*