Re: AdSchedule in Google Ads API

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hello, Can you please share your client customer Id privately so we can take a closer look? Thanks, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2CSTE8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: AdSchedule in Google Ads API

2021-02-23 Thread cv
Hi, I am getting Data using this Adwords API $campaignCriterionService = (new AdWordsServices )->get($session, CampaignCriterionService::class); $selector = new Selector(); $selector->setFields(['CampaignId','DayOfWeek', '

Re: AdSchedule in Google Ads API

2021-02-23 Thread Chirag eReportz
Hi, Thanks for confirmation. Once you have update let me know. Thanks, On Tue, Feb 23, 2021 at 6:30 PM cv wrote: > HI, > > I specifically looking at criteria. Old Adwords API is giving AdSchedule > data but Google Ads API is not providing any. > > Thanks, > > On Tuesday, 23 February 2021 at

Re: AdSchedule in Google Ads API

2021-02-23 Thread cv
HI, I specifically looking at criteria. Old Adwords API is giving AdSchedule data but Google Ads API is not providing any. Thanks, On Tuesday, 23 February 2021 at 10:03:05 UTC+5:30 cv wrote: > HI Peter, > > How I can get those ALL_TIME Data which can match with Google Adwords API > campaign c

Re: AdSchedule in Google Ads API

2021-02-22 Thread cv
HI Peter, How I can get those ALL_TIME Data which can match with Google Adwords API campaign criteria performance report? Thanks, On Monday, 22 February 2021 at 10:53:16 UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Unfortunately, it would not be possible to use/include segments >

Re: AdSchedule in Google Ads API

2021-02-21 Thread Google Ads API Forum Advisor Prod
Hi, Unfortunately, it would not be possible to use/include segments and metrics fields in the campaign_criterion view. You should be able to retrieve all the current campaign criteria associated to your campaigns via the said report, without specifying a date range. Thanks, Peter Laurence Nap

Re: AdSchedule in Google Ads API

2021-02-19 Thread cv
Hello Mat, Thanks for message. In this case 'segments.date'(could not support requested resources: 'CAMPAIGN_CRITERION') So what I can do here? I am not getting ALL_TIME data or data is there in Account. Thanks, On Friday, 19 February 2021 at 17:13:08 UTC+5:30 Mat wrote: > Hi cv, > > you c

Re: AdSchedule in Google Ads API

2021-02-19 Thread Mat
Hi cv, you could check if a very old segments.date raises any errors and if that error message delivers any insights into the date limits you can use. Example segments.date >= '1970-01-01' AND segments.date <= '2021-02-18' (00:00:00 UTC on 1 January 1970 is the "Unix epoch") or segments.date

Re: AdSchedule in Google Ads API

2021-02-19 Thread cv
Hi Mark, Thanks. If I not pass any date range, does that equivalent to ALL_TIME data based on filters passed? To more specific If I need to have AdSchedule does that return all current AdSchedule if I not pass any dates? Thanks, On Friday, 19 February 2021 at 13:22:24 UTC+5:30 adsapiforuma

RE: AdSchedule in Google Ads API

2021-02-18 Thread Google Ads API Forum Advisor Prod
Hi there, Thank you for raising this to us. As per this Date Ranges guide, I'm afraid that the ALL_TIME range is still not supported as part of the predefined date ranges. That said, allow me to raise a feature request for this; however, there is no guarantee if this will be supported soon. In

AdSchedule in Google Ads API

2021-02-18 Thread cv
Hello, I can see that ALL_TIME is not available in Google Ads API. I need that in case If I need to get AdSchedule.or IP Blocks Information. How I can get all time Ip blocks or adschedule data using google Ads api. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o