Re: impossible to segment or where with segments.date in asset_group

2024-06-14 Thread Iván López
Yes! You are right, I was trying it with the previous version and I didn't notice that could be the point from the documentation. It works fine with v17. Thank you very much! Ivan El jueves, 13 de junio de 2024 a las 22:40:51 UTC+2, Google Ads API Forum Advisor escribió: > Hi, > > Thank you

Re: Campaign stats segmented by location is so confusing

2023-10-13 Thread Iván López
, campaign.name, campaign.id, segments.day_of_week FROM campaign WHERE segments.date BETWEEN '20230909' AND '2023100' """ How can it be possible? El viernes, 13 de octubre de 2023 a las 12:03:39 UTC+2, Iván López escribió: > Hello, > > I

Campaign stats segmented by location is so confusing

2023-10-13 Thread Iván López
Hello, I am trying to get campaign stats segmented by location. In some many cases I can do it but I have encountered some strange behaviors in the API about this. First of all, I noticed that while in the user_location_view the available geo segments are: geo_target_airport geo_target_canto

Missing field in asset_group_product_group_view report

2022-07-19 Thread Iván López
Hello, If I am not wrong, the asset_group_product_group_view report, is the equivalent report for PERFORMANCE_MAX campaigns from the product_group_view report in the shopping campaigns, isn't it? If this is not like this, please, let men know which is the equivalente report for performance. A

Re: Missing info in shopping_performance_view for PERFORMANCE_MAX campaigns

2022-07-19 Thread Iván López
asset group ID for this result? Thank you Ivan El martes, 19 de julio de 2022 a las 12:47:19 UTC+2, Iván López escribió: > Hello, > > We have a process which uses the shopping_performance_view to have the > stats (clicks, conversions, etc.) info. Until now, we were only using it >

Missing info in shopping_performance_view for PERFORMANCE_MAX campaigns

2022-07-19 Thread Iván López
Hello, We have a process which uses the shopping_performance_view to have the stats (clicks, conversions, etc.) info. Until now, we were only using it with shopping campaigns. But now we are trying to integrate it with PERFORMANCE_MAX campaigns. But, when I ask for a query to this report with

Strange Refresh Error from Google Ads API

2022-06-09 Thread Iván López
Hello, Yesterday, I experimented some sudden Refresh Error in my processes when instancing the client. It seems really strange because after the same processes were ok an the client from the API is already ok, without any change by our side in our credentials. This is the error message that ap

Re: Cannot found field from adwords api in google ads api

2022-03-18 Thread Iván López
*managed_placement_view* for you to know if each of the placements > are targeted or excluded. > > Let us know if this is what you're looking for. > > Regards, > [image: Google Logo] > Carmela > Google Ads API Team > > > ref:_00D1U1174p._5004Q2YouJk:ref &

Cannot found field from adwords api in google ads api

2022-03-17 Thread Iván López
Hello, I am migrating some processes form adwords API to Google Ads API. I have encountered a problem with a field that I was requesting through Adwrods API. I am able to request "IsPathExcluded" from "URL_PERFORMANCE_REPORT" to know (ad adwrods docu says) "if the URL or placement is currently

Strange 503 Error from Google Ads API: 503 failed to connect to all addresses

2022-03-02 Thread Iván López
Hello, Since March 1 19:00 GMT+1 (hour of Madrid, Spain), we are experimenting a very strange behavior with the Google Ads API. All was working well in our system with the processes that uses this API. And nothing has changed from our side when the errors start to happen. We have two system, w

Product Group View missing parameter in results form query

2022-02-14 Thread Iván López
Hello, I am trying to access some attributes on ad group criterions (product groups in this case), and I am able to do it with all of them except one. In the past, I get de path to a product group (including all of wis parent groups) through "ProductGroup" field in the PRODUCT_PARTITION_REPORT

Missunderstanding in Offline Conversions Upload

2022-02-09 Thread Iván López
*Hello,* *I am trying to do an upload of an offline conversion. Here is my code in Python (I have also tried putting conversion_value in micros):* conversion_action_id = '581686697' account_id = '7714105941' click_conversion = client.get_type("ClickConversion") conversion_action_service = client

Re: Bidding Strategy Field is missing

2022-02-08 Thread Iván López
Hello! Thank you very much for the info because it works this way. But, only for my understanding, why is this field not accesible from bidding_strategy.type, since bidding strategy is an attributed resource of keyword_view, as for example, ad_group is? If i can access ad_group.status (for exa

Re: Bidding Strategy Field is missing

2022-02-07 Thread Iván López
[image: Imagen 7-2-22 a las 17.47.jpg] El lunes, 7 de febrero de 2022 a las 17:45:35 UTC+1, Iván López escribió: > Hello, > This is a query Im trying to do in my request trough Google Ads API (V8). > Everything is going ok, but the field "bidding_strategy.type" is not coming

Bidding Strategy Field is missing

2022-02-07 Thread Iván López
Hello, This is a query Im trying to do in my request trough Google Ads API (V8). Everything is going ok, but the field "bidding_strategy.type" is not coming in the response attributes. I also tried to access "bidding_strategy.id" and "bidding_strategy.name", but the result is the same, nothing.