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.


пн, 12 окт. 2020 г. в 04:28, Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com>:

> Hi Pavel,
>
> Thanks for posting your concern.
>
> To further investigate, could you provide the complete SOAP request and
> response logs generated on your end together with the customer ID? You can
> provide it via *Reply privately to author* option.
>
> Regards,
> [image: Google Logo]
> Ernie John Blanca Tacata
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q268KEB:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHebc%2Bpe5ViM3aB7Qkh9k0Zhx6KLYU-UaDk1EVfY2W5%3DyBR-yQ%40mail.gmail.com.

<<attachment: GetExpandedTextAds.php>>

Reply via email to