simbor / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

Not able to see my campaigns from my PHP script #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of the library are you using?
I am not sure what is the version, I have not specified it explicitly in my 
script.

Which version of PHP are you using?
5.3.2-1ubuntu4.5

What steps will reproduce the problem?
I have extended one of the tests available in the Google Adwords PHP Library - 
AdWordsIntegrationTest.php and I just want to see the list of my campaigns. 

What is the expected output? What do you see instead?
I was expecting to see all the campaigns from the adwords account and this list 
is not empty. However, the result got with my script is an empty list.

Please provide any additional information below.
Should I send you my script?

Original issue reported on code.google.com by miu...@gmail.com on 30 Oct 2013 at 7:14

GoogleCodeExporter commented 8 years ago
This is how the returned data looks like:
CampaignPage Object ( [entries] => [totalNumEntries] => 0 [PageType] => 
CampaignPage [_parameterMap:Page:private] => Array ( [Page.Type] => PageType ) 
) 

Original comment by miu...@gmail.com on 30 Oct 2013 at 7:16

GoogleCodeExporter commented 8 years ago
Nevermind, I found the answer myself. 

Original comment by miu...@gmail.com on 5 Nov 2013 at 7:14

GoogleCodeExporter commented 8 years ago

Original comment by vt...@google.com on 20 Dec 2013 at 10:26