Getting null values

2011-05-20 Thread Kalpesh's Programer
I am using following code for generating 1- campaign budget info 1a- ad spend in dollars 1b- clicks 1d- click through percentage 1e- average cpc Why I am getting null values LogDefaults(); // Get the CampaignService. $campaignService = $user->GetCampaignService('v201101'); // $campaignServ =

Re: how to Retrive clicks and campaign budget ?

2011-05-20 Thread Kalpesh's Programer
I got budget value using following $campaign->budget->amount- >microAmount instead of $campaign->campaignStats->budget but all the values in campaignStats are empty Why it is so What I have to do to get values in campaignStats On May 20, 3:14 pm, "Anash P. Oommen" wrote: > Hi Kalpesh, > > You c

how to Retrive clicks and campaign budget ?

2011-05-18 Thread Kalpesh's Programer
hi I want to retrive the following details 1- campaign budget info 1a- ad spend in dollars 1b- clicks 1d- click through percentage 1e- average cpc I am using following code for retriving clicks and campaign budget but not getting any values what should I do to retrive these values LogDefaults()