Hi,
I use Adwords API interface and Google ads API interface to query the advertising series report on the same date, but the results are inconsistent
Adwords API:
["awqlString":"Google\AdsApi\AdWords\Query\v201809\ReportQuery":private]=> string(334) "SELECT CampaignStatus, CampaignName, ServingStatus, Clicks, Impressions, InteractionRate, AverageCpc, Cost, AveragePosition, Conversions, ConversionRate, CostPerConversion, BounceRate, AveragePageviews, AverageTimeOnSite, Amount, CampaignId, AdvertisingChannelType, VideoViews FROM CAMPAIGN_PERFORMANCE_REPORT DURING 20220308,20220314"
There are six series in the results.(Consistent with the UI list of Google Advertising background advertising series)
-----------------------------------------------------------------------------------
Google Ads API:
Request:
{"customerId":"2560584800","query":"SELECT campaign.status,
campaign.name, campaign.serving_status, metrics.clicks, metrics.impressions, metrics.interaction_rate, metrics.average_cpc, metrics.cost_micros, metrics.conversions, metrics.conversions_from_interactions_rate, metrics.cost_per_conversion, metrics.bounce_rate, metrics.average_page_views, metrics.average_time_on_site,
campaign.id, campaign.advertising_channel_type, metrics.video_views, metrics.active_view_ctr, segments.date FROM keyword_view WHERE segments.date >= '20220308' AND segments.date <= '20220314' "}
There are four series in the results.(Only part of the content is the same as that in the UI list of background advertising series)
I don't know how to solve this problem, can you help me ?