RE: AdwordAPIからAdsAPIへの移行について

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hello Masa, If you want to get the keyword ideas like Tageting IdeaService.Get you could use KeywordPlanIdeaService.generateKeywordIdeas in Google Ads API. Here is the code sample that you can use to fetch the keywords ideas. Also, you could refer here(Keyword Planning section) to know more inf

RE: Dynamic HTML5 Ad preview

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hello Justin, The Ad Preview feature is not yet supported through the API. Please keep an eye on our blog for future updates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHEVyk:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleads

RE: Custom intent audiences. Audience size

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hi Lubov, You can get the audience size from AdWords API using the AdWordsUserListService and the UserListService for Google Ads API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHETve:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

Re: BidModifier Guide

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hi Chirag, Apologies for the confusion here. I checked with my team internally and they confirmed that it is not possible to modify the bids for demographics using AdGroupBidModifierService /CampaignBidModifierService. Please refer to this guide for the supported criteria using these services.

Re: Downloading Ads report with includeZeroImpressions = false still downloads the creative with impression = 0

2019-08-23 Thread Kain
Hi Hiroyuki, Thank you so much for your answer. Best, Kain On Thursday, August 22, 2019 at 12:26:57 AM UTC-7, adsapiforumadvisor wrote: > > Hi Kain, > > Thank you for posting your concern. > > *> From the above test result. I have a feeling that in order to exclude > the object with impression

Re: Dynamic HTML5 Ad preview

2019-08-23 Thread Justin Coon
Still not available? So there is no way to get a preview of a template ad (HTML5 ad) from the API?? On Thursday, March 28, 2019 at 12:50:21 PM UTC-5, googleadsapi-forumadvisor wrote: > > Hello Lorand, > > Through the API, the Ad preview option is currently not available. We have > raised a fea

RE: Search Impr Share metric for Campaign/Ad Group Audience View (Google Ads API)

2019-08-23 Thread Leon Lei
Thanks for the quick response Bharani. Unfortunate that it isn’t currently available. The attached shared guide is a great resource to see what metrics are available for each service. Please consider the thread closed. Leon Leon Lei | Developer, Product & Analytics| O: 212-220-7363 | C: 646-5

RE: Search Impr Share metric for Campaign/Ad Group Audience View (Google Ads API)

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hi Leon, The SearchImpressionShare metrics is not available for the Campaign or Ad Group audience resource. This is not available in the AdWords API Audience Performance Report too. The SearchImpressionShare is supported for the report types in the shared guide. The metrics.search_impression_sh

Re: AUTHENTICATION_ERROR when initialize a GoogleAdsClient

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hi Jia, Could you please verify your credentials by using the OAuth doctor? This tool will help you determine if your OAuth2 credentials are configured correctly, and if they are ready to make API calls. It will also guide you through fixing any OAuth2 problems it detects and verify the correct

AttributeError: results while link_manager_to_client by google-ads-api

2019-08-23 Thread jia Jimmy
I'm following link_manager_to_client codes example . but it showed error: Traceback (most recent call last): File "demo.py", line 204, in foo4() File "demo.py", line 189, i

RE: Query report, the fields in the query condition contain double quotes, 400

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hello, I was able to select a campaign from my account with the name 'quote"test' by using the following query: __rdquery=select+CampaignName%2C+CampaignId+from+CAMPAIGN_PERFORMANCE_REPORT+where+CampaignName+%3D+%22quote%5C%22test%22&__fmt=CSV >From looking at the URL unescaped version of the ab

Re: When we call the api of 'location' and 'geo', we meet the issues of error data and missing data.

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hi, I was able to check the account of the previous user and confirmed that this was normal behavior as there were no data generated for the Campaign Location Target Report in the UI as well. To help me investigate your issue, could you provide the complete report definition and the clientCust

Re: cannot create shopping ProductGroup tree in one batch. Getting LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE error

2019-08-23 Thread Inilien Inilien
Hi Ben. the issue here is that one of the AdGroupCriterion in your request needs to > have a case_value field that is not set Sorry, but I thought I already tried that. Here are my protobuf messages and responses https://groups.google.com/d/msg/adwords-api/MKoKH8xVn-k/0q3JVm2nAgAJ (I don't ha

Custom intent audiences. Audience size

2019-08-23 Thread lubov fedorinova
Hi. How can I get audience size from AdWords APO or Google Ads API? [image: Выделение_485.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

Re: AUTHENTICATION_ERROR when initialize a GoogleAdsClient

2019-08-23 Thread jia Jimmy
After followed Quickstart guide, I'm still meeting the same error, here's my trial: # 1) got specified credentials flow = google_auth_oauthlib.flow.Flow.from_client_secrets_file( CLIENT_SECRETS_FILE, scopes=SCOPES, state=state)

RE: Correlation between mediaId and assetId (for media bundle assets)

2019-08-23 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for raising your concern. My apologies for the delayed response as I discussed your issue to the rest of the team. If you will create HTML5 using MediaService, you should use the created media bundle to the Media type object of AdGroupAdService not as an Asset type and vice versa a

Re: AUTHENTICATION_ERROR when initialize a GoogleAdsClient

2019-08-23 Thread jia Jimmy
Thanks for your replying, Nikisha. What I'm confused is that I can get a credentials object with refresh_token in the earlier steps, for refresh_token will automaticly generate access_token, then I could initialize a client onject. Am I right? # refresh_token Got in earlier steps # client_id

AdwordAPIからAdsAPIへの移行について

2019-08-23 Thread masa hassy
以前使用していたAdwordAPIからAdsAPIへ移行調査をしています。 AdwordAPIではTargetingIdeaServiceを使用していましたが AdsAPIではKeywordPlanIdeaServiceに変更するときに TargetingIdeaServiceで以下の設定をする場合、 KeywordPlanIdeaServiceではどのように設定するのでしょうか? *具体的なコードの例で教えて下さい。* - TargetingIdeaService $targetingIdeaService = new AdWordsServices()->get(SESS

Query report, the fields in the query condition contain double quotes, 400

2019-08-23 Thread li qian
Query the ad based on the ad group name and get the following results: HTTP Response Code: 400 , Type: QueryError.PARSING_FAILED Content: __rdquery: SELECT CampaignName, AdGroupName, AdType FROM AD_PERFORMANCE_REPORT WHERE Status IN ["ENABLED", "PAUSED"] AND AdGroupName = "55" led tv" DURING LA

Re: When we call the api of 'location' and 'geo', we meet the issues of error data and missing data.

2019-08-23 Thread 李鑫
Is there any answer about this qusetion? We also encountered this problem . Did you solve it ? 在 2019年8月5日星期一 UTC+8下午8:56:51,ggg freak写道: > > > in web page , at the User location report. I can see the data, > Thank you. > > But use the php SDK, we still can't get the data we need. > > For example