Getting whitelisted for the Budget Order Service

2018-03-07 Thread Luis C. Cruz
Hi

I want to perform mutate operations on the Budget Order Service but I must 
have a whitelisted manager account. However I don't know if we have been 
asigned a google representative and can't find another way to do it. Who 
can help me to get whitelisted?

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/4cad1800-edba-4e21-ae91-fae2c086c3f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ExcludeHiddenAccounts=true not working

2017-05-25 Thread Luis C. Cruz
That means that an account hidden from the web interface won't have the 
isHidden=true? only those accounts hidden through the API?

El miércoles, 24 de mayo de 2017, 12:50:33 (UTC-5), Ivan Bautista escribió:
>
> Hi Luis, 
>
> This is expected behavior. The reason why ManagedCustomerService.get 
> 
>  is returning all your accounts even after setting ExcludeHiddenAccounts 
> to true is because all your accounts are not hidden (isHidden 
> 
>  = 
> false) as you've mentioned.
>
> As per blog post 
> 
>  you've 
> referenced earlier, to hide or unhide an account, you need to set isHidden 
> 
>  field 
> of the account's ManagedCustomerLink 
> 
>  to 
> true or false, respectively. You can achieve this using 
> ManagedCustomerService.mutatelink 
> 
>  which 
> accepts LinkOperation 
> 
> .
>
> As for enabling SOAP logging, you may refer to this guide 
>  for .NET 
> and this guide 
> 
>  for 
> Python.
>
> Regards,
> Ivan
> AdWords API Team
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/991588fa-38eb-4f15-bd8d-e0b799f3840c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ExcludeHiddenAccounts=true not working

2017-05-24 Thread Luis C. Cruz

Hi Ivan

I checked the isHidden field and for all of the accounts it's set to false. 
SOAP logging is not enabled (as far as I know) and I'm using Python and C#. 
Can you help me with a guide? (for any language)

Thanks

El miércoles, 24 de mayo de 2017, 5:51:13 (UTC-5), Ivan Bautista escribió:
>
> Hi Luis,
>
> Could you check if the isHidden field 
> 
>  of 
> those accounts in question are set to true?
>
> To help us investigate further, could you reply to us privately (using *reply 
> privately to author* option) with the SOAP request and response logs 
> captured when issue was encountered?
>
> If SOAP logging is not enabled on your end and you need assistance, you 
> can provide us the programming language you are using so we can refer you 
> to the corresponding guide for enabling it.
>
> Regards,
> Ivan
> AdWords API Team
>

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

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


ExcludeHiddenAccounts=true not working

2017-05-24 Thread Luis C. Cruz
I want to get all the accounts within an MCC which contains 755 accounts, 
but 635 of those are hidden. In the API references 

 I 
found out that I can filter out all the hidden accounts by setting the 
field ExcludeHiddenAccounts = true in the ManagedCustomerService.get method 
(I read about it here 
).
 
However, when I set it in the list of predicates the API is ignoring it and 
return all the accounts in the MCC. This snippet contains the selector I'm 
using:

selector = {
'fields': ['CustomerId', 'Name'],
'paging': {
'startIndex': str(offset),
'numberResults': str(self.page_size)
},
'predicates': [{ 
'field' : 'ExcludeHiddenAccounts',
'operator' : 'EQUALS' ,
'values' : 'true'
}]
}

Am I missing something?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/642df809-3b0f-4302-ba73-d57b2aebdb8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Constant CONCURRENT_MODIFICATION error when creating

2017-03-06 Thread Luis C. Cruz
I have a program written in C# that creates AdWords campaigns starting from 
the creation of an Account and then adding campaigns, adgroups, ads, 
keywords, configurations and more. It can be seen as a pipeline of 
processes, one after the other, and it stops if a previous process fails. 

At random points of the pipeline I'm constantly facing a 
CONCURRENT_MODIFICATION error, and the description doesn't help much. It 
not always fails but it occurs in more than 50% of the launches. This is 
the description of the exception:

AdWordsApiException: One or more AdWords API errors have occurred. A 
concurrency problem occurred as two threads were attempting to modify same 
object.. (Error: DatabaseError.CONCURRENT_MODIFICATION, FieldPath: , 
Trigger: )

I haven't been able to determine the cause of the problem because (1) It 
happens at different levels of the pipeline and (2) it is not a 
multithreaded system, so there aren't other threads modifying the same 
object.

How can I avoid this error? 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/737f7d77-43b6-4a13-b0d0-755373b5c47d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.