Python Keyword Ideas INVALID_SEARCH_PARAMETERS

2019-01-25 Thread stephen
Hello. I have taken the example code of keyword_ideas.py and tried running it how it is with a few minor changes to fit my virtual environment and location of my .yaml file. I am getting this error when trying to run the file: *GoogleAdsServerFault*: [TargetingIdeaError.INVALID_SEARCH_PARAMETE

AdWords API Re: Sandbox Over Quota

2009-10-06 Thread Stephen
I was receiving this error on my sandbox after only a few requests last week. Being frustrated with wasting my time last week, today I started working on my real account, eating the cost. But even working from my paying account I'm still getting the same error after only trying to retrieve all c

AdWords API Security hole in API? Pull account data free for all if you dont set headers?

2009-10-06 Thread Stephen
20090101 20100101 0 10 And you get just random account data back, It looks like its just random free for all. This doesnt look good. I sure hope you cant mod

AdWords API Did somethin change with the v2009 API authentication?

2009-10-15 Thread Stephen
quot;>AuthenticationError.NOT_ADS_USER @ ; trigger:'399966687432'ApiExceptionhttp://www.w3.org/2001/ XMLSchema-instance" xsi:type="AuthenticationError">399966687432AuthenticationErrorNOT_ADS_USER Any help? Why am I no longer an Ads User (?) Thanks Stephen --~--~

How to pull individual reports for each account within an MCC

2014-12-04 Thread Stephen
Hi I'm new to the Adwords API. Using Python library to pull Keywords performance report. Works fine when my client_customer_id in YAML file is set to an account id but when I set it to an MCC client id it throws this error: googleads.errors.AdWordsReportBadRequestError: Type: ReportDefinitionE

Re: How to pull individual reports for each account within an MCC

2014-12-05 Thread Stephen
ute 'SetClientCustomerId' Do you understand what I'm doing wrong? Thanks, Stephen -- MVF Global is a trading name of Marketing VF Limited (MVF), a company registered in England and Wales with company number 06951544, whose registered office address is at Ryland House, 24A Ryla

Re: How to pull individual reports for each account within an MCC

2014-12-08 Thread Stephen
Issue solved. In case anyone has this problem do the following: adwords_client.client_customer_id = 'my_client_customer_id' where 'my_client_customer_id' is a string of your client customer id. Thanks -- MVF Global is a trading name of Marketing VF Limited (MVF), a company registered in Engla

Unrecognized version of the AdWords API. Version given: v201502 Supported versions: ['v201402', 'v201406']

2015-07-08 Thread Stephen
eAdsValueError: Unrecognized version of the AdWords API. Version given: v201502 Supported versions: ['v201402', 'v201406'] I have tried: pip install googleads --upgrade and it appears to have successfully upgraded but still giving me the same error. Anything else I am missing

Are report field "notes" available via API?

2015-07-28 Thread Stephen
Hi all, On the report documentation, each report field has notes e.g. for the Keywords Performance Report for the field SearchImpressionShare the notes are: The impressions you've received on the S

Pull account data from MCC and sub-MCCs at the same time?

2015-07-29 Thread Stephen
ll the accounts then the id of the MCC but not the accounts within. Is there away around this to extract all the account id's of all accounts that sit under an MCC irrespective of whether they sit within other sub-MCCs? Many thanks, Stephen -- MVF Global is a trading name of Marketing VF

Placeholder Feed Item Report Not Returning Keyword ID or Keyword

2015-09-11 Thread Stephen
Hi, I'm pulling the PLACEHOLDER_FEED_ITEM_REPORT but the report returns me -- for the Keyword and KeywordID field. Do you know why this is? Output: Keyword ID Target keyword text Target keyword match type -- -- -- -- -- -- I am pulling the following fields: 'ExternalCustomerId', 'Accoun

Re: Getting the Change History via the API

2015-10-28 Thread Stephen
Hey all, Wanted to check if there's been any movement on this. Change History via the API would be a massive benefit to many advertisers, is this on your roadmap? Thanks, Stephen On Monday, June 18, 2012 at 5:06:50 PM UTC+1, Oliver wrote: > > Hi, > > I believe the only way

How to tie revenue associated to a Google Click Id to a search query?

2016-07-06 Thread Stephen
Using the Click report I am able to associate offline revenue with a google click id back to a keyword or ad but I do not see how this is possible with the search query report. However, with offline revenue upload using the google click id we are able to see revenue at a query level in the Adwor

Expanded ads reporting support?

2016-07-28 Thread Stephen
, Stephen -- MVF Global is a trading name of Marketing VF Limited (MVF), a company registered in England and Wales with company number 06951544, whose registered office address is at Imperial Works,Block C,Perren Street,London,NW5 3ED, United Kingdom. VAT number: GB207713719. This e-mail (and any

Deprecation of Converted Clicks

2016-08-09 Thread Stephen
ity of the Converted clicks field from the API if using older versions and for how long will this be supported? I wanted know whether we have to pull a historical record of converted clicks before September of will we have more time using older API versions. Many thanks, Stephen -- MVF Global is

How to get Call Extension Phone number through AdWords API

2021-03-30 Thread Stephen
I am trying to retrieve a phone number that was added as a Call Extension for either Account/Campaign/Ad group. I am not seeing any documentation for retrieving this phone number anywhere. Is there any documentation/ C# examples out there? Also, of the three ways to add call extension (Account

Permission denied on test account

2022-09-29 Thread Stephen Bates
I have followed the steps here to setup a test account: https://developers.google.com/google-ads/api/docs/first-call/test-accounts I then followed the steps here to generate an OAuth2 client secret, client ID and refresh token: https://github.com/googleads/google-ads-dotnet/wiki/API-access-u

Difference Between these 2 Repos

2023-03-24 Thread Stephen Rostanti
What is the actual difference between these 2 repos? It's so confusing! They have almost the same name and seem to do similar things: https://github.com/googleads/googleads-php-lib/ https://github.com/googleads/google-ads-php/ Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adding CampaignCriterion Webpage results in CriterionError.CANNOT_ADD_CRITERIA_TYPE

2014-01-21 Thread Stephen Yeargin
Here's a transcript of the error I'm getting. https://gist.github.com/anonymous/8545993 - Stephen On Friday, January 17, 2014 1:57:23 PM UTC-6, Ray Tsang (AdWords API Team) wrote: > > Bastian, > > Could I trouble you to send the full SOAP request/response (with se

Re: Adding CampaignCriterion Webpage results in CriterionError.CANNOT_ADD_CRITERIA_TYPE

2014-02-25 Thread Stephen Yeargin
*Bumping this in the event that anyone has come across a solution already.* On Tuesday, January 21, 2014 12:59:43 PM UTC-6, Stephen Yeargin wrote: > > > Here's a transcript of the error I'm getting. > > https://gist.github.com/anonymous/8545993 > > - Stephen &g

Re: Getting empty string error when trying to get campaigns

2014-03-21 Thread Stephen Yeargin
Hi Danial, Is there a status board for the AdWords API for service interruptions? I need to be able to keep my boss/staff apprised of issues that aren't directly related to our code. - Stephen On Friday, March 21, 2014 7:40:50 AM UTC-5, Danial Klimkin wrote: > > Hello All,

Re: Namespace support in v201402

2014-07-08 Thread Stephen Yeargin
eed more information, or if there is somewhere I can download a working copy of the library that isn't using common class names (like 'DateRange', 'Campaign', and 'Keyword') that are in conflict with what we already have in place. - Stephen On Tuesday, Apr

Re: Namespace support in v201402

2014-07-08 Thread Stephen Yeargin
w version That step 3 right now is building an unusable library, and I'm getting dangerously close to the July 21 sunset for v201309. Any help would be greatly appreciated, as right now I'm trying to hack through it to make things talk to each other. - Stephen On Tuesday, April 22,

Re: ReportUtilities.DownloadClientReport throws System.NullReferenceException

2014-07-17 Thread Stephen Gilles
I have the same issue - using v18. I've searched extensively in this group, finding many similar issues, but no specific solution... Steve On Monday, June 9, 2014 11:49:58 AM UTC-7, Anash P. Oommen (AdWords API Team) wrote: > > Hi Peter, > > I thought I fixed this error. Could you kindly down

[PHP] Getting a non-MCC account Customer ID with v201402

2014-07-21 Thread Stephen Yeargin
trying to access the "CustomerService" endpoint -- in order to get the CustomerId to store with subsequent requests. :) - Stephen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-24 Thread Stephen Yeargin
Replied privately. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: [7-8058000004293] [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
authenticated user including their Customer ID. I would not need to provide a customer ID to obtain the customer ID. :-) - Stephen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
ManagedCustomerService), as recently as v201309, would respond with information on the currently authenticated user including their Customer ID. I would not need to provide a customer ID to obtain the customer ID. :-) - Stephen On Jul 25, 2014, at 1:25 PM, adwords-api@googlegroups.com wrote

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
s->setClientCustomerId(null); $return = $customerService->get(); I'm not sure if that will remove it from the outbound XML or not. - Stephen On Friday, July 25, 2014 4:03:47 PM UTC-5, Ray Tsang (AdWords API Team) wrote: > > Stephen, > > Understood - if you need to get the CI

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
Checked it just now and it does not remove it from the outbound XML if set to null. Should I file an issue on the GitHub project? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Google

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-29 Thread Stephen Yeargin
rService') does in fact return an instance of `Google_Api_Ads_AdWords_v201402_CustomerService`, so I'm not sure how my SDK isn't in sync. That's how I'm able to generate the error. I also fixed the capitalization (PHP is rather forgiving on that), but did not get a differe

Python get_keyword_ideas.py INVALID_SEARCH_PARAMETERS

2019-01-24 Thread Stephen Barrett
Hi. I'm getting this error when using the sample code: *GoogleAdsServerFault*: [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParameters[0]; trigger:'LanguageSearchParameter', TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParam

Re: Python get_keyword_ideas.py INVALID_SEARCH_PARAMETERS

2019-01-24 Thread Stephen Barrett
Nevermind. I figured it out! I just needed to add my Customer ID to the .yaml file. On Thursday, January 24, 2019 at 3:22:11 PM UTC-7, Stephen Barrett wrote: > > Hi. I'm getting this error when using the sample code: > > *GoogleAdsServerFault*: [TargetingIdeaError.INVALID_

Get_keyword_ideas issue getting the keyword and search volume

2019-01-24 Thread Stephen Barrett
Hi! I'm running on Python and I am having a little bit of trouble with the display results portion of the script. Instead of printing the results, I wanted to save the keyword and search volume into a list to use elsewhere. I am trying to just store the variables and I'm getting this error: s

Google Ads API Basic Access application

2024-04-22 Thread Stephen Trembath
; Could I please get a status check, in case we missed any response/emails? Thank you very much, Stephen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

Ecstasy For Sale MDMA (ECSTASY)

2023-09-23 Thread Stephen Curry
MDMA (ECSTASY) Synonymshttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/ The most common synonyms are: - Adam, B-bohttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/mbs, Beans, Clarity, Crystal, Decadence, Disco biscuit, E, Essence, Euphoria, Eve, Go, Hug drug, I

Buy Ecstasy - Ecstasy For Sale MDMA (ECSTASY)

2023-09-23 Thread Stephen Curry
MDMA (ECSTASY) Synonymshttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/ The most common synonyms are: - Adam, B-bohttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/mbs, Beans, Clarity, Crystal, Decadence, Disco biscuit, E, Essence, Euphoria, Eve, Go, Hug drug, I

Buy White MDMA Ecstasy Pills Online: https://www.psychedelicsmonster.com/product/buy-white-mdma-ecstasy-pills/

2023-09-23 Thread Stephen Curry
MDMA (ECSTASY) Synonymshttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/ The most common synonyms are: - Adam, B-bohttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/mbs, Beans, Clarity, Crystal, Decadence, Disco biscuit, E, Essence, Euphoria, Eve, Go, Hug drug, I

Buy MDMA Crystal (Recrystallized, Purified, Powdered): https://www.psychedelicsmonster.com/product/buy-mdma-crystal- recrystallized-purified-powdered/

2023-09-23 Thread Stephen Curry
MDMA (ECSTASY) Synonymshttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/ The most common synonyms are: - Adam, B-bohttps://dmtcartsofficial.com/product/buy-ecstasy-for-sale/mbs, Beans, Clarity, Crystal, Decadence, Disco biscuit, E, Essence, Euphoria, Eve, Go, Hug drug, I

ACID TABS FOR SALE-PAPER ACID TABS-LSD FROM TRIPPY LAPS

2023-09-24 Thread Stephen Curry
LSD Gel Tabs For Sale Ever since its first introduction into general public use, demand for LSD (lysergic acid diethylamide) tablets has been strong. Tim Leary used LSD Blotters which continue to be widely utilized. LSD Gel Tabs for Sale Online | Acid Gel Tabs Available for Purchase | Purchase

ACID TABS FOR SALE-PAPER ACID TABS-LSD OFFICIAL RETAILERS

2023-09-24 Thread Stephen Curry
LSD Gel Tabs For Sale Ever since its first introduction into general public use, demand for LSD (lysergic acid diethylamide) tablets has been strong. Tim Leary used LSD Blotters which continue to be widely utilized. LSD Gel Tabs for Sale Online | Acid Gel Tabs Available for Purchase | Purchase

ORDER QUALITY Psilocybin Gummies - Mushroom Gummy Cubes 3.5g

2023-09-24 Thread Stephen Curry
Text/Call : Buy Psilocybin Gummies - Mushroom Gummy Cubes 3.5g Email: https://dmtcartsofficial.com/product/silo-jubes-microdose-psilocybin-mushroom-gummies-edibles/ Wickr: gummies edible https://dmtcartsofficial.com/product/silo-jubes-microdose-psilocybin-mushroom-gummies-edibles/ Food and mag

Problems with Google Adwords

2012-04-12 Thread Stephen Mason
HI Im relatively new to using using the adwords API and have been instructed to sort out a bug that's now occurring i am told as a result of the API being upgraded. When i submit my form with all relevant details i get ( what's on the start of the error ) :: SoapFault Object ( [message:prote

Re: New Changes to Ad Rotation

2012-04-30 Thread Stephen Yeargin
http://adwords.blogspot.com/2012/04/new-changes-to-ad-rotation.html Are we expecting any immediate changes at an API level in relation to this change? My guess is "no." -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.

[v201206 / PHP] Deprecated 'Stats' fields, sorting in AdHoc reports, and sunsets

2012-08-02 Thread Stephen Yeargin
ot sortable, even through AWQL. When, if ever, will that change? - The sunset period of four months is shorter than previous releases. Why? - Stephen -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: Stats fields deprecated in v201206

2012-08-23 Thread Stephen Yeargin
hree metrics is not fun, and shouldn't be done on our end). If Google offered sorting the AdHoc reports (even through their new AWQL feature), I would have zero complaints about the Stats being deprecated (I'd probably stop referencing it altogether). - Stephen On Monday, July 23,

[v201206 / PHP] Deprecated 'Stats' fields, sorting in AdHoc reports, and sunsets

2012-09-07 Thread Stephen Yeargin
*bump* Suffer on? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Rebuild PHP Client library

2013-07-11 Thread Stephen Yeargin
Issue was reported here https://code.google.com/p/google-api-adwords-php/issues/detail?id=100 on July 3. Should we bother trying to just update the properties/build file to match in the interim for the new version, or is that not a worthwhile endeavor? - Stephen On Monday, June 10, 2013 5:53

Shared Ads and Reporting API support

2015-01-21 Thread Stephen Yeargin
n see traffic in the native interface for these ads that are part of a shared ad group, but none of the data is making it through on a AD_PERFORMANCE_REPORT. We have a customer that makes heavy use of them, but right now they are unable to use our reporting tools. - St

How to use the Product Partition Report vs. Shopping Performance Report

2015-02-05 Thread Stephen Yeargin
Hi there! We are in the process of implementing R.120 as part of the RMF audit to include the PRODUCT_PARTITION_REPORT. We had previously implemented the SHOPPING_PERFORMANCE_REPORT without too much trouble. In looking at these two report definitions, I cannot help but be confused as to what da

Re: How to use the Product Partition Report vs. Shopping Performance Report

2015-02-05 Thread Stephen Yeargin
uidance on what we can show here to make this actionable? - Stephen On Thursday, February 5, 2015 at 2:00:46 PM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Regarding the errors you mentioned, please note that the report > documentation > <https://developers.

Re: How to use the Product Partition Report vs. Shopping Performance Report

2015-02-05 Thread Stephen Yeargin
Image was dropped. http://cl.ly/image/222B0G2h2c2D On Thursday, February 5, 2015 at 12:33:06 PM UTC-6, Stephen Yeargin wrote: > > Hi there! > > We are in the process of implementing R.120 as part of the RMF audit to > include the PRODUCT_PARTITION_REPORT. We had previously

Re: How to use the Product Partition Report vs. Shopping Performance Report

2015-02-06 Thread Stephen Yeargin
r's report. That seems like a missed detail, as the other reports I'm using are a bit more user-friendly (meaning, I could generate a CSV file and it potentially be ready to hand off to the end advertiser). I'll chase down that road. - Stephen On Friday, February 6, 2015 at 8:55:1

Re: How to use the Product Partition Report vs. Shopping Performance Report

2015-02-06 Thread Stephen Yeargin
x27;t have access to the UI for these campaigns -- the user OAuth2's their account and that's our only way of viewing the data. - Stephen On Friday, February 6, 2015 at 4:15:55 PM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi Stephen, > > This is exactly why we a

Question about the Bid Goal Performance report

2015-02-09 Thread Stephen Yeargin
I seem to be having trouble getting data from the BID_GOAL_PERFORMANCE_REPORT (at least as I understand how it works). Here is the report definition: Name AverageCpc AverageCpm AveragePosition Clicks ConversionRate ConversionRateManyP

'AutomaticContent' appearing in Keywords Performance Report

2015-02-09 Thread Stephen Yeargin
We have a customer who is seeing this in their Keyword Performance report. Is there another column KEYWORDS_PERFORMANCE_REPORT we should be rendering instead when the KeywordText == 'AutomaticContent' ?

Re: Question about the Bid Goal Performance report

2015-02-09 Thread Stephen Yeargin
le to compare how my Manual CPC campaigns were against my Conversion Optimizer campaigns, etc. - Stephen On Monday, February 9, 2015 at 2:24:07 PM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > I believe that the BID_GOAL_PERFORMANCE_REPORT will only work with shared >

Re: 'AutomaticContent' appearing in Keywords Performance Report

2015-02-09 Thread Stephen Yeargin
Looks like it's ID 306, which corresponds to Display Campaign Optimizer <http://www.google.com/ads/innovations/displayoptimizer.html>. I think I will rewrite it so that it shows that instead of AutomaticContent and append the Ad Group better state what it is being used for. -

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
I just ran into this error as well. I tried to go to the URL you provided, Josh, and got the following error: { "error": "invalid_token", "error_description": "Invalid Value" } Which is weird since I *just* used that token to generate a refresh token. Here's my code (essentially): $oauth2Inf

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
If I hardcode a customer client ID, I get the same error when I finally try to download the report. On Thursday, January 8, 2015 at 7:18:45 AM UTC-8, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Could you provide some more details? For example, are you using one of the > client libraries

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
My issue ended up being that I was using the authorization code as the access token. Ugh. For future reference, don't forget this step: $OAuth2Handler = $user->GetOAuth2Handler(); $user->SetOAuth2Info($OAuth2Handler->GetAccessToken($user->GetOAuth2Info(), $_GET['code'], REDIRECT_URI)); On Thur

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
Just tried again with a test account - got the same error. On Thursday, January 8, 2015 at 7:18:45 AM UTC-8, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Could you provide some more details? For example, are you using one of the > client libraries, or just constructing the OAuth and API r

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
at the issue is limited to the values you're passing to the > constructor and we can proceed from there. > > Thanks, > Josh, AdWords API Team > > On Thursday, February 26, 2015 at 2:29:11 PM UTC-5, Stephen Burrows wrote: >> >> If I hardcode a customer client ID, I

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: , FieldPath: }

2015-04-24 Thread Stephen Yeargin
Confirming that this is also the error returned for our tools as well. AuthenticationError.AUTHENTICATION_FAILED<null> Other endpoints with the same authentication headers continue to work as expected. - Stephen On Friday, April 24, 2015 at 1:17:01 PM UTC-5, AdWordsApiUser wrote: &g

[BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: , FieldPath: }

2015-04-26 Thread Stephen Yeargin
This is another case where a support status page and issue tracking system for the API would be beneficial. We are 36 hours in and nothing to point to for our customers to have any reason to believe it is being worked on. :-( -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: , FieldPath: }

2015-04-27 Thread Stephen Yeargin
Was able to retrieve an instance of GEO_PERFORMANCE_REPORT without issue just now. On Monday, April 27, 2015 at 10:55:34 AM UTC-5, Anash P. Oommen (AdWords API Team) wrote: > > Hi folks, > > This is a known issue at our end. We have submitted a fix, and it should > be live today. The issue affe

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-06-04 Thread Stephen Yeargin
We are having similar errors, but they are sporadic and have been over the last week (typically works on a retry). It's a little frustrating because the SDK doesn't really give me an easy spot to hook into the flow to prompt a retry or inspect what was sent. ERROR: Uncaught SoapFault exception:

CAMPAIGN_PERFORMANCE_REPORT : Filtering by ClickType nulls out the total row in the CSV

2015-07-06 Thread Stephen Yeargin
I have a report definition that looks like: CampaignId CampaignName Impressions Clicks Ctr Cost AverageCpc AverageCpm ConvertedClicks ConversionsManyPerClick ConversionRateManyPerClick ClickConversionRate ValuePerConvertedClick ConversionValue ConversionRateManyPerClick ClickTypeEQUALS URL_CLICK

Re: [1-0964000007785] Unrecognized version of the AdWords API. Version given: v201502 Supported versions: ['v201402', 'v201406']

2015-07-10 Thread Stephen Coyne
Hi Mark, Thanks for this. My issue was I had different versions of Python and was using an older version for Adwords API but was upgrading my library in my default one. Solved this by creating a virtual environment and installing it there. Thanks for your help! Stephen *Stephen Coyne* On 8

Campaign appears in reporting API, not in Management API

2016-04-27 Thread Stephen Yeargin
Howdy! I have a campaign that is appear in a client's reports. However, when I attempt to grab the settings for the campaign (or retrieve this campaign from a listing), there is no data. I'm confirming any other details about the campaign with the client, but right now it is invisible everywher

Looking for a Adwords API Developer...

2011-08-01 Thread Stephen Schramke
We have a relatively small project we need help with. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this m

Interpreting the [], "", -, + modifiers when adding keywords

2011-08-02 Thread Stephen Yeargin
t, anyone have a comprehensive set of rules to guide us? Thank you! - Stephen -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Interpreting the [], "", -, + modifiers when adding keywords

2011-08-05 Thread Stephen Yeargin
That's what I was guessing would be the case. I've navigated around it by writing a very simple processor (PHP) to parse a list of keywords and attempt to identify the user's intention. Suggestions for improvement welcome. --- static function ProcessExpertKeywordList($keywords) {

Getting a criterion's actual serving status (whether blocked at adGroup or campaign level)

2011-08-11 Thread Stephen Yeargin
list of campaign statuses and ad group statuses into memory)? https://skitch.com/stephenyeargin/fq413/screen-shot-2011-08-11-at-1.44.08-pm - Stephen -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

[PHP] Using the AdHoc reporting

2011-10-18 Thread Stephen Yeargin
Hello! I'm trying to see if I can work outside the PHP client library while waiting on it to be updated to support the new AdHoc reporting methods. From what I can guess, either my cURL request is bogus, my headers are incorrect, or the token I'm trying to use (created through OAuth) is not let

Re: Using the AdHoc reporting

2011-10-18 Thread Stephen Yeargin
That's what I'm seeing as well. I seem to recall that I could change it to AuthSub, but I think an AuthSub token works as a substitute for an OAuth token, not the other way around. What I really want is a method to use off of AdsUser() to make a "signed" OAuth request. It looks like the reportin

Re: Download report with oauth

2011-10-18 Thread Stephen Yeargin
Eric, Does this announcement <http://adwordsapi.blogspot.com/2011/10/adwords-api-now-fully-supports-oauth.html> change the status of this request? I'm guessing at this point we're just waiting on updated client libraries. - Stephen -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: [PHP] Using the AdHoc reporting

2011-10-19 Thread Stephen Yeargin
Finally got it up and running. In the code below, $AdWordsUser is an instances of AdsUser() that has already been authenticated via OAuth. /* Authentication Headers */ $headers = array(); $url = 'https://adwords.google.com/api/adwords/reportdownload/v201109'; $oauthInfo = $AdWordsUser->GetOAuthIn

Re: Using the AdHoc reporting

2011-10-20 Thread Stephen Yeargin
No reason to mix the two authentication methods (you can't), just pick one or the other. My implementation uses OAuth (which used to not be available to use the ReportDefinitionService). Reed used ClientLogin for his example. - Stephen -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Non-MCC related account and the use of the ServicedAccountService

2011-10-25 Thread Stephen Yeargin
(Came up during discussions at Hack Day NYC) Below is the log entry for using OAuth with a brand new account (not an MCC nor tied to an MCC). When requests require a customerId parameter (as most do), we are unable to retrieve it. Our workaround has been to simply request the customerId directl

[PHP Client Library] Not sending serviceSelector in request XML in v201109

2011-12-06 Thread Stephen Yeargin
I have a code base that I'm essentially switching the version of the API that's called so I can wrap things up before the sunset date in February: $campaignService->GetService('CampaignService', 'v201101'); to $campaignService->GetService('CampaignService', v201109'); The code that follows is

Re: [PHP Client Library] Not sending serviceSelector in request XML in v201109

2011-12-06 Thread Stephen Yeargin
I should also note that I altered the build.properties file and ran `phing` against it in order to use pseudo namespacing. 'Campaigns', 'Keywords' and other common classes had namespace collisions. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Re: [PHP Client Library] Not sending serviceSelector in request XML in v201109

2011-12-06 Thread Stephen Yeargin
Migrated issue to http://code.google.com/p/google-api-adwords-php/issues/detail?id=67 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

[PHP] UNEXPECTED_INTERNAL_API_ERROR on Sandbox for CampaignService::mutate() (v201101)

2011-12-08 Thread Stephen Yeargin
ounts, and I can no longer substitute in clientEmail as the identifier. Full debug output below. requestID: 0004b399f779daa80a0ca30b00003303 - Stephen --- [Dec 08 2011 13:49:30.00 - ERROR] POST /api/adwords/cm/v201101/CampaignService HTTP/1.1 Host: adwords-sandbox.google.com Connection:

LocationCriterionService only supports 'EQUALS' and 'IN' Predicates

2011-12-17 Thread Stephen Yeargin
Looks like there's a conflict here between the list of valid v201109 predicates for a LocationCriterionService selector and what can be relied upon (at least in Sandbox) - Doc: http://code.google.com/apis/adwords/docs/reference/latest/LocationCriterionService.Predicate.html - Sample C

Re: LocationCriterionService only supports 'EQUALS' and 'IN' Predicates

2011-12-19 Thread Stephen Yeargin
A little odd, but if I use 'EQUALS' or 'IN', it is giving me approximate matched records as well. My question is whether this is the desired behavior or if it only happens in Sandbox? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwor

Re: [PHP] UNEXPECTED_INTERNAL_API_ERROR on Sandbox for CampaignService::mutate() (v201101)

2011-12-19 Thread Stephen Yeargin
My solution was to create another sandbox account and switch over to v201109. I suspect that something is out of sync on that particular sandbox account (as it was not returning clientIds in v201109). For the time being, I'll just use this as a workaround with the sunset date coming up anyway on

Re: Non-MCC related account and the use of the ServicedAccountService

2012-02-07 Thread Stephen Yeargin
Following up: Perhaps it would be better to attach it to a new service or as an additional property in the header of most requests for the current authenticated user. I have noticed that several examples posted to the forums related to this issue have code that detects a '-1' or zero to determ

Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found.

2018-05-03 Thread Stephen Barrett
I'm getting this error when trying to view an example on a webpage: Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found. I installed the lib via git clone, I added the lib to a directory called adwords, and I added the adsapi_php.ini file to the root directory of my applicati

Uncaught exception 'InvalidArgumentException' with message 'Config file not found as specified: 'adsapi_php.ini'.

2018-05-04 Thread Stephen Barrett
I just put all of these files onto a website (Wordpress site) and I can't determine where it needs me to place the adspai_php.ini file. Do I put it in the directory where I have the application, or in the theme file or in the root of the entire site? I'm a bit confused. -- -- =~=~=~=~=~=~=~=~

Re: Uncaught exception 'InvalidArgumentException' with message 'Config file not found as specified: 'adsapi_php.ini'.

2018-05-04 Thread Stephen Barrett
I figured it out. I just had to put a path inside fromfile() On Friday, May 4, 2018 at 10:38:40 AM UTC-6, Stephen Barrett wrote: > > I just put all of these files onto a website (Wordpress site) and I can't > determine where it needs me to place the adspai_php.ini file. Do I pu

InvalidArgumentExceptions in my adsapi_php.ini file?

2018-05-04 Thread Stephen Barrett
I'm getting this error but I checked my config file and I have clientId, clientSecret and refreshToken set. *Fatal error*: Uncaught exception 'InvalidArgumentException' with message 'All of 'clientId', 'clientSecret', and 'refreshToken' must be set when using installed/web application flow.'

Re: Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found.

2018-05-04 Thread Stephen Barrett
Thanks Luis. I'll check there. On Thursday, May 3, 2018 at 9:11:13 PM UTC-6, Luis Xander Talag (AdWords API Team) wrote: > > Hi Stephen, > > It seems your concern is more related to the PHP client libraries rather > than the AdWords API. I would suggest to post your

Correct OAuth2 redirect URI ?

2018-05-07 Thread Stephen Barrett
I'm getting stuck on setting up my OAuth2 Credentials. I have all the necessary information and have run GetRefreshToken.php but it keeps on saying that I don't have the correct Redirect URI. I'm on a mac and I haven't moved the Vendor directory anywhere else. What needs to be my redirect URI?

Unauthorized_client error

2018-05-07 Thread Stephen Barrett
I am getting this erro: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in a `401 Unauthorized` response. I have checked clientID, ClientSecret, and RefreshToken and they are all correct. I'm wondering if this has to d

Keyword Performance Report help

2018-05-09 Thread Stephen Barrett
I'm trying to pull Keyword Performance Report and I'm having trouble figuring out I want to use the AWQL method: // Create report query to get the data for last 7 days. $reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, ' . 'Impressions, Clicks, Cost FROM KEYWORD_PER

Re: Keyword Performance Report help

2018-05-10 Thread Stephen Barrett
So by changing the report type, would I have to also change the use cases too? On Wednesday, May 9, 2018 at 10:08:27 PM UTC-6, Dannison Yao (AdWords API Team) wrote: > > Hi Stephen, > > Here is a sample PHP guide > <https://developers.google.com/adwords/api/docs/sam

Re: Keyword Performance Report help

2018-05-10 Thread Stephen Barrett
e file it's mentioning doesn't have any errors. So I'm going to think its the sample file. I checked through the code and it doesn't look like anything is wrong with it either. any help? On Thursday, May 10, 2018 at 9:10:04 AM UTC-6, Stephen Barrett wrote: > > So by changi

Re: Keyword Performance Report help

2018-05-10 Thread Stephen Barrett
Another update. I've been working through this. And I had to update my PHP version to 7.0.29 in order to remove that error above. Now I'm not seeing any errors or anything. On Thursday, May 10, 2018 at 9:45:57 AM UTC-6, Stephen Barrett wrote: > > And update: > > I tested

Error with Criteria Performance Report

2018-05-11 Thread Stephen Barrett
I'm receiving this error when I am running the example CRITERIA_PERFORMANCE_REPORT with AWQL. I was running it on a test account and thought it was because there is very minimal data in it, so I switched to an production account that I have and all my campaigns from another function pull in, bu

  1   2   >