RATE_EXCEEDED while executing TargetingIdeaService

2017-12-07 Thread Ildar Khakimov
Good day

I'm executing the sample script GetKeywordIdeas.php and passing 1 keyword 
at a time.

I keep getting the following error, so I force the script to sleep 30 
seconds each time the error comes up, but I'm seeing it come up 20 times in 
a row, so I paused the script just in case.

Google\AdsApi\AdWords\v201705\cm\RateExceededError Object
(
[reason:protected] => RATE_EXCEEDED
[rateName:protected] => RATE_LIMIT
[rateScope:protected] => ACCOUNT
[retryAfterSeconds:protected] => 30
[fieldPath:protected] => 
[fieldPathElements:protected] => 
[trigger:protected] => 
[errorString:protected] => RateExceededError.RATE_EXCEEDED
[ApiErrorType:protected] => RateExceededError
[parameterMap:Google\AdsApi\AdWords\v201705\cm\ApiError:private] => 
Array
(
[ApiError.Type] => ApiErrorType
)

)

No other API requests are being executed at the same time from this 
account. So it's 1 API request at a time with 1 keyword in it.

Is there a reason the request keeps timing out 20 times in a row even when 
the script sleeps for 30 seconds each time the error comes up?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4111d3ea-86f8-475d-8abe-e27bee6dc59c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Traffic for the seed keyword is not returned by TargetingIdeaService

2017-12-07 Thread Ildar Khakimov
Hello

Just to confirm I have the following line in the PHP script

*$selector->setRequestType(RequestType::IDEAS);*

I would need to replace IDEAS with STATS, so it would become

*$selector->setRequestType(RequestType::STATS);*

Is that correct? 

Are there any example scripts where this type request is shown? I couldn't 
locate one in the examples folder.

On Wednesday, December 6, 2017 at 2:47:57 AM UTC-5, Vincent Racaza (AdWords 
API Team) wrote:
>
> Hi Ildar,
>
> For the TargetingIdeaService 
> ,
>  
> the seed keyword will not be returned in an IDEAS 
> 
>  requestType. 
> You need to create a separate request with STATS 
> 
>  requestType 
> and you will see that the statistics of the seed keyword will be returned.
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> 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/dab1a149-5c85-4bec-9cf4-1a776bfe3d95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Traffic for the seed keyword is not returned by TargetingIdeaService

2017-12-07 Thread Ildar Khakimov
Hello

Just to confirm I have the following in line in the PHP script

*$selector->setRequestType(RequestType::IDEAS);*

I would need to replace IDEAS with STATS, correct, it would become

*$selector->setRequestType(RequestType::STATS);*

Is that correct? Is there any example scripts where this type request is 
shown? I couldn't locate it in the examples folder.

On Wednesday, December 6, 2017 at 2:47:57 AM UTC-5, Vincent Racaza (AdWords 
API Team) wrote:
>
> Hi Ildar,
>
> For the TargetingIdeaService 
> ,
>  
> the seed keyword will not be returned in an IDEAS 
> 
>  requestType. 
> You need to create a separate request with STATS 
> 
>  requestType 
> and you will see that the statistics of the seed keyword will be returned.
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> 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/5f7ec56c-8088-4a4c-a7ad-a473dcb3c64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Traffic for the seed keyword is not returned by TargetingIdeaService

2017-12-06 Thread Ildar Khakimov
Hello

I'll try it and report back, thank you

On Wednesday, December 6, 2017 at 2:47:57 AM UTC-5, Vincent Racaza (AdWords 
API Team) wrote:
>
> Hi Ildar,
>
> For the TargetingIdeaService 
> ,
>  
> the seed keyword will not be returned in an IDEAS 
> 
>  requestType. 
> You need to create a separate request with STATS 
> 
>  requestType 
> and you will see that the statistics of the seed keyword will be returned.
>
> Let me know if you have further clarifications.
>
> Thanks,
> Vincent
> 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/9691f1a9-d979-4a6b-a338-f08dd12f582d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Traffic for the seed keyword is not returned by TargetingIdeaService

2017-12-05 Thread Ildar Khakimov
Good day

There was a similar issue discussed here, but no solution was provided:
https://groups.google.com/forum/#!searchin/adwords-api/seed$20keyword$20traffic|sort:date/adwords-api/WWzVcKlvpMA/vKv4QidXOQEJ

It's a very simple issue. Let's say the seed keyword is "mars cruise", it 
will return keyword ideas and monthly search volumes for related keywords, 
but not for the keyword "mars cruise" itself.

It does this in the Google keyword tool itself, but not when we use the 
API. 

Do I need to add an additional search parameter somewhere?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9912ee05-ea22-4283-aa9b-faf9f6425977%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Traffic estimator service returns '[RateExceededError ]'

2017-11-29 Thread Ildar Khakimov
Hi Peter

It's strange because I'm including batches of 2k keywords per request and 
doing it only 1 batch at a time.

Simple solution for me was to wrap the request in a try/catch block, so 
when the $apiexception was detected I would simply sleep for 30 seconds and 
then retry
again on a subsequent loop.

This solved the problem

On Wednesday, November 29, 2017 at 2:55:54 AM UTC-5, Peter Oliquino wrote:
>
> Hi Ildar,
>
> I could see that you are getting the *rateScope=ACCOUNT* included in the 
> error logs. This indicates that you are making too many requests or 
> invoking multiple threads at the same time against a single AdWords 
> account. I would recommend that you reduce the number of operations you 
> invoke all at once in order to avoid this error. To learn more about the 
> limits when using the AdWords API, you may refer to our rate limits 
>  guide, 
> specifically to this section 
> 
>  for 
> your issue, and to our rate sheet 
> . 
>
> As for creating multiple campaigns, yes, you may use the BatchJobService 
> 
>  since 
> it supports the CampaignOperation, however, it does not currently support 
> the TrafficEstimatorService. For more information on batch processing, you 
> may refer here 
> .
>  
> I hope this has been helpful.
>
> Thanks and regards,
> Peter
> 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/55a421b9-86c4-41d6-98fb-19ed7d2232fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Understading rate limits for TrafficEstimatorService

2017-11-28 Thread Ildar Khakimov
Good day

Very simple question, we have basic API access with a daily 10k request 
limit.

When fetching estimates it says:

// Create keywords. Up to 2000 keywords can be passed in a single request.

But further down it says:

// Create a keyword estimate request for each keyword.

So if I have 1 request that contains 2000 keyword estimate requests, does 
that mean that I have used up 1 or 2k requests from the daily limit?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d9231097-fd35-413c-9cae-2b646a866902%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Traffic estimator service returns '[RateExceededError ]'

2017-11-28 Thread Ildar Khakimov
Good day

While running the traffic estimator service it throws the following error:
'[RateExceededError ]'

The error comes up at varying intervals, there doesn't seem to be a 
specific number of results returned before it throws an error.

The API limit is definitely not exceeded. I also reviewed the discussion 
here: 
https://groups.google.com/forum/#!msg/adwords-api/SrsJf990r2s/SsWB_tSzKSsJ 
, but seems like that this problem is not fixed.

What can be done to fix this?

Can I use the BatchJobService or it's used solely when creating new 
campaigns?

Full error:

Fatal error: Uncaught exception 
'Google\AdsApi\AdWords\v201705\cm\ApiException' with message 
'[RateExceededError ]' in /Applications/MAMP/htdocs/kw 
classification/adwords_API/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php:39
 
Stack trace: #0 /Applications/MAMP/htdocs/kw 
classification/adwords_API/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php(39):
 
ReflectionClass->newInstanceArgs(Array) #1 /Applications/MAMP/htdocs/kw 
classification/adwords_API/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(162):
 
Google\AdsApi\Common\Util\Reflection->createInstance('Google\\AdsApi\\A...', 
'[RateExceededEr...') #2 /Applications/MAMP/htdocs/kw 
classification/adwords_API/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(126):
 
Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
 
#3 /Applications/MAMP/htdocs/kw cla in /Applications/MAMP/htdocs/kw 
classification/adwords_API/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php
 
on line 39

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/44ecb6d7-d199-40a5-bb21-8bbc75538182%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Dynamic keyword insertion setHeadlinePart1

2017-08-04 Thread Ildar Khakimov

Good day

I'm trying to insert "{Keyword}" as setHeadlinePart1, using the class 
AddExpandedTextAds, but getting an error

[PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ 
operations[0].operand.ad.headlinePart1, 
key=PolicyViolationKey{policyName=empty_line,violatingText=}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/378a21e9-0a43-44f3-94d9-1f3930e51a45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why is this a constant?

2017-07-31 Thread Ildar Khakimov
Sure and that's why I wrote "i'm just curios" :)

Is this some kind of a security thing? I discussed this on a few forums and 
normally we hard code values like API keys using a constant, why use a 
constant for values that change like CAMPAIGN_ID? 

On Monday, July 31, 2017 at 1:19:12 AM UTC-4, Ivan Bautista wrote:
>
> Hi Ildar,
>
> Please note that all code samples 
>  from the 
> client libraries are mainly used as reference for development. Thus, you 
> may modify them according to what best suit your application requirements. 
> If you want to set the CAMPAIGN_ID as a non-constant variable, then you may 
> do so.
>
> Let me know if you have any other AdWords API related questions.
>
> Regards,
> Ivan 
> 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/6013907f-889e-4f25-829b-585c1fdf7149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Why is this a constant?

2017-07-29 Thread Ildar Khakimov
Just curios, the PHP examples include a class called GetAdGroups

Which goes like

class GetAdGroups {
>   const CAMPAIGN_ID = "";


Why is CAMPAIGN_ID a constant? It's a variable that should be changeable, 
it's not like an API key or something. Just trying to understand the logic 
behind this.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/daf1eb6e-4764-4c76-89d0-8bfd4453b898%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pulling LabelID from LabelName AWQL

2016-12-02 Thread Ildar Khakimov

Hello

I'm trying to execute this query:
SELECT LabelId FROM LABEL_REPORT WHERE LabelName='mtl-mansion-for-sale'

But it throws an error:
An error has occurred: [QueryError{reason=INVALID_FROM_CLAUSE, message=}] 


We first get the "CampaignService" which loads the required class using the 
following snippet:
$campaignService = $user->GetService('CampaignService', ADWORDS_VERSION);

Could you please advise?

Using Adwords PHP library

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d6c3866e-df4c-4c93-a724-bccbb7700534%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: securing auth.ini

2016-11-30 Thread Ildar Khakimov
I blocked the whole folder with htaccess and it seemed to do the trick

cheers!

On Wednesday, November 30, 2016 at 12:31:40 AM UTC-5, Ildar Khakimov wrote:
>
> Hello
>
> I was wondering what is the best way of securing auth.ini file that 
> contains the credentials. It's sitting on a web server and we want to make 
> it inaccessible from outside, but allow the app to access it.
>
> Thank you
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/23ec411b-4b58-4ee3-aee0-ab55c7af3acb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


securing auth.ini

2016-11-29 Thread Ildar Khakimov
Hello

I was wondering what is the best way of securing auth.ini file that 
contains the credentials. It's sitting on a web server and we want to make 
it inaccessible from outside, but allow the app to access it.

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7bd80a10-533c-4701-9bef-b5e1d7219beb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get campaign name using campaignid

2016-11-25 Thread Ildar Khakimov
Good day

Is it possible to ping the adwords api with a numeric campaign id to get 
the actual name back?

thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e289cd53-dbcc-4715-8057-a6c6bf80e83c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Disassociate email from account

2016-11-24 Thread Ildar Khakimov
Hello

I'm trying to create a MCC account with an email address that used to be 
associated with an old adwords account. I have shut down the account and 
won't be re-activating it and would like to use that email as the MCC 
account.

How can I go about doing that?

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d257943-95f4-47ab-9d8c-e3a502585e9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Auction Insights Report

2016-11-22 Thread Ildar Khakimov
Hi Dave

Thank you for the tip, on a high level, how do you solve this by email?

Thank you

On Monday, December 7, 2015 at 12:18:48 PM UTC-5, Dave Davis wrote:
>
> Hi Josh. 
> Indeed. And we use it in the UI. It's the reporting that were after. 
>
> So we need to see on a campaign basis what new or existing competitors are 
> in the auction, how our share compares and how campaign experiments or 
> flexible bidding strategies impacted share against said competitors. 
> Another use case is simply tracking impression share vs key competitors 
> over time. This usually dictates budgets. 
>
> Those API services only allow the setting of those features (unless I'm 
> mistaken) and not the reporting. 
>
> Essentially, what were looking for is a way to pull the exact data that 
> the auction insights report generates without doing it manually. Seems like 
> the only other way to do this in a programmatic way is by email? 
>
> I appreciate that this seems quite niche (although that surprises me 
> considering how valuable the insight data is), but you can't just dangle 
> that data in the UI in front of us and not expect us to get greedy ;) 
>
> Thanks for the time getting back to me and the suggestions. 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/59777a2f-9010-46e6-ad6f-3c9daa62c4ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Auction Insights Report

2016-11-22 Thread Ildar Khakimov
Hi there

Just wanted to see if there's any ETA on this since we're nearing end of 
2016. May be the idea been rejected by the AdWords API team?

Dave and Charles mentioned some workarounds. Can anyone suggest anything 
else?

Thank you

On Tuesday, January 19, 2016 at 9:19:58 AM UTC-5, Anthony Madrigal wrote:
>
> Hi Van,
>
> Unfortunately, the Auction Insights Report is still unavailable through 
> AdWords API. 
>
> Please see our blog 
>  regarding 
> any announcements about this feature.
>
> Cheers,
> 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/ef7c7082-28be-4971-9169-13074fc48b53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.