Hi all,
I need to following doubts :
1> Campaign level
Q. Can we can fetch the overall
revenue of a campaign using Google Ads Rest Interface API.
2> Keywords Level
Q. Can we fetch
revenue and
avg position of keywords
under a campaign using Google Ads Rest Interface API.
Doubt : I am having a requirement to get disapproved ads for a campign.
I performed the following query on resource
ad_group_criterion with condition
ad_group_criterion.approval_status='DISAPPROVED' .
I just wanted to be sure that Is it correct approach ?
Query : "SELECT
campaign.name,
campaign.id,ad_group_criterion.ad_group,ad_group_criterion.approval_status,
campaign.name,
ad_group.name FROM ad_group_criterion WHERE ad_group_criterion.approval_status='DISAPPROVED' ORDER BY ad_group_criterion.approval_status"
Thanks & Regards