Enable Image Extensions for my Test Google Account.

2023-03-28 Thread teamvadw...@gmail.com
Hi Team, We are using below Google Ads API .Net Library to create Image Extensions for our clients. We are using our Test Account to validate our changes and upload Image extensions from our .Net Project. https://developers.google.com/google-ads/api/samples/upload-image-asset https://developers

Re: Export Data to BigQuery script - 'field deprecated' errors

2023-03-28 Thread 'Ronak Muchhala' via Google Ads API and AdWords API Forum
Hi Team, Can someone please help here? On Tuesday, March 28, 2023 at 10:12:27 AM UTC+5:30 Ronak Muchhala wrote: > Hi Team, > > We have been using the *'Export Data to BigQuery' v1.4* script for quite > a while now. > > Here is the overview of what it does: > > The Export Data to BigQuery script

Creating UserList with FlexibleRuleUserList

2023-03-28 Thread chandra Shekhar
Hi team , I am doing POC(proof of concept) for V13 and following this to build audience ( https://github.com/googleads/google-ads-java/blob/HEAD/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddFlexibleRuleUserList.java ) . But in response I am

Re: Domain wrong user click login

2023-03-28 Thread Vũ Duy Anh
Hi . I dont used Google Ads , I have only create Apis & services in Console Google for feature login Google Vào lúc 04:19:27 UTC+7 ngày Thứ Tư, 29 tháng 3, 2023, Google Ads API Forum Advisor đã viết: > Hi, > > Thanks for reaching out to Google Ads API Support. > > With regards to this concern,

Find the keywords users searched to find my ad

2023-03-28 Thread Bryan Yen
Hi, I was wondering if there was a way for me to get what keywords users searched for my ads to appear to them? I cam across Search_Term_View . Is this the way to do it? Thanks! Bryan -- -- =~=~=~=~=~=~=~=~=~=

PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE

2023-03-28 Thread Bryan Yen
Hi, I have a query that works but after adding in "segments.conversion_attribution_event_type" into the SELECT clause, I get the following error: "errors": [ { "errorCode": { "queryError": "PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE" }, "message": "Cannot select the following seg

RE: Domain wrong user click login

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to Google Ads API Support. With regards to this concern, could you please confirm if you are using Google Ads API? If yes, then can you provide a bit more information about your concern? For us to better understand your issues and assist you further. However, if y

Re: HTML5 ad display / preview link via the API

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for your response. Unfortunately, we currently don't have any updates regarding this. Rest assured that our team is constantly working on this feature. Please keep an eye on our blog for updates and announcements. Regards, Google Ads API Team ref:_00D1U1174p._5001UBfiYU:ref

Re: Validate Query via API

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi All, You may refer to this SearchGoogleAdsRequest documentation, when setting validate_only to “true” the request will be validated but not executed. You may also refer to GoogleAdsService documentation for the list of thrown errors for each corresponding method. Please note that when execu

Domain wrong user click login

2023-03-28 Thread Vũ Duy Anh
Dear Goolge Support . I have issues user click login but show url has my domain: https://anhthuanhtu.com/o/oauth2/v2/auth?response_type=code&redirect_uri=https%3A%2F%2Fanhthuanhtu.com%2Fapi%2Fv1%2Fcallback-gg&scope=profile%20email&client_id=116502896561-d2dc6k3nna78rd46n4vbfk2uk127a13m.apps.goo

Re: AdvertisingChannelType for google display ad not working

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Carlos, Thank you for that confirmation. Glad that the issue has been resolved. With regards to the specific error message "The required field was not present", it would help if you would be aware to specific fields when doing this request to avoid this issue in the future. You may check

Re: Validate Query via API

2023-03-28 Thread Zweitze
Check out the validate_only parameter of SearchGoogleAdsRequest . Of course, you actually do send the query to the API - but the query won't be executed, just tested for errors. Beware of the following (or: m

Re: HTML5 ad display / preview link via the API

2023-03-28 Thread Kaushik Thommandra
Hi API Team, Is there any update if there is a way to generate Preview for HTML5 Ads from Google Ads API? Thanks On Friday, March 18, 2022 at 5:59:35 AM UTC+5:30 Ngon Nguyen wrote: > Chào mừng bạn đến với bảng nhớ tạm của Gboard, bất kỳ văn bản nào bạn sao > chép sẽ được lưu tại đây.Sử dụng b

RE: Need help to get total amounts of metrics (customer level) in gender_view

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to us. With regard to your concern, I'm afraid that is the expected behavior of the report wherein its result will be segmented/divided by adgroup criterion. What we can suggest is to include the customer.descriptive_name in your SELECT clause, then post proce

Doubt in conversion tracking

2023-03-28 Thread 'KHARTHIKESH B 20BEE1155' via Google Ads API and AdWords API Forum
If a lead comes to my website without clicking my ad and submits a form, will that count in the conversion column? Cause I have set my conversion tag on my Thank you page and currently I am not running ads. But even though I submit forms, the conversions are not showing up in google ads. --

Mutates are not allowed for the requested resource, while excluding placement at campaign level

2023-03-28 Thread 'Samarth Gupta' via Google Ads API and AdWords API Forum
Hi team, we were trying to exclude website placement at campaign level. by adding them as negative in the campaign criterion. Campaign type - Video Not getting request id in response. And only happening for this campaign. But we get response - "PartialFailureError": { "Code": 3, "Message

Re: AdvertisingChannelType for google display ad not working

2023-03-28 Thread 'Carlos Arnau' via Google Ads API and AdWords API Forum
Hello, Thank you for your support, after collecting all the request and response data I realized that the missing responsive_display_ad was due a required long headline property that I forgot to add. IMHO, event though I understand that from the GADS API point of view the object is missing bec

Re: Returns empty stream when I add date to the select section

2023-03-28 Thread Roi Yad Shalom
SELECT ad_group.id, ad_group_criterion.display_name, ad_group_criterion.placement.url, metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.conversions, segments.date FROM managed_placement_view where segments.date >= '2023-03-2

Returns empty stream when I add date to the select section

2023-03-28 Thread Roi Yad Shalom
Hey I try to get the performance of an ad group and a source placement per day. When I select the data and only filter by date it works but when I select date it returns an empty strem Besides, Is it possible to get the metrics by the ad group ad level with the source website the ad was prese