Ad schedule report breakdowns

2023-02-02 Thread mihail...@finsburymedia.com
Hello, I want to query ad schedule report via Google Ads API. You've provided a report ad_schedule_view (https://developers.google.com/google-ads/api/fields/v12/ad_schedule_view) that I can access to pull performance stats for given ad schedule. On this report there is no actual ad schedule in

Responsive search ad - headline recommendations via API

2022-09-08 Thread mihail...@finsburymedia.com
Hello team, I want to get a list of headline and description suggestions for a responsive search ad via Google Ads API based on a given ad final URL. I think that I need to use the this resource https://developers.google.com/google-ads/api/reference/rpc/v11/Recommendation.ResponsiveSearchAdAs

Campaign bidding strategy is null in report data

2022-05-13 Thread mihail...@finsburymedia.com
Hello, I'm facing issues whenever trying to pull campaign bidding strategy details. I'm using the php library v10. Here is the query SELECT campaign.id, campaign.name, campaign.status, campaign.advertising_channel_type, campaign.advertising_channel_sub_type, campaign.bid

Asset based extensions report

2022-03-30 Thread mihail...@finsburymedia.com
Hello, Whenever I try to fetch a performance report on asset based extensions result is always limited to the following types of assets: sitelink, callout and structured snippet. We have extensions from type: call & price that are never included in the results. Here is the query that I'm usin