how to summary data in account level?

2021-08-10 Thread ewin zhou
when i use google ads serarch api , set summary setting like : *String query = "SELECT " + " metrics.impressions, metrics.clicks ,metrics.ctr " + "FROM landing_page_view where segments.date DURING LAST_7_DAYS " + " order by metrics.clicks desc ";SearchGoogleAdsStreamRequest request =

RE: AGE_RANGE_PERFORMANCE_REPORT API vs Dashboard discrepancy

2021-08-10 Thread Google Ads API Forum Advisor
Hi Andrei, Thank you for reaching out. So our team can better look into this issue, could you provide the following details as well : your customer ID the complete report definition in XML or AWQL form complete screenshot of the Google Ads UI's Age range view You may then send the requested

RE: Problem with the Group Placement View report

2021-08-10 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out to our API support team regarding your group_placement_view issue. We usually do not recommend comparing reports specializing in different entities. Since reports are aggregated in different levels, metrics of these reports may indeed not be equal. To

RE: Google Ads API v8 | Report with an automatic targeting data for GDN campaigns

2021-08-10 Thread Google Ads API Forum Advisor
Hi Ilya, Thank you for reaching out. The Google Ads API currently does not appear to support a report that specializes in "Expansion and optimized targeting" and "automatic targeting". What is currently available is to retrieve information whether a specific ad_group is opted in, via the

RE: How to add members to userList via google ads api?

2021-08-10 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out to us. To add member to CrmBasedUserList via Google Ads API, you should use the OfflineUserDataJobService. For more information on userlists in Google Ads API, you may refer here. Let us know if you have any further questions. Regards, Yasar Google Ads API Team

Re: Impressions data doesn't match after migration to Google Ads API

2021-08-10 Thread Google Ads API Forum Advisor
Hello Margarita, We received an update from our team regarding those discrepancies. See below: The reason there's a difference between the two (URL Performance Report against the detail_placement_view) is because Url Performance Report is a single attribution report. This means that one

Can not create app campaign with MAXIMIZE_CONVERSIONS

2021-08-10 Thread xuantoi....@gmail.com
Hi, I m trying to create app campaign with MAXIMIZE_CONVERSIONS bidding in my test account. Here is my SOAP request: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

RE: Google Ads API: Do we still have to exclude id 3000000 and 3000006 in keyword_view?

2021-08-10 Thread Google Ads API Forum Advisor
Hi David, As per feedback from the rest of our team, the Google Ads API doesn't support "single attribution reports" anymore, so these special IDs are no longer relevant. I hope this helps. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2Ll7WZ:ref -- --

RE: Question about geographic_view.location_type

2021-08-10 Thread Google Ads API Forum Advisor
Hello Josh, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. I totally agree with your understanding regarding the difference between the AREA_OF_INTEREST and LOCATION_OF_PRESENCE.

Re: Fail to upload click conversion using V8 API

2021-08-10 Thread Google Ads API Forum Advisor
Hi Ramesh, Thank you for reaching out to our API support team. I would recommend that you first perform a request to the click_view report to determine whether the GCLID you are uploading is indeed existing or belongs to one of the client accounts being managed by your MCC / manager account.

Google Adwords CollectionSizeError.TOO_FEW Response Error

2021-08-10 Thread Gregory Gan
Hi Team, We're currently using the Google Adwords API to do mutations (i.e. inserts, updates and remove members) onto our audience lists, and have received an error back recently when attempting to remove an audience through an API request. The response back had a status code of 500 and the

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - OfflineCallConversionFeedService

2021-08-10 Thread Alfred Scott
Just making sure we are all on the same page here. this thread is about InternalApiError.UNEXPECTED_INTERNAL_API_ERROR, NOT INVALID_CALL or TOO_RECENT. I provided you with the entire soap log leading up to the internal error, you can plainly see how many rows were sent when that happened. I

Re: How to set Keyword settting to Audience or Content when I add display keyword via adwords api?

2021-08-10 Thread Pete Lavetsky (AdWords API Guru)
Has there been any update to this issue with regard to availability with the Ads API? https://support.google.com/google-ads/answer/2404186#zippy=%2Cyou-choose-keywords-and-topics "Contextual targeting is one of a few different methods that you can use to get your display ads on sites, apps,

Re: access annotation data (refine) with keyword ideas service

2021-08-10 Thread Google Ads API Forum Advisor
Hi Alex, Would you be able to link us to the conversation that discussed UI and API Planning differences so that we can verify this claim? If you are seeing differences in the API vs. the UI, can you please provide us with the request and response logs and a relevant screenshot of the UI

Re: Google Ads search returning millions of incorrect objects

2021-08-10 Thread Google Ads API Forum Advisor
Hi Don, Thanks for summarizing your issue on the public forum. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2HLS9Z:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

How to add members to userList via google ads api?

2021-08-10 Thread Денис Галетин
How to add members to CrmBasedUserList via google ads api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Re: Unable to segment campaign report by geo_target_country

2021-08-10 Thread Mike Sullivan
Just adding 'me, too' to this thread. The Ads API is also missing segment by region or city or other geo_target_* segments, even though they are selectable_with ad_group and campaign resources. That is a pretty significant reporting limitation for some people. m -- --

how can i to get Total of metrics?

2021-08-10 Thread ewin zhou
how to get total of metrics use ads api? like metrics.clicks if i have many data ,i must to get all data by paging if i want to sum of metrics,* is there have way to get by api?* [image: total.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

AGE_RANGE_PERFORMANCE_REPORT API vs Dashboard discrepancy

2021-08-10 Thread Andrei
Hello. I'm trying to fetch the actual Age Range data via API. The response is successful but the ageRangeState field value is different for some entries. For example the response row is: But the Dashboard shows "Excluded from ad group and campaign" i.e. 'removed' Status. Can't figure out how

Problem with the Group Placement View report

2021-08-10 Thread 'Вячеслав Иванов' via AdWords API and Google Ads API Forum
Hello! I get a Group Placement View report. But it has fewer impressions and clicks than in other reports for the same date. For example, in the reports Campaign, Ad Group Ad, Age Range View and others, I see 38 impressions of ad_network_type = CONTENT, and in this report only 17. The same

Re: Help me choose a report

2021-08-10 Thread 'Вячеслав Иванов' via AdWords API and Google Ads API Forum
Thanks for the help вторник, 10 августа 2021 г. в 11:35:05 UTC+3, adsapi: > Hello, > > Thank you for reaching out to us. > > As for your concern on getting the information about impressions, clicks > and cost, divided by geographical regions, and ad network type, you can > refer to the

Matching function affiliate location extension

2021-08-10 Thread FW API
Hello, I'd like to set a specific matching function of an existing customerFeed (Placeholdertype: AffiiliateLocation). The default value seems to be "IDENTITY(true)" (at least this value is set when the feed was created via the Google Ads UI) and I want to change it. The documentation shows

Google Ads API v8 | Report with an automatic targeting data for GDN campaigns

2021-08-10 Thread Ilya Bolshakov
Hi, Am I right understand there is no way to get a report with a "Expansion and optimized targeting" data for GDN campaigns in the current google ads api (v8)? The ad_group_audience_view gives me data aggregated at the audience level, ok, but what about a data performed by the automatic

Re: Fail to upload click conversion using V8 API

2021-08-10 Thread Ramesh Pun
Hi, I'm receiving following error: "Partial failures occurred: 'The click or call is owned by a customer account that the uploading customer does not manage., at conversions[0].gclid'.\n" I confirm that, I've setup cross-account conversion tracking and trying to upload the click conversion

AWQL language script. Two periods DURING variable

2021-08-10 Thread Blanca
Hey! What's going on? I want to make a AWQL query using two different conditions related to time. I mean, I want these filters for product : - Clicks > 1 DURING LAST_30_DAYS AND - Impressions > 0 DURING (BETWEEN last 90 and 30 days) So, I have two problems to deal with. First, how can i

RE: Help me choose a report

2021-08-10 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. As for your concern on getting the information about impressions, clicks and cost, divided by geographical regions, and ad network type, you can refer to the geographic_view instead. Please note however, that you would not be able to segment this view

Re: 403 forbidden when call google ads restful API

2021-08-10 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
Anyway, I have sent a email to googleadsapi-supp...@google.com with all the details Thanks Daniel 在2021年8月10日星期二 UTC+8 下午3:14:45 写道: > Hi Ernie, Yes, I haven't received any reply after I reply in private and > even I can not found my replies. > > To make the

Google Ads API for iOS to get the campaign details.

2021-08-10 Thread Nishi
Hello, I want to know how can I get campaign details like spend and budget through Google Ads API using iOS SDK or package for a particular account. Is there any work around as only following libraries are provided - Java - C# - PHP - Python - Ruby - Perl

Search impression share for criteria perfomance report

2021-08-10 Thread 'Матвей Александрович Свиридов' via AdWords API and Google Ads API Forum
Hello! My task is to get Search impression share. When I use Campaign Perfomance Report I just use SearchImpressionShare as my metric. But when I try to get my statistic with criterias using Criteria Perfomance Report I cant find this metric in documentation

Re: api data doesn't match ui

2021-08-10 Thread Google Ads API Forum Advisor
Hi, We have responded to you on this other thread since the current thread is a duplicate. However, it appears that you have deleted your initial post in that said thread, that I was referring to. That said, we would continue to respond to you on this thread instead. In addition, I had to

Re: 403 forbidden when call google ads restful API

2021-08-10 Thread 'Daniel Chen' via AdWords API and Google Ads API Forum
Hi Ernie, Yes, I haven't received any reply after I reply in private and even I can not found my replies. To make the conversion more efficient. Can we talk it just in email? Please send email to dc...@marinsoftware.com Thanks, Daniel 在2021年8月10日星期二 UTC+8 下午2:05:14 写道: > Hi Daniel, > > Thank

RE: Update Customer `tracking_url_template`

2021-08-10 Thread Google Ads API Forum Advisor
Hi DaNial, You can use the CustomerService.mutateCustomer to update the specified account's (resource_name) tracking_url_template and descriptive_name. If you are looking for a PHP solution on how to implement this, I would recommend that you reach out to the PHP client library owners via this

Re: 403 forbidden when call google ads restful API

2021-08-10 Thread Google Ads API Forum Advisor
Hi Daniel, Thank you for following up. It appears that you did not receive the reply of my colleague, Yasar. With this, allow me to reiterate the information that my colleague is requesting to further check the issue. "For us to raise this issue with the rest of our team, could you please