Re: lsa credited leads not updating for september

2024-10-04 Thread Noah Learner
is. > > This message is in relation to case > "ref:!00D1U01174p.!5004Q02vGcDj:ref" (ADR-00270572) > > Thanks, > > [image: Google Logo] Google Ads API Team > > > -- Noah Learner Director of Innovation Sterling Sky, Inc. [image: linkedin] <https://www

LSA Credited Leads not updating for September

2024-10-03 Thread Noah Learner
Is there a problem with the lead_credit_state field? I see credited as one of the values for dates through August, but I don't see that in September's data even though there are many leads that have the credited value inside the LSA UI. Can you make me smarter / manage my expectations about whe

Re: Keyword PolicyViolationDetails in BatchJobService

2023-05-08 Thread Noah Magram
Any update to this issue? We are also creating keywords and ads using the batchJob service, as is recommended by the official Google Ads documentation, and missing PolicyViolationDetails on the responses is a problem. Best, -Noah On Friday, September 30, 2022 at 5:40:10 PM UTC+2 Google Ads

API Annual Survey Question Summary

2021-11-08 Thread Noah Kershaw
? For context: The survey is not delivered via a Google Form, so it's not possible to easily gather a list of questions and return to the start of the survey. Thanks, Noah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.b

How to get Budget Performance report segmented by day

2017-12-15 Thread Noah
I'm interested in seeing the budget performance (budget level that was set, and the amount spent) PER BUDGET PER DAY. Currently, the budget performance report will aggregate everything to totals per budget for the whatever date range was requested. So, if I request the budget performance for l

QuotaCheckError.INCOMPLETE_SIGNUP

2014-08-11 Thread Noah
Hi, Setup a new test MCC account to develop a new software tool. All billing info is input, have agreed to all terms, have digitally signed and the necessary documents. When logging into the MCC account from the web side, it works fine, we can create ads, etc. But, when connecting through

Re: Actual CPC much higher than criterion set maxCpc??

2013-08-26 Thread Noah Silverman
David, I'm looking at max cpc from the group criterion service. (Accessing everything through the API.) Would the adgroup max CPC override the group criterion max CPC? If so, how can I query that through the API. Thanks, -- Noah Silverman Smart Media Corp. 8605 Santa Monica Blvd #7898

Actual CPC much higher than criterion set maxCpc??

2013-08-08 Thread Noah
Hello, I'm analyzing the past few months adwords data for an account. For several adgroups, I see that there is a group criterion which has the bid for maxCPC set to $0.65. Then, when I pull a report of the ads from adGroupAdService, I see many days where the CPC is $2.00 or even $4.00. Clear

Download Report Timing

2013-05-23 Thread Noah
Hello, I want to consistently download a report of ad performance (impressions, clicks, position, cpc, etc.) through the API (Using Python.) I have this code written, and it seems work fine. However, I don't understand the timing of this report. If I run the code, then re-run it a few minut

Re: Unexplained Authorization Error

2013-05-16 Thread Noah Silverman
lly. I've seen other adwords optimization services to this, so there must be an easy way. (They generally just have a link to "allow API access" that the customer clicks.) Thanks! On May 16, 2013, at 3:37 PM, Anash P. Oommen (AdWords API Team) wrote: > Hi Noah, &

Unexplained Authorization Error

2013-05-16 Thread Noah
Hello, My developer key was approved. I had a client give me access via OAuth2. Have the access and refresh tokens. Trying a very simple connection to list campaigns. Getting an error: adspygoogle.adwords.AdWordsErrors.AdWordsAuthenticationError: [AuthorizationError.USER_PERMISSION_DENIED @ ;

Re: Python: Structure of Credentials object

2013-05-16 Thread Noah
Still getting permission errors. I've created a new thread with details and code sample On Thursday, May 16, 2013 5:05:38 AM UTC-7, Dorian Kind wrote: > > Hey Noah, > > there's epydoc documentation available: < > http://google-api-python-clien

Python: Structure of Credentials object

2013-05-15 Thread Noah
Hello, I'm just getting started with the Python library for adwords. Using OAuth 2 for authentication. I have my: developer token (approved) client id client secret access token (Had one of my clients grant me access.) refresh token Now, I'm trying to play with the OAuth 2 example provided with

[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-03-26 Thread Noah
Client gave me OAutho2 access. I have the auth token, refresh token, etc. When trying the getCampaigns example, I modified the code for this using: # My app info # mpd75_UlK5yotWCYCVmzcg $client->get_oauth_2_handler()->set_client_id($my_id); $client->get_oauth_2_handler()->set_client_secret($s

Re: Accessing a clients account through MCC and Oauth2 with Perl

2013-03-26 Thread Noah
developer_token($dev_token); # Clients info $client->get_oauth_2_handler()->set_access_token($access_token); $client->get_oauth_2_handler()->set_refresh_token($refresh_token); On Tuesday, March 26, 2013 10:49:42 AM UTC-7, Noah wrote: > > Hello, > > Setting up some new cod

Accessing a clients account through MCC and Oauth2 with Perl

2013-03-26 Thread Noah
Hello, Setting up some new code with the Perl API. Set up a small script so that a client was able to allow me access through Oauth2. I've stored the resulting access and refresh tokens. Now, I want to use some of the example scripts in the perl adwords library to look at their campaign, pull

Strange inconsistency with soap and client

2013-02-04 Thread Noah
Hello, I'm working on sending direct SOAP requests to the adwords API using Perl and Curl. For the most part, it is working fine, but I came across a rather strange inconsistency. I've had trouble adding an ad group to an existing campaign. So, as a diagnostic step, I used the Perl client to

authorization with perl client

2013-01-08 Thread Noah
Hello, I'm stuck with trying to get the examples running from the perl API. I have a test account, client ID, developer token and an authorization token. I have confirmed that they are valid by manually sending the example SOAP using curl (as described in the getting started docs.) Now, I p

Re: Bug in the Documentation

2013-01-07 Thread Noah Silverman
> xmlns:ns4="https://adwords.google.com/api/adwords/cm/v201209"; > xsi:type="ns4:KeywordMatchSetting"> > false > > xmlns:ns5="https://adwords.google.com/api/adwords/cm/v201209"

keyword match settings ???

2013-01-07 Thread Noah
Hello, I'm following, step-by-step, the documentation at: https://developers.google.com/adwords/api/docs/#soap 1) Get an auth token using CURL. Works fine 2) Send manual SOAP request with supplied auth, client id, etc. FAILS I get an error back from google that says (from the SOAP response):

Re: Bug in the Documentation

2013-01-04 Thread Noah Silverman
words_axis/src/main/java/adwords/axis/v201209/basicoperations/AddCampaigns.java > > - Kevin Winter > AdWords API Team > > On Thursday, January 3, 2013 1:01:37 AM UTC-5, Noah wrote: > Still stuck on this. > > 1) Has anyone resolved how that keyword_match_settings became manda

Re: Bug in the Documentation

2013-01-02 Thread Noah
quest that includes this parameter? Thanks On Sunday, December 30, 2012 7:34:42 PM UTC-8, Noah wrote: > > Hello, > > I'm following, step-by-step, the documentation at: > https://developers.google.com/adwords/api/docs/ > > 1) Get an auth token using CURL. Works fine >

Re: Bug in the Documentation

2012-12-31 Thread Noah
ot Display > campaigns. Making it a mandatory input field will cause lot of confusion. > > Oliver > > On Monday, December 31, 2012 3:34:42 AM UTC, Noah wrote: >> >> Hello, >> >> I'm following, step-by-step, the documentation at: >> https://dev

Bug in the Documentation

2012-12-30 Thread Noah
Hello, I'm following, step-by-step, the documentation at: https://developers.google.com/adwords/api/docs/ 1) Get an auth token using CURL. Works fine 2) Send manual SOAP request with supplied auth, client id, etc. FAILS I get an error back from google that says (from the SOAP response): MU

Authentication for multiple clients

2012-12-29 Thread Noah
Hello, I'm developing my first application. Will be using the AdWords API in Perl. I am confused about how to best setup authentication for my intended use. We will be managing AdWords accounts for multiple clients. (Reporting, campaigns, ads, budgets, etc.) The client will never touch or use

Re: Perl API examples appear to be broken - help??

2012-11-07 Thread Noah Silverman
orres wrote: > Hi Noah, > > Basically, what the error is telling you is that it can't find any > authorization mechanism (ClientLogin, OAuth) setup to construct your request. > So you need to provide auth credentials, either an email/password if using > client l

Perl API examples appear to be broken - help??

2012-11-06 Thread Noah
Just started looking into the adwords API today. 1) Downloaded, and installed the api library directly from Google. All code and dependencies installed without any problems. 2) I want to use the sandbox to play around, so changed three items in the adwords.properties file (copy located in my h

Sandbox Generating INTERNAL_API_ERROR For Certain PHP Example Files

2011-10-07 Thread Noah Freitas
The sandbox is returning an internal api error for some of the PHP api example files using a new sandbox account. Following the introductory youtube php example video. examples/v201101/AddCampaign.php returns: Campaign with name "Interplanetary Cruise #1318009354" and id "405351" was added.