Re: Estimate keyword traffic volume

2017-02-12 Thread Iam_mine
Thanks I manage to set the text but how I can print/save the actual result.
After running the script through terminal i'm getting an empty line without 
any results.

On Thursday, February 9, 2017 at 7:35:08 PM UTC+2, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi, 
>
> You can pass a variable to the setText() method as shown in this example 
> .
>  
> You need to include at least one CampaignEstimateRequest 
> 
>  in 
> the TrafficEstimatorSelector 
> 
>  with 
> child AdGroupEstimateRequest 
> 
>  and 
> set the keywordEstimateRequests 
> 
>  to 
> contain the keywords. Once you have constructed the selector, you need to 
> invoke the TrafficEstimatorService.get() method to execute the request. 
>
> Regards,
> Shwetha. 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/14c34b6c-ea83-4517-8601-5a4b09ab8bc4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Estimate keyword traffic volume

2017-02-08 Thread Iam_mine
Regarding the TrafficEstimatorService how can I use it within an existing 
code that I wrote?
What I need to include and how I can put a variable within the set text 
e.g. $keyword->setText('');
and how can it be executed?



On Thursday, February 9, 2017 at 12:27:10 AM UTC+2, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi, 
>
> You need to use TargetingIdeaService 
> 
>  and TrafficEstimatorService 
> 
>  to 
> retrieve statistics and traffic estimates. The TargetingIdeaService can be 
> used to retrieve new keyword ideas and search volume and data trends for 
> existing keyword ideas. The TrafficEstimatorService, on the other hand, 
> provides traffic estimates for existing or proposed campaigns, ad groups 
> and keywords.  The GetKeywordIdeas 
> 
>  and 
> the EstimateKeywordTraffic 
> 
>  PHP 
> examples demonstrate how to use TargetingIdeaService and 
> TrafficEstimatorService respectively. 
>
> Regards,
> Shwetha, 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/c3ce406a-28b5-4488-a3f4-bc387090c8d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Estimate keyword traffic volume

2017-02-08 Thread Iam_mine
I wrote a script that generate keyword through a loop in php. 
For each keyword I would like to pull traffic volume, what will be the best way 
to do that?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/478edfd5-aef1-4e13-a557-1dcdeea3053c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Config file not found

2017-02-07 Thread Iam_mine

I'm trying to use the EstimateKeywordRequest to get traffic volume for 
keywords. 
I'm keep on getting the error below not sure why. 

Where is the home directory? Where should I put the adsapi_php.ini ?


PHP Fatal error:  Uncaught InvalidArgumentException: Config file not
found as specified: 'adsapi_php.ini' or in the home directory:
'/root/adsapi_php.ini'. in
/home/xxx/adwords/vendor/googleads/googleads-php-
lib/src/Google/AdsApi/Common/ConfigurationLoader.php:63

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1fde38e3-c251-4638-8bb2-64d0d103c234%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


EstimateKeywordTraffic with parameter

2017-01-29 Thread Iam_mine
I would like to know the estimated traffic for each keyword in my MYSQL 
table.
I'm using PHP to browse through all the keywords list and I want to use the 
EstimateKeywordTraffic parameters and save them in MYSQL.

What will be the best way?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/40317880-3062-48a9-8898-0d6f0b44ac64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


USER_PERMISSION_DENIED

2016-12-14 Thread Iam_mine
Hey All,

I'm in the process of creating access to AdWords API through a test account.
I've created two MCC accounts:

Account A is the production manager with developer token.
Account B is an MCC account with a test account.

When running "php GetCampaigns.php" I'm getting the error:

An error has occurred: [AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'']

I've tried to add Account A to the test account, but I can't get the 
inventation by mail.
Also when i'm trying to add the test account to Account A i'm getting the 
message:

The manager cannot create more client accounts.

I really don't know how to make it work, would love to get your advise.

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/003b2449-da7d-4434-91dc-912993244160%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Developer token without an active account

2016-10-28 Thread Iam_mine

How can I have API access without an active account?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b1351ac1-c784-4323-92e8-eb0d71cab598%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API basic

2016-10-04 Thread Iam_mine
Hey, I'm pretty new to AdWords API although I have great experience in managing 
AdWords campaigns. 
I want to develop a platform for optimizing AdWords campaigns, and I have two 
questions that I believe you can help me with.

1. What's the minimum requirement for getting a developer key and start using 
the API? Only MCC aacount?
2. How I can create a virtual testing environment with fake stats that I can 
use to develop my platform. 

Thanks in advance. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8cf3ce4f-b02c-45df-9d7f-e1d9e951213e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.