Can access the adwords API but not the Google Ads API for the same Ad Account

2022-03-22 Thread maria.r...@funnel.io
Hi support team, For one Ad account we can access the Adwords API but not the Google Ads API. We get the following error: {'errorCode': {'authorizationError': 'ACCESS_DENIED_FOR_ACCOUNT_TYPE'}, 'message': "*The customer (or login customer) isn't in Google Ads. It belongs to another ads system*

Reporting for Smart and Local campaigns after the upgrade to Performance Max campaigns

2022-03-01 Thread maria.r...@funnel.io
Hi support team, We are wondering how the reporting for Smart and Local campaigns will be affected by the automatic upgrade to Performance Max campaigns. Your blog post about the upgrade. As of now (accordin

Very large conversion value

2022-02-08 Thread maria.r...@funnel.io
Hi support team, We have an issue with very large all conversions values (metrics.all_conversions_value) when downloading from the campaign resource. We have seen values from 10^50 to 10^122 for a single conversion action for a single day, how does this happen? This only happen for certain dat

Missing local campaigns when querying the ad_group_ad resource

2022-02-01 Thread maria.r...@funnel.io
Hi support team, We have noticed that when we querying the *ad_group_ad* resource, *Local Campaigns are missing*. This also happens when we use the ad_group resource but when using the campaign resource the campaigns are included in the response? Here is an example query that uses the *ad_g

Re: Error while trying to query asset_group_product_group_view

2022-01-28 Thread maria.r...@funnel.io
Hello, Maria here, I work together with Johan. We want to get the asset_group.name in the same report as some common metrics. Here is an example query we are trying to use: *SELECT campaign.name, campaign.id, asset_group.name, metrics.impressions, metrics.clicks, metrics.cost_micros, segments.d

Re: Error while trying to query asset_group_product_group_view

2022-01-10 Thread maria.r...@funnel.io
Hi there, Any updates on this? We would also like to use this report. Kind regards, Maria Ravander, Developer @ Funnel On Friday, December 10, 2021 at 5:55:58 PM UTC+1 adsapi wrote: > Hi Marc, > > After some investigating I determined that this endpoint is currently > working as intended. The

Performance Max campaigns missing

2021-12-03 Thread maria.r...@funnel.io
Hi support team, We are trying to get the Performance Max campaigns through the ad_group resource. When using the ad_group resource just by itself it seems to filter out these campaigns while when using the resource via the click_view resource we can retrieve the campaigns. Could you explain

Get offline conversions in reports

2021-10-26 Thread maria.r...@funnel.io
Hi support team, Is there any way to get offline conversions, particularly Store Sales , though the Google Ads API or the REST Interface? I can see documentation for uploading

Relation between video_views and video_quartile_p25_rate

2021-10-07 Thread maria.r...@funnel.io
Hi support team! We would like to better understand the relationship between the metrics *video_views* and *video_quartile25p_rate*. This is how 'video_views ' is described in the API docs:* "The number o

Re: Cost and conversion missmatch when Click Type is selected

2021-09-15 Thread maria.r...@funnel.io
Hi Aryeh, We can see that metrics.clicks are matching between the APIs, we have seen that metrics.conversions and metrics.cost_micros are not alined between the APIs. Could you please take another look? Kind regards, Maria Ravander Developer @ Funnel On Tuesday, September 14, 2021 at 6:30:49 P

How far back can we download historic data in the Google Ads API?

2021-09-14 Thread maria.r...@funnel.io
Hi Google Ads support team, Are there any limits on how old the data can be that you request from reports in the Google Ads API? Can you request data all the way back from when the account was created? Kind regards, Maria Ravander Developer @ Funnel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Click type removed cost in ad_group_ad

2021-07-09 Thread maria.r...@funnel.io
Hi Peter, We have responded to googleadsapi-supp...@google.com over a week ago but we never get any reply back? This is now happening for another account as well. Any updates on this? Kind regards, Maria On Thursday, July 1, 2021 at 7:59:10 AM UTC+2 adsapi wrote: > Hi Maria, > > Thank you for

Click type removed cost in ad_group_ad

2021-06-29 Thread maria.r...@funnel.io
Hi Google Ads API support, We have noticed that for one account when we include "segments.click_type" in the ad_group_ad report we loose the cost for certain campaigns, in this case video campaigns. Even though there is a cost in the campaign overview in Google Ads UI for these campaigns. Why i

metrics.all_conversions_from_store_visit in campaign report

2021-05-21 Thread maria.r...@funnel.io
Hello support team, We can see the metric "all_conversions_from_store_visit" in the "campaign" report in the Google Ads API but we can't fetch it since it's not allowed when "campaign" is specified in the FROM clause. Your documentation

Campaign, ad Group.. types in the Adwords API vs The Google Ads API

2021-03-09 Thread maria.r...@funnel.io
Hi Google Ads API support, Is there any documentation that specifies what "Advertising Channel Types", "Advertising Channel Subtypes" and "Ad Group Types" that can be fetched for the Adwords API and for the Google Ads API? Something like this

Get call_view for specific date interval

2021-02-19 Thread maria.r...@funnel.io
Hi the Google ads API support, We are trying to query the call_view report with specific date intervals but since we can't use the segments.date field we are instead trying to use the call_view.start_call_date_time to filter the query. But when trying to use the 'LIKE' or 'REGEXP_MATCH' we get

Conversions for gclid

2021-01-21 Thread maria.r...@funnel.io
Hi the Google Ads API team, Is it possible to get conversions together with click id? Thanks, Maria Developer @ Funnel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Smart Campaigns from the ad group ad report

2020-09-29 Thread maria.r...@funnel.io
Hi Nirmitabahen, It seems that your example query was left out in your reply unfortunately. However these are the queries we use: *SELECT campaign.name, campaign.advertising_channel_type, campaign.advertising_channel_sub_type, metrics.impressions, segments.date FROM campaign WHERE segments.dat

Re: Migrating to Google Ads missing report types

2020-09-29 Thread maria.r...@funnel.io
Hi the Google Ads API Team, Any updates in regards of the "Call Metrics Call Details" Report that's available in the Adwords API, will this report be added to the Google Ads API anytime soon? Best Regards, Maria, Developer @ Funnel On Thursday, April 9, 2020 at 8:00:30 PM UTC+2 adsapiforumadvi

Smart Campaigns from the ad group ad report

2020-09-28 Thread maria.r...@funnel.io
Hi the Google Ads API team, When we download the ad group ad report, Smart campaigns are left out, is this an expected behaviour? Best Regards, Maria, Developer @ Funnel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Labels on Ad level in the Google Ads API vs Adwords

2020-09-02 Thread maria.r...@funnel.io
Hi the Google Ads API team! We are trying to request labels from the Google Ads API on an Ad level and want to match the request to give the same result as in the Adwords API. In the Adwords API we use the request: *SELECT Id, Labels, Clicks,** Impressions,** Cost, Date FROM AD_PERFORMANCE_REP

Re: Different result from adwords api and google ads api for geo performance

2020-08-25 Thread maria.r...@funnel.io
Hi Xiaoming and the Google Ads API Team, This still seems to be an issue, we have the same problem. Any updates on when this bug will be fixed? Thanks, Maria Ravander On Wednesday, January 22, 2020 at 5:28:32 PM UTC+1 adsapiforumadvisor wrote: > Hi Rosdyana, > > Thank you for reaching out. I’m