TypeError: Message must be initialized with a dict: google.ads.googleads.v13.resources.CampaignCriterion

2023-03-06 Thread Eran Mazur
Good evening, I've been trying to add criterions to a campaign but i 
receive this error:

  

criterion.language = lang_resource.resource_name
^^

self._pb.MergeFrom(self._meta.pb(**{key: pb_value}))
   
TypeError: Message must be initialized with a dict: 
google.ads.googleads.v13.resources.CampaignCriterion

This is my code, Any idea what is it? i've searched the internet to see if 
anyone experienced it also but no luck.

def create_language_op(self, customer_id, campaign_id, lang_name="English"):
googleads_service = self.client.get_service("GoogleAdsService")
criterion_op = self.client.get_type("CampaignCriterionOperation")
query = f"""SELECT language_constant.resource_name FROM language_constant 
WHERE language_constant.name LIKE '{lang_name}' LIMIT 1"""
response = googleads_service.search(
customer_id=customer_id, query=query
)
lang_resource = response.results[0].language_constant
criterion = criterion_op.create
criterion.campaign = campaign_id
criterion.language = lang_resource.resource_name
return criterion_op

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1194c4a4-c567-4896-900d-2122c7fdd74fn%40googlegroups.com.


Re: Pausing Smart Campaigns

2020-09-04 Thread eran....@gmail.com
Hi,
Thank you for the response.

I am looking for a way to pause  Smart Campaigns. For  some reason when I 
am trying to pause them they remain enabled while none smart campaigns are 
being paused.

Thanks,

On Wednesday, September 2, 2020 at 10:09:33 PM UTC+3 adsapiforumadvisor 
wrote:

> Hi Earn,
>
> Thanks for reaching out. Here is an example 
> 
>  on 
> how to pause a campaign.  Let me know if this is what you're looking for. 
> If not can you please provide a screenshot of UI.
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q23wYix:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bcc417f3-11ed-492b-8029-d53e0d75cbcbn%40googlegroups.com.


Pausing Smart Campaigns

2020-09-02 Thread eran....@gmail.com
Hello,
I have a script which closes video, display, and search campaigns.
How do I close using js APIs Smart (display/shopping) and Discovery 
campaigns?

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/25e9b424-6bc2-4126-9d74-da5bdf244afcn%40googlegroups.com.


Targeting limits

2019-03-25 Thread Eran Shavit

Hi,

Are the targeting limits on the Google Ads Account Limits 
<https://support.google.com/google-ads/answer/6372658?hl=en> are soft 
limits that can be edited or hard limits that cannot be changed?
If so, is there a way to reach higher values?

For example - "5 million ad group targeting items per account" to 10 
million?

Thanks,
Eran

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/931926ad-f335-4fac-9c8a-b9634f702191%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to revoke a client account thats we gained access through an MCC

2019-01-03 Thread Eran Karaso
Hi Luis,

No, since we are a SAAS platform and company B (in this example) would be 
an ad agency using our services they wouldn't be a sub-MCC of our MCC since 
they grant access for our app... Prior to giving access to our MCC company 
B's MCC is a stand-alone MCC with client accounts linked to it...

In this case, when company B removes a client ad account from their MCC, do 
we need to do any process to unlink that client ad account as well? or 
would our access to the unlinked client ad account simply be removed 
automatically? my concern is to avoid hitting maximum account limits for 
our MCC...

thanks,

On Thursday, January 3, 2019 at 10:39:25 AM UTC+3, Luis Xander Talag 
(AdWords API Team) wrote:
>
> Hi Eran,
>
> Thank you for providing more information. Can you confirm if the MCC of 
> company B is a sub-MCC of your MCC in company A? If so, it is not possible 
> for company B to remove your access to a specific client account because if 
> your email address already has access to their MCC, this means that the 
> OAuth2 credentials generated from this email will also have access to all 
> accounts under their MCC. You can refer here 
> <https://support.google.com/google-ads/answer/7456530?hl=en&ref_topic=7554359>
>  for 
> more information about linking accounts. Otherwise, if your MCC is a 
> sub-MCC of their MCC, then the assumption is incorrect because your MCC 
> will have no access to their client accounts.
>
> Let me know if you have further clarifications.
>
> Thanks,
> Luis
> AdWords API Team
>
> On Thursday, January 3, 2019 at 9:17:31 AM UTC+8, Eran Karaso wrote:
>>
>> Hi Luis,
>>
>> thank you for the quick turn around time. What you pointed out is 
>> something that I wasnt aware of, which also goo to know for future 
>> reference however my question is the other way around; it is the 
>> incident where an MCC (lets call company B) has given access to our MCC 
>> (lets call CompanyA), and there are clients under companyB such as company 
>> D,E,F,G... therefore companyA has access to these cliends accounts 
>> (D,E,F,G...)
>>
>> and my question is; can companyB remove companyA's access to a soecific 
>> client of theirs F for example yet not revoke companyA;s access to 
>> companyB;s MCC thus having access to the rest of the clients...
>>
>> thanks
>>
>> On Wednesday, January 2, 2019 at 2:23:35 PM UTC+3, Luis Xander Talag 
>> (AdWords API Team) wrote:
>>>
>>> Hi Eran,
>>>
>>> Yes, I can confirm that it is possible to remove the link or access of 
>>> the other MCC account from its client account (you may refer to this 
>>> guide 
>>> <https://developers.google.com/adwords/api/docs/guides/accounts-overview#manager_or_client_terminates_links>
>>>  as 
>>> to how), and retain the access of your MCC account to the said client 
>>> account, thus, making your account the client account's only remaining MCC 
>>> account. 
>>>
>>> Let me know if I misunderstood your concern.
>>>
>>> Thanks,
>>> Luis
>>> AdWords API Team
>>>
>>> On Wednesday, January 2, 2019 at 4:40:44 PM UTC+8, Eran Karaso wrote:
>>>>
>>>> when we gain access to client ad accounts through an MCC. can our 
>>>> client (MCC owner) revoke access to one of the client ad account under 
>>>> their MCC or do they have to revoke access to the MCC thus removing our 
>>>> access to all of their client ad accounts?
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/fcfcd8b8-4c27-4ff9-9852-e708697652a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to revoke a client account thats we gained access through an MCC

2019-01-02 Thread Eran Karaso
Hi Luis,

thank you for the quick turn around time. What you pointed out is something 
that I wasnt aware of, which also goo to know for future reference 
however my question is the other way around; it is the incident where an 
MCC (lets call company B) has given access to our MCC (lets call CompanyA), 
and there are clients under companyB such as company D,E,F,G... therefore 
companyA has access to these cliends accounts (D,E,F,G...)

and my question is; can companyB remove companyA's access to a soecific 
client of theirs F for example yet not revoke companyA;s access to 
companyB;s MCC thus having access to the rest of the clients...

thanks

On Wednesday, January 2, 2019 at 2:23:35 PM UTC+3, Luis Xander Talag 
(AdWords API Team) wrote:
>
> Hi Eran,
>
> Yes, I can confirm that it is possible to remove the link or access of the 
> other MCC account from its client account (you may refer to this guide 
> <https://developers.google.com/adwords/api/docs/guides/accounts-overview#manager_or_client_terminates_links>
>  as 
> to how), and retain the access of your MCC account to the said client 
> account, thus, making your account the client account's only remaining MCC 
> account. 
>
> Let me know if I misunderstood your concern.
>
> Thanks,
> Luis
> AdWords API Team
>
> On Wednesday, January 2, 2019 at 4:40:44 PM UTC+8, Eran Karaso wrote:
>>
>> when we gain access to client ad accounts through an MCC. can our client 
>> (MCC owner) revoke access to one of the client ad account under their MCC 
>> or do they have to revoke access to the MCC thus removing our access to all 
>> of their client ad accounts?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/9d319bf8-8298-40b1-9246-88f5d7464984%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to revoke a client account thats we gained access through an MCC

2019-01-02 Thread Eran Karaso
when we gain access to client ad accounts through an MCC. can our client 
(MCC owner) revoke access to one of the client ad account under their MCC 
or do they have to revoke access to the MCC thus removing our access to all 
of their client ad accounts?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/1c10fae4-873e-46e7-9e5e-40f05f094de9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: OAuth 2.0 Playground - HTTP/1.1 302 Found

2018-12-17 Thread Eran Karaso
thanks Teja,

will go ahead with step 2 and make the API call... thanks for the quick 
response.

i'll get back to you if i face any errors.

Eran

On Friday, December 14, 2018 at 6:31:06 PM UTC+3, Teja Makani wrote:
>
> Hello Eran,
>
> You can go ahead with the Step 2 to Exchange authorization code for token, 
> it should work fine to make API calls irrespective of the 302 request 
> message on the screen. Please try to make the API calls with these 
> credentials and let me know if you are facing any errors. Please let me 
> know if it is preventing you to go further to exchange token.
>
> Regards,
> Sai Teja, AdWords API Team
>
> On Friday, December 14, 2018 at 3:47:17 AM UTC-5, Eran Karaso wrote:
>>
>> we are getting a 302 error when trying to obtain access of another 
>> account. Is it because our project is not whitelisted or caused by another 
>> error in our request?
>>
>>  
>>
>> attached you can see a screenshot of our request/ response...
>>
>>  
>>
>> thanks,
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/20b5bf35-902f-4819-b628-2b7c552d25e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Share audiences between accounts in MCC using API

2018-07-31 Thread eran
Hi,

I've continued to investigate this feature and found a property named 
*AccountUserListStatus* 

 
from *BasicUserList* which show the current "share status" of an audience.

I also understand from the documentation that this property can be *changed*
.

With this new knowledge, can you tell me if I can use this property to 
share a specific audience (given that the user have already enabled 
audience sharing with its MCC)?

https://developers.google.com/adwords/api/docs/reference/v201802/AdwordsUserListService.BasicUserList


On Tuesday, July 3, 2018 at 9:45:53 PM UTC+3, Bharani Cherukuri (AdWords 
API Team) wrote:
>
> Hello, 
>
> I'm afraid sharing remarketing lists with its MCC account is currently not 
> possible using AdWords API. You need to do this in the AdWords UI using the 
> instructions provided here 
> . Please keep an eye 
> on our blog 
>  for any 
> updates or announcements related to this feature. 
>
> Thanks,
> Bharani, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/51d82b05-2538-4c06-a977-881232278423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Share audiences between accounts in MCC using API

2018-07-03 Thread eran


Is it possible for an account to share audiences with its MCC (parent 
account) programmatically (using Adwords API)?
 
It means I'll have to perform the following steps programmatically:

   1. Enable audience sharing
  1. MCC: Admin Tab > Choose Account > Edit > Re-marketing Account > 
  Change to this manager
  2. Client: Account Settings > enable Remarketing list sharing (toggle)
   2. Share existing audience
  - MCC: Shared library > Audiences > Add Re-marketing List > Add list 
  created by a client > choose a client account audience to share
   
Source: https://support.google.com/adwords/answer/6123188


Source 2: 
https://www.en.advertisercommunity.com/t5/AdWords-Account-Issues/API-Share-audiences-between-accounts-in-MCC/td-p/931293

 

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/90917f42-b1cf-4044-97db-291ff06e1554%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Video campaigns

2018-03-29 Thread eran
So any news?

When will we be able to create video ads using Adwords API? is there any 
release date estimation for it?

On Wednesday, February 24, 2016 at 3:31:20 PM UTC+2, Vladan Markovic wrote:
>
> Hi,
>
> I see there were some work on the Adwords API for the Video campaigns during 
> last couple of versions.
> Optimistically we updated API to latest version v201601 and started with 
> long time anticipated upgrade of our software to support Youtube Video 
> campaigns.
>
>
> I am interested what is the status of Video campaigns API other then 
> reports data, I cannot work with Video Campaign like normal campaign over 
> CampaignService.
>
> Our software have two parts, reporting and managing of campaigns. 
> With what we have so far from API, i can get report data, but i am having 
> a really hard time getting to work anything else for managing campaigns.
>
> Questions specifically:
>
> 1. Is it possible to pull Video Campaign data from CampaignService
> 2. Is it possible to see daily budget amount, budget period, 
> and preferably Budget ID that is used by Video Campaign.
> 4. Is it possible to PAUSE / RESUME Video Campaign.
>
> If answer is NO for previous questions, can anyone tell if this 
> is something that Google Dev team is working on,
> or Video Campaign report data is all we will get.
>
> Thank You,
> Vladan Markovic
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e3b989a7-eef2-4469-9db5-e9cf1fe42e25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: add account to mcc account

2017-04-17 Thread Eran Yasso
Hello Sreelakshmi,

Thank you for the response.
Is there any limitation what so ever when creating new account under MCC 
account (number of accounts, region, etc'..)?
Thanks,


On Monday, April 17, 2017 at 9:08:54 PM UTC+3, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Eran, 
>
> If you are trying to create a new account under the MCC account, you could 
> use the ManagedCustomerService 
> <https://developers.google.com/adwords/api/docs/reference/v201702/ManagedCustomerService>
>  
> to do so. For more details, please check this 
> <https://developers.google.com/adwords/api/docs/guides/accounts-overview#creating_and_organizing_accounts>
>  
> guide. The sample code in Java can be found here 
> <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/accountmanagement/CreateAccount.java>
>  
> and samples in other languages can also be found here 
> <https://developers.google.com/adwords/api/docs/clientlibraries>. 
>
> If you want to link a client account to an MCC, the manager account must 
> extend 
> an invitation 
> <https://developers.google.com/adwords/api/docs/guides/accounts-overview#extending_invitations>
>  
> to the client account and then the client account should accept the 
> invitation 
> <https://developers.google.com/adwords/api/docs/guides/accounts-overview#client_accepts>.
>  
> The linked documents should be helpful in setting this up. These docs also 
> have example code snippets which should be helpful.
>
> Please give it a try and let me know if you have any additional questions. 
>
> 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/1ae95d6e-ea2c-4f9a-b066-237dc992a7bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


add account to mcc account

2017-04-17 Thread Eran Yasso
Hello,

Is there an option to add new account (not test) or existing account to mcc 
account?
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/e8180bef-ea49-4326-90d6-8ce63d309cda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


assign campaign to shared budget

2017-04-12 Thread Eran Yasso
Hi,

Is it possible to assign campaign to a shared budget using AdWrods API?

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/b15e8416-a2aa-4d7b-a525-83c96ecad779%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Share audiences between accounts in MCC

2017-02-06 Thread eran


Is it possible for an account to share audiences with its MCC (parent 
account) programmatically (using Adwords API)?

It means I'll have to perform the following steps programmatically:

   1. Enable audience sharing
  - MCC: Admin Tab > Choose Account > Edit > Re-marketing Account > 
  Change to this manager
  - Client: Account Settings > enable Remarketing list sharing (toggle)
  2. Share existing audience
  - MCC: Shared library > Audiences > Add Re-marketing List > Add list 
  created by a client > choose a client account audience to share
   
Source: https://support.google.com/adwords/answer/6123188

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/307429b8-7940-4c54-ac61-d3841071e3c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: OPERATOR_NOT_SUPPORTED when using AdwordsUserListService

2015-08-22 Thread Eran Betzalel (ExposeBox)
Already solved it, It was a XML namespace issue.

On Fri, Aug 21, 2015 at 6:20 PM, Anthony Madrigal <
adwordsapiadvisor+anmadri...@google.com> wrote:

> Hello,
>
> This error may occur if you are trying to execute these operations against
> your MCC account. Could you confirm whether or not you were using your
> manager account for these requests?
>
> Thanks,
> Anthony
> AdWords API Team
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and Google+:
> https://googleadsdeveloper.blogspot.com/
> https://plus.google.com/+GoogleAdsDevelopers/posts
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/Iz3pUWV0I1k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/cb3c081e-db75-420b-b1e5-be219f4465ab%40googlegroups.com
> <https://groups.google.com/d/msgid/adwords-api/cb3c081e-db75-420b-b1e5-be219f4465ab%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*Eran Betzalel*
Developer
Email:e...@exposebox.com 
Website: www.exposebox.com

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAM%2BDq%3DpacfhoJvq8EfE9O%3Dr4kZaaOOPOj%2BAHiNpE4%3DUA00EPcQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


OPERATOR_NOT_SUPPORTED when using AdwordsUserListService

2015-08-19 Thread eran
I'm sending the following SOAP envelopes and get in return the same error 
result:

*soap:Server: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], 
RequiredError.REQUIRED @ operations[0].operator, RequiredError.REQUIRED @ 
operations[0].operand]: [object Object]*


*Envelope 1*

http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:tns="https://adwords.google.com/api/adwords/rm/v201506";
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201506";>



-
-



https://adwords.google.com/api/adwords/rm/v201506";>
https://adwords.google.com/api/adwords/rm/v201506";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>

ADD

Mars cruise customers 
#1439904839789
A list of mars 
cruise customers in the last year
OPEN
365

Mars cruise 
customers #1439904839788









*Envelope 2*

http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:tns="https://adwords.google.com/api/adwords/rm/v201506";
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201506";>

https://adwords.google.com/api/adwords/rm/v201506";
xmlns="https://adwords.google.com/api/adwords/rm/v201506";>
--
---
---



https://adwords.google.com/api/adwords/rm/v201506";
xmlns="https://adwords.google.com/api/adwords/rm/v201506";>

ADD

API TEST - 1439905248572
API TEST - 
1439905248572
30

API TEST - 1439905248572

OPEN






What is missing from these envelopes?
How can I resolve the *OPERATOR_NOT_SUPPORTED* issue? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4e1b4d8d-74fc-419d-82d0-5f13a9834458%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Daily AD_PERFORMANCE_REPORT data?

2015-07-30 Thread Eran Betzalel (ExposeBox)
I would like a report that shows *clicks*, *impressions *and *cost* in the
AD level (like AD_PERFORMANCE_REPORT report) with hourly precision.

On Thu, Jul 30, 2015 at 8:12 AM, Josh Radcliff (AdWords API Team) <
adwordsapiadvisor+j...@google.com> wrote:

> Hi,
>
> The API only reports *HourOfDay* details on the ACCOUNT, CAMPAIGN, ADGROUP and
> BID_GOAL performance reports. The HourOfDay
> <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#hourofday>
>  values
> correspond to the hours of the day in each account's time zone, which you
> can get from the *AccountTimeZoneId* field.
>
> If that doesn't cover your question, please post back with some more
> details of your use case.
>
> Thanks,
> Josh, AdWords API Team
>
>


-- 
*Eran Betzalel*
Developer
Email:e...@exposebox.com 
Website: www.exposebox.com

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAM%2BDq%3DqavcGtGCzLcKcenF1bDMiK9%2BgTOmmYtfF9-v9%2BCDY4Tw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Daily AD_PERFORMANCE_REPORT data?

2015-07-29 Thread eran
Hi Josh,

I face similar issue, could you please contact me to resolve it?

On Tuesday, April 28, 2015 at 12:37:05 AM UTC+3, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Jeff,
>
> I just replied to the email you sent to my team on this topic. Let's 
> continue the discussion there to avoid duplicating responses.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, April 27, 2015 at 4:46:56 PM UTC-4, Jeff wrote:
>>
>> Hi,
>>
>> I'm trying to get hourly data on ad spend and performance.
>>
>> I noticed that the ADGROUP_PERFORMANCE_REPORT contains HourOfDay, 
>> but AD_PERFORMANCE_REPORT does not.
>>
>> Is there a way to get hourly data with the AD_PERFORMANCE_REPORT as well?
>>
>> Also, when downloading either report, they all contain AccountTimeZoneId. 
>> Does this mean that the daily data is accurate for the duration beginning 
>> at Date at 12 AM - 11:59 PM in that account's time zone? 
>>
>> Thanks,
>> Jeff
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c2ad6758-f518-4b06-88c3-96754b15c47c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.