Hi, I would like to access information for all AdParams in my campaigns, but I cannot see a report that has the option to include this in the fields. Is there one?
If there is not then it would seem I have to use the get() method of AdParamServiceInterface. On the API Rates sheet it says that the AdParamService calls to get have a cost of 0.1 unit per AdParam (rounded up to the nearest integer). However if I call the method to return all the AdParams from my account, and then run ServiceAccountantManager.getInstance().getTotalUnitCount() afterwards, the value shown is 1. If I make two calls to get then the value is 2. So, is the total API cost of this operation really 1, even when returning a large amount of AdParams? The reason I ask is because I will be updating millions of AdParams. I had thought that by only updating the AdParams that have changed that I could reduce the cost of this. But the rates sheet says that calls to get() and set() carry the same per-item cost. If this is the case then I don't know what to do. If anyone could help me out with this, that would be much appreciated! Is the total cost to pull a whole bunch of AdParams really just 1, or am I not making the correct call to find out the real cost? Cheers, Chris -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
