Google ads API token in prod

2021-10-03 Thread Sarah A
Hello, I have created a solution that I want to connect to Google ads api to automatically create my campaigns, track them and edit the reporting. I have done the tests with a test token. I would like to access a token in production. I need to fill in a form to get a production token. How to maxi

AdWords and Google Ads into BigQuery

2021-09-17 Thread Sarah Morgan
, Sarah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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&q

Banner Ads with API (without HTML5)

2021-04-28 Thread Sarah A
Hi, Is it possible to create a banner ads via GoogleAds API without appling on HTML5 ? Now I can only create a responsive Ads with API. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: v2 Deprecation Errors

2020-11-03 Thread sarah
It looks like I had to upgrade my entire Python ecosystem to 3.7 (I was previously on 3.6). That wasn't something I expected since Python 3.6 isn't sunset yet! On Tuesday, November 3, 2020 at 2:36:06 PM UTC-5 adsapiforumadvisor wrote: > Hi Sarah, > > Can you please share t

Re: v2 Deprecation Errors

2020-11-02 Thread sarah
Hello, could you please be more specific? I use the GoogleAdsService and the .search() functionality, but am getting an error when I provide "v5" as the version. What would be the cause of that behavior? On Monday, November 2, 2020 at 12:01:24 PM UTC-5 adsapiforumadvisor wrote:

Re: v2 Deprecation Errors

2020-11-02 Thread sarah
viding "v5" as an argument to the API. Is this expected? On Monday, November 2, 2020 at 12:01:24 PM UTC-5 adsapiforumadvisor wrote: > Hi Sarah, > > You can use this migration guide > <https://developers.google.com/google-ads/api/docs/version-migration> > which

v2 Deprecation Errors

2020-10-29 Thread Sarah Krasnik
Hello, Since v2 has been sunset, I am trying to use a higher google ads API version using the google-ads python client. Below is the code snippet I'm using: client = google.ads.google_ads.client.GoogleAdsClient(creds, dev_token) ga_service = client.get_service('GoogleAdsService') I have tried

Customer Match UserList Exclusion

2020-09-30 Thread Sarah
Hi Can you provide an example of C# on how to exclude a customer match crm based userlist in a campaign or ad group? I can't find one in github. Thanks. Sarah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Developer token Verification for linked Google Ads Managers accounts

2020-09-16 Thread Sarah
Hi If I have a Parent GoogleAds Manager which links to several Child GoogleAds Managers, do I need to apply for the Developer Token access for each Managers or is it enough just apply for the Parent Manager then the Parent's would be able to access the Child's? Th

Re: Can I remove the uselist using Ads API V4

2020-07-31 Thread Sarah
;Creating user list without setting type in oneof user_list field, or creating/updating read-only user list types is not allowed.", because I was trying to 'Remove' the userlist not creating/updateing. Can you please check if that's a bug in the GoogleAds Api for removing

Can I remove the uselist using Ads API V4

2020-07-30 Thread Sarah
tInfo } }; UserListOperation userListOperation = new UserListOperation { Create = userList }; Looking forward to hearing from you. Thanks Sarah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Remove UserList

2020-07-30 Thread Sarah
tInfo //DataSourceType = UserListCrmDataSourceTypeEnum.Types.UserListCrmDataSourceType.FirstParty } }; UserListOperation userListOperation = new UserListOperation { Create = userList }; Looking forward to hearing from you. Thanks

Unknown (missing in database) targeting value in change history

2020-02-04 Thread Sarah
Hi, Just want to ask what this error means? *Unknown (missing in database) targeting value* I saw this in *change history* after i have uploaded a keyword via API service. Everything on my end is fine including my local database update and the campaign i uploaded that to. Is this just a display

API use for customer-account

2019-06-24 Thread &#x27;Sarah' via AdWords API and Google Ads API Forum
Hi, is there another possibility to access a Google Ads customer-account through the API instead of connecting my administration-account with the customer-account? Maybe like: The customer gives me his clientId and clientSecret and maybe developerToken? And I can put these values in my ads.pro

Google Ads API userListService.MutateMembers ?

2019-03-25 Thread Sarah
Sarah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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"

Re: How to GetUserList using Googld ads api ?

2019-03-20 Thread Sarah
ch(request); return (long)searchPagedResponse.FirstOrDefault()?.UserList.Id; Thanks very much for your help. Best Regards Sarah On Wednesday, March 20, 2019 at 6:32:25 AM UTC, googleadsapi-forumadvisor wrote: > > Hi Sarah, > > You can retrieve the UserList Ids by using the UserListService.GetUserList &g

Site URL Update - Can AdWords API Help?

2018-03-29 Thread Sarah H
Hi, Is there any feature of the AdWords API that could be used to help with updating ALL final URLs within an AdWords account? To give some context, all URLs will be updated, and it's not just a http to https change, it's more broad than that. So all keyword, ad, sitelink URLs will need updati

Re: Grabbing KeyWords with Python API Error Please Help

2017-08-28 Thread sarah . miller
nt"), but I am still getting the same error. On Friday, August 25, 2017 at 4:00:45 PM UTC-4, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Sarah, > > In addition to the OAuth credentials and the developer token you need to > specify the client customer id > &

Grabbing KeyWords with Python API Error Please Help

2017-08-25 Thread sarah . miller
Hi, I have been trying to create a small SEO application using the Google Adwords API in Python 3.6, but I am getting an odd error when I try to run the example program. I can find nothing about this error elsewhere. My error is: Your default encoding, cp1252, is not UTF-8. Please run this sc

Hitting API limit, despite having Standard access

2017-04-21 Thread Sarah Hewitson
We seem to be hitting the API limit, despite the fact that we now have Standard access to the API. I thought that Standard access was unlimited? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Apply Experimental Changes

2015-08-24 Thread Sarah Riddell
Hi, As I am successful to create experiments on campaigns, change keywords bid multiplier with query Percentage 90% control / 10 % experiment & start/end/remove as my requirements using PHP ADWORD API v201502 but *now i want to apply my experimental changes .* but i got a scenario*,* For exampl

Re: {"[AuthenticationError.NOT_ADS_USER @ ; trigger:'']"} while getting the existing campaigns

2015-08-23 Thread Sarah N
Now , I just used the Client Library (.Net) for authentication , in "OAuth2ProviderBase" class we have these lines: protected string TOKEN_ENDPOINT = "https://accounts.google.com/o/oauth2/token";; //. WebRequest request = HttpWebRequest.Create(TOKEN_ENDPOINT); request.Proxy = confi

Re: {"[AuthenticationError.NOT_ADS_USER @ ; trigger:'']"} while getting the existing campaigns

2015-08-23 Thread Sarah N
AM UTC+10, Umesh Dengale wrote: > > Hi Sarah, > > You created refresh token before the creation of ClientId and ClientSecret > key. You could recreate refresh token and call the API. > > Thanks, > Umesh, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

{"[AuthenticationError.NOT_ADS_USER @ ; trigger:'']"} while getting the existing campaigns

2015-08-21 Thread Sarah N
I'm trying to get access and refresh token in OAuth2 for GoogleAdWords: I've done these steps before: 1)Create manager Account 2)Create developer Token from manager Account. 3)Create Test MCC account 4)Use the *Test MCC account* for creating *RefreshToken *by running OAuthTokenGenerator.exe 5

Request and Operation limit on Test MCC account level

2015-07-30 Thread Sarah Riddell
call Thanks. Sarah Riddell -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

How to handle RateExceededError.retryAfterSeconds in PHP v201502

2015-07-28 Thread Sarah Riddell
(error instanceof RateExceededError) { RateExceededError rateExceeded = (RateExceededError) error; Thread.sleep(rateExceeded.getRetryAfterSeconds() * 1000); } } ... } Please help, it's an urgent. Thanks in advance Sarah R

Re: Getting RateExceededError error in API call on Standard access account

2015-07-28 Thread Sarah Riddell
Hi Umesh Dengal Thanks for your reply, in your last comment you said to honor the *retryAfterSeconds*, but when i batch 1000 operations in every single request, API returns *retryAfterSeconds=86400* right after 9th requests (1000 operations each). The *retryAfterSeconds *never says 30 seconds f

Re: Getting RateExceededError error in API call on Standard access account

2015-07-21 Thread Sarah Riddell
Hi, I want to clarify here that the Adword API call for *AWQL reporting service works fine* but for other services like *ExperimentService*, *CampaignService *etc causing the problem plus the *retryAfterSeconds *value is not decrementing also when i call API. Please help me its very urgent...

Re: Getting RateExceededError error in API call on Standard access account

2015-07-21 Thread Sarah Riddell
Hi, I want to clarify here that the Adword API call for *AWQL reporting service works fine* but for other services like *ExperimentService*, *CampaignService *etc causing the problem plus the *retryAfterSeconds *value is not decrementing also when i call API. Please help me its very urgent...

Getting RateExceededError error in API call on Standard access account

2015-07-21 Thread Sarah Riddell
Hi, I am getting this rateExceededError from today, Even though I have only used normal units so far. RateExceededError Can anyone tell me how the 10k per day are working? My system was working perfectly until today morning, can someone please help me Please help me its very urgent...

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-06-29 Thread Sarah Riddell
j -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Get Current Experients on Adword Client Account

2015-06-26 Thread Sarah Riddell
I got solution to track campaigns experiment status with one extra *ExperimentService.get* call,hope it will help others. $experimentService = $user->GetService('ExperimentService', ADWORDS_VERSION); // Create selector. $selector = new Selector(); $selector->fields = array('Servin

Re: Get Current Experients on Adword Client Account

2015-06-26 Thread Sarah Riddell
Hi, On my above question, i want to add some more query that, Is that any way to start/pause/remove all my created experiments for any specific account with one service call without using experiment id for any campaign? Thanks, Sany -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Get Current Experients on Adword Client Account

2015-06-26 Thread Sarah Riddell
Hi, How to get current existing experiment ids on campaigns on my adword account? For Example, I have an account with name XXX with 150+ campaigns, now 50 campaign has experiments with 35 running and 15 stopped status.Then how i get all of the experiments ids, names & status on any campaign

Re: Get All Client Details under MCC account with PHP API

2015-06-22 Thread Sarah Riddell
Hi Danial, That's why i am using below approach to get account's create date as Kevin Winter Suggest, can you tell me that this is ok what i am doing now ? need your feedback on it. https://groups.google.com/forum/#!searchin/adwords-api/creation$20date$20of$20adwords$20account/adwords-api/32T

Re: Get All Client Details under MCC account with PHP API

2015-06-21 Thread Sarah Riddell
Hi, I just want to add some more clarification on my above question. Now i get client id & client name under my MCC account by passing Root client id of MCC account in on auth.in & using ManagedCustomerService based on example GetAccountHierarchy.php for v201502 But i need the every client cr

Get All Client Details under MCC account with PHP API

2015-06-19 Thread Sarah Riddell
Hi, As i know from the answer of *Josh, AdWords API Team* that we can get the client name using the name fields on CustomerService.Customer , or the name fields on ManagedCustomerService.ManagedCustomer

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-06-17 Thread Sarah Riddell
###()*E&^qwIdaqD Thanks everyone to solve my problem sany -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~

Re: Can not create experiemnt for a campaign

2015-06-13 Thread Sarah Riddell
Hi Josh, Thanks for you reply. Thanks Sany -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Re: Add Experiment bidMultiplier for keywords with current Max. CPC value not with default value

2015-06-13 Thread Sarah Riddell
Hi Josh, Can you please provide me *YOUR* *CODE* that you used using the API to reproduce the behavior. Thanks Sarah Riddell -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com

Add Experiment bidMultiplier for keywords with current Max. CPC value not with default value

2015-06-12 Thread Sarah Riddell
and = $experiment; $operation->operator = 'SET'; $operations = array($operation); // Make the mutate request. $result = $experimentService->mutate($operations); Thanks. Sarah Riddell -- -- =~=~=~=~=~=~=~=~

Add Experiment bidMultiplier for keywords with current Max. CPC value not with default value

2015-06-12 Thread Sarah Riddell
'experiment_id'];* #experiment id* $experiment->status = 'REMOVED'; // Create operation. $operation = new ExperimentOperation(); $operation->operand = $experiment; $operation->operator = 'SET'; $opera

Remove experiment and keep old bids intact

2015-06-10 Thread Sarah Riddell
Hi, When i remove experiment from a campaign, the old bids on my keyword is not intact its previous value, it goes to its default value not the previous value. how can i remove experiments & keep my old bids intact(previous cpc bid not default bid)? Thanks S

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-06-08 Thread Sarah Riddell
()*E&^qwIdaqD -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subsc

Re: Add Experiment & set Bid Multiplier for Max. CPC

2015-06-03 Thread Sarah Riddell
Hi Nadine, Many Thanks for your reply , i have fixed above problems, can you please help out on below problem?. 1. How can i *START *Experiment on campaigns ? 2. How can i *PAUSE *or *UNPAUSE *Experiment on campaigns ? Can you provide some example code for this?. AS i am successfully ab

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-29 Thread Sarah Riddell
Hi Josh, Sorry to disturb you again because i am stucked again. please help me out of this.When i am trying to set Max. CPC for invidividual keyword i am getting a weird situation . When i

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-13 Thread Sarah Riddell
Hi Josh, Sorry to disturb you again because i am stucked again. please help me out of this. - Is that any way to get keyword's first appearance date in adwords list? - May i need to add 'date' field on this query? i am downloading report for last 365 days from KEYWORD_PERFORMAN

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-04 Thread Sarah Riddell
Hi Josh, Thanks for your reply again. Yes, my report field combination is not right, when i removed *AdNetworkType2 *field from my SELECT query it returns the results as i desired. As you suggested, i will chose only the fields that are actually of interest to mine. Can you Clarify? me on-

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-05-03 Thread Sarah Riddell
Hi Josh, Many thanks for your previous helps & supports. Can you help me with this AWQL query? SELECT ExternalCustomerId,CampaignId,AdGroupId,Id,AdNetworkType2,AverageCpc,AverageCpm, AveragePageviews, AveragePosition,AverageTimeOnSite,BidType,BiddingStr

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-04-27 Thread Sarah Riddell
Hi Josh, Thanks for reply, This is the code works for me , let me know am i doing anything wrong? Working Code: function AddExperimentExample(AdWordsUser $user, $campaignId, $adGroupId) { // Get the services, which loads the required classes. $experimentService = $user->GetService('Expe

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-04-26 Thread Sarah Riddell
Hi Josh, Many thanks for reply, below is the code i am using for my Experiment for Individual Keyword. Can you show me where i am doing wrong, now it is showing this error *An error has occurred: Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:experimen

Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-04-23 Thread Sarah Riddell
Last couple of days, i am using Google Adwords Client Library for PHP. After successful configuration of the library on my localhost, i am able to create *Campaigns, AdGroups, Keywords* & doing other *Report Downloading* tasks for my MCC test account using the client library. I am also able

Re: Product Partition Tree Enumeration Exception

2014-11-25 Thread Sarah Gilmore
Hi Josh That's great, I have managed to implement the tree that I want. Just a few little misunderstandings. Thanks for your help Sarah On Monday, November 24, 2014 2:07:36 PM UTC, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > At every level of the product partition

Re: Product Partition Tree Enumeration Exception

2014-11-24 Thread Sarah Gilmore
he type and the value, in that > order. For example, for your "shirts" product type, you could modify your > constructor call to: > > new ProductType('PRODUCT_TYPE_L1', 'shirts') > > Please give that a try and let me know if you're still running i

Product Partition Tree Enumeration Exception

2014-11-21 Thread Sarah Gilmore
Hi there I'm having trouble getting the Product Partition script to work in PHP. I'm using the example in the SDK. I've solved some errors by creating a new Adgroup from scratch within the API, but I get the following exception when I run the script: An error has occurred: Unmarshalling Error:

Re: I have requested two accounts to be transferred in test accounts but nothing happens.

2014-07-21 Thread Sarah Gilmore
Hi, I am having a similar problem. I used the form here to set up a new account as a test account.I have entered billing details, and have accepted T+Cs and set up a campaign, which I have now paused. Now I've managed to retrieve t

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2014-07-21 Thread Sarah Gilmore
Hi Ray I have now managed to work out what the issue was. At some point I started editing the Auth file in examples rather than in lib, whoops. How embarrassing! Thanks for your help, but I've now retrieved the refresh token and will hopefully get the rest working! On Friday, 28 February 2014

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2014-07-17 Thread Sarah Gilmore
. { "error" : "disabled_client", "error_description" : "The OAuth client was disabled." } I've checked and double checked the code string and my OAuth2 details in auth.ini so not sure whats wrong. Thanks On Wednesday, 16 July 2014 19:56:32 UTC+1, R

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2014-07-16 Thread Sarah Gilmore
Hi, I am having the same issue as Jake (above). I'm using the PHP client library to run the script on the command line, but when I paste the url, it says 'the oauth client is disabled'.( I can get it to go one step further by pasting in my client id into the url, as the url created by GetRefres

Re: API developer token taking crazy long

2012-06-08 Thread Sarah-CD
Actually - I'm sorry Kevin. They did reach out, on another email. Sorry. No action necessary. On Friday, June 8, 2012 6:41:50 PM UTC+2, Sarah-CD wrote: > > Hi Kevin, > > Thanks for escalating internally. It's been 8 days ago since you escalated > it internally, but

Re: API developer token taking crazy long

2012-06-08 Thread Sarah-CD
Hi Kevin, Thanks for escalating internally. It's been 8 days ago since you escalated it internally, but nobody has reached out to us yet :( Can you follow up once again? Appreciate your help, thnx On Thursday, May 31, 2012 5:53:42 PM UTC+2, Kevin Winter wrote: > > Hi Sarah, >

Re: API developer token taking crazy long

2012-05-31 Thread Sarah-CD
y. I am sure I don't need to remind anybody that this is extremely frustrating If there is any way to speed up the process, kindly let me know. If anybody at Google would be so kind to escalate this internally I would greatly appreciate this. Our customer ID is: 166-567-6

Re: Buying more API units - HOW??

2010-11-19 Thread sarah
hi there i can't read your email address -- it's redacted. i think i also already have a ticket open with you guys -- #719854010 .. could you take a look? cheers! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.co

Buying more API units - HOW??

2010-11-17 Thread sarah
e than 14 hours. is there something i'm missing about how to add more API units to my account? something i'm doing wrong? thanks for any help sarah -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http: