Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

I am afraid that the other stats (Average monthly searches, competition, 
etc.) based on your screenshot are not available to other services except 
the TargetingIdeaService 

.

They are available as attribute types in the said service. For "Average 
monthly searches", it is equivalent to SEARCH_VOLUME 

 attributeType. 
For "Competition", the equivalent is COMPETITION 
,
 
and for "Suggested bid", the equivalent is AVERAGE_CPC 
.
 
Basically, the results based on your screenshot are supported in this 
service.

For your search terms also, you just need to use a valid parameter. For 
these three search terms in your screenshot, these are equivalent to 
RelatedToQuerySearchParameter 
.
 
With this parameter and attribute types, you can achieve an API result same 
as your UI result. You can also check this example 

 (available 
to other languages that we support) on how to do this.

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/eaed143d-8f21-452f-a8f0-20317a8cbb49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Downloading > 100.000 adgroups

2017-11-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi David,

For the limits regarding paging, you may refer to this guide 
. 
As stated also in the guide, you may opt to use the reports 
 instead 
since most fields are also supported in the report. To retrieve ad groups 
associated to a specific campaign and their statistics, you may generate 
the Adgroup Performance Report 

 and 
use the CampaignId 

 and CampaignName 

 fields 
as filters.

You may also refer to our reporting guide 
 and these 
sample 
report codes 
. 
Let me know if 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/09e565a2-c3d3-4565-8063-64df1c42aff1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Downloading > 100.000 adgroups

2017-11-16 Thread David Antunes
Hi,

I have a client who, I believe, has more than 100.000 adgroups in a 
campaign.
How can I download them using the api? (there's a pagination limit of 
100.000, right?)

Thanks!
David

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/94fb1dcb-448d-4a30-8b40-d6213d5ee503%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-16 Thread marketingdev
Hi Vincent,
One last question for clarity. Is it possible to use the AdWords API to 
retrieve stats for an exact keyword match?

This would be similar to the initial results of the Keyword Planner where 
the stats are shown for the 'Your product or service' keywords - see 
attached.

I'm asking just in case this is achievable using a different service in the 
AdWords API (as opposed to using the TargetingIdeaService).

Thanks again.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/de200e27-c25c-4f2a-9d40-bb528e491c43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR

2017-11-16 Thread alejandro . grinberg
Hi,

According to the link you sent, the field (numberResults) must be greater 
than* or equal *to 0. 
Beyond that, i changed the value to use 100 (instead of 0) and i still get 
the same error.

Thanks,
Alejandro

On Thursday, November 16, 2017 at 11:49:12 AM UTC-3, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi,
>
> I noticed that in your request, you are specifying the following in the 
> *paging* element:
>
> 0
>  xsi:type="xsd:int">0
>
> The numberResults 
> 
>  should 
> be a value > 0, as it indicates how many results you want returned in each 
> response (page). Could you try changing that value and let me know if you 
> still encounter the error?
>
> Thanks,
> Josh, AdWords API Team
>
> On Thursday, November 9, 2017 at 1:21:18 PM UTC-5, Shwetha Vastrad 
> (AdWords API Team) wrote:
>>
>> Hi,
>>
>> Do you consistently encounter the InternalApiError 
>> ?
>>  
>> Could you tell me if this error is seen with just this service or other 
>> services as well? This error is usually related to temporary resource 
>> related issues in the AdWords API server and retrying the request should 
>> help in getting a successful response. Could you also send over the 
>> clientCustomerIds for which you encountered this error? Please use the 
>> *Reply 
>> privately to author* option when responding.
>>
>> Thanks,
>> 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/638b8ad3-e7d7-45d0-8b17-4ae07a7b5f09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Demo Account with dummy data

2017-11-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Nicolas, 

You will be able to create an AdWords test account to experiment with the 
AdWords API and test out the dummy data. You may refer to the steps 
mentioned in this guide 
 on 
how to start the API signup process and make the API call. You can create 
an AdWords Manager account directly through this link 
. Once 
the test manager account is created, you will be able to setup the OAuth2 
credentials 

 to 
make API calls. With these test accounts, you will be able to experiment 
the API and make API calls but you will not be able to serve any ads. You 
may refer to this guide 

 which 
explains in detail on how test accounts work and this guide 

 on 
how to start developing with test accounts. Let me know if you have any 
other questions.

Regards,
Bharani, AdWords API Team

On Thursday, November 16, 2017 at 4:01:01 PM UTC-5, Nicolas Fritsch wrote:
>
> Hi,
>
> is it possible to create a Google AdWords Demo Account with dummy Data. 
>
> We would like to test our App and therefore dummy data would be helpful. 
> Any idea how to do that?
>
> Thx,
>
> Nicolas
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ddcba8a2-a8c2-458c-9eb6-eeba4b3f11da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Demo Account with dummy data

2017-11-16 Thread Nicolas Fritsch
Hi,

is it possible to create a Google AdWords Demo Account with dummy Data. 

We would like to test our App and therefore dummy data would be helpful. 
Any idea how to do that?

Thx,

Nicolas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4c8295f8-72f4-43e6-89e7-884fdbf2aa32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't see campaign in CAMPAIGN_PERFORMANCE_REPORT which exist in Adwords UI

2017-11-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

Could you provide us the complete report definition 

 for 
both the client accounts along with their clientCustomerId's and the 
Campaign IDs, so I can take a look and assist you further? Please use *Reply 
privately to author* option while responding.

Regards,
Bharani Cherukuri
AdWords API Team

On Thursday, November 16, 2017 at 8:41:06 AM UTC-5, Oksana Sulyma wrote:
>
> Hi guys!
> I wonder if there exist some special settings which could prevent campaign 
> to appear in API Reports? 
> I have examples for two different clients.
> For one there exists Adwords Express campaign, but I don't get it in 
> CAMPAIGN_PERFORMANCE_REPORT and from CampaignService.
> For another I get two Adwords Express campaigns in report, but statistic 
> from CAMPAIGN_PERFORMANCE_REPORT for account and Adwords UI for account 
> doesn't match. 
> Same code works fine and long for thousands of other clients.
> Can provide profiles ids in private message.
> Any ideas will be appreciated.
> Thanks,
> Oksana
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5e1c6ae-2bc0-4245-a8ac-0bc2a0cb3fe2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get parallel report for a manager account from php library ??

2017-11-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The CLIENT_CUSTOMER_ID_IS_REQUIRED 

 error 
is encountered, if the client customer ID is not specified in the request 
header. Can you make sure that you specify the customer ID of the Manager 
account as the client customer ID in the adsapi_php.ini 

 file 
to download all ad hoc reports for all the accounts directly under this 
manager account. You can take a look at our code sample here 

 for 
reference. Let me know if you have any other questions.

Thanks,
Bharani, AdWords API Team

On Thursday, November 16, 2017 at 4:07:52 AM UTC-5, testg...@gmail.com 
wrote:
>
> Hello guys, I am looking for downloading the customers reports under the 
> manager account from parallel report downloader.php but I am getting an 
> error "AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED" Can any one 
> please show me the right 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/24dbdf0a-1e04-43fe-b4da-7f11ca6916a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are Shared Sets IDs globally unique?

2017-11-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Oliver, 

Yes, the Ids of shared sets will be unique. You can run the Shared Set 
Report 

 to 
get the details of the shared negative lists for each account including the 
ones shared by its manager accounts. 

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/6e14bd01-c529-4098-b693-147ae25da3cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group label filter for ad performance report

2017-11-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Harish, 

Can you confirm which version of the googleads-python client library 
 are you using. 
The ReportQueryBuilder change was introduced in v9.0.0. If you're using an 
earlier version of the library and trying to use the samples from the 
latest version, you might encounter this error.

Regards,
Bharani, AdWords API Team

On Tuesday, November 14, 2017 at 5:05:21 AM UTC-5, 
harish@latentview.com wrote:
>
> Is it possible to apply adgroup label filter while downloading ad 
> performance report? (This is not possible using the UI)
>
> This email may contain confidential and privileged information for the sole 
> use of the intended recipient. Any review or distribution by others is 
> strictly prohibited. If you are not the intended recipient, please reply back 
> to the sender about the error and delete all copies of this email message. 
> 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/e34eddb8-b9b9-4144-be1e-b3e7c2a9b929%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to add multiple users token into MCC account via api

2017-11-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Could you please elaborate what you mean by "user token into MCC"? 

Are you trying to create new AdWords accounts under a manager account or 
establishing links between manager accounts and client accounts via API? If 
so, you can use the ManagedCustomerService 

 to 
do that. Please check this 

 guide 
for complete reference and code snippets. If you are trying to add users to 
an existing account, that is currently not supported by the API. 

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/1e003f3d-96b4-42b3-8439-46b0d7a9fe0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SOAP-ERROR: Parsing WSDL

2017-11-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Could you please take a look at this thread 
 in the php 
library and see if the suggestions there fixes your issue? If it does not 
work, could you please log a new issue in the issues tracker 
? The library owner 
should be able to assist you with this. 

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/0c6636e6-acbc-4ea4-ae4a-3e26ccfe4b6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR

2017-11-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

I noticed that in your request, you are specifying the following in the 
*paging* element:

0
0

The numberResults 

 should 
be a value > 0, as it indicates how many results you want returned in each 
response (page). Could you try changing that value and let me know if you 
still encounter the error?

Thanks,
Josh, AdWords API Team

On Thursday, November 9, 2017 at 1:21:18 PM UTC-5, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi,
>
> Do you consistently encounter the InternalApiError 
> ?
>  
> Could you tell me if this error is seen with just this service or other 
> services as well? This error is usually related to temporary resource 
> related issues in the AdWords API server and retrying the request should 
> help in getting a successful response. Could you also send over the 
> clientCustomerIds for which you encountered this error? Please use the *Reply 
> privately to author* option when responding.
>
> Thanks,
> 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/841d5e5e-9418-4595-a578-ef6c62ab3d57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Are Shared Sets IDs globally unique?

2017-11-16 Thread Oliver
We noticed that some shared sets (e.g. negative keyword lists) are shared 
between accounts.  Is it safe to assume that the set IDs are globally 
unique?

Oliver

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fd5255c0-e11b-4128-8699-da70f2618b07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can't see campaign in CAMPAIGN_PERFORMANCE_REPORT which exist in Adwords UI

2017-11-16 Thread Oksana Sulyma
Hi guys!
I wonder if there exist some special settings which could prevent campaign 
to appear in API Reports? 
I have examples for two different clients.
For one there exists Adwords Express campaign, but I don't get it in 
CAMPAIGN_PERFORMANCE_REPORT and from CampaignService.
For another I get two Adwords Express campaigns in report, but statistic 
from CAMPAIGN_PERFORMANCE_REPORT for account and Adwords UI for account 
doesn't match. 
Same code works fine and long for thousands of other clients.
Can provide profiles ids in private message.
Any ideas will be appreciated.
Thanks,
Oksana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e21d51f-6d4a-45cd-ad64-215675ccb292%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to add multiple users token into MCC account via api

2017-11-16 Thread winnow . manager
How to add multiple users token into MCC account via api 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/076c30b4-0eb7-41de-84a3-6fb85441a55a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SOAP-ERROR: Parsing WSDL

2017-11-16 Thread asma batool
I am facing error frequently , some time it works and some time api return 
me with this error . can any one help me.

 SoapFault in AdsSoapClient.php line 68:SOAP-ERROR: Parsing WSDL: Couldn't 
load from 
'https://adwords.google.com/api/adwords/o/v201708/TrafficEstimatorService?wsdl' 
: failed to load external entity 
"https://adwords.google.com/api/adwords/o/v201708/TrafficEstimatorService?wsdl;

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9ddf4f55-e5d1-4da3-944a-0188fd795083%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Enabling API access

2017-11-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Paritosh,

Could you provide your MCC Id via* Reply privately to author* option so we 
can further check?

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/fd033906-9cd0-441f-b094-cf77e0764cd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get parallel report for a manager account from php library ??

2017-11-16 Thread testgrank9
Hello guys, I am looking for downloading the customers reports under the 
manager account from parallel report downloader.php but I am getting an 
error "AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED" Can any one 
please show me the right 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/c63da671-bae2-424e-bc23-475e0872af8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Enabling API access

2017-11-16 Thread tech
Hi,
I'm trying to enable API access for my account, which i need to use to get 
the developer token. It is a manager account (t...@yoptima.com). I'm trying 
the procedure given in the 
article: https://developers.google.com/adwords/api/docs/guides/signup. 

In step 2, it mentions the point "

   - Select *AdWords API Center* from the left menu and follow the 
   instructions to apply for AdWords API access. You'll only see the *AdWords 
   API Center* link if you've logged in to a manager account.

"
When i tried this in my account, i'm not seeing the option or link for 
Adwords API Center. 

See the attached screenshot for details.

Please help me with this issue.

Regards,
Paritosh

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3950c463-b067-4bc0-9ca9-85e327a98319%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.