You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I'm trying to get the cost of accounts without having to download a report. Is there a possible way to just fetch that data? I've looked through the reference logs and I can seem to grab other data (Account number, account labels, etc.), but can't seem to find if cost is available. Thanks in advance!
Luis Xander Talag (AdWords API Team)
unread,
Jan 8, 2018, 2:42:37 AM1/8/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Eduardo,
Since Costis based on actual spend in performance, any statistics data will only be available through reports. You may want to check the Account Performance Report if you want to get the cost per account. Also, It is possible to get the report data as string by using the getAsString() method instead of saving it to a file. Please check this sample code (PHP client library) for reference.