Sure, here it is.
Unfortunately I don't use SOAP and couldn't work with it. I develop with php library.
I will try to show the request and response and entire cod of the program in attachment.
clientCustomerId = "275-363-3549"
AD_GROUP_ID = '102249169889';
The request:
Google\AdsApi\AdWords\v201809\cm\Selector::__set_state(array(
'fields' =>
array (
0 => 'Id',
1 => 'Status',
2 => 'HeadlinePart1',
3 => 'HeadlinePart2',
4 => 'Description',
),
'predicates' =>
array (
0 =>
Google\AdsApi\AdWords\v201809\cm\Predicate::__set_state(array(
'field' => 'AdGroupId',
'operator' => 'IN',
'values' =>
array (
0 => 102249169889,
),
)),
1 =>
Google\AdsApi\AdWords\v201809\cm\Predicate::__set_state(array(
'field' => 'AdType',
'operator' => 'IN',
'values' =>
array (
0 => 'EXPANDED_TEXT_AD',
),
)),
2 =>
Google\AdsApi\AdWords\v201809\cm\Predicate::__set_state(array(
'field' => 'Status',
'operator' => 'IN',
'values' =>
array (
0 => 'ENABLED',
1 => 'PAUSED',
),
)),
),
'dateRange' => NULL,
'ordering' =>
array (
0 =>
Google\AdsApi\AdWords\v201809\cm\OrderBy::__set_state(array(
'field' => 'Id',
'sortOrder' => 'ASCENDING',
)),
),
'paging' =>
Google\AdsApi\AdWords\v201809\cm\Paging::__set_state(array(
'startIndex' => 0,
'numberResults' => 500,
)),
))
the Response:
Google\AdsApi\AdWords\v201809\cm\AdGroupAdPage::__set_state(array(
'entries' => NULL,
'totalNumEntries' => 0,
'PageType' => 'AdGroupAdPage',
'parameterMap' =>
array (
'Page.Type' => 'PageType',
),
))
Could you help me how to undestand the reason why the response has NULL entries.