Re: Not generating keyword ideas for some keywords.

2018-03-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Mouhssine,

To further investigate this, could you provide the complete SOAP request 
and response log and reply to me via *Reply privately to author*? Also, 
could you provide a UI screenshot of keyword planner for me to compare the 
results both in UI and API?

Thanks and regards,
Luis
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/ce02e23f-e7ef-4791-ae8f-490b1260af1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BudgetOrderService whitelist

2018-03-12 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Erik,

Your account has been whitelisted.

Best,
Thanet, AdWords API Team

On Friday, March 9, 2018 at 1:06:57 PM UTC+7, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hello Erik,
>
> We're processing this and will let you know when it's completed.
>
> Best,
> Thanet, AdWords API Team
>
> On Friday, March 9, 2018 at 3:45:53 AM UTC+7, Erik Lissel wrote:
>>
>>
>> Hello! I would like to get our MCC, xxx-xxx-, whitelisted for using 
>> BudgetOrderService.mutate.
>>
>> (I notice that a similar request has already been posted today. Like the 
>> author of that post, we have not found any other way to do it).
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fa2f895a-5025-4558-85bb-729032c36159%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: null refresh token (web flow) [Python]

2018-03-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Taras,

The link 

 you 
provided is correct for the generation of OAuth2 credentials using the "web 
application" type. Based on the guide, the refresh token should be 
retrieved in Step 3 before you can use it in Step 5. Basically, the refresh 
token should not be null in Step 3.

Could you try the complete steps once again and check if you will receive a 
null value for the refresh token in Step 3? If indeed that the value is 
null for the refresh token, then this is more on the Python client library 
specific, and not AdWords API specific. I would recommend to get in touch 
with the library owners via this link 
 for further 
assistance.

In the future, please create a new forum thread as this thread is a bit old 
and also, so we can better track your concern.

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/f9332fa8-4aa0-41a8-8dcb-c7497c6e1548%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reporting Crash with v201802

2018-03-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pete,

Your issue seems to be unusual as based on your code snippet, it is 
supposed to execute the line before '*echo "C"'. *Since you said that this 
line is crashing on your end, do you have any error logs or any valuable 
information that we can further check? Is the crashing issue on the report 
downloading only? Were you able to test other services (e.g. 
CampaignService) if their responses are okay?

Also, when you installed the new version of PHP client library, could you 
confirm if you have installed it using Composer as you can see on this guide 
 (this is 
to make sure that all dependencies are downloaded)?

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/9c7a7096-1d08-4df2-801e-e7ee4aad3546%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot get googleads v201802 working

2018-03-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Taral,

To run the latest samples 

 in 
the new googleads python client library, you will need to update the 
libraries installed on your workstation. If that does not address your 
issue, could you please follow the installation instructions in the guide 
 and 
reply back with the response after you run get_campaigns.py 
,
 
so that we can troubleshoot further?

Regards,
Dhanya, 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/9a451014-9786-4ba2-8542-ff5715fae075%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Not generating keyword ideas for some keywords.

2018-03-12 Thread Mouhssine EL Qacimy
Hi,

I am generating keyword ideas using api. But for some keywords it does not 
give ideas and return null. 
For example if i try to generate keyword ideas for keyword= "grow light" it 
does not give me any keyword ideas. What is the reason?

Here is my code.

$targetingIdeaService =$adWordsServices->get($session, 
TargetingIdeaService::class);
// Create selector.
$selector = new TargetingIdeaSelector();
$selector->setRequestType(RequestType::IDEAS);
$selector->setIdeaType(IdeaType::KEYWORD);
//$selector->setOrdering([new OrderBy(AttributeType::SEARCH_VOLUME, 
SortOrder::DESCENDING)]);

$selector->setRequestedAttributeTypes([
AttributeType::KEYWORD_TEXT,
AttributeType::SEARCH_VOLUME,
AttributeType::AVERAGE_CPC,
AttributeType::COMPETITION,
AttributeType::CATEGORY_PRODUCTS_AND_SERVICES
]);
$paging = new Paging();
$paging->setStartIndex(0);
$paging->setNumberResults(10);
$selector->setPaging($paging);
$searchParameters = [];

$languageParameter = new LanguageSearchParameter();
$english = new Language();
$english->setId(1000);
$languageParameter->setLanguages([$english]);
$searchParameters[] = $languageParameter;

// Create network search parameter (optional).
$networkSetting = new NetworkSetting();
$networkSetting->setTargetGoogleSearch(true);
$networkSetting->setTargetSearchNetwork(false);
$networkSetting->setTargetContentNetwork(false);
$networkSetting->setTargetPartnerSearchNetwork(false);

$networkSearchParameter = new NetworkSearchParameter();
$networkSearchParameter->setNetworkSetting($networkSetting);
$searchParameters[] = $networkSearchParameter;
$selector->setSearchParameters($searchParameters);
$selector->setPaging(new Paging(0, $this->KeywordsIdeaLimit));

// Get keyword ideas.
$page = $targetingIdeaService->get($selector);

// Print out some information for each targeting idea.
$entries = $page->getEntries();

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/29bfd26e-222c-47a3-903b-afeec95df44a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot find AdWords API Center

2018-03-12 Thread Osa Aimola
Going by the number of people with this same issue, this is 
obbbvvviiooouussslly a reoccurring problem and should hint at something 
being wrong with the process.

I've done several searches for how to get this fixed and it just doesn't 
work. Can you please, break this down into a clear solution?
Also how does one check if their email is a manager account or not? because 
I used the steps and it is just not working.

On Wednesday, May 7, 2014 at 7:39:45 PM UTC+8, adwordsku...@ksk-media.de 
wrote:
>
> Dear All,
>
> Our company wants to develop a simple tool that generates AdWords reports 
> to send to our customers and exports them to PDF.
>
> Now to use the API, I understand that I need an Developer Token, which I 
> am supposed to find in the MCC Account Settings. But there is no link to 
> the AdWords API center on the page referred to here 
>  (
> https://developers.google.com/adwords/api/docs/signingup?hl=en). As 
> advised I have created a completely new AdWords MCC Account. 
>
> Help would be greatly appreciated.
>
> 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/73dfc5cb-c601-4f74-8c18-7d803c3e1bb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: null refresh token (web flow) [Python]

2018-03-12 Thread Taras Gromnitskiy
Hi!

I don't getting REFRESH_TOKEN for WEB-app with access_type = "offline".

The code below:


flow = client.OAuth2WebServerFlow(
client_id=client_id,
client_secret=client_secret,
scope=oauth2.GetAPIScope('adwords'),
user_agent='Test',
access_type="offline",
redirect_uri="http://my_actual_site.com;
)

auth_code = 'got code here'
auth_uri = flow.step1_get_authorize_url()
credentials = flow.step2_exchange(auth_code)
credentials.to_json()

refresh_token = null

What can I do in this situation?

If I use Installed application - I work correctry.

I use this 
doc: 
https://github.com/googleads/googleads-python-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow)

And *Step 5 *is not actually working for me.


On Tuesday, 28 February 2017 21:52:17 UTC+3, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi, 
>
> Could you check if the access_type 
> 
>  parameter 
> is set to "offline" in your request? The refresh token is only returned if 
> your application sets the access_type parameter to "offline" in the initial 
> request to Google's authorization server when using Web application type 
> credentials. Refresh tokens are always returned for installed applications, 
> which is the reason you were receiving the refresh token when testing on 
> localhost with an Installed application type credential. Please try this 
> out and let me know if you are able to generate a refresh token. 
>
> The customerId will not be returned in the response from the OAuth server 
> when you generate a refresh token. Instead, you need to make a 
> CustomerService.getCustomers() 
> 
>  
> request like you do in the code snippet in your earlier post. 
>
> To retrieve the email address, you need to include the scope: "
> https://www.googleapis.com/auth/userinfo.email; as mentioned in this 
>  
> document. 
> If this scope is included while you generate the refresh token, you should 
> be able to get the email address of the authenticating user by making the 
> following request: 
>
> https://www.googleapis.com/oauth2/v2/userinfo?access_token=
> "YOUR_ACCESS_TOKEN".
>
>
> You can try this out in the API explorer 
> 
> .
>
> 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/def97840-a6e1-4bc9-b713-e5d0bb4fbb61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Reporting Crash with v201802

2018-03-12 Thread P Anand
Hello,

I am currently on v201705 version for Adwords API. I am using the Report 
Download with AWQL method to download the reports. This is currently 
working fine since a long time . However, when i use the library v201802 
the code just crashes with no information. Below is a snippet in PHP

echo "A"; 

$session = (new AdWordsSessionBuilder())
->withOAuth2Credential($this->client)
->withClientCustomerId($client_id)
->withDeveloperToken($this->developer_token)
->build();

echo "B";

 try {
$reportDownloader = new ReportDownloader($session);

echo "C";

 $reportDownloadResult = 
$reportDownloader->downloadReportWithAwql($report_query, 
DownloadFormat::CSV);
} catch (Exception $e) {
echo json_encode($e);
log('error', __FUNCTION__ . ', Exception Error ' . 
json_encode($e));
}




The outpiut is AB and never reaches C. This means the line
 $reportDownloader = new ReportDownloader($session);


is crashing. 

Can anyone help on this matter. 

Thanks 

Pete

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/533cb099-74aa-43d5-8f61-a13daef02372%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get schedule for campaigns

2018-03-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi all,

When you do a getCriterion() on CampaignCriterion 
,
 
for all campaignCriterion->getCriterion()->getCriterionType() 

 = 
AD_SCHEDULE it will return a sample response as below:
'AdSchedule{criterionType=AdSchedule, dayOfWeek=SATURDAY, endHour=24, 
endMinute=ZERO, id=350096, startHour=0, startMinute=ZERO, type=AD_SCHEDULE}'

You can then handle programmatically at your end to pull up required 
values. Please let me know if you have further questions.

Regards,
Dhanya, 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/2493e17b-0a36-4b63-9fed-8091a340ee4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the current account balance?

2018-03-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

This feature is still unavailable via the AdWords API. Please keep an eye 
on our blog 

 
for announcements about upcoming features. 

Thanks,
Sreelakshmi, 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/77b56312-cb39-4e4b-ba11-afa289e0888f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Average Position 0.0

2018-03-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi all,

The AveragePosition 

 field 
gives the ad's position relative to other advertisers. The highest number 
is 1. Please refer this section 
 of help center 
for better clarity. However, if you are getting 0.0 position in your 
reports via the API as well as via the UI 
, I 
would suggest you to post your question in the advertiser community forum 
 
as 
the product experts there are better equipped to answer product related 
questions. Else, please reply back with your client customer id and report 
definition so that I will be able to troubleshoot the discrepancy between 
UI and API.

Regards,
Dhanya, 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/3fc1957c-f80c-4801-9aa3-a7943057a6b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to get PAUSED Campaigns in keyword Performance Report by applying predicate

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kimberley,

I ran the keyword performance report 

 with 
predicate filed as CampaignStatus 

 with 
operator as IN ["ENABLED","PAUSED"] in my test account and it works fine 
for me. I can see Date 

 field 
with all other fields. Could you please share the report definition along 
with client customer id, so that I can troubleshoot the issue? You could 
share the details using *Reply Privately to author* option.

Thanks,
Milind, 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/5d2bab2e-76d4-43d7-a1b9-aa354bc0d47c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get schedule for campaigns

2018-03-12 Thread Zweitze
I get that information, indeed from CampaignCriterionService.

I do use a predicate on CriterionType. (In case you don't know, a predicate 
is essentially a filter). The predicate is:
CriteriaType EQUALS "AD_SCHEDULE"
Note: If I don't set up this predicate I get thousands of rows back on 
other criterion types, like languages and locations and what else. If you 
insist on not setting up this predicate, you should prepare your software 
for a lot of different results. And a slow response from the API as well. 
And you have to implement paging because the API won't return more than a 
few thousand rows in a single call.



On Monday, March 12, 2018 at 5:18:42 PM UTC+1, Mathieu Dubreuil wrote:
>
> Hi,
>
> I am simply trying to get the schedules for all of my campaigns and I 
> can't seem to figure out how. I do not want to modify anything, simply 
> retrieve the information about which days every campaign is running. I've 
> found the CampaignCriterionService but I don't understand how to simply set 
> the return values to AdSchedules.
>
> Is it possible to get this and not use it as a predicate?
>
> 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/dc24027c-cb85-40d2-ad42-157656a4fd14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Average Position 0.0

2018-03-12 Thread Zweitze
I've seen that behaviour on ads that have no real position. For instance, 
ads in the display network and in-stream video ads. And shopping ads too, 
because the user can apply his own sorting (like, on price, alphabetically 
on name, etc.etc.).



On Monday, March 12, 2018 at 4:27:08 PM UTC+1, Marcel Zemp wrote:
>
> What is the correct interpretation of having an average position of 0.0 
> even though Impressions > 0? Such records show up in 
> an AD_PERFORMANCE_REPORT in my case.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f0aa8839-2c14-46a2-9035-2df123f4c3ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cannot get googleads v201802 working

2018-03-12 Thread taral
I am using Adwords API googleads version 201710 and try to migrate to 
v201802. I didn't change anything except for "version = 'vxx'" (as I 
did when migrated to v201710).
 

client.GetService('TargetingIdeaService', version='v201802')


 However it returns:

Unrecognized version for the AdWords API. Given: v201802 Supported: ['v201702', 
'v201705', 'v201708', 'v201710']


Is there something I missed?

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f7fb19d9-0c54-48cd-9547-4ecae10e252e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-12 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Richard,

Could you try removing the line for *adwords-axis*? The idea is that you'll 
either use *adwords-axis* *or** adwords-appengine*, but not both.

Thanks,
Josh, AdWords API Team

On Monday, March 12, 2018 at 3:52:24 AM UTC-4, goldenmaza wrote:
>
> Hi Josh
>
> By having the following in the build.gradle file:
>
> implementation 'com.google.api-ads:ads-lib:3.12.0'
> implementation 'com.google.api-ads:adwords-axis:3.12.0'
> implementation 'com.google.api-ads:adwords-appengine:3.12.0'
>
> I get the classpath errors:
>
> Error:Unable to resolve dependency for ':app@release/compileClasspath': 
> Could not resolve com.google.api-ads:adwords-appengine:3.12.0.
>
> I even have the *adwords-appengine-3.12.0.jar* file under the app/libs 
> folder...
>
> I have even invalided cache and done a restart, no luck...
>
> I miss the day of front-end development where I didn't have these 
> problems...
>
> Kind regards
> Richard
>
> Den fredag 9 mars 2018 kl. 16:42:08 UTC+1 skrev Josh Radcliff (AdWords API 
> Team):
>>
>> Hi Richard,
>>
>> The RMI package is needed because the objects generated for the Axis SOAP 
>> toolkit are all based on that package. For example, *ApiException* in 
>> the library ultimately extends *java.rmi.RemoteException* via the 
>> inheritance hierarchy of *ApiException -> ApplicationException -> 
>> AxisFault -> RemoteException*.
>>
>> One thing you could try would be to use the JAX-WS (AppEngine) modules 
>> instead of the Axis modules. Those would be:
>>
>> 
>>   com.google.api-ads
>>   ads-lib
>>   *RELEASE*
>> 
>> 
>>   com.google.api-ads
>>   adwords-appengine
>>   *RELEASE*
>> 
>>
>> I suspect you'll run into similar RMI dependencies there, but it's worth 
>> a shot. :)
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>>
>> On Thursday, March 8, 2018 at 4:39:14 PM UTC-5, goldenmaza wrote:
>>>
>>> Hi Josh
>>>
>>> Wonderful, that would set me back alittle...
>>>
>>> Yes, I'm using Android Studio for my first Android app. It uses not only 
>>> Google AdWords API but also Google Maps API. I felt like Android Studio 
>>> would
>>> be a good starting point. Do I need to get Eclipse with Maven just for 
>>> AdWords and develop everything else in Android Studio? Currently, my 
>>> problem to make
>>> my code run is this ApiException class that seem to need 
>>> RemoteException. If there is no default way of getting RMI for Android 
>>> Studio, then I don't have
>>> much options left.
>>>
>>> Why is it needed for ApiException with AdWords?
>>>
>>> Kind regards
>>> Richard
>>>
>>> Den torsdag 8 mars 2018 kl. 15:28:34 UTC+1 skrev Josh Radcliff (AdWords 
>>> API Team):

 Hi Richard,

 This StackOverflow post 
 
  suggests 
 that RMI may not be packaged with Android. Are you developing an Android 
 application, or are you just using Android Developer Studio as your IDE?

 Regarding jCenter, you're absolutely correct. :)

 Thanks,
 Josh, AdWords API Team

 On Thursday, March 8, 2018 at 3:23:26 AM UTC-5, goldenmaza wrote:
>
> Hi Josh
>
> Wasn't jcenter replacing mavenCentral?
>
> But why do I still get RemoteException and why is the ApiException 
> still a problem (underlined red and something about Throwable)?
>
> Kind regards
> Richard
>
> Den onsdag 7 mars 2018 kl. 21:26:10 UTC+1 skrev Josh Radcliff (AdWords 
> API Team):
>>
>> Hi Richard,
>>
>> My knowledge of Gradle is pretty limited, I'm afraid, but did you try 
>> adding *mavenCentral()* to your list of *repositories* as shown here 
>> 
>> ?
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Wednesday, March 7, 2018 at 1:15:57 PM UTC-5, goldenmaza wrote:
>>>
>>> Hi Josh
>>>
>>> 1) Yes, it is intentional as I first believed that by placing the 
>>> jar files under the libs folder that they would get their respective 
>>> classpath automatically.
>>>
>>> 2) I've updated the build file as follows:
>>>
>>> implementation 'com.google.api-ads:ads-lib:3.12.0'
>>> implementation 'com.google.api-ads:adwords-axis:3.12.0'
>>>
>>> I still have the RemoteException problem..
>>>
>>> Kind regards
>>> Richard
>>>
>>> Den onsdag 7 mars 2018 kl. 15:10:42 UTC+1 skrev Josh Radcliff 
>>> (AdWords API Team):

 Hi Richard,

 Thanks for sending over that info. I noticed two things about your 
 *dependencies* section:

 1. The dependencies for the Google Ads APIs Client Library for Java 
 are commented out:

 //implementation 'com.google.api-ads:ads-lib:3.10.0'
 //implementation 

Get schedule for campaigns

2018-03-12 Thread Mathieu Dubreuil
Hi,

I am simply trying to get the schedules for all of my campaigns and I can't 
seem to figure out how. I do not want to modify anything, simply retrieve 
the information about which days every campaign is running. I've found the 
CampaignCriterionService but I don't understand how to simply set the 
return values to AdSchedules.

Is it possible to get this and not use it as a predicate?

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/3a92fed6-73fe-47cd-815b-08d167584817%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API AdWords v201802

2018-03-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi,

You will be able to set the client customer id via the 
AdWordsSessionBuilder.php 

 as 
per the New ads PHP client library upgrade guide 
.
 
Please note that you will be able to set to only 1 client customer id. 
However, if your requirement is to get all the accounts under a MCC, you 
can set the clientcustomerid to a MCC id, and then use 
ManagedCustomerService->get 

 to 
pull up all accounts under it. Else, if your requirement is to get details 
of all the customers directly accessible by the user authenticating the 
call you can use CustomerService->getcustomers 
.
 
Please let me know if you have further questions.

Regards,
Dhanya, 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/4dfb4680-cf0a-40ce-b42f-e8ef1260e21a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SET_OPERATION_NOT_PERMITTED

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Jtian,

Please find below details,

   1. Could you please enable the log and share the SOAP request and 
   response along with the client customer ID. To enable the log please follow 
   the steps in this guide 
   . 
   2. Yes, it is expected behavior. In AdGroupCriterionService.mutate() 
   

with REMOVE 
   

 operator, 
   you will not get values for userStatus and bidMofdifier. 

Let me know if you have further questions. 

Thanks,
Milind, 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/55990d7f-9475-4896-853a-f52d4bf15dac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: error API

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ocean,

Could you please share the error message along with client customer ID for 
which you were facing the problem. You could share the details using *Reply 
Privately to author *option.

Thanks,
Milind, 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/320c6267-50a4-4f1c-9100-1b1984731bdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Average Position 0.0

2018-03-12 Thread Marcel Zemp
What is the correct interpretation of having an average position of 0.0 
even though Impressions > 0? Such records show up in 
an AD_PERFORMANCE_REPORT in my case.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d36ee914-9c88-491a-b427-6071cbb9fed7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService CUSTOMER_NOT_FOUND error

2018-03-12 Thread Oksana Sulyma
Hi guys, bumping this thread as mentioned issue still exist. We had 
correspondence in private mode, please let me know if there are any ideas 
why we might get this error.. Thanks!

On Friday, January 19, 2018 at 6:46:58 PM UTC+2, Bharani Cherukuri (AdWords 
API Team) wrote:
>
> Hello Okasana, 
>
> The CUSTOMER_NOT_FOUND 
> 
>  error 
> is received when the ID specified in the request header does not exist. I 
> see that you're using the CustomerService.getCustomers() 
> ,
>  
> which will return all the customers directly accessible by the user 
> authenticating the call. If the account specified is a new account, it is 
> recommended that you wait a few minutes after the account is created before 
> issuing requests against it. Could you please recheck the credentials used 
> if they belong to the valid AdWords account user and try the request again? 
> If you continue to have an issue with this, could you share us the email 
> address used to authenticate the API call? Please use *Reply privately to 
> author* option to provide the details. 
>
> Regards,
> Bharani, 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/d518820d-233b-46c5-b048-f80ba315a1c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Geo Performance API report data differs from Geographic report

2018-03-12 Thread Oksana Sulyma
Hi guys! Any news on my issue? Thanks so much for your help!

On Monday, March 5, 2018 at 3:39:26 PM UTC+2, Oksana Sulyma wrote:
>
> Thank you! Sent the client Id privately. 
>
> On Friday, March 2, 2018 at 9:10:46 PM UTC+2, Dhanya Sundararaju (AdWords 
> API Team) wrote:
>>
>> Hi Oksana,
>>
>> Thank you for your patience. I have looked at your issue and in order to 
>> troubleshoot this further, could you please *reply privately to author* 
>> providing your client customer id?
>>
>> Regards,
>> Dhanya, AdWords API Team
>>
>
On Monday, March 5, 2018 at 3:39:26 PM UTC+2, Oksana Sulyma wrote:
>
> Thank you! Sent the client Id privately. 
>
> On Friday, March 2, 2018 at 9:10:46 PM UTC+2, Dhanya Sundararaju (AdWords 
> API Team) wrote:
>>
>> Hi Oksana,
>>
>> Thank you for your patience. I have looked at your issue and in order to 
>> troubleshoot this further, could you please *reply privately to author* 
>> providing your client customer id?
>>
>> Regards,
>> Dhanya, AdWords API Team
>>
>
On Monday, March 5, 2018 at 3:39:26 PM UTC+2, Oksana Sulyma wrote:
>
> Thank you! Sent the client Id privately. 
>
> On Friday, March 2, 2018 at 9:10:46 PM UTC+2, Dhanya Sundararaju (AdWords 
> API Team) wrote:
>>
>> Hi Oksana,
>>
>> Thank you for your patience. I have looked at your issue and in order to 
>> troubleshoot this further, could you please *reply privately to author* 
>> providing your client customer id?
>>
>> Regards,
>> Dhanya, 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/a2eebf64-62fa-4a91-9d9c-92b113246bb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing the "Ad Suggestions" setting of an Account through the API?

2018-03-12 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello,

Modifying this feature is not currently supported in the AdWords API.

Regards,
Mike, AdWords API Team

On Friday, March 9, 2018 at 3:44:12 PM UTC-5, Sean Hayes wrote:
>
> Hello
>
> I have multiple accounts running on Adwords that are currently using the 
> enabled "Ad Suggestions" setting in the Account Settings.
>
> I want to disable this setting and rely entirely on Ads I have written 
> myself instead. How do I access this feature to disable it through the API? 
> I know the CustomerService lets me access the "Auto-Tagging" setting which 
> is on the same page on the UI as the one I want changed but it does not 
> seem to let me turn off 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/ead9bb7f-7f37-4b23-afb3-581dbe52092d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API AdWords v201802

2018-03-12 Thread myrabotakostya
Здравствуйте! 
Подскажите пожалуйста, в старой версии php библиотеки была возможность 
использовать код :
$user = new AdWordsUser();
$user->SetClientCustomerId('123-123-1234'); 

Есть-ли такая возможность в библиотеке v201802 для нескольких аккаунтов? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/58dd5550-5dc6-466c-bba3-3fe68167f7d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Not able to get PAUSED Campaigns in keyword Performance Report by applying predicate

2018-03-12 Thread kcauapi1
Hi Team,

We are able to get all Enabled campaigns for keyword performance report. 
While on the API front end, I can find paused campaigns for the same 
account. We have applied predicate filed as *CampaignStatus*, operator as 
*IN*, Status ["*ENABLED*","*PAUSED*"]. After applying this condition also, 
we are not able to get Paused campaigns.

We searched regarding this, and find some solution. i.e We need to remove 
the Date, isnegative, keywordID fileds from the report. After removing 
this, we are able to get paused campaigns in our reports. But  we need Date 
field in our reports.

So, kindly help us to get a solution for this.

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/1f8bb16a-084b-43a1-a4f1-a904a8325b17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignGroup ID scope of uniqueness

2018-03-12 Thread Marcel Zemp
Hi Vincent

Thanks, this makes things clear.

Regards Marcel

On Monday, 12 March 2018 10:09:39 UTC+1, Vincent Racaza (AdWords API Team) 
wrote:
>
> Hi Marcel,
>
> I am a teammate of Bharani and will provide support to you as she is OOO.
>
> Account ID is globally unique (as any AdWords account with a 
> clientCustomerId is unique) but CampaignGroup ID is only unique at the 
> account level. So when you have the pair (Account ID, CampaignGroup ID), then 
> this pair is also considered globally unique, similar to your Account ID 
> being globally unique.
>
> 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/1858aec2-bc20-433f-acb1-5b103fb7b06a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the current account balance?

2018-03-12 Thread dovganich
Is the function still unavailable? :)

понедельник, 17 июля 2017 г., 17:59:14 UTC+3 пользователь Shwetha Vastrad 
(AdWords API Team) написал:
>
> Hi, 
>
> Are you talking about the remaining amount of an Account budget? I'm 
> afraid its not possible to get this information using AdWords API at the 
> moment. You can keep an eye on our blog 
>  for 
> updates or announcements about new features. 
>
> 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/c8236698-f270-4627-a838-5fba783304fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


error API

2018-03-12 Thread adcore tech
Our API software is giving me an error message that I have more than 50 ads 
in adgroups in these campaigns, however I don’t see that on my side. I see 
maximum 5 ads/adgroup.

Our technical head tells me that it is something with the Google system 
that is detected.

what could it be?

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/a76f78c6-96ce-47c3-af77-f9acada065bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignGroup ID scope of uniqueness

2018-03-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Marcel,

I am a teammate of Bharani and will provide support to you as she is OOO.

Account ID is globally unique (as any AdWords account with a 
clientCustomerId is unique) but CampaignGroup ID is only unique at the 
account level. So when you have the pair (Account ID, CampaignGroup ID), then 
this pair is also considered globally unique, similar to your Account ID 
being globally unique.

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/0fe5b4cb-1689-4aab-8131-82dffc4a3977%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieve Negative keyword lists Google AdWords API

2018-03-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Veronica,

For creating a shared set of Negative Keywords, you may refer to this guide 
.
 
As for retrieving them, you may use the SharedCriterionService.get() 

 or, 
you could also use the CampaignSharedSetService.get() 

 for 
those that have already been associated to a campaign.

As for the performance data, you may refer to this section 

 for 
the report types you can download.

Best 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/39f3b2be-10d8-4e7b-a8fb-9aefc2210188%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignGroup ID scope of uniqueness

2018-03-12 Thread Marcel Zemp
Hi Bharani

Now I'm a bit confused. If the pair (Account ID, CampaignGroup ID) "may or 
may not be globally unique" but "the CampaignGroupId is unique at the 
account level", this would imply that the Account ID is not globally 
unique. How could that be? Can you be a bit more precise here?

Thanks for adding and clarifying this in the documentation as soon as 
possible as well. This is very important and should certainly part of a 
good documentation.

Regards Marcel

On Tuesday, 6 March 2018 21:51:10 UTC+1, Bharani Cherukuri (AdWords API 
Team) wrote:
>
> Hi Marcel, 
>
> The (Account ID, CampaignGroup ID) pair may or may not be globally 
> unique. But the CampaignGroupId is unique at the account level. However, I 
> have shared your feedback with the team. Let me know if you have any other 
> questions.
>
> Regards,
> Bharani, AdWords API Team
>
> On Monday, March 5, 2018 at 4:20:26 AM UTC-5, Marcel Zemp wrote:
>>
>> What is the scope of uniqueness of the CampaignGroup ID? Is the scope 
>> also global, i.e. the CampaignGroup ID is globally unique?
>>
>> The documentation here 
>> 
>>  
>> does unfortunately not specify it. This should probably be updated.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a7bf1658-020f-41f8-a47c-21413d261a20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Retrieve Negative keyword lists Google AdWords API

2018-03-12 Thread Veronica Mihaela
Hi,

Can you please tell me if there is any way that I can create Negative 
keywords list and retrieve Negative keywords lists using the API (Google 
AdWords API).
I can add negative keywords, I can retrieve negative keywords but I don't 
find a way to create lists of negative keywords.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/078ef146-f446-49c7-860c-8273ecd5e86e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-12 Thread goldenmaza
Hi Josh

By having the following in the build.gradle file:

implementation 'com.google.api-ads:ads-lib:3.12.0'
implementation 'com.google.api-ads:adwords-axis:3.12.0'
implementation 'com.google.api-ads:adwords-appengine:3.12.0'

I get the classpath errors:

Error:Unable to resolve dependency for ':app@release/compileClasspath': 
Could not resolve com.google.api-ads:adwords-appengine:3.12.0.

I even have the *adwords-appengine-3.12.0.jar* file under the app/libs 
folder...

I have even invalided cache and done a restart, no luck...

I miss the day of front-end development where I didn't have these 
problems...

Kind regards
Richard

Den fredag 9 mars 2018 kl. 16:42:08 UTC+1 skrev Josh Radcliff (AdWords API 
Team):
>
> Hi Richard,
>
> The RMI package is needed because the objects generated for the Axis SOAP 
> toolkit are all based on that package. For example, *ApiException* in the 
> library ultimately extends *java.rmi.RemoteException* via the inheritance 
> hierarchy of *ApiException -> ApplicationException -> AxisFault -> 
> RemoteException*.
>
> One thing you could try would be to use the JAX-WS (AppEngine) modules 
> instead of the Axis modules. Those would be:
>
> 
>   com.google.api-ads
>   ads-lib
>   *RELEASE*
> 
> 
>   com.google.api-ads
>   adwords-appengine
>   *RELEASE*
> 
>
> I suspect you'll run into similar RMI dependencies there, but it's worth a 
> shot. :)
>
> Cheers,
> Josh, AdWords API Team
>
>
> On Thursday, March 8, 2018 at 4:39:14 PM UTC-5, goldenmaza wrote:
>>
>> Hi Josh
>>
>> Wonderful, that would set me back alittle...
>>
>> Yes, I'm using Android Studio for my first Android app. It uses not only 
>> Google AdWords API but also Google Maps API. I felt like Android Studio 
>> would
>> be a good starting point. Do I need to get Eclipse with Maven just for 
>> AdWords and develop everything else in Android Studio? Currently, my 
>> problem to make
>> my code run is this ApiException class that seem to need RemoteException. 
>> If there is no default way of getting RMI for Android Studio, then I don't 
>> have
>> much options left.
>>
>> Why is it needed for ApiException with AdWords?
>>
>> Kind regards
>> Richard
>>
>> Den torsdag 8 mars 2018 kl. 15:28:34 UTC+1 skrev Josh Radcliff (AdWords 
>> API Team):
>>>
>>> Hi Richard,
>>>
>>> This StackOverflow post 
>>> 
>>>  suggests 
>>> that RMI may not be packaged with Android. Are you developing an Android 
>>> application, or are you just using Android Developer Studio as your IDE?
>>>
>>> Regarding jCenter, you're absolutely correct. :)
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Thursday, March 8, 2018 at 3:23:26 AM UTC-5, goldenmaza wrote:

 Hi Josh

 Wasn't jcenter replacing mavenCentral?

 But why do I still get RemoteException and why is the ApiException 
 still a problem (underlined red and something about Throwable)?

 Kind regards
 Richard

 Den onsdag 7 mars 2018 kl. 21:26:10 UTC+1 skrev Josh Radcliff (AdWords 
 API Team):
>
> Hi Richard,
>
> My knowledge of Gradle is pretty limited, I'm afraid, but did you try 
> adding *mavenCentral()* to your list of *repositories* as shown here 
> 
> ?
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, March 7, 2018 at 1:15:57 PM UTC-5, goldenmaza wrote:
>>
>> Hi Josh
>>
>> 1) Yes, it is intentional as I first believed that by placing the jar 
>> files under the libs folder that they would get their respective 
>> classpath 
>> automatically.
>>
>> 2) I've updated the build file as follows:
>>
>> implementation 'com.google.api-ads:ads-lib:3.12.0'
>> implementation 'com.google.api-ads:adwords-axis:3.12.0'
>>
>> I still have the RemoteException problem..
>>
>> Kind regards
>> Richard
>>
>> Den onsdag 7 mars 2018 kl. 15:10:42 UTC+1 skrev Josh Radcliff 
>> (AdWords API Team):
>>>
>>> Hi Richard,
>>>
>>> Thanks for sending over that info. I noticed two things about your 
>>> *dependencies* section:
>>>
>>> 1. The dependencies for the Google Ads APIs Client Library for Java 
>>> are commented out:
>>>
>>> //implementation 'com.google.api-ads:ads-lib:3.10.0'
>>> //implementation 'com.google.api-ads:adwords-axis:1.38.0'
>>>
>>> Was that intentional, and was that the state of the config when you 
>>> tried to run the example? With those two lines commented out, none of 
>>> the 
>>> library's classes will be on the classpath.
>>>
>>> 2. The versions specified for the two Google Ads APIs Client Library 
>>> for Java do not match. For example, if you're using *3.10.0* for 
>>> *ads-lib*, 

Re: Targeting Idea STATS service: RATE_LIMIT error after 3 consecutive operations

2018-03-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Federico,

The rateScope=ACCOUNT 

 indicates 
that you are making too many request against a single AdWords account at a 
single given time. Regardless of access level, this limit will be 
encountered if too many requests are made. I would suggest to review and 
reduce any requests being made at once in order to avoid this error. 

Additionally, since you are using the TargetingIdeaService 
,
 
you may note that this is a more expensive service to call as compared to 
the other services of the AdWords API. The rate limits for this service are 
significantly more strict than for other services that can be used for 
managing campaigns. The rate limits can vary based on time of day, overall 
volume of API usage by all users, and other factors. Our team do not 
publish specific allowable QPS numbers to allow for this variance, and 
instead use rate limit errors and require that integrations against the API 
adhere to the timeouts as they encounter rate limit errors.

I hope this helps and feel free to write back if you have any further 
concerns.

Thanks and regards,
Luis
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/b9dfee6f-52de-446e-9a94-e937b1b3a6a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatel error for 'cURL error 60: SSL certificate problem: unable to get local issuer certificate' on Adword API V201802

2018-03-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

The issue is on the network layer of your application as it could not 
locate the SSL certificate. It seems that you have initially did the 
suggestions provided by other forums on how to resolve this issue, but 
still, the issue is not yet resolved.

Since this issue is more on the SSL certificate on PHP, and not AdWords API 
specific, I would recommend that you post your concern here 
 as the library 
owners can provide further assistance on PHP client library specific 
issues/concerns. 

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/da0f85a9-649c-4b64-9cec-18c894a3ac66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: downloadReportWithAwql returning bad numbers in PHP

2018-03-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jay,

In the AdWords API, Money fields 

 such 
as the *Cost* field are represented in micros. So what you're seeing is not 
the actual value of the cost and you will still need to divide it by 
1,000,000 in order to get its actual value. I hope this helps.

Best 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/ed2cd78e-fcae-46df-a1be-094ef000ff8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.