Changing email shown in change history

16 views
Skip to first unread message

di...@easyleads.com

unread,
Jan 17, 2016, 6:01:14 AM1/17/16
to AdWords API Forum, Assaf Frank
Hi,

We perform changes on behalf of other PPC person, who granted us a permission via OAuth protocol (using refresh and access tokens instead of our token), but in the Change History of the AdWords GUI our email is displayed.

Can we somehow force it to register the changes on the email of the person who has granted us a permission?

Code flow:

GoogleCredential credential = 
new GoogleCredential.Builder()
.setTransport(HTTP_TRANSPORT)
.setJsonFactory(JSON_FACTORY)
.setClientSecrets(IOauthConfiguration.CLIENT_ID, IOauthConfiguration.CLIENT_SECRET).build();
credential.setAccessToken(accessToken);
credential.setRefreshToken(refreshToken);

AdWordsSession session = new AdWordsSession.Builder()
.fromFile()
.withOAuth2Credential(credential)
.build();

Thanks

Anthony Madrigal

unread,
Jan 19, 2016, 10:06:56 AM1/19/16
to AdWords API Forum, as...@easyleads.com
Hi,

Unfortunately, there is no API equivalent to the Change History from the AdWords UI. There is also no way to get the email of the user that made changes or who granted permission via AdWords API.

Regards,
Anthony
AdWords API Team
Reply all
Reply to author
Forward
0 new messages