is there a way to fetch all campaigns with adgroups?

2018-01-16 Thread Ken Dan Tinio
I want to fetch all campaigns along its adgroups in one API request.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a3941ec6-c333-4879-8803-4985e74e1945%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR for AdGroupCriterionService

2018-01-16 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Nima,

The UNEXPECTED_INTERNAL_API_ERROR 

 error you encountered could be due to a temporary resource related issues 
in the AdWords API server or a possible bug. Could you confirm if you are 
still encountering this issue as of now? If you can confirm this, could you 
provide the SOAP request and response logs so that I can further 
investigate this? If you haven't enabled the SOAP logs yet, kindly see this 
guide 

 on 
how to log SOAP interactions in Python. Please reply using *Reply privately 
to author *for security purposes.

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/6d5e8159-0f37-450a-895d-9fcd14b9ee57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UNEXPECTED_INTERNAL_API_ERROR for AdGroupCriterionService

2018-01-16 Thread Nima Mirbakhsh
Hi there,

I am trying to add a CriterionUserInterest using AdGroupCriterionService, I 
can add Gender, Age, etc. using a similar method but I receive 
`UNEXPECTED_INTERNAL_API_ERROR` for CriterionUserInterest. Here is my code:

const adGroupService = adwordsServices.getService('AdGroupCriterionService'
, 'v201710');

const operation = {

operator: 'ADD',

operand: {

adGroupId: adGroupId,

'xsi:type': 'AdGroupCriterion',

criterion: {

'xsi:type': 'CriterionUserInterest',

id: '80675'

}

}

};

return adGroupService.mutate({operations: [operation]}, (error, result) => 
...


I was wondering if you can help me with this.


Thank you in advance,


Nima

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fcc17888-a024-4aaf-95bd-d5b35b72c06e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-16 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Hans,

No worries! It gets pretty busy around here, so it's fine to bump a thread. 
It's good to know the scale of how it's affecting you. I'm checking in on 
the internal thread I have going for this. Hopefully, we'll have an answer 
soon. This does seem to be an odd one.

Regards,
Nadine, AdWords API Team

On Tuesday, January 16, 2018 at 2:16:50 PM UTC-5, HK wrote:
>
> Hi, Nadina
>
> Hate nag you about this, but is there any way to escalate this? It's a 
> pretty big unexplained/undocumented change that is affecting ~30 merchant 
> accounts we manage.
>
> Hans
>
> On Wednesday, January 10, 2018 at 12:00:23 PM UTC-8, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Hans,
>>
>> At this point, I'm not sure why that's happening. We're still 
>> investigating. I'll get back to you when we have more information. I'm glad 
>> you brought it to light with your analysis.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Wednesday, January 10, 2018 at 12:54:31 PM UTC-5, HK wrote:
>>>
>>> Hi, Nadine
>>>
>>> As for issue 2, any indication as to what is going on? This is having a 
>>> pretty big impact on a number of large accounts we manage and has been 
>>> occurring for two months soon. Appreciate your help!
>>>
>>> Hans
>>>
>>> On Monday, January 8, 2018 at 9:42:13 AM UTC-8, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hello Everyone,

 I would like to follow up publicly on the thread since I have multiple 
 threads going on privately in case someone bumps into this. There are two 
 issues that are happening on this thread:

- *Issue 1: *The AdType 

 
  
is at times coming back empty. There are some ad types that are only 
available in the UI and are not yet supported in the API. That is the 
 case 
here with some of these Gmail ads. In this case, the proper response 
 should 
be *UNKNOWN* rather than an empty response as AdType. I've filed an 
issue for this, and I'll report back when the issue has been fixed.
- *Issue 2:* The secondary issues is that PLA ads have stopped 
showing *Headline* as a ClikType 

 
  as 
of November 18th. I've seen that in a number of places, but I don't see 
 an 
exact reason. I'm asking around about it now. I personally noticed that 
shopping ads did change recently (while I was doing my holiday 
 shopping), 
and I'm wondering if that that's had an impact on how clicks are 
 reported.

 I'll report back here when I hear more.

 Cheers,
 Nadine, AdWords API Team

 On Thursday, January 4, 2018 at 6:50:13 PM UTC-5, HK wrote:
>
> I have replied privately to Bharani with further details.
>
> On Thursday, January 4, 2018 at 12:30:53 PM UTC-8, Bharani Cherukuri 
> (AdWords API Team) wrote:
>>
>> Hello Hans, 
>>
>> We can definitely take a look at this issue. From what I understand, 
>> you're experiencing a discrepancy with the clickType field in your Ad 
>> Performance Report. If that's the case, could you share us the complete 
>> report 
>> definition 
>> 
>>  along 
>> with the clientCustomerId, so I can take a look? Please use *Reply 
>> privately to author* option to share the details. 
>>
>> Regards,
>> Bharani, AdWords API Team
>>
>> On Monday, December 25, 2017 at 9:46:07 PM UTC-5, Thao wrote:
>>>
>>> Hi all, 
>>>
>>> current, in my download data AdWords API return empty for fields 
>>> "AdType" and "Headline", any change on API or error, give me a hand, 
>>> 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 

Re: Conservative Targeting in AdWords API

2018-01-16 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

There have not been any changes since my previous post, but if this 
functionality is added to the AdWords API, we'll announce it on our blog 
 or in the 
release 
notes 
.

Thanks,
Josh, AdWords API Team

On Tuesday, January 16, 2018 at 11:59:53 AM UTC-5, juche...@ppcguru.cz 
wrote:
>
> Hello,
>
> is there still no way to distinguish Disabled Targeting optimization and 
> Conservative mode via API? 
>
> Thank you.
>
> On Friday, September 29, 2017 at 2:30:31 PM UTC+2, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Tim,
>>
>> Unfortunately, the AdWords API doesn't expose the "conservative" setting, 
>> so this information will have to be retrieved using the UI.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Thursday, September 28, 2017 at 2:48:44 PM UTC-4, Tim Tsai wrote:
>>>
>>> Hi there,
>>>
>>> Is it possible to use the API to determine of a campaign has checked 
>>> "conservative targeting?" 
>>>
>>> I know that we can use the ExplorerAutoOptimizerSetting 
>>> 
>>>  field 
>>> to find if a campaign has "aggressive targeting" set, but what about 
>>> conservative?
>>>
>>>
>>> Thanks,
>>> Tim
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c7eaa394-cb8d-4447-a0b9-e9856069dac4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Disable info SOAP logs

2018-01-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Vadim, 

As a correction to my previous response, you could include the SLF4J 
dependencies while working with the logging framework of your choice. You 
can then configure the relevant loggers in the config file. Please check 
here 

 for 
more details.

Let me know if you have any other questions. 

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/2dbcadec-5b3d-474a-a58d-50817a9767fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ReportDownload API and Pagination

2018-01-16 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum


Hi Angel,


The report download request may time out 
 
on extremely large data sets. There is no explicit data size limit, 
however, the server may return an error if the report is too large. As you 
had asked, you can use predicates 

 to break up the report request into multiple, smaller requests. For 
example, use a date range or you could consider submitting multiple 
requests that each filter for a subset of Campaign IDs. An alternate 
solution would be to try increasing the readTimeout(in ads.properties 

 file 
if using Java) for report downloads or consider an alternate format like CSV 

 
for downloading the reports.


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/49c89736-5281-4ed1-827d-8482a8191b84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-16 Thread HK
Hi, Nadina

Hate nag you about this, but is there any way to escalate this? It's a 
pretty big unexplained/undocumented change that is affecting ~30 merchant 
accounts we manage.

Hans

On Wednesday, January 10, 2018 at 12:00:23 PM UTC-8, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hello Hans,
>
> At this point, I'm not sure why that's happening. We're still 
> investigating. I'll get back to you when we have more information. I'm glad 
> you brought it to light with your analysis.
>
> Best,
> Nadine, AdWords API Team
>
> On Wednesday, January 10, 2018 at 12:54:31 PM UTC-5, HK wrote:
>>
>> Hi, Nadine
>>
>> As for issue 2, any indication as to what is going on? This is having a 
>> pretty big impact on a number of large accounts we manage and has been 
>> occurring for two months soon. Appreciate your help!
>>
>> Hans
>>
>> On Monday, January 8, 2018 at 9:42:13 AM UTC-8, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Hello Everyone,
>>>
>>> I would like to follow up publicly on the thread since I have multiple 
>>> threads going on privately in case someone bumps into this. There are two 
>>> issues that are happening on this thread:
>>>
>>>- *Issue 1: *The AdType 
>>>
>>> 
>>>  
>>>is at times coming back empty. There are some ad types that are only 
>>>available in the UI and are not yet supported in the API. That is the 
>>> case 
>>>here with some of these Gmail ads. In this case, the proper response 
>>> should 
>>>be *UNKNOWN* rather than an empty response as AdType. I've filed an 
>>>issue for this, and I'll report back when the issue has been fixed.
>>>- *Issue 2:* The secondary issues is that PLA ads have stopped 
>>>showing *Headline* as a ClikType 
>>>
>>> 
>>>  as 
>>>of November 18th. I've seen that in a number of places, but I don't see 
>>> an 
>>>exact reason. I'm asking around about it now. I personally noticed that 
>>>shopping ads did change recently (while I was doing my holiday 
>>> shopping), 
>>>and I'm wondering if that that's had an impact on how clicks are 
>>> reported.
>>>
>>> I'll report back here when I hear more.
>>>
>>> Cheers,
>>> Nadine, AdWords API Team
>>>
>>> On Thursday, January 4, 2018 at 6:50:13 PM UTC-5, HK wrote:

 I have replied privately to Bharani with further details.

 On Thursday, January 4, 2018 at 12:30:53 PM UTC-8, Bharani Cherukuri 
 (AdWords API Team) wrote:
>
> Hello Hans, 
>
> We can definitely take a look at this issue. From what I understand, 
> you're experiencing a discrepancy with the clickType field in your Ad 
> Performance Report. If that's the case, could you share us the complete 
> report 
> definition 
> 
>  along 
> with the clientCustomerId, so I can take a look? Please use *Reply 
> privately to author* option to share the details. 
>
> Regards,
> Bharani, AdWords API Team
>
> On Monday, December 25, 2017 at 9:46:07 PM UTC-5, Thao wrote:
>>
>> Hi all, 
>>
>> current, in my download data AdWords API return empty for fields 
>> "AdType" and "Headline", any change on API or error, give me a hand, 
>> 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/f11938ba-0940-437b-8196-adc813cb5ad7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting ManagedCustomerServiceError.NOT_AUTHORIZED while linking client account

2018-01-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The NOT_AUTHORIZED 

 error 
occurs when the user authenticating the request is not authorized to 
perform this operation. Only users with Administrative access 
 can accept and reject 
manager account link requests. Could you check the access level of the 
email address used to generate the refresh token? If you still encounter 
the error with an administrative access, please enable logging and provide 
the SOAP request and response logs along with the email address used to 
generate the refresh token and I'll take a look. Please use *Reply 
privately to author* to share 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/7677a5ad-c23e-44af-ae9d-93dbebfaad73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ReportDownload API and Pagination

2018-01-16 Thread Angel Lubenov
So I'm using the Report Download API to get a huge amount of data (the AWQL 
ask data from AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT with no date filter 
(ALL_TIME)).

The network gziped connection traffic is about 64 MB but the uncompressed 
information represents 1.7 GB, it makes my browser explode. 

Is there a way to bring this information in chunks? 

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/8d45-90b7-4470-93c9-1092399e4d86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conservative Targeting in AdWords API

2018-01-16 Thread juchelka
Hello,

is there still no way to distinguish Disabled Targeting optimization and 
Conservative mode via API? 

Thank you.

On Friday, September 29, 2017 at 2:30:31 PM UTC+2, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Tim,
>
> Unfortunately, the AdWords API doesn't expose the "conservative" setting, 
> so this information will have to be retrieved using the UI.
>
> Thanks,
> Josh, AdWords API Team
>
> On Thursday, September 28, 2017 at 2:48:44 PM UTC-4, Tim Tsai wrote:
>>
>> Hi there,
>>
>> Is it possible to use the API to determine of a campaign has checked 
>> "conservative targeting?" 
>>
>> I know that we can use the ExplorerAutoOptimizerSetting 
>> 
>>  field 
>> to find if a campaign has "aggressive targeting" set, but what about 
>> conservative?
>>
>>
>> Thanks,
>> Tim
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b54c21fd-f13e-4a41-a1ee-cd41b22d46d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Call to undefined method Google\AdsApi\AdWords\v201710\cm\AdGroupAdOperation::getExemptionRequest()

2018-01-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Could you correct this  

line 

 of 
your code to : "$exemptionRequests = $operation->getExemptionRequests();"? 
Looks like the sample is missing an "s" in the method call. Thanks for 
bringing this to our attention. I will let the team know to get the samples 
corrected. 

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/57fe053a-d1bb-4357-98e4-c0935300cd49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Rate Exceed Error for TargetIdeas service

2018-01-16 Thread bukaroo
Hello, 
I have standard access. I'm trying to use the TargetIdeas/TrafficEstimate 
services, but I'm getting arate exceed error right on my first initial 
request, here is the error:

[16-Jan-2018 10:18:28 America/New_York] PHP Fatal error:  Uncaught 
exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with message 
'[RateExceededError 

Call to undefined method Google\AdsApi\AdWords\v201710\cm\AdGroupAdOperation::getExemptionRequest()

2018-01-16 Thread desk
Hi

I use this 
code 
https://developers.google.com/adwords/api/docs/samples/php/error-handling#handle-policy-violation-errors

But today I got it mistake - Call to undefined method 
Google\AdsApi\AdWords\v201710\cm\AdGroupAdOperation::getExemptionRequest()

Why ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5b7558c6-60fd-45bb-b272-3c9f31fb2da8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting ManagedCustomerServiceError.NOT_AUTHORIZED while linking client account

2018-01-16 Thread developer . djax
Hi,

I am trying to extend an invitation to client account from manager account 
through API, But i got the below mentioned error:

 Uncaught exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with 
message '[ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]' in 
/opt/lampp/htdocs/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php:39
 
Stack trace: #0 
/opt/lampp/htdocs/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php(39):
 
ReflectionClass->newInstanceArgs(Array) #1 
/opt/lampp/htdocs/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(173):
 
Google\AdsApi\Common\Util\Reflection->createInstance('Google\\AdsApi\\A...', 
'[ManagedCustome...') #2 
/opt/lampp/htdocs/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(138):
 
Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
 
#3 
/opt/lampp/htdocs/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/v201710/mcm/ManagedCustomerService.php(185):
 
Google\AdsApi\Common\AdsSoapClient->__soapCall('mutateLi in 
*/..vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php*
 
on line *39*

My code snippet is: (PHP)

 $managedCustomerService = $adWordsServices->get($session, 
ManagedCustomerService::class);
   
$link = new ManagedCustomerLink();
$link->setClientCustomerId(X);
$link->setManagerCustomerId(XXX);
$link->setLinkStatus(LinkStatus::PENDING);

//$linkop->setOperand($link);
//$linkop->setOperator(Operator::SET);
 
$linkop = new LinkOperation();
$linkop->setOperator(Operator::ADD);
$linkop->setOperand($link);

$operations[] = $linkop;
$result = $managedCustomerService->mutateLink($operations);
Can you please suggest me how to rectify it so that i can invite clients to 
MCC account.

Regards,
Djax Developer.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1ca0b63f-bc64-41b5-b3cf-5cce9fc96281%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Center Option Missing from Ad Words

2018-01-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Pablo,

Could you confirm if you are logged in using your production MCC account or 
a client account? The AdWords API Center of the old AdWords UI is visible 
only when you are logged in using your production MCC account and by going 
to the *Gear Icon* > *Account settings* > *AdWords API Center*. If you are 
already logged on as your MCC account and you still can't see the AdWords 
API Center (in the old AdWords UI), you may send to me your MCC account ID 
so I can further investigate. You may reply to me via the *Reply privately 
to author* option.

Thanks and regards,
Peter
AdWords API Team

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

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


Re: connect a cell google sheet with keyword planer tool

2018-01-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Antonio,

Currently, the integration of AdWords API to Google spreadsheet is not 
supported. The Keywords Planner feature is supported as you can see on this 
guide 
. 
If you haven't done so, you can follow our blog 
 to 
receive any updates such as new releases.

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/a0a771ff-ae00-4544-8e89-04d353c673c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.