Re: managed_placement_view - get Excluded Placements

2019-08-13 Thread cv
Hi Fei, 1) To answer your original question regarding manage_placement_view, as you can see in this doc: https://developers.google.com/google-ads/api/fields/v2/managed_placement_view In the "Selectable with" section, you can see that "ad_group", "ad_group_criterion" and "campaign" are all

Re: managed_placement_view - get Excluded Placements

2019-08-12 Thread Google Ads API Forum Advisor Prod
Hi CV, 1) To answer your original question regarding manage_placement_view, as you can see in this doc: https://developers.google.com/google-ads/api/fields/v2/managed_placement_view In the "Selectable with" section, you can see that "ad_group", "ad_group_criterion" and "campaign" are all

Re: managed_placement_view - get Excluded Placements

2019-08-12 Thread cv
Hi, Any insights on this? Thanks, On Saturday, 10 August 2019 13:45:18 UTC+5:30, cv wrote: > > Yes, I As I said I have used group_placement_view to get automatic > placements and Adgroup Criteria view to get excluded placements. > But My question still not answered. > > Under Adwords API If I

Re: managed_placement_view - get Excluded Placements

2019-08-10 Thread cv
Yes, I As I said I have used group_placement_view to get automatic placements and Adgroup Criteria view to get excluded placements. But My question still not answered. Under Adwords API If I fetch Placement Performance Report with IsNegative = false and Id >0 I can have manage placements. If I

Re: managed_placement_view - get Excluded Placements

2019-08-09 Thread Google Ads API Forum Advisor Prod
Hi, Yes, that's correct. If you use ad_group_criterion, you won't be able to use metrics or segments. You will need to use managed_placement_view to get metrics and segments for placements at the ad group level. If you want automatic placements, you can use group_placement_view. Regards,

Re: managed_placement_view - get Excluded Placements

2019-08-09 Thread cv
Hi, I cannot use ad_group_criterion as this is not supported by Any Metrics or Segments. Thanks, On Friday, 9 August 2019 16:08:01 UTC+5:30, cv wrote: > > hi, > > Please note I am not looking at Excluded placements. > I am looking at Managed placements only. > > Under UI PLACEMENT Tab. As

Re: managed_placement_view - get Excluded Placements

2019-08-09 Thread cv
hi, Please note I am not looking at Excluded placements. I am looking at Managed placements only. Under UI PLACEMENT Tab. As Excluded I from your help. Thanks, On Friday, 9 August 2019 16:06:17 UTC+5:30, cv wrote: > > Hi, > > Thanks for Input. > > To get Data for Manage Placement I have used

Re: managed_placement_view - get Excluded Placements

2019-08-09 Thread cv
Hi, Thanks for Input. To get Data for Manage Placement I have used this query. But the no of rows in the report and in UI are different. UI has 45 rows while report has 30. $query = "SELECT campaign.id, " . "campaign.name, " . "campaign.status, "

Re: managed_placement_view - get Excluded Placements

2019-08-05 Thread Google Ads API Forum Advisor Prod
Hi, This report view will give you placements from the ad group. You can use the ad_group_criterion.negative to see whether the placement is added or excluded. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UEGyF4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: managed_placement_view - get Excluded Placements

2019-08-05 Thread cv
Hi, Does all managed Placement available through manage_placement_view. How I can get Adgroup level and Camapign Level Managed placements? Thanks, On Tuesday, 30 July 2019 20:03:03 UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > You are using managed_placement_view. You should use > the

Re: managed_placement_view - get Excluded Placements

2019-07-30 Thread Google Ads API Forum Advisor Prod
Hello, You are using managed_placement_view. You should use the ad_group_criterion and also select the field ad_group_criterion.type. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UEGyF4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: managed_placement_view - get Excluded Placements

2019-07-30 Thread cv
I am also not getting Type through API. How I can get Type which said site, App, Mobile Application etc.. On Tuesday, 30 July 2019 10:21:05 UTC+5:30, cv wrote: > > Hi Anthony, > > Yes I did same. > > But I got the different result from Adwords APi v201809 and Google Ads API. > > I am using this

Re: managed_placement_view - get Excluded Placements

2019-07-29 Thread cv
Hi Anthony, Yes I did same. But I got the different result from Adwords APi v201809 and Google Ads API. I am using this with Google Ads API $query = "SELECT managed_placement_view.resource_name, ad_group.id, ad_group.name,

RE: managed_placement_view - get Excluded Placements

2019-07-29 Thread Google Ads API Forum Advisor Prod
Hello, You will want to run a report from the ad_group_criterion level. You can select the field ad_group_criterion.placement.url and a filter of ad_group_criterion.negative = TRUE. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UEGyF4:ref -- --

managed_placement_view - get Excluded Placements

2019-07-29 Thread cv
Hi, I wanted to get excluded placements for adgroup level. Can anyone help how I can get same using Google Ads API? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/