Hello Danial,
Thanks for your valuable response.
The Adwords API version that i am using while fetching Adwords data is v201409.
Will you please guide me in displaying campaign performance data.
I have successfully display the campaign performance report but data displayed on my website is not similar with data displayed in Google adwords account like..
1) How can i fetch the Budget field from CAMPAIGN_PERFORMANCE_REPORT ?
The predicate that i have used to display the campaign data
new Predicate('Status', 'NOT_IN', array('REMOVED')
which results in inaccurate budget in Campaign table, rest all data is accurate.
But when i use the below predicate i.e.,
new Predicate('Status', 'NOT_IN', array('REMOVED','PAUSED')
then the budget displayed in Campaign table is accurate, rest all data is inaccurate.
2) How can i fetch the following data:
a) Total- Display Network
b) Total- Search Network
c) Total- All but removed campaigns
d) Total- All campaigns
Problem mentioned in First point persist in first two options i.e., c) and d)
For last two option a) and b), Google Adwords provide me any api that will help me in displaying data or it has been done manually ?
3) How can i fetch Campaign Sub type as field with Campaign Sub-Type does not exists in CAMPAIGN_PERFORMANCE_REPORT ?
Along with this, please provide me the references so that i can easily fetch the accurate result which is similar with the Campaign data displayed in Google Adwords.
With Regards,
Raman