RE: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2019-02-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, You can run the report end of the week or end of the month using the date ranges available here or use custom date ranges. You can then use this data to update your local database. This Help center

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2019-02-04 Thread prreportingdashboard
Hi, How can i sync Adwords campaign performance report Api data with my local database so that i don't need to download ALL_TIME data from report definition and avoid processing time. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.b

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Sorting is not supported for AdWords API reports at the moment. You'll not be able to specify a sorting order for report downloads. If you would like to specify the sort order for other API services, you can use the following example code snippet: use Google\AdsApi\AdWords\v201705\cm\Sort

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2017-06-13 Thread google
Thank you this worked great. Could you assist in adding an orderby in the selector (i.e. order by month)? I have recently switched over some reports to the selector and am having a difficult time with some simple items. Any further help would be greatly appreciated. Thanks. On Monday, June 1

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2017-06-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can set the custom date range in the selector as shown below: use Google\AdsApi\AdWords\v201705\cm\DateRange; . . . $selector->setDateRange(new DateRange(min, max)); Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an