Hello,

Thank you for reaching out to Google Ads API Support.

Can you please provide us with with more details on what you mean by “get 
Search Top IS and Search Abs Top IS showing on Google BM from API”?

As for obtaining the start/end date field, Please try using the sample query 
below to see if you will get your expected data, This query has 
campaign.start_date and campaign.end_date added to the query in your screenshot.

SELECT 
  customer.id, 
  customer.resource_name,   
 campaign.start_date, campaign.end_date,
  campaign.advertising_channel_type, 
  campaign.resource_name, 
  campaign.id, 
  segments.date, 
  segments.month, 
  metrics.search_absolute_top_impression_share, 
  metrics.search_top_impression_share, 
  metrics.clicks, 
  metrics.conversions, 
  metrics.all_conversions, 
  metrics.conversions_value, 
  metrics.impressions, 
  metrics.cost_micros 
FROM campaign 
WHERE 
  segments.date >= '20230404' 
  AND segments.date <= '20230405' 
  AND campaign.id = XXXXXXXXXX

Let me know if you have any questions.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kTZn8:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/SAReR000000000000000000000000000000000000000000000RSWIKC00xAGWJ16FSj6nFet0y8FP3g%40sfdc.net.

Reply via email to