RE: Exception: No functional channel service provider found. Try adding a dependency on the grpc-okhttp, grpc-netty, or grpc-netty-shaded artifact

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. You may follow this document to know how to migrate from the AdWords API to the Google Ads API. If you are using the Java client library, you may also refer to this document as it will guide on how you will configure your API environment in the Java

RE: AdWords API: Viewing Users who can access an Account

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Tim, Thank you for posting your concern. I am afraid that it is not possible in AdWords API to retrieve all the users that have access to specific account and their level of access. However, you may try to use the CustomerUserAccessService.GetCustomerUserAccess of Google Ads API or by

Re: Cannot upload click conversion

2020-12-10 Thread Pascal Landau
Hey Xiaoming , I'm encountering the exact same problem as Christiano. You can find a more extensive explanation in this Github issue (including code samples and details regarding our account setup). Summary: - conversion action was

Re: How to get metrics data from keyword_view with Google Ads API?

2020-12-10 Thread Gian Snow
Hi Xiaoming, I've overlooked the display_keyword_view. I could get what I want with it. Thanks, Gian 2020年12月11日金曜日 2:06:20 UTC+9 adsapiforumadvisor: > Hi Gian, > > Thank you for reaching out. It might be that these metrics are from the > Display Network and YouTube Network. Please give it a

RE: ASSET_DATA_IS_MISSING error on create text_asset

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Eleni, Thanks for posting your concern. You may construct your API request for creating text asset using REST by following this guide and this link. However, we also recommend using the Google-supported client libraries as they will construct this at the backend on your behalf. Regards,

RE: Can you use HTML5 ads for dynamic retargeting using the API?

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Tory, Thank you for reaching out. To better look into the issue, could you confirm if you are using the AdWords API or the Google Ads API? Also you may share your customer ID and the complete request and response logs, along with the request ID, that was generated when the error occurred.

Re: Filtering on Label Status

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Kevin, Thanks for providing further details. I would like to inform you that I'm going to delete your last reply as it contains the customer ID of your Google Ads account. Also, in order for our team to see the whole query of the report the you have used, please provide the complete

Re: Youtube Data API V3 quota increase

2020-12-10 Thread Todd Lau
The reason we are using YouTube API is the LACK of video uploading ability in AdWords/Google Ads. It's not us who chose the YouTube API! 在2019年7月25日星期四 UTC+8 上午5:22:50 写道: > Hi Alexandre, > > We address questions specific to AdWords API on this forum. Since your > question is specific to

Re: Call-only Ads created as Old version

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi, You can refer here for the fields required to create a CallOnlyAd using the Google Ads API. However, to better assist you and investigate the issue you observed, could you provide more details on how you are creating the said ads, such as the generated and complete request and response

Re: How to fetch deivce and extensions statistics

2020-12-10 Thread Matt Kraft
Hi Anthony, The CID is 7259472860 and the query is: SELECT extension_feed_item.id, extension_feed_item.extension_type, extension_feed_item.status, extension_feed_item.targeted_ad_group, extension_feed_item.targeted_campaign,

Re: TargetingIdeaService NetworkSetting XML Error

2020-12-10 Thread jal...@roirevolution.com
Looks like my screenshots aren't being shown in my message above. Here's the raw text of the error: Error: soap:Client: Unmarshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element '{"https://adwords.google.com/api/adwords/o/v201809":targetGoogleSearch}'. One

RE: customerClientLinks:mutate through REST API

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Steve, Thank you for reaching out. Please give it a try to use the following JSON payload: { "operations": [ { "updateMask": "status", "update": { "resourceName": "customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}", "status": "INACTIVE" } } ] }

Re: How to fetch deivce and extensions statistics

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Matt, I can take a closer look at your account if you'd like. Please share your report query and CID through reply privately to author if you would want me to take a closer look. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5001UHHl07:ref -- --

Internal error with version 6

2020-12-10 Thread cbeau...@acquisio.com
Hi, i'm using the new version of the api (6) with the latest c# nuget sdk (6) and i'm getting an internal error when accessing some accounts. Please reply to this email so i can send you privately the stack trace of the call Thanks Claude -- --

RE: How to get campaign's target location via query in php

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, You can run a report on the location_view level to get this data. If you are still not seeing results, please share your report query and CID through reply privately to author so I can take a closer look. Thanks, Anthony Google Ads API Team Anthony Google Ads API Team

TargetingIdeaService NetworkSetting XML Error

2020-12-10 Thread jal...@roirevolution.com
Hello, We are having trouble making a request to the TargetingIdeaService using the 'NetworkSearchParameter' using the 'networkSetting' option. Here's the error indicating that we have the incorrect value for 'targetGoogleSearch' even though it's specified as a boolean in the reference docs:

Re: Retrieving ParentLocations in Google Ads

2020-12-10 Thread Kevin
Worked for me, thanks Anthony! On Thursday, December 10, 2020 at 7:52:52 AM UTC-8 adsapiforumadvisor wrote: > Hi Kevin, > > In Google Ads API, you can use the GeoTargetConstantService > > > which will

RE: How to know the date of a GclId ?

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Samir, Thank you for reaching out. As the GclId is only generated once when the ad was first displayed and clicked by the user, it would require you to run the CLICK_PERFORMANCE_REPORT for a single day for the past up to today. If you see the Clicks value is 1 that means it is also the

Re: Smart Campaigns from the ad group ad report

2020-12-10 Thread Emily
Hi there, I'm seeing the same issue for one of our accounts. Smart campaigns aren't coming through the API when pulling ad group performance reports and I would like to know if this is expected behavior. We are still using the Adwords API version v201809. Thanks, Emily On Tuesday, September

RE: Search Query Performance Report request for 1/2 accounts just hangs

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Sanj, Thank you for reaching out. Could you please describe what exactly had happened after you submitted the request? Your app froze or it returned empty results? Could you please share the complete request and response(if exists) logs along with the client customer id via the Reply

RE: Google Laravel Example Giving Stream NULL *need help*

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Can you please share the detailed request and response logs using the reply privately to author so that we can investigate this issue? You can find information on enabling logging here. Laravel appears to be a third party API, so I would recommend reaching

RE: Google Ads API: How to get the field of ShoppingSmartAdInfo

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Pengfei, Thank you for reaching out. The Shopping Smart Ad, just as its name says, is a type of “Smart” ad for which the API does not expose the detailed information about its fields and it is created automatically without setting properties. You could refer to this code snippet on how to

Re: Campaign Metrics

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, Can you please share you report query, its results and your CID through reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q28mXjZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: Disapproval extensions

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, You can run a report from the feed_item level which contains the field policy_infos. This field will let you know whether your extension is disapproved or not. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q28oWrT:ref -- --

RE: How to get metrics data from keyword_view with Google Ads API?

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Gian, Thank you for reaching out. It might be that these metrics are from the Display Network and YouTube Network. Please give it a try to query the metrics from the display_keyword_view resource. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

Re: How to get association for AdExtension

2020-12-10 Thread Matt
Hi Frank - were you ever able to solve your problem using targeted_ad_group and targeted_campaign with extension_feed_item? If not, what approach did you settle on? I'm trying to solve for the same but the targeted_ad_group and targeted_campaign fields are always null (I've tried in Google Ads

Re: How to fetch deivce and extensions statistics

2020-12-10 Thread Matt
Hi Kuldeep - were you ever able to retrieve the level using targeted_ad_group and targeted_campaign with extension_feed_item? The fields are always null (I've tried in v6 and v5). On Thursday, October 3, 2019 at 11:54:35 AM UTC-7 adsapiforumadvisor wrote: > Hi Kuldeep, > > It is not possible

RE: the difference between 'VIDEO_AD' and other ad video types!

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The ad type is given by the campaign type. The ad type, VIDEO_AD, is from a standard video campaign, whereas the type, VIDEO_BUMPER_AD, is associated with video bumper ad campaigns. Regards, Matt Google Ads API Team Matt Google Ads API Team

RE: Retrieving ParentLocations in Google Ads

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Kevin, In Google Ads API, you can use the GeoTargetConstantService which will return locations. This object contains the field parent_geo_target which is equivalent to the parent locations in AdWords API. Regards, Anthony Google Ads API Team Anthony Google Ads API Team

RE: Extensions Disaaproval Reasons

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Ramanajee, Thanks for reaching out. You can use the FeedItemPlaceHolderPolicyInfo field in the FeedItem resource. There you can find the field, FeedItemQualityDisapprovalReason. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q28oWn2:ref -- --

RE: How do i get a Report on Keyword Impression Share

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, You can find this page which shows how all the report fields in AdWords API map to Google Ads API. You will be able to find the impression share related fields for keywords reports there. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q28ocFQ:ref

How to get customer id from credentials

2020-12-10 Thread Kamil Buczko
Hello, I have a task to integrate with Google ads system. I already implemented an authentication flow, so when new client uses my system and connects his Google Ads account to my system I receive his account credentials(access/refresh tokens) and store them in a database. Now i want to

RE: ConversionRate in grpc api

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, The Google Ads API equivalent field to the ConversionRate is the conversions_from_interactions_rate. You can see this page as a reference to see how all fields in AdWords API reports map to Google Ads API reports. Regards, Anthony Google Ads API Team Anthony Google Ads API Team

Re: error when creating new ad schedule (campaign criterion)

2020-12-10 Thread fru...@adzlocal.de
hey, just made another attempt to update to api v5 but with an updated protobuf library (v3.14.0) which in the meantime has been updated due to a known issue - now it works as expected so if someone stumbles upon a similar problem please check/update your library versions.. adsapiforumadvisor

Re: migrating from AdWordsAPI, no able to execute get_campaigns.py

2020-12-10 Thread Felix Garcia
sorry, dont know what happened with the screens on firts message El jueves, 10 de diciembre de 2020 a las 7:30:34 UTC-4, Felix Garcia escribió: > hello everyone, im kinda a newbie in the AdWordAPI and GoogleAdsAPI > > I successfully obtained the developer token, client_id, client_secret, and >

migrating from AdWordsAPI, no able to execute get_campaigns.py

2020-12-10 Thread Felix Garcia
hello everyone, im kinda a newbie in the AdWordAPI and GoogleAdsAPI I successfully obtained the developer token, client_id, client_secret, and i use the customer_id of test account (not manager test account) and everything works correctly, list campaigns, create campaigns, create groups, bid

Shopping Campaigns

2020-12-10 Thread cv
Hi, Is there anyway I can get details about shopping campaigns? I need to get Product Informations and its details Also Products category. 1) Is there any view or resource I can refer so that I can get Top products and Top Product categories? 2) How I can get product metrics or stats 3) How I

How to retrieve campaign bid in query google ads api

2020-12-10 Thread Phước Duy
My query: $query = 'SELECT campaign.id, campaign_bid_modifier.criterion_id, campaign_bid_modifier.bid_modifier, campaign_bid_modifier.campaign, campaign_bid_modifier.resource_name FROM campaign_bid_modifier'; Result was null. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: Update ExpandedTextAd

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. Also, I would like to inform you that I am going to delete your initial post and paste it here where sensitive Ids are hid. Moving forward, could you use the UPDATE operation of AdService.MutateAds instead and refer to this sample code for mutating expanded

How to escape single quotes in Google Ads API query language?

2020-12-10 Thread Exos Solutions
Hi everyone, I am sending a query with the Google Ads API, in which I search for a product_brand that has single quotes and it returns the *BAD_VALUE *error. This is the query that I send and the error that it returns: Request --- MethodName: