Re: How to get Started

2016-01-20 Thread Anthony Madrigal
Hi Yasir,

Are you running your example on a browser or command line? Our PHP examples 
only work when using the command line.

Please let me know if you are still running into issues when using the 
command line.

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9dc6be67-8cbf-426c-9a4c-7185f7f7e4fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get Started

2016-01-20 Thread iakdev20jan
Hi Guys,

I am facing issue during setup:

Here is my setup:

1. We have a manager account that manages more than one adwords account. I 
have created a developer token by using this manager account. Now we have 
approved developer token.
2. I did OAuth2 2.0 authentication while login to this manager account
3. I have selected other application during authenticatoion
4. Now I have got client id, secret key, refresh_token
5. I have put all these information in Auth.ini file located in Adwords PHP 
Library package that I downloaded from github. 

when I run any example then page show blank I am confused whether I am 
missing anything? or doing anything wrong?

Please help

Thanks
Yasir

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e0fd0b62-a227-4505-99cb-f9c1075f3fed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-12 Thread Doubt Dolson
This happens if :

 - auth.ini is not readable [Giving permission will solve it]
 - parse_ini_file function is not enabled [You can enable this funciton in 
php.ini file]
 - your path to auth.ini is not correct[You can echo the path on runtime 
and see if it is correct]

Hopefully, one of the above resolves your issue.



On Saturday, January 11, 2014 7:18:01 PM UTC+5:30, Ad_nu wrote:
>
> OK – I created a new client ID (with API console) and executed the file in 
> command line (using shell client). Now I can see couple of error messages 
> and URL.
>
> When I visit the URL I get error message:
> invalid_client
> no application name
>
> Errors that are displayed after the file is executed:
> Strict Standards: parse_ini_file(): It is not safe to rely on the system's 
> timezone settings. Please use the date.timezone setting, the TZ environment 
> variable or the date_default_timezone_set() function. In case you used any 
> of those methods and you are still getting this warning, you most likely 
> misspelled the timezone identifier. We selected 'America/Chicago' for 
> 'CST/-6.0/no DST' instead in 
> _MY_SERVER_PATH_/adwords_api/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
>  
> on line 40
>
> Warning: Error parsing 
> _MY_SERVER_PATH_/adwords_api/src/Google/Api/Ads/AdWords/Lib/api.properties 
> on line 15
>  in 
> _MY_SERVER_PATH_/adwords_api/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
>  
> on line 40
>
>
> perjantai, 10. tammikuuta 2014 23.16.00 UTC+2 Josh Radcliff (AdWords API 
> Team) kirjoitti:
>>
>> Hi,
>>
>> All of our examples (including the *GetRefreshToken.php*) are meant to 
>> be run from the command line.  *GetRefreshToken.php* will write to 
>> stdout and prompt you to open a URL in your browser, then will wait on 
>> stdin for you to copy and paste the authorization code returned by the URL. 
>>  Once you've done that it will print instructions for modifying your 
>> auth.ini to stdout.
>>
>> Are you running it from the command line or via some other mechanism?
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Friday, January 10, 2014 12:05:35 PM UTC-5, Ad_nu wrote:
>>>
>>> OK – Thanks 
>>> I’m still getting blank pages though…
>>>
>>> - I copied the developerToken from AdWords API center
>>> - I created the client_id and client_secret  with API console
>>>
>>> But when I run the “GetRefreshToken.php” page is blank. 
>>>
>>> Is this more of a server issue (at my end) – or is there other required 
>>> information that I need to fill before I can get the refresh token?
>>>
>>>
>>> maanantai, 6. tammikuuta 2014 21.12.56 UTC+2 Josh Radcliff (AdWords API 
>>> Team) kirjoitti:

 Hi,

 The sandbox endpoint was deprecated a while back in favor of test 
 accounts.

 https://developers.google.com/adwords/api/docs/test-accounts

 Regarding simple tests, the 
 GetCampaignsexample
  is a straightforward, read-only example that should indicate if you 
 have everything set up correctly.  Also, when you run the sample it will 
 create log files in the current directory that you can check to confirm 
 your request went through.

 Cheers,
 Josh, AdWords API Team

 On Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote:
>
> I haven’t use AdWords API before – so I’m trying to get started with 
> sandbox version.
> I Downloaded and installed the AdWords API PHP Client Library 4.7.0. 
> to my server; I edited the user information in auth.ini and I also edited 
> the settings.ini to use server: https://adwords-sandbox.google.com
> After these “configurations” all example files (under v201309) – like 
> EstimateKeywordTraffic.php – return just a blank page (no API errors or 
> PHP 
> errors).
>
> What other configurations are required before I can make sandbox 
> calls/requests?
> Are there any simple test files available (other than the files 
> included in client library) that can be used for checking if my server 
> actually made any API requests?
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@goo

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-11 Thread Ad_nu
OK – I created a new client ID (with API console) and executed the file in 
command line (using shell client). Now I can see couple of error messages 
and URL.

When I visit the URL I get error message:
invalid_client
no application name

Errors that are displayed after the file is executed:
Strict Standards: parse_ini_file(): It is not safe to rely on the system's 
timezone settings. Please use the date.timezone setting, the TZ environment 
variable or the date_default_timezone_set() function. In case you used any 
of those methods and you are still getting this warning, you most likely 
misspelled the timezone identifier. We selected 'America/Chicago' for 
'CST/-6.0/no DST' instead in 
_MY_SERVER_PATH_/adwords_api/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
 
on line 40

Warning: Error parsing 
_MY_SERVER_PATH_/adwords_api/src/Google/Api/Ads/AdWords/Lib/api.properties 
on line 15
 in 
_MY_SERVER_PATH_/adwords_api/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
 
on line 40


perjantai, 10. tammikuuta 2014 23.16.00 UTC+2 Josh Radcliff (AdWords API 
Team) kirjoitti:
>
> Hi,
>
> All of our examples (including the *GetRefreshToken.php*) are meant to be 
> run from the command line.  *GetRefreshToken.php* will write to stdout 
> and prompt you to open a URL in your browser, then will wait on stdin for 
> you to copy and paste the authorization code returned by the URL.  Once 
> you've done that it will print instructions for modifying your auth.ini to 
> stdout.
>
> Are you running it from the command line or via some other mechanism?
>
> Thanks,
> Josh, AdWords API Team
>
> On Friday, January 10, 2014 12:05:35 PM UTC-5, Ad_nu wrote:
>>
>> OK – Thanks 
>> I’m still getting blank pages though…
>>
>> - I copied the developerToken from AdWords API center
>> - I created the client_id and client_secret  with API console
>>
>> But when I run the “GetRefreshToken.php” page is blank. 
>>
>> Is this more of a server issue (at my end) – or is there other required 
>> information that I need to fill before I can get the refresh token?
>>
>>
>> maanantai, 6. tammikuuta 2014 21.12.56 UTC+2 Josh Radcliff (AdWords API 
>> Team) kirjoitti:
>>>
>>> Hi,
>>>
>>> The sandbox endpoint was deprecated a while back in favor of test 
>>> accounts.
>>>
>>> https://developers.google.com/adwords/api/docs/test-accounts
>>>
>>> Regarding simple tests, the 
>>> GetCampaignsexample
>>>  is a straightforward, read-only example that should indicate if you 
>>> have everything set up correctly.  Also, when you run the sample it will 
>>> create log files in the current directory that you can check to confirm 
>>> your request went through.
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote:

 I haven’t use AdWords API before – so I’m trying to get started with 
 sandbox version.
 I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to 
 my server; I edited the user information in auth.ini and I also edited the 
 settings.ini to use server: https://adwords-sandbox.google.com
 After these “configurations” all example files (under v201309) – like 
 EstimateKeywordTraffic.php – return just a blank page (no API errors or 
 PHP 
 errors).

 What other configurations are required before I can make sandbox 
 calls/requests?
 Are there any simple test files available (other than the files 
 included in client library) that can be used for checking if my server 
 actually made any API requests?

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Josh Radcliff (AdWords API Team)
Hi,

All of our examples (including the *GetRefreshToken.php*) are meant to be 
run from the command line.  *GetRefreshToken.php* will write to stdout and 
prompt you to open a URL in your browser, then will wait on stdin for you 
to copy and paste the authorization code returned by the URL.  Once you've 
done that it will print instructions for modifying your auth.ini to stdout.

Are you running it from the command line or via some other mechanism?

Thanks,
Josh, AdWords API Team

On Friday, January 10, 2014 12:05:35 PM UTC-5, Ad_nu wrote:
>
> OK – Thanks 
> I’m still getting blank pages though…
>
> - I copied the developerToken from AdWords API center
> - I created the client_id and client_secret  with API console
>
> But when I run the “GetRefreshToken.php” page is blank. 
>
> Is this more of a server issue (at my end) – or is there other required 
> information that I need to fill before I can get the refresh token?
>
>
> maanantai, 6. tammikuuta 2014 21.12.56 UTC+2 Josh Radcliff (AdWords API 
> Team) kirjoitti:
>>
>> Hi,
>>
>> The sandbox endpoint was deprecated a while back in favor of test 
>> accounts.
>>
>> https://developers.google.com/adwords/api/docs/test-accounts
>>
>> Regarding simple tests, the 
>> GetCampaignsexample
>>  is a straightforward, read-only example that should indicate if you 
>> have everything set up correctly.  Also, when you run the sample it will 
>> create log files in the current directory that you can check to confirm 
>> your request went through.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote:
>>>
>>> I haven’t use AdWords API before – so I’m trying to get started with 
>>> sandbox version.
>>> I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to 
>>> my server; I edited the user information in auth.ini and I also edited the 
>>> settings.ini to use server: https://adwords-sandbox.google.com
>>> After these “configurations” all example files (under v201309) – like 
>>> EstimateKeywordTraffic.php – return just a blank page (no API errors or PHP 
>>> errors).
>>>
>>> What other configurations are required before I can make sandbox 
>>> calls/requests?
>>> Are there any simple test files available (other than the files included 
>>> in client library) that can be used for checking if my server actually made 
>>> any API requests?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Ad_nu
OK – Thanks 
I’m still getting blank pages though…

- I copied the developerToken from AdWords API center
- I created the client_id and client_secret  with API console

But when I run the “GetRefreshToken.php” page is blank. 

Is this more of a server issue (at my end) – or is there other required 
information that I need to fill before I can get the refresh token?


maanantai, 6. tammikuuta 2014 21.12.56 UTC+2 Josh Radcliff (AdWords API 
Team) kirjoitti:
>
> Hi,
>
> The sandbox endpoint was deprecated a while back in favor of test accounts.
>
> https://developers.google.com/adwords/api/docs/test-accounts
>
> Regarding simple tests, the 
> GetCampaignsexample
>  is a straightforward, read-only example that should indicate if you 
> have everything set up correctly.  Also, when you run the sample it will 
> create log files in the current directory that you can check to confirm 
> your request went through.
>
> Cheers,
> Josh, AdWords API Team
>
> On Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote:
>>
>> I haven’t use AdWords API before – so I’m trying to get started with 
>> sandbox version.
>> I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to 
>> my server; I edited the user information in auth.ini and I also edited the 
>> settings.ini to use server: https://adwords-sandbox.google.com
>> After these “configurations” all example files (under v201309) – like 
>> EstimateKeywordTraffic.php – return just a blank page (no API errors or PHP 
>> errors).
>>
>> What other configurations are required before I can make sandbox 
>> calls/requests?
>> Are there any simple test files available (other than the files included 
>> in client library) that can be used for checking if my server actually made 
>> any API requests?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi,

The sandbox endpoint was deprecated a while back in favor of test accounts.

https://developers.google.com/adwords/api/docs/test-accounts

Regarding simple tests, the 
GetCampaignsexample
 is a straightforward, read-only example that should indicate if you 
have everything set up correctly.  Also, when you run the sample it will 
create log files in the current directory that you can check to confirm 
your request went through.

Cheers,
Josh, AdWords API Team

On Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote:
>
> I haven’t use AdWords API before – so I’m trying to get started with 
> sandbox version.
> I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my 
> server; I edited the user information in auth.ini and I also edited the 
> settings.ini to use server: https://adwords-sandbox.google.com
> After these “configurations” all example files (under v201309) – like 
> EstimateKeywordTraffic.php – return just a blank page (no API errors or PHP 
> errors).
>
> What other configurations are required before I can make sandbox 
> calls/requests?
> Are there any simple test files available (other than the files included 
> in client library) that can be used for checking if my server actually made 
> any API requests?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


How to get started with Adwords API PHP library 4.7.0 / v201309

2014-01-06 Thread Ad_nu
 

I haven’t use AdWords API before – so I’m trying to get started with 
sandbox version.
I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my 
server; I edited the user information in auth.ini and I also edited the 
settings.ini to use server: https://adwords-sandbox.google.com
After these “configurations” all example files (under v201309) – like 
EstimateKeywordTraffic.php – return just a blank page (no API errors or PHP 
errors).

What other configurations are required before I can make sandbox 
calls/requests?
Are there any simple test files available (other than what is included in  that 
can be used for checking if my server actually made any API calls/requests?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Ad_nu
 

I haven’t use AdWords API before – so I’m trying to get started with 
sandbox version.
I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my 
server; I edited the user information in auth.ini and I also edited the 
settings.ini to use server: https://adwords-sandbox.google.com
After these “configurations” all example files (under v201309) – like 
EstimateKeywordTraffic.php – return just a blank page (no API errors or PHP 
errors).

What other configurations are required before I can make sandbox 
calls/requests?
Are there any simple test files available (other than the files included in 
client library) that can be used for checking if my server actually made 
any API requests?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to get started with developer...

2010-08-10 Thread AdWords API Advisor
Hi Christophe,

You can develop your application against the AdWords API sandbox. The
sandbox provides you all the functionality of the production server,
and 5 dummy accounts to test your calls. To make calls to AdWords API
sandbox, you need to make your requests to https://adwords-sandbox.google.com
instead of https://adwords.google.com. Other details are:

email: your_gmail_id
password: your_gmail_password
developer token: your_gmail_id++USD (or any currency code of your
choice)
clientEmail: client_1+your_gmail_id to client_5+your_gmail_id

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Aug 10, 12:01 am, Christophe  wrote:
> Hello,
>
> How does one get started developing a Adwords API enable application,
> when one does not want the developer to be able to see any data in the
> real Adwords accounts?
>
> Thanks,
> Christophe

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


How to get started with developer...

2010-08-09 Thread Christophe
Hello,

How does one get started developing a Adwords API enable application,
when one does not want the developer to be able to see any data in the
real Adwords accounts?

Thanks,
Christophe

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en