add_keywords.py list

2022-10-10 Thread Marcelo Mazzariol
Hi, the examples code runs fine to add one keyword at a time .. like -k 
"earth to mars cruze"

I'd like to ask if is it possible to add a list of words... like -k "earth 
to mars" "trip to mars" "vacation on mars"

How to do this ?

Best regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e506d5fe-7fc3-40a7-9f3d-64be6611c097n%40googlegroups.com.


Re: How are examples supposed to be used

2022-10-09 Thread Marcelo Mazzariol
On that same subject, I have another question...  Considering one start 
testes in an fresh Test Account ... so, the account is empty  so oauth 
supposed to be working since get_campaings.py returns no errors... so next 
one desires is to add/create a campaing ...

In order to create a campaign, is there any pre-requeirements to deal 
first???   Like, create user, or groups first ??? Can I jump to 
ad_campaign.py or is there a setup path to follow prior to do that?

I believe it more of a Googe Ads questiion, BUT, since the information 
about the API is so sparse, I/am realy lost... is there any compreensive 
instrucitions arround?

Best regards

Em terça-feira, 28 de junho de 2022 às 23:35:39 UTC-3, adsapi escreveu:

> Hi Miguel,
>
> Thank you for reaching us out. I am Sherwin from Google Ads API support 
> team. I hope that you are doing well today.
>
> Moving forward to answer your questions, Miguel. 
>
>- 
>
>
>- Are those examples designed for direct use on real websites/apps 
>(can I just copy the example code, call the main function and show the 
>results on a page)? Or it is just a basic example designed to run only on 
>the terminal / command line?  
>
>
>- 
>   - The code example that you sent is designed to run only on the 
>   terminal or command line. 
>- 
>
>
>- If it's the second, do you have examples or tutorials designed for 
>beginners that want to understand how to use it on real websites? 
>
>
>- 
>   - For this one Miguel, to be honest with you, we cannot find any 
>   documentation about this. What we can do is to advise to reach out on 
> Github 
>   for python  
> because 
>   they are most equipped with regard to this matter. 
>
> Feel free to reach out again if you have further concerns.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cE8kg: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 
"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/1236c311-277a-4b38-ab5c-6fde123229d0n%40googlegroups.com.


Re: Missing required "use_proto_plus" key

2022-10-07 Thread Marcelo Mazzariol
Hi, I am getting the same error   (ValueError: The client library 
configuration is missing the required "use_proto_plus" key. Please set this 
option to either "True" or "False".)

Do you know if this is a library error or a yaml error ???

I am just starting to deal with google ads api and created a fresh env for 
it ... 
first tests .. so I am not sure if is it a library issue... maybe something 
I have not installed properly ...

yaml file has "use_proto_plus: True" ... so I am gessing could be my env ?
yaml has developer_token,  login_customer_id, validate_only(False), 
use_proto_plust(True), client_id, client_secret, refresh_token, 

Created a fresh env for testing with just  pip googleads and google-ads

Cheking pip, i have:

```
google-ads   18.1.0
google-api-core  2.10.1
google-auth  1.35.0
google-auth-oauthlib 0.5.3
googleads33.0.0
googleapis-common-protos 1.56.4
oauthlib 3.2.1
```

I am a little lost here ... have you figure it out?

Em segunda-feira, 23 de maio de 2022 às 13:04:14 UTC-3, Katherine Martin 
escreveu:

> Hi,
>
> I am attempting to connect to the google ads api using python. I have 
> added the following line to my .yaml file:
>
> use_proto_plus: True
>
> However I am getting the following error:
>
> ValueError: The client library configuration is missing the required 
> "use_proto_plus" key. Please set this option to either "True" or "False".
>
> Best,
> Kitty
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d6298916-794d-44d8-aaa6-c411620b00a2n%40googlegroups.com.


API not returning data for recent App Campaigns

2020-06-17 Thread Marcelo Kito

Hello everyone!

I have a few active App Campaigns in the platform and checked that they do 
have data for 2020, but when I try to get its data through the API for the 
period, nothing is returned for the account.
I'm not sure if it has to do with the Campaign Type, but the last piece of 
data I could fetch from the API is from 09 Jan 2019 from a Search Network 
Campaign.

Has anyone faced this issue already or is there any known limitation for 
these types of campaign?

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/93476a3d-7607-49f3-85ae-73ae682d8e82o%40googlegroups.com.


ConversionValue - wrong number format returned by the API

2016-09-12 Thread Marcelo Siqueira
Hi,

I'm trying to download a PRODUCT_PARTITION_REPORT, API version v201603, 
with the field ConversionValue. The download format is GZIPPED_CSV. I'm 
using the .NET library.

The API is returning values like "1,488.79", instead of "1488.79". Since I 
use the comma to split the report fields, this is breaking my parser 
routine. 

Another user had the same problem about a year ago 
(https://groups.google.com/forum/#!msg/adwords-api/ZfRfo5XSfpM/_pltzkTxbNMJ). 
Is there a solution yet?

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/c542f8c7-3bf7-4105-9efc-888a8bd540ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


DeviceType "All Mobile Devices" missing from API

2012-08-24 Thread Marcelo
Hi there,
I would like to request the Adwords API to get volumes for "All Mobile 
devices" like I could do from the AdWords Keyword tool Page (see attached 
file)
however the API only accept these:
https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService.DeviceTypeSearchParameter#deviceType
 
MOBILE_WAPMobile WAP devices.MOBILE_WITH_FULL_BROWSERMobile devices with 
full internet browsers.DESKTOPS_AND_LAPTOPSDesktop and laptop computers.
I try to sum the values from Mobile_WAP and Mobile_With_Full_Browser but 
the number is different from All Mobile devices.Can anyone help? or I need 
to wait for new release upgrade API?Many thanksMarcelo

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
<>

Re: Adwords API token pending approval for over 1 month

2012-01-31 Thread Marcelo
Thanks Eric,
Good to know this is work in progress. I will wait a couple of more
weeks and hope I will have my token approved for then.
Regards,
Marcelo

On 30 ene, 18:16, Eric Koleda  wrote:
> Hi Marcelo,
>
> Unfortunately the token review team is working through a backlog of
> requests, so it may take some time to get replies from them.  We apologize
> for the inconvenience and thank you for your patience.
>
> Best,
> - Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Adwords API token pending approval for over 1 month

2012-01-24 Thread Marcelo
Hi,
Over 1 month ago I requested an API token. 2 weeks ago I was requested
further information which I provided. Unfortunately since then I have
not received any update on my token and the status is still Pending
Approval.
I see this forum gets very good support so I would be very happy if
anybody can help me in letting me know what can I do to speed up the
process
Thanks a lot in advance!
Marcelo

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Developer token pending approval for 3 weeks

2011-08-25 Thread MarcelO
Hi all,

First my thanks for all the wonderful support I see in this forum. Makes me 
happy to see this community :)

One question from me: my developer token still has the "pending approval" 
status. What do I need to do to move forward in the approval process?
We're ery enthousiastic to start using the api :)

Kind regards,
Marcel

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Unsubscribe

2011-07-12 Thread Marcelo Ferreira
Please, i want to unsubscribe this group.

Thanks

Marcelo

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Show customer balance

2011-05-19 Thread Marcelo Diegues
How can I show the customer balance using google adwords api?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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