How to create in python campaign group.

2021-10-10 Thread Monty808
Hello Google, How do I create campaign groups on the new google ads api? 'Where is the documentation for python showing an example? In the python Adwords API yes in python Ads api no. Please show me how -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How to get audience id - no0 way to query

2021-08-16 Thread Monty808
hello Google Well I can create audiences using the example from here: https://developers.google.com/google-ads/api/docs/remarketing/audience-types/custom-audiences Wonderful but no example how to get the id of the audience created for use at a latter date. GoogleHow do I query to get the

AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS @ operations[0].operand.ad]

2021-07-02 Thread Monty808
Hi Google Rather confused why I get an error using your own code! Other providing a client id and an adgroup idI am now left with no where to go *https://developers.google.com/adwords/api/docs/samples/python/advanced-operations#add-a-responsive-display-ad* Error summary: {'faultMessage':

USER_PERMISSION_DENIED If you\'re accessing a client customer, the manager\'s customer id must be set in the \'login-customer-id\'

2021-06-04 Thread Monty808
Heo google. ] Really don't get the google ads python api for google ads. message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a client customer, the manager\'s customer id must be set in the \'login-customer-id\' header. See

Automate refresh token

2021-04-17 Thread Monty808
Hello Google Please provide instructions how to use the refresh token. I mean wow I have to generate a refresh token once a week. 1) I run python3 generate_refresh_token.py --client_id really --client_secret wtf 2) This folow this link in. the browser Log into the Google Account you use to

ManagedCustomerServiceError.NOT_AUTHORIZED

2021-03-24 Thread Monty808
Hi, I am using the python api and I am trying to create a new account. In the test account I can list accounts and I can create a new account via the api. However, in the real manager account, I can list accounts but I can not create a new account. How do I resolve this? Where do I go to

[CampaignGroupError.MISSING_CURRENCY_CODE_FOR_CAMPAIGN_GROUP_CREATION_UNDER_MANAGER_ACCOUNT @ operations[0].operand.currencyCode]

2021-03-18 Thread Monty808
Hi Google, I can no longer make forward progress due to the below error. I use the below to create an account in TestManager and it works. I see the account in the UI managed_customer_service = adwords_client.GetService('ManagedCustomerService', version='v201809') operations = [{

How to get campaign id's under a campaign group id?

2021-03-02 Thread Monty808
Hi Google, I can list all of my campaign groups using python api. How do get, given a campaign group id, call campaign id's under the campaign group? What service? is there a sample? offset = 0 selector = { *'fields'*: [*'Id'*, *'Name'*], *'paging'*: {

Location targeting: how to change to -> Presence: People in or regularly in your targeted locations

2021-02-26 Thread Monty808
Hi, When I create a campaign I use the below to set my target to the US and language to English. But I also want to use what in the UI is called Presence: People in or regularly in your targeted locations in the Location options in settings. How do I do with the python API? Thanks

Re: How to run python adwords api from aws lambda and deal with your cache

2021-02-26 Thread Monty808
Thanks google but for future reference, this solved the issue. AWS lambda does but you have to change the directory of the temp files. Changing the location or even disabling cache is not documented sufficiently. I just went down the route of disabling for now. Google can you outline what

How to run python adwords api from aws lambda and deal with your cache

2021-02-25 Thread Monty808
Hello Google, Google how do I run? How do deal with when what ever you are trying to cache? How do I turn it off? How to a change the dir where you are trying to cache? This is urgent [Errno 30] Read-only file system: '/home/sbx_user1051': OSError Traceback (most recent call last): File

create audience with python api and get id

2021-02-10 Thread Monty808
Hello Google ] Totally no clear with the python api how how to create on how to a create an audience for -> People who searched for any of these terms on Google == yummy So How do I create from the api, get the ID, then add to adgroup? I even created an audience in the UI cant figure out

How to get the bid I set for an adgroup. More complicated than is has to be

2021-02-02 Thread Monty808
Hi Google, I create an ad group like the below its wonderful. Wat is not wonderful is how to use the api to get *microAmount that I set for the adgroup? One would think I just ad a ad group to and ad group selector given and ad_group id but one would be wrong. So How? * operations = [

Test account get campaings will not get sub accounts

2021-01-20 Thread Monty808
Google Why cant I list campaigns in a test account? I get nothing when I run get_campaigns. I am logged into my test manager account xxx-xxx-xxx The campaign is under sub account yyy-yyy.yyy. Google in the UI I see them! One would think I would be able to get from the api. One would

Error summary: {'faultMessage': '[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]', 'requestId': '0005b95d4c0c95180aa78f3584032c96', 'serviceName': 'BudgetService', 'methodName': 'm

2021-01-20 Thread Monty808
Hi google Below is your code for the examples. It does not work out of the box. Why? I am on a test account. Error summary: {'faultMessage': '[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]', 'requestId': '0005b95d4c0c95180aa78f3584032c96', 'serviceName':

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED

2021-01-19 Thread Monty808
Hi I have three account ID's Google Ads Account 720-757-1329 Manager Account 692-309-2748 Developer Token is from here Manager Account 558-213-4827 The one with the Test Account an is the client_customer_id in the googleads.yaml and what O ran google reresh token on python3 app.py

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED

2021-01-19 Thread Monty808
Hi I have three account ID's Google Ads Account 720-757-1329 Manager Account 692-309-2748 Developer Token is from here Manager Account 558-213-4827 The one with the Test Account an is the client_customer_id in the googleads.yaml and what O ran google reresh token on python3 app.py

QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED

2021-01-18 Thread Monty808
Hi, I am dumbfounded with google and their auth. Really amazing 1) I have a test account and logged in. I see the red test account box. 2) I have a developer token from the main account 3) I refreshed the tokens and place into my googleads.yaml file while logged into test account 4) Why?

How to get settings of an ad group

2014-03-24 Thread Monty808
I am using the adwords python api. I need to get the bid amount and type. E.g. bid=4 ad type = cpc. I am given the adgroup id. Below is an example on to create and ad group. Once created...how do retrieve the settings? I want to know the bid I set ad_group_service =

Re: How to get settings of an ad group

2014-03-24 Thread Monty808
Is there not a python example? On Monday, March 24, 2014 8:46:13 PM UTC+8, Monty808 wrote: I am using the adwords python api. I need to get the bid amount and type. E.g. bid=4 ad type = cpc. I am given the adgroup id. Below is an example on to create and ad group. Once created...how

googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-21 Thread Monty808
Hi, Google documentation for working with MCC and clients is not very good. I mean.where do I put the client id? I am using the python api.,,,ad wow...how do I specify a client id? Google..please help. adwords_client =

Re: googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-21 Thread Monty808
TypeNotFound(content.tag) suds.TypeNotFound: Type not found: 'clientCustomerId' On Saturday, March 22, 2014 12:22:42 PM UTC+8, Monty808 wrote: Hi, Google documentation for working with MCC and clients is not very good. I mean.where do I put the client id? I am using the python api

googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-18 Thread Monty808
Whats the deal witythe below error? This is from the python api. Is it sayihg my clienht_id in nkt valid? wow! I am using mcc. adwords: developer_token: sss user_agent: test client_id: really!!.apps.googleusercontent.com client_secret: refresh_token: client

Sandbox, Create campaign - [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-01-31 Thread Monty808
Hi I am trying to use the sandbox and ma having issues. I am using python and v201109. I thought that the sandbox was to be filled with data? Anyway.. I ran the below to initialize my sandbox... adwords_api_python_15.1.5/examples/adspygoogle/adwords/v201109/

Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Monty808
Hi, I just download the latest adwords API for python adwords_api_python_15.1.5.tar.gz I followed the instructions in the README file. Here is how I ran the config file. Your AdWords account's login email []: a...@gmail.com Login password []: ans808808 Login client email []:

Re: Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Monty808
FixedI used the wrong folder. On Jan 28, 5:13 pm, Monty808 davidmontgom...@gmail.com wrote: Hi, I just download the latest adwords API for python adwords_api_python_15.1.5.tar.gz I followed the instructions in the README file. Here is how I ran the config file. Your AdWords

Re: Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Monty808
@ selector; trigger:'INSERT_EMAIL_ADDRESS_HERE'] On Jan 28, 5:13 pm, Monty808 davidmontgom...@gmail.com wrote: Hi, I just download the latest adwords API for python adwords_api_python_15.1.5.tar.gz I followed the instructions in the README file. Here is how I ran the config file. Your

I need a bare bones example to use the python adwords adspygoogle v13 for AccountService

2010-10-19 Thread Monty808
Hi, I cant seem to get adspygoogle to work. I am migrating from aw_api. Here is what I am workig with so far import os import sys from adspygoogle.adwords.AdWordsClient import AdWordsClient from adspygoogle.adwords.AccountService import AccountService from adspygoogle.common import Utils

AdWords API EstimateCampaignList - Sample Soap Request in Python

2009-04-13 Thread Monty808
Hello, for the traffic estimater service EstimateCampaignList, can I see a sample soap request using soap in python? I cant figure it out with out an example. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

AdWords API checkCriteria - How To

2009-04-08 Thread Monty808
Hi, I am using Python to check for checking criteria but I get an error. Per the docs, if AdGroupId is added ...I can leave out language and geo targeting. Sohow to I fix? Thanks Here is an example: check = {} check['text'] = 'Test2' check['type'] = 'Exact' check['adGroupId']

AdWords API Using Python Client - Tyring to update a Campaign using CampaignService

2009-03-22 Thread Monty808
Hi, I am trying to update the status if a campaign from paused to active using python 1) campaign_service = user.GetCampaignService(https:// sandbox.google.com) 2) update_campaign={} update_campaign['id'] = id update_campaign['status'] = Active 3)