Shopping products difference between API and Interface.

2022-09-29 Thread Boris DETRY
We have a significant difference on the results from API and Ads interface. For the endpoint *shopping_performance_view (*version 10*)* As you can see on the images below we have* 34,861 products from API but 92,391 on the web interface. * API: [image: Capture.PNG] Web interface: [image: C

Re: Unable to pull product view with filter on campaign label

2022-05-20 Thread Boris DETRY
Also, online query validator says query is ok. On Friday, May 20, 2022 at 2:51:53 PM UTC+2 Boris DETRY wrote: > Usually I can pull the products views from *shopping_performance_view *with > no problem*, *but when I add the filter "*where campaign.label = [..my > label ressourc

Unable to pull product view with filter on campaign label

2022-05-20 Thread Boris DETRY
Usually I can pull the products views from *shopping_performance_view *with no problem*, *but when I add the filter "*where campaign.label = [..my label ressource name...*]" I have the following error : Error code :* UNKNOWN* Message : *The error code is not in this version.* Trigger : *A_cam

Re: Product ID of the API is different from web interface | Shopping

2022-05-18 Thread Boris DETRY
Also, i'm in the same campaign same ad group On Friday, May 13, 2022 at 3:28:10 PM UTC+2 Boris DETRY wrote: > Im using *shopping_performance_view* end point > > On Friday, May 13, 2022 at 2:54:52 PM UTC+2 Boris DETRY wrote: > >> I have the same product on web interface

Re: Product ID of the API is different from web interface | Shopping

2022-05-13 Thread Boris DETRY
Im using *shopping_performance_view* end point On Friday, May 13, 2022 at 2:54:52 PM UTC+2 Boris DETRY wrote: > I have the same product on web interface and API result but the *Product > Id (product Item Id) *is different. > > API result : > > [image: Capture.PNG]

Product ID of the API is different from web interface | Shopping

2022-05-13 Thread Boris DETRY
I have the same product on web interface and API result but the *Product Id (product Item Id) *is different. API result : [image: Capture.PNG] Web interface : [image: Capture.PNG] I am looking at the wrong Ids ? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Getting Listing Groups (shopping) for Performance Max campaing

2022-03-30 Thread Boris DETRY
We are migrating our "shopping solutions" For regular shopping campaigns we managed to manipulate everything we needed using *ad_group_criterion *and *AdGroupCriterionService. * Now it's time to do it for Performance Max but I'm a little lost. Cause '*listing groups*' are attached to campaign

Re: Get access changes with change_status | Change History

2022-02-24 Thread Boris DETRY
Ok thank you On Wednesday, February 23, 2022 at 7:05:01 AM UTC+1 adsapi wrote: > Hi Boris, > > The asset change that you are seeing could be due to the (automatic) > migration > <https://developers.google.com/google-ads/api/docs/extensions/assets/migrating-extensions> >

Re: Optimizing requests for big amount of data

2022-02-16 Thread Boris DETRY
Thank you. Actually the best way it's to use *searchstream *convert *GoogleAdsRows *immediately after receiving them in the buffer. On Wednesday, February 16, 2022 at 8:22:02 AM UTC+1 adsapi wrote: > Hi Boris, > > Thank you for reaching out to us. However, I'm afrai

How do I update my campaign's Targeting Criteria using the Google Ads API?

2022-02-15 Thread Boris van Norren
I am creating a script which updates the campaign's targeting criteria based on some data, but I am trying to figure out what the correct approach is to update that targeting critria. Should I update the current Campaign Targeting Criteria object to a new location or should I delete the old one

Re: Get items count on result row search stream.

2022-02-14 Thread Boris DETRY
Thank you. On Monday, February 14, 2022 at 6:14:57 AM UTC+1 adsapi wrote: > Hi Boris, > > Thanks for getting back to us. > > Yes, you are correct. Return_total_results_count > <https://developers.google.com/google-ads/api/reference/rpc/v10/SearchGoogleAdsRequest#retur

Re: Get items count on result row search stream.

2022-02-08 Thread Boris DETRY
SummaryRowSetting *equal "*SUMMARY_ROW_ONLY*" *(so only summary row, not summary row with results)* On Monday, February 7, 2022 at 8:04:03 PM UTC+1 adsapi wrote: > Hi Boris, > > Thank you for reaching out to the Google Ads API support team. > > Could you please make small size and then

Re: Get items count on result row search stream.

2022-02-07 Thread Boris DETRY
e. On Monday, February 7, 2022 at 3:54:33 AM UTC+1 adsapi wrote: > Hi Boris, > > Thank you for the reply. > > Would you be able to illustrate to us the information that you want to get > using the API report with sample values? I asked because the suggestion > provided

Re: Get items count on result row search stream.

2022-02-04 Thread Boris DETRY
Yes, my question is for "summary row *only* ". I need to get millions of row that mach a filter just to count them. So it take mimutes. On Friday, February 4, 2022 at 5:57:41 PM UTC+1 adsapi wrote: > Hi Boris, > > GoogleAdsService.Search > <https://developers.

Re: Get items count on result row search stream.

2022-02-04 Thread Boris DETRY
Yes, but not when I request for the summary of all rows only. On Thursday, February 3, 2022 at 7:30:20 PM UTC+1 adsapi wrote: > Hi Boris, > > GoogleAdsService.Search > <https://developers.google.com/google-ads/api/reference/rpc/v9/GoogleAdsService#search> > has > a re

Re: geographic_view doesn't return data when segments.geo_target_metro is empty

2022-02-03 Thread Boris DETRY
*I believe this is the correct behavior but it complicates our programs. * Downloading multiple reports with/without segment and then merging these results could turn into an extremely heavy process. For example: Imagine I have 4 millions search terms and only 1 million has keywords, to make o

Get items count on result row search stream.

2022-02-03 Thread Boris DETRY
Since segmentation with new API skips the results with no segment, I need to run some extra request and extra code. For example, concatenating search terms with and without keywords... my code execution could take hours for accounts with millions of search terms. *My question is if it's possib

Re: Wrong/missing data getting Search Terms with new API

2022-01-27 Thread Boris DETRY
ilter. On Thursday, January 27, 2022 at 11:53:19 AM UTC+1 Boris DETRY wrote: > We're migrating our solutions to the new API (v9), we are using > "search_term_view" report. > > Some search terms are missing. For the time range 01/01/2021 to > 31/12/2021 I canno

Re: The number of rows returned is different between selecting "segments.date" or not

2022-01-09 Thread Boris Zhao
Hi Ernie, Thank you for the reply! Yes, the different is caused by the zero impressions. I thought the zero impressions will always be excluded when I'm using the segments.date in the WHERE clause. Turns out that I misunderstood the document. Regards, Boris On Friday, January 7, 2022

The number of rows returned is different between selecting "segments.date" or not

2022-01-06 Thread Boris Zhao
.status IN ('ENABLED') * *AND ad_group.status IN ('ENABLED','PAUSED') * *AND campaign.status IN ('ENABLED','PAUSED') * *AND segments.date BETWEEN '2021-12-13' AND '2021-12-13'* Could you help check why is that happening?

Re: The Google Ads API seem to be latent

2021-12-17 Thread Boris DETRY
n Friday, December 17, 2021 at 9:01:14 PM UTC+5:30 ra...@tripaneer.com > wrote: > >> +1 >> >> On Friday, 17 December 2021 at 16:14:58 UTC+1 Boris DETRY wrote: >> >>> Same for us >>> >>> On Friday, December 17, 2021 at 3:41:03 PM UTC+1

Re: The Google Ads API seem to be latent

2021-12-17 Thread Boris DETRY
Same for us On Friday, December 17, 2021 at 3:41:03 PM UTC+1 deep.bh...@gmail.com wrote: > Hi there, Could you please check and acknowledge this? > > We have observed a significant amount of latency in almost every call to > api. > Similar reports from third parties (check here) >

Any update on feed base to asset base extension migration?

2021-11-15 Thread Boris DETRY
Feed based extensions should have been migrated after October 10 automatically. But none of our extensions have been migrated yet, they still use the "old paradigm". Any update on the automatic migration? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

YOUTUBE_URL_UNSUPPORTED when excluding youtube.com from placement.

2021-08-13 Thread Boris DETRY
When I try to exclude the URL* youtube.com *from the campaigns with *CampaignCriterionService *and *PlacementInfo* criteria the API returns *YOUTUBE_URL_UNSUPPORTED ( *YouTube URLs are not supported in Placement criterion. Use YouTubeChannel and YouTubeVideo criterion instead. *)* *We don't

Re: managed_placement_view vs group_placement_view

2021-08-02 Thread Boris DETRY
Correction**:* group_placement_view *looks like placements are grouped by placement. On Monday, August 2, 2021 at 11:31:35 AM UTC+2 Boris DETRY wrote: > What are the main differences between these two reports > *managed_placement_view* and *group_placement_view*? > > When I

managed_placement_view vs group_placement_view

2021-08-02 Thread Boris DETRY
What are the main differences between these two reports *managed_placement_view* and *group_placement_view*? When I request from *group_placement_view *looks like placements are grouped by campaigns. When I request for *managed_placement_view* I only get results from one campaign even if the

Re: Ads Api Aggregate on "Implicit segmentation"

2021-05-03 Thread Boris DETRY
one single row. It's possible? thank you On Monday, May 3, 2021 at 5:57:15 AM UTC+2 adsapiforumadvisor wrote: > Hello Boris, > > Thank you for reaching out to us. > > With regard to your observation regarding Implicit segmentation, yes > you're

Ads Api Aggregate on "Implicit segmentation"

2021-04-30 Thread Boris DETRY
Hi everyone, We saw on documentation about "Implicit segmentation". For example when I call all search terms for an account i'll have in return a segmentation by adgroup. Thats the defalut behavior since search terms are shared resoures. (Correct me if im wrong) Docs are great (Here

Re: AdWords API sunset.... any news?

2020-07-27 Thread Boris DETRY
Thanks ! On Monday, July 27, 2020 at 4:35:15 PM UTC+2 adsapiforumadvisor wrote: > Hi Boris, > > There are no sunset plans that we can share with you at this point in > time. Once the Google Ads API becomes generally available (i.e. exits > "beta"), we will announce th

AdWords API sunset.... any news?

2020-07-27 Thread Boris DETRY
Hey, We cannot find any information about the AdWords API end of service. We saw the v4 for Ads API will be released soon but nothing for AdWords API. Does anyone hnow something? Thankyou very much -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

How to get IDs of custom audiences?

2019-08-30 Thread Boris Dziundziuk
Hello! I need to get IDs of custom audiences (custom intent, custom affinity). Does anyone know how to do it? The only way I've found is to manually copy the audiences table with ID column but it's not an option because new audiences are created every day and there are 1000+ of them. -- -- =~

How does Google calculate the averages for the new "Search Top Percent" column

2019-08-27 Thread Boris Detry
For the "Impressions on top percent", there is something not clear for me. Look at the image below : the total of this column its 96.29%. But when you calculate it by doin an averga of all the row the result shoud be 93.8%. We a re using Adwords Api to retreive the data, its the same . Thank yo

Youtube network Ad Groups are appearing whit Display network Ad Groups

2019-05-20 Thread Boris Detry
Hi, We retrieve display Ad Groups using the predicate “Content” over AdNetworkType1 in the AdGroupPerformanceReport. But some Ad groups who are supposed to be in youtube campaign are retrieved. *If we change the predicate on AdNetworkType1 to “YOUTUBE_WATCH” we have the exact same numbe

How can I get the audience report type?

2019-01-24 Thread boris
Hello, I would like to retrieve the audience type (In-Market , Web visitor…) but is not in the Audience Performance Report ( https://developers.google.com/adwords/api/docs/appendix/reports/audience-performance-report ) Thank you very much ! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Cost/Conv -- How it is calculated?

2018-11-15 Thread boris
With a *cost of 400€* and *2 conversions* the *cost per conversion is equal to 194.79€.* It should be something like 400€/2 = 200€... or 389.58€/2 = 194.79€ [image: 2018-11-15_10-34-37.png] *How can this be posible?* Thanks a lot ! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Get parent acounts (mcc)

2018-11-14 Thread boris
-02-59.png] On Wednesday, November 14, 2018 at 4:40:24 PM UTC+1, Teja Makani wrote: > > Hello Boris, > > If you are trying to get the account hierarchy you can get it via the > managedCustomerService.get > <https://developers.google.com/adwords/api/docs/reference/v201809

Get parent acounts (mcc)

2018-11-14 Thread boris
I'm trying to retrive all the hierachy *OVER* the current google ads account. I was wondering if it still posible. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Sometimes there're RateExceededError:BillingPerDay but another request few seconds later is OK

2015-09-18 Thread boris . rieunier
Hi, i have a strange problem and i come here to get your help :) I have ~1k5 operations to do in a batch, with a client limitation of one request by second. But after the firsts requests, API respond an RateExceedError ([RateExceededError ]). And just after (few seconds after) the n

Sometimes there're RateExceededError:BillingPerDay but another request few seconds later is OK

2015-09-18 Thread boris . rieunier
Hi, i have a strange problem and i come here to get your help :) I have ~1k5 operations to do in a batch, with a client limitation of one request by second. But after the firsts requests, API respond an RateExceedError ([RateExceededError ]). And just after (few seconds after) the next reques

Re: QueryError.INVALID_DURING_CLAUSE For CALL_METRICS_CALL_DETAILS_REPORT

2014-05-13 Thread Boris Savic
So how can I get this report just for today? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

QueryError.INVALID_DURING_CLAUSE For CALL_METRICS_CALL_DETAILS_REPORT

2014-05-12 Thread Boris Savic
Hi, I am downloading daily reports so I can generate stats for client. I am having issues with using "DURING" for "CALL_METRICS_CALL_DETAILS_REPORT" report. Here is my PHP code: // define date range $dateRange = sprintf('%d,%d', date('Ymd'), date('Ymd')); // generate query $reportQuery = 'SEL

Re: Account Performance Report Filter By Campaign ID

2014-05-06 Thread Boris Savic
Thank you Zweitze, you explained problem much better :) I was thinking about using ConversionTypeName field, but I assumed that there is simpler way to do this. Boris On Tuesday, 6 May 2014 16:29:36 UTC+2, Zweitze wrote: > > Danial, > > I think Boris is quite unfortunate in

Re: Account Performance Report Filter By Campaign ID

2014-05-06 Thread Boris Savic
MANCE_REPORT" I can't specify list of Conversion Trackers IDs. Thanks, Boris On Tuesday, 6 May 2014 14:02:51 UTC+2, Danial Klimkin wrote: > > Hi Boris, > > > ConversionTracker is an account-level object, so I don't fully understand > the kind of report you are

Account Performance Report Filter By Campaign ID

2014-05-06 Thread Boris Savic
Hello, I would like to get Account Performance Report by list of Conversion Tracker IDs and Campaign IDs. I have figured out that using "ReportDefinitionService" I can use "ACCOUNT_PERFORMANCE_REPORT" and specify list of Conversion Tracker Ids to get account performance report, and I can use "

is it possible to get Transaction billing history just like the export CSV option?

2012-12-10 Thread Boris Plotkin
Didn't see any answers to this else where. I need the same formatting as the Billing tab's Transaction history > export all in CSV Daily Debits charges. Is this possible to use the API to export it? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Access to billing history

2012-12-10 Thread Boris Plotkin
I know this is old but not sure why there was no responses to this but I also need this, mainly just need the daily Transaction history just like the export CSV button On Monday, July 3, 2006 12:54:36 AM UTC-4, Kunaal wrote: > > I asked this question a few months ago, and while I did get a coupl

Approval Status in v201008 Performance Reports

2011-02-02 Thread Boris
Hi, atm it's only possible to get the status of an ad, but not the approval status. Are there any plans to include this in the performance reports (i.e. Ad Performance Report)? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

v201003 Ad Performance Report

2010-08-12 Thread Boris
Hi, we are testing the ad performace report from the new report defintion service. Until yesterday we always got back the fields 'ad type' and 'Ad format'. It looks like these fields have dissapeared in the report now. Is there any way to get the type of an ad in this report? Thanks -- =~=~=