Re: AdsAPI v201705 Entries NULL when totalNumEntries has value

2017-08-09 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

I just want to check if the issue is still reproducible on your end. If the 
issue still persists, then would you be able to provide to us privately 
(using* reply privately to author* option) the previously requested 
information to help us investigate further?

Regards,
Ivan 
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7959f882-379e-4362-b47b-55b32ff5b104%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdsAPI v201705 Entries NULL when totalNumEntries has value

2017-07-31 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

For us to be able to help you investigate further, would you be able to 
share with us privately (using *reply privately to author* option) the SOAP 
request and response logs captured when issue was encountered as well as 
the 2 production account Ids in question? These information will give us a 
better look on the details of the request sent.

Regards,
Ivan
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dc89e155-ddfa-4f2b-a995-8e4d22d7212d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdsAPI v201705 Entries NULL when totalNumEntries has value

2017-07-31 Thread haasta
I have recently migrated to AdsApi v201705; I am having an issue with a 
production accounts when interfacing 
with Google\AdsApi\AdWords\v201705\cm\[CampaignPage,AdGroupPage]. The 
request comes back with no entries, but has totalNumEntries indicating that 
there should be data objects there. This call work as intended with my 
TESTING AdWords account, just not production.
The following are logs of the page objects for the 2 production accounts...

Account 1:
[28-Jul-2017 19:29:09 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\CampaignPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(2)
  ["PageType":protected]=>
  string(12) "CampaignPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}
[28-Jul-2017 21:30:17 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\AdGroupPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(5)
  ["PageType":protected]=>
  string(11) "AdGroupPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}


Account 2:
[28-Jul-2017 19:29:44 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\CampaignPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(4)
  ["PageType":protected]=>
  string(12) "CampaignPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}

[28-Jul-2017 21:30:29 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\AdGroupPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(4)
  ["PageType":protected]=>
  string(11) "AdGroupPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7dc066bd-b9bb-4dc0-b112-f30d5117f209%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.