Keyword Performance Report

2024-10-14 Thread Jeff Spurlock
the actual keyword value in the query? I tried "keyword.text" which i've seen thrown around a few places but this fails on fetch. I've gotta be missing something; seems crazy that i can pull keyword metrics but not the

Keyword Planner

2022-07-13 Thread Jeff Reuter
;bon prix" doesn't get added and only "bonprix" search volume is shown. Thank you and with regards, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Force specific error for testing with Python SDK

2022-06-16 Thread Jeff Strome
Hey there, In the Python SDK, is there a way to force "GoogleAdsException" to return an error (internal_error in my case)? I am trying to code an automatic retry and want to test my code. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Re: KeywordPlanService.GenerateHistoricalMetricsRequest only returns GLOBAL results

2022-06-08 Thread Jeff Reuter
The issue still persists for me. adsapi schrieb am Mittwoch, 1. Juni 2022 um 06:01:27 UTC+2: > Hello All, > > Sorry for keeping you waiting for many days. The issue should be fixed > now. Could you please retry your requests to see if it works? If it > doesn't, please *Reply privately to autho

LSA reporting discrepancy

2022-05-25 Thread Jeff Strome
ot;' AND '"""+str(end_date)+"""' AND campaign.advertising_channel_type = 'LOCAL_SERVICES' ORDER BY campaign.name Thanks, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-19 Thread Jeff Strome
_action_asset.call_to_action, asset.type, asset.text_asset.text, asset.image_asset.full_size.url, asset.youtube_video_asset.youtube_video_id, asset_group_asset.performance_label FROM asset_group_asset WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX' On Thursday, May 19,

Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-19 Thread Jeff Strome
FROM asset_group_asset WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX' On Thursday, May 19, 2022 at 11:58:50 AM UTC-4 adsapi wrote: > Hi Jeff, > > Thank you for reaching out to the Google Ads API support team. > > I can confirm that it will return similar reports. If y

Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-19 Thread Jeff Strome
FROM asset_group_asset WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX' On Thursday, May 19, 2022 at 11:58:50 AM UTC-4 adsapi wrote: > Hi Jeff, > > Thank you for reaching out to the Google Ads API support team. > > I can confirm that it will return similar reports. If y

Re: Performance Max Placement and Asset reporting via Google Ads API

2022-05-18 Thread Jeff Strome
o send along logs if that would be helpful once we confirm that both resources you've linked to support Performance Max, giving the reports I have listed. Thanks, Jeff On Wednesday, May 18, 2022 at 4:08:14 AM UTC-4 adsapi wrote: > Hi Jeff, > > Thank you for raising this concern to the

Performance Max Placement and Asset reporting via Google Ads API

2022-05-17 Thread Jeff Strome
ia Google Ads API I would like to request that feature. Thanks, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: Google Ads Api not reflecting all the campaigns at adgroup level

2022-05-17 Thread Jeff Strome
Hey there, I'm also currently working through retrieving Performance Max data. Note in the documentation for Performance Max "Do not select an Ad Group when querying Performance Max campaigns, as no campaigns will

Local Services campaigns: call duration?

2022-05-05 Thread Jeff Strome
e documentation, however I would like to request that Local Services campaigns be available to query through call_view. Thanks, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: API Reporting for segmenting New vs. Returning Customer

2022-03-03 Thread Jeff Snyder
Hey everyone - was this functionality included in the Google Ads API? On Wednesday, June 9, 2021 at 10:43:39 PM UTC-5 adsapi wrote: > Hi Carter, > > Thank you for reaching out to our API support team. > > It is currently not possible via the Google Ads API to segment conversion > records for Ne

Re: Error while using Google Ads API

2021-02-08 Thread Jeff Moore
Here is an example call that will work, in case it helps. It creates an expanded text ad /v6/customers/CUSTOMER_NUMBER/adGroupAds:mutate { "operations": [ { "create": { "ad": { "finalUrls": ["http://www.test.com";], "expandedTextAd": { "descrip

Re: /adGroupAds:mutate issue creating new Ad

2021-02-05 Thread Jeff Moore
I should add that when I add resourceName, other errors occur. I don't have the ad_d since I am just creating it so I cannot supply it in this format: customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id} On Friday, February 5, 2021 at 5:34:03 PM UTC-5 Jeff Moore wrote: > I ge

/adGroupAds:mutate issue creating new Ad

2021-02-05 Thread Jeff Moore
I get errors trying to create a text ad. Any help would be apprecicated! Request: { "operations": [ { "create": { "ad": { "name" : "new ad" }, "adGroup": "customers/3575308233/adGroups/115772299805", "status": "PAUSED" } } ] } Res

Offline Conversion Upload (Python) - Empty Response

2020-08-05 Thread 'Jeff Feng' via AdWords API and Google Ads API Forum
I'm currently using the python script here to upload offline conversions into my Google Ads account. I've already setup the following prerequisites - 1) Approved developer token 2) Generated an OAuth

Invalid Grant Using Oauth Refresh Token in a Django Web App/Python Client Library

2020-06-01 Thread Jeff
Hello, I am putting together a Django web application using the Python client library. I would like users to be able to authenticate and then do stuff. I have built a web flow and it works fine to get the authorization token. I then use the auth to get a refresh token as such ### Initiates oa

Google Ads Developer Docs - Site Crash

2020-05-04 Thread 'Jeff Feng' via AdWords API and Google Ads API Forum
Hi all, I'm working on some Ads API development and noticed that the developer docs site has been crashing - https://developers.google.com/google-ads/api/docs/start I've tried this on multiple devices and networks. Each time I load the page I get a 'Service Unavailable' error - is the same thin

Re: custom reports for negative keywords

2018-11-28 Thread Jeff Sedlik
Thank you. is the Search Query Performance Report available without use of the API? On Wednesday, November 21, 2018 at 8:58:42 AM UTC-8, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Jeff, > > I'm afraid, generating a custom report which would return the list of &g

Re: custom reports for negative keywords

2018-11-28 Thread Jeff Sedlik
includes search terms from queries that were blocked by negative keywords. Thanks Jeff On Wednesday, November 21, 2018 at 8:58:42 AM UTC-8, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Jeff, > > I'm afraid, generating a custom report which would return the list of &

custom reports for negative keywords

2018-11-21 Thread Jeff Sedlik
keywords that caused the ad not to appear. Thanks Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Replace IP Exclusion List (PHP)

2017-12-04 Thread Jeff C
Does anyone know where there is example code for replacing the entire IP Exclusion list for a campaign with a new list? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelop

Querying for Account Labels

2017-09-13 Thread Jeff MacDonald
I might be blind but is there not a way query for an Account label? I tried this report but it pulls in all labels at the campaign level. Is there a report that i'm missing? Any help would be greatly appreciated! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: Fatal Error: invalid_request

2016-09-01 Thread Jeff Siebach
s newer endpoint for retrieving tokens, which would explain > why other libraries are not seeing it. If this works for you, please post > back here. > > In the meantime, we'll continue looking into other possibilities. > > Regards, > Nadine, AdWords API Team >

Re: Fatal Error: invalid_request

2016-09-01 Thread Jeff Siebach
I am also receiving intermittent errors. It is about 2/3 of the requests that don't go through, with the others saying invalid_request. Just wanted to contribute so I'd get updates on this thread and be able to help if I can. Thanks. On Wednesday, August 31, 2016 at 1:27:23 AM UTC-5, Sachin K

Daily AD_PERFORMANCE_REPORT data?

2015-04-27 Thread Jeff
ntain 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 Goog

Re: Segmenting campaign performance by OPERATING_SYSTEM_VERSION

2015-04-27 Thread Jeff Johnson
Does this mean that if we have specifically enumerated a few operating systems to target in our campaign settings that we can run a report and segment by OPERATING_SYSTEM_VERSION? On Thursday, April 16, 2015 at 4:22:16 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Yes, that's co

Re: Experiment vs Control in Click performance report

2015-03-26 Thread 'Jeff Johnson' via AdWords API Forum
ance*. > > Reference: https://developers.google.com/adwords/api/docs/appendix/reports > > Best, > Thanet, AdWords API Team > > On Friday, March 27, 2015 at 12:29:51 AM UTC+9, Jeff Johnson wrote: >> >> Thanks Thanet, >> >> My goal is to map gclids to either control / experimen

Re: Experiment vs Control in Click performance report

2015-03-26 Thread 'Jeff Johnson' via AdWords API Forum
rformance-report> > report. > > Cheers, > Thanet, AdWords API Team > > > On Thursday, March 26, 2015 at 6:56:30 AM UTC+9, Jeff Johnson wrote: >> >> Howdy folks! >> >> Quick question: is it possible to figure out if a click came from an >> experime

Experiment vs Control in Click performance report

2015-03-25 Thread Jeff Johnson
Howdy folks! Quick question: is it possible to figure out if a click came from an experiment or control group (vis a vis Adwords Campaign Experiments) through the Click Performance Report? I've reviewed the definition here

Re: Custom Date with Call Metrics Call Details Report

2014-10-09 Thread Jeff Siebach
Is there a way that this can be circumvented using the WHERE clause with a date comparison on CallStartTime? Or is this issue going to be resolved? On Friday, April 4, 2014 10:54:36 AM UTC-7, jarms...@stringenterprises.com wrote: > > I'm trying to use the Call Metrics Call Details Report with a

Pulling a list of creatives

2014-09-10 Thread Jeff Johnson
Hi Adwords Forum, This seems like a simple question, but I have to ask: According to this , ad ids are unique within an adgroup and adgroup ids are globally unique. If I were to have a list of adgroupid and creativeid

Error: Missing report definition

2014-06-09 Thread Jeff Siebach
Hello, I am trying to query the AdWords reporting API using the following Google Scripts code: var params = { headers: { Authorization: 'Bearer ___ACCESS_TOKEN___', developerToken: '___DEVELOPER_TOKEN___', clientCustomerId: '___CUSTOMER_ID_XX___' }, muteHt

Required Parameter is missing: grant_type

2014-06-09 Thread Jeff Siebach
Hello, I am trying to request an access token from the AdWords API using a Google Script. Here is my current code: function requestAccessToken(){ var url = "https://accounts.google.com/o/oauth2/token"; var options = { headers:{ ContentType:'application/x-www-form-urlencoded' },

Not authorized to request the scopes

2014-05-30 Thread Jeff Knight
ng the "Third Party Data Access (Oauth) guide. Any help would be greatly appreciated Thanks Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~

AuthenticationError.OAUTH_TOKEN_INVALID and Empty "AdWords API Center" page

2014-05-23 Thread Jeff
I have been developing and application against a Test Account and it works well. Now I am trying to connect to our production account and test it there. I followed the OAUTH2 setup process with my Google Account that has read access to the production MCC and got a new Refresh Token, but when I

Targeting Idea Service Search Volume Parameter Unit

2014-04-15 Thread Jeff Johnson
Hey folks, quick question! I was reading the documentation and I was wondering if anyone could answer me what the unit of the Search Volume (and Search Volume Delta) in the targeting idea service is? See parameter here: https://developers.google.com/adwords/api/docs/reference/v201402/Targeting

Receiving `invalid client` error when setting up AdWords on Rails demo

2014-03-03 Thread Jeff Lane
_ID_HERE'. Do I need to sign up for AdWords API access and generate an oauth id? Thanks for your help! Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://pl

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-17 Thread Jeff Theroux
etter plan for it, and do the work at a time that is convenient for us. Thanks, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~

QuotaCheckError.INCOMPLETE_SIGNUP

2013-02-14 Thread Jeff Cole
I get this when calling the APIs. I've already entered in my billing details. Can somebody suggest the next step? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: Getting Empty XML Reports

2013-01-10 Thread Jeff Freeman
, 2013 6:36:35 AM UTC-5, Danial Klimkin wrote: > > Hello Jeff, > > > I've ran both CSV and XML reports with the definition above for the > account CID you provided and got exact the same data. > > Please send us the exact file you get downloaded with the XML format > r

Re: Getting Empty XML Reports

2013-01-09 Thread Jeff Freeman
Were you able to reproduce the issue? On Wednesday, January 9, 2013 7:00:17 AM UTC-5, Danial Klimkin wrote: > > Hello Jeff, > > > Are you sure you use exactly the same report definition? If so, please > send me your account CID and I will try to reproduce the issue. > >

Getting Empty XML Reports

2013-01-07 Thread Jeff Freeman
Hi, I am trying to download a report through the API. When I set to the report download format to CSV, it works fine. But, when I switch to XML, the file that is download is empty. It just contains a blank string that is 300+ characters is length. Any idea what the issue is? I am using the PHP

Re: Getting Data for Keywords that contains "+"

2012-09-05 Thread Jeff
Nevermind, I can infer from the KEYWORD_CONTAINS_BROAD_MATCH_MODIFIERS TrafficEstimatorError that it has not been added :-) On Wednesday, September 5, 2012 3:47:59 PM UTC-4, Jeff wrote: > > Hi, I am wondering if support for broad match modifier has been added to > TrafficEstimatorS

Re: Getting Data for Keywords that contains "+"

2012-09-05 Thread Jeff
Hi, I am wondering if support for broad match modifier has been added to TrafficEstimatorService in v201206. Thanks, Jeff On Monday, October 11, 2010 3:26:09 PM UTC-4, AdWords API Advisor wrote: > > Hi, > > The plus sign in keywords is part of the Broad Match Modifier feature:

Re: google-api-adwords-dotnet question.

2012-03-30 Thread Jeff
Thank you very much that worked. I thought it would be something fairly easy. Thanks again, Jeff -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: google-api-adwords-dotnet question.

2012-03-29 Thread Jeff
On Thursday, March 29, 2012 4:50:12 PM UTC-6, Jeff wrote: > > In the google-api-adwords-dotnet is there a v201109. call we can use > to initialize a sandbox and then get our associated ClientCustomerId? I > have tried the v201109.GetClientCustomerId with the proper config val

google-api-adwords-dotnet question.

2012-03-29 Thread Jeff
In the google-api-adwords-dotnet is there a v201109. call we can use to initialize a sandbox and then get our associated ClientCustomerId? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog

Re: BoomUserList, Content, WebSite

2012-02-16 Thread Jeff Kershner
rding to the > docs this shouldn't happen). > > - Kevin Winter > AdWords API Team > > > > > > > > On Thursday, February 16, 2012 12:43:28 PM UTC-5, Jeff Kershner wrote: > > > I am using the Keywords Performance Report for the following fields: >

Re: BoomUserList, Content, WebSite

2012-02-16 Thread Jeff Kershner
I am using the Keywords Performance Report for the following fields: selector.fields = new string[] { "AdGroupId", "CampaignName", "AdGroupName", "AveragePosition", "KeywordMatchType", "Impressions", "Clicks", "Ctr", "AverageCpc", "Cost", "AdNetworkType1", "Conversions", "AccountDescriptiv

BoomUserList, Content, WebSite

2012-02-13 Thread Jeff Kershner
I see Eric from the AdWords team explain BoomUserList all over the place saying that it is a statistic that comes back from a report. I feel bad for asking this question again but... I believe that I should only be seeing: Exact, Broad and Phase values coming back in the KeywordType parameters.

WSDL.exe for the new version of the API?

2012-01-31 Thread Jeff Kershner
e?wsdl Is there a wsdl for the latest version of the API since the V13 will be sunsetting at the end of Feb? Thanks, --Jeff -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/a

API Token Application Process

2011-10-31 Thread Jeff
eed to do to get through this approval process. Thanks, Jeff -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

API Disaproval

2011-10-25 Thread Jeff
e with the API is for creating a Campaign and Keyword report and then downloading those. That's it. I have called in to the customer service line and they really don't know what to do. There does not seem to be anyone to talk to about this issue. How can I get th

Re: Update destination url

2011-08-27 Thread Jeff
Hi Eric - When we update destination URLs, all of the new ads have the status of 'Eligible' vs. a previous status of 'Approved'. For a large account with lots of volume, how long should we expect for it to take for the status to change? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How to save the report generated from report definition?

2010-12-06 Thread Jeff
eport generation but can you please tell for the data being returned can be store in variable or some other tips? Thanks in advance. Regards, Jeff -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

TargetingIdeaService with more than 1 CountryTarget always returning 0 in MonthlySearchVolumeAttribute

2010-10-27 Thread Jeff Menard
Hi, I'm using the TargetingIdeaService to get keyword suggestions from a seed keyword and the count from the MonthlySearchVolumeAttribute of the returned suggestions. When using the CountryTargetSearchParameter, it works well when the country code array contains only 1 item (ex: 'US'), but when i

Getting stats for seed keyword

2010-05-27 Thread Jeff Menard
amp; garden 12100 -- but nowhere in the results is the word "garden" alone displayed Thank you, Jeff Menard -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

AdWords API Re: AdParamService Exception

2010-03-16 Thread Jeff
Hi Eric, Sorry for this wrong error. Of course, it was only the client email that was bad. Thank you, jeff On 15 mar, 23:43, AdWords API Advisor wrote: > Hi Jeff, > > It looks like you may be using the wrong clientEmail when trying to > make this request.  Please double-check your

AdWords API Re: AdParamService Exception

2010-03-15 Thread Jeff
Hi Eric, Unfortunately, I have the same problem. King regards, Jeff On 15 mar, 14:58, AdWords API Advisor wrote: > Hi Jeff, > > We recently pushed out an update that resolves some mistaken invalid > ID errors.  Please try again and let us know if you have any problems. > &

AdWords API AuthenticationError.CLIENT_EMAIL_INVALID

2010-03-12 Thread jeff
like this: credentials.put("clientId", clientMail); any idea on what might be wrong? thanks Jeff -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.bl

AdWords API AdParamService Exception

2010-03-12 Thread Jeff
ium is not deleted. I don't know what is going wrong. Kind regards, Jeff -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

AdWords API api v2009 - mutate

2010-01-29 Thread jeff
being set from the client? thanks Jeff -- 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-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@g

AdWords API api v2009 - how to set negative keywords at campaign level?

2010-01-26 Thread jeff
with v13, we use CriterionService.setCampaignNegativeCriteria to set negative keywords at campaign level. what is the mapping in v2009? thanks! Jeff -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, sen

AdWords API Re: Sandbox DB Refresh: Friday, April 24

2009-04-28 Thread Jeff Theroux
Ok, please post here when it's back up so we can resume using it. Thanks! --~--~-~--~~~---~--~~ 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

AdWords API Re: Sandbox DB Refresh: Friday, April 24

2009-04-28 Thread Jeff Theroux
Thanks Jeff! We appreciate the update. Approximately how long does the sandbox take to come back up? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, sen

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
it should be like this. $email = '[EMAIL PROTECTED]'; // My Client Center login email $password = 'xxx'; // My Client Center login password $client_email = '[EMAIL PROTECTED]<[EMAIL PROTECTED]>'; // the login email of one of the clients being managed in My Client Center $useragent = 'AdWords API

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
n My Client Center > $useragent = 'AdWords API PHP Sample Code'; > $developer_token = 'mydevtoken++USD'; > $application_token = 'myapptoken'; > > On Oct 31, 10:32 am, "Jeff Watson" <[EMAIL PROTECTED]> wrote: > > On Fri,

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
On Fri, Oct 31, 2008 at 10:32 AM, Jeff Watson <[EMAIL PROTECTED]> wrote: > Are you working on the sandbox or on real adwords accounts? check this page > out http://code.google.com/apis/adwords/docs/developer/index.html and be > sure to read the sandbox section and proper SOAP

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
I downloaded NuSoap, it doesn't need to be built or included as a module or anything. if you have ftp access to the server you should be able to download nusoap yourself and put it in the root of your project source directory and reference it from there- -Jeff On Fri, Oct 31, 20

AdWords API Re: PHP Sample Code

2008-10-31 Thread Jeff Watson
I would go over this error with the ISP. It is likely that they have some soap services available, but they don't specifically have nusoap for php installed. --Jeff On Fri, Oct 31, 2008 at 9:29 AM, Archi <[EMAIL PROTECTED]> wrote: > > Hi, > > I added my AdWords l

AdWords API Special Eclipse configuration?

2008-10-29 Thread Jeff Watson
hank you + take care- -Jeff W --~--~-~--~~~---~--~~ 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

AdWords API Re: Keyword Structure Report

2008-10-28 Thread Jeff Theroux
ok cool. it definitely helps that those columns are available in the keyword report. Thanks! --~--~-~--~~~---~--~~ 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-ap

AdWords API Re: Keyword Structure Report

2008-10-28 Thread Jeff Theroux
I would also like to add a request for the "Quality Score" as well, since that is now a property of the keyword in v13. It would be very helpful to us if the keyword structure report columns are kept in sync with the keyword object. They keyword structure report is extremely helpful for us, and w