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
Hello,
How we could protect our MCC login data, when we will install Google
API to the Web site? This code includes login data (two first rows),
which sould be secured:
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 Donatas,
This information doesn't need to be embedded in the source code, and
can be loaded from a database, file, etc.
Best,
- Eric Koleda, AdWords API Team
On May 19, 4:49 am, Donatas <rekl...@lits.lt> wrote:
> Hello,
>
> How we could protect our MCC login data, when we will install Google
> API to the Web site? This code includes login data (two first rows),
> which sould be secured:
>
> email = "em...@email.lt"
> password = "password" ;
> userAgent = "our company name" ;
> applicationToken = "ignored" ;
> developerToken = "em...@email.lt++LTL" ;
>
> ; Uncomment to make requests against a client account.
>
> So, our login data will be available for anyone who can reach our
> client's ftp server. How we could solve that problem?
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~