Why can not get adGroupCriterion.bidModifier and adGroupCriterion.qualityInfo.qualityScore in keyword_view

2021-06-30 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
Hi, I would like to get ad_group_criterion.quality_info.quality_score and ad_group_criterion.bid_modifier from keyword_view. But they are not appearing in the response result. My query sql is like bellow: SELECT campaign.id, ad_group.id, ad_group_criterion.criterion_id, ad_group_criterion.effec

Re: Smart Campaign URL

2021-06-30 Thread Mat
Hi there, this is quite an old thread, but today I ran into the above mentioned problem too: pulling *ad_group_ad.ad.final_urls *on a* SMART_CAMPAIGN* yields the final URL "http:// smartcampaignplaceholder . com" (masked by me to avoid generating a link) witch actually exists and leads to a

RE: Click type removed cost in ad_group_ad

2021-06-30 Thread Google Ads API Forum Advisor
Hi Maria, Thank you for reaching out. So that our team may take a closer look at the reporting issue, could you provide the below details as well : your customer ID the complete request and response logs, with the request-id, generated when the segments.click_type was included in the query sam

RE: Click type removed cost in ad_group_ad

2021-06-30 Thread Google Ads API Forum Advisor
Hi Maria, Thank you for reaching out. So that our team may take a closer look at the reporting issue, could you provide the below details as well : your customer ID the complete request and response logs, with the request-id, generated when the segments.click_type was included in the query sam

Re: Keyword search volume

2021-06-30 Thread 李谷歌
I want to get the search volume data of multiple countries at once, but there seems to be no relevant description in Api. I pass in multiple locations in LocationSearchParams and only get one result. Can I get the grouped search volume of multiple locations? 在2021年7月1日星期四 UTC+8 上午12:59:19 写道:

RE: Problem with API

2021-06-30 Thread Google Ads API Forum Advisor
Hi Vladislav, Thank you for reaching out to us. It would seem that at somewhere doing the test account creation when it came time to do the billing that something either was skipped or improperly setup . We would suggest to check back over these sections . Regards, William Pescherine Google A

Re: Customer Status

2021-06-30 Thread Google Ads API Forum Advisor
Hello, While there isn't an account status option available in the Ads API, one workaround would be to use reports to get relevant metrics for account activity. For example, accounts with zero impressions for some window would indicate inactivity. Regards, Matt Google Ads API Team Matt Google

RE: Keyword Labels

2021-06-30 Thread Google Ads API Forum Advisor
Hi Martin, The ad_group_criterion.labels is the correct attribute to get the labels associated with a keyword. I see that you are using Ads scripts. As this may be an issue that is specific to scripts, I would recommend asking their team in the Ads scripts forum. Regards, Matt Google Ads API T

GAQL date error

2021-06-30 Thread alexande...@vogliomarketing.com
I'm trying to create the following GAQL query: SELECT segments.product_item_id, ad_group.status, campaign.name, ad_group.name, segments.device, metrics.clicks, metrics.conversions, metrics.cost_micros, metrics.impressions, segments.date FROM shopping_performance_view WHERE segments.date DURING

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-06-30 Thread Google Ads API Forum Advisor
Hello, It looks like everything has been fully ramped up. Could you please confirm if everything is consistent now across your requests? Thanks, Nadine, Google Ads API Team ref:_00D1U1174p._5001UKO81N:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

RE: How to get a report of available products

2021-06-30 Thread Google Ads API Forum Advisor
Hello, The shopping_performance_view does not support a segment or attribute for filtering product status, nor is it available elsewhere in the API. However, I will submit a feature request on your behalf. New features will be announced on the Ads Developer blog. Regards, Matt Google Ads API T

UserList and Similar UserList linking to Campaign

2021-06-30 Thread Vimal Girish Gopalakrishnan
Hello, I'm looking for APIs to link the UserList and Similar UserList(auto generated by Google after 4 days or so) to a Campaign. Ads UI has the option to add. Here is the code I came up with for linking UserList to Campaign. CampaignCriterionServiceClient campaignCriterionServiceClient = cli

Re: Querying for Specific AdTextAsset Fields

2021-06-30 Thread Kevin
I actually have updated the code to address the issue by increasing the maximum response size: Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1621236204.18900","description":"Received message larger than max (423184132 vs. 67108864)" · Issue #285 · googleads/google-ads-dotnet (gi

Re: Keyword search volume

2021-06-30 Thread Google Ads API Forum Advisor
Hello, This is demonstrated in the code sample. Specifically, the section: // Optional: Set additional criteria for filtering estimates. // See http://code.google.com/apis/adwords/docs/appendix/countrycodes.html // for a detailed list of country codes. // Set targeting criteria. Only locations an

Google Ads External Requirements

2021-06-30 Thread Patricia McWatters
Hello, I am currently working on an application for my company which is whitelisted as internal in GCP since our internal delivery teams are the only users. As an internal application we have users authenticate their Google user in our platform using their internal email addresses. This has wo

RE: Testing Google ads GetKeywordStats

2021-06-30 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. I understand that you are having an issue with reporting. Can you please specify which API you are using (Ads or AdWords)? Also, can you provide us a bit more information about the call you are making? Did you observe any errors in the response, for example? Tha

RE: Is it wrong to concatenate URLs this way

2021-06-30 Thread Google Ads API Forum Advisor
Hi ql z, Thank you for reaching out to us. In looking over your post, what are you looking to accomplish? When building your query string we would suggest to follow what we have written here. On a side note we are not able to see the link where it goes or what it returns. Regards, William Pes

Re: Unable to see an adaccount name for which user has manager permission

2021-06-30 Thread Rten Marketo
Any update on this? On Tue, Jun 29, 2021 at 4:59 PM r10.m...@gmail.com wrote: > Hi Team, > > Apologies for the late reply . The Client Customer Id of the "G Adventures > API(5849061746)" is 6686213225. > > Kindly check for the above details > > Thanks > Marketo > On Tuesday, June 15, 2021 at 9:

Re: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-06-30 Thread Pete Lavetsky (AdWords API Guru)
Thanks for the followup Peter. This is why I originally posted the bug to the Java Client Library forum because the solution you state, *which I had tried*, "Therefore, you need to explicitly set display_url ( on the Ad resource ) to be an empty string", does not work with the Java Client Libra

Re: API Support for AdGroup's Targeting expansion?

2021-06-30 Thread joe.s...@searchlaboratory.com
I'm also very interested in this. We had some issues recently with display campaigns suddenly increasing their spend due to this setting. Being able to read/mutate this across all accounts via the API would be very useful! :) ~Joe On Tuesday, June 29, 2021 at 6:24:36 AM UTC+1 eitav@risecode

WebpageConditionOperand for "all webpages"

2021-06-30 Thread Timo Zuppelli
Hi @all, I'm trying to add a dynamic ad target with a python script using the "WebpageConditionOperand" but it seems like there is no parameter for "all webpages". ad_group_criterion_operation = client.get_type("AdGroupCriterionOperation") # Create a new ad group criterion. ad_group_cr

Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2021-06-30 Thread rpm
Hi, I'm experiencing the exact issue described in this thread. I have a test manager account but when I try to create a test client account under it I get the following error: "Billing setups can not be used based on current status of the customer." You indicated that you have the ability to un

Cannot change campaign strategy

2021-06-30 Thread ewin zhou
022513393") .setMaximizeConversions(MaximizeConversions.newBuilder().build()) .setStartDate("20210630") .setEndDate("2021") .build(); CampaignBudget.Builder builder = CampaignBudget.newBuilder() .setName("API_Campaign_Campaign") .setDeliveryMethod(BudgetDelivery

Re: Retreive gclid and item_id through click_view report

2021-06-30 Thread Vladislav Tinishov
Sorry for mistakes:) среда, 30 июня 2021 г. в 13:28:58 UTC+3, Vladislav Tinishov: > Hello! It seems you have expirience with Google ADS API. > Please, if have time help me > I don't know how i can do come steps from documentation > > среда, 30 июня 2021 г. в 10:54:15 UTC+3, edin...@gmail.com: >

Re: Retreive gclid and item_id through click_view report

2021-06-30 Thread Vladislav Tinishov
Hello! It seems you have expirience with Google ADS API. Please, if have time help me I don't know how i can do come steps from documentation среда, 30 июня 2021 г. в 10:54:15 UTC+3, edin...@gmail.com: > Hi, > > We are running a large number of Google Shopping PLA campaigns. > And we would lik

Retreive gclid and item_id through click_view report

2021-06-30 Thread Edinho Bos
Hi, We are running a large number of Google Shopping PLA campaigns. And we would like to retreive through the Ads API which products (Item ID from connected Google Merchant Ceneter) were clicked and what the gclid are of those clicks. I am trying to use the click_view report from the Ads API (

Re: geographic_view, how to use segments.hour

2021-06-30 Thread 梁景熙
Hello Thank you for the reply. Firstly, the most important effect is that hourly data can merge to different time-zone data. At present, we can get only one time-zone data from the view report. However, there are some campaigns advertising in other countries having different time zone. It's nece