Hello, If you look just a few lines above that line, you will see:
// Get AdWordsUser from credentials in "../auth.ini" > // relative to the AdWordsUser.php file's directory. > $user = new AdWordsUser(); The $user is simply the in-memory representation of the information you set up in auth.ini. If you are getting no results, then maybe it's because you have no campaigns. Try running the AddCampaigns example first, then this example again. Regards, Mike, AdWords API Team On Thursday, January 22, 2015 at 12:59:34 AM UTC-5, [email protected] wrote: > > Hello > > I am trying to get campaign using GetCampaignsExample() function but blank > result showing. > Whats should come in *$user* argument. > > GetCampaignsExample($user); > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/04d172de-d6a9-4192-93ad-5d6da51149b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
