Hi Dharmveer,
No, they aren't available yet. We will announce it on
http://adwordsapi.blogspot.com/ once the feature is available again.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwor
Hello Eric,
Just wanted to follow up if cross-client reports are now available to use?
Thanks,
Dharmveer
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=
Thank you so much !!!
-Dharmveer
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 ar
Hi Dharmveer,
It looks like this report was created on an MCC account. Cross-client MCC
reports have not been re-released yet, but I'll make sure that they support
the returnMoneyInMicros header when they are.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on o
Yes Eric. It is being set correctly. Below is the HTTP header which is being
sent (replaced Auth Token and Email with dummy values):
GET /api/adwords/reportdownload?__rd=21208037&qt=new HTTP/1.1
Authorization: GoogleLogin auth=X
clientEmail: n...@company.com
returnMoneyInM
Hi Dharmveer,
Can you try to capture the HTTP request and see if the header is being sent
correctly?
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/
Hello,
Even if we set following request header, the report does not have amount
figure in micros. It still gives the cost, cpc etc in $ format. What else we
can do to get the amount in micros. Please suggest.
urlConn.setRequestProperty("returnMoneyInMicros", Boolean.toString(true));
Thanks,
Dh