CtrSignificance in Reports

2014-02-26 Thread Matthew
Hello, I am trying to access field CtrSignificance at KEYWORDS_PERFORMANCE_REPORT. But I am always getting "--". How could I access this values? Is there any field description? Is there any sample? Kind regards, Matthias -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: CtrSignificance in Reports

2014-03-05 Thread Matthew
Hi Ray, yes, we get CTR. We do the following AdWrods Script, but CtrSignificance is always -- . Any ideas? Kind regards, Matthias var columns = ['KeywordText', 'Clicks', 'Impressions', 'Ctr', 'CtrSignificance',

Composer - installing latest version of Adwords API

2017-10-15 Thread matthew
I have been using v201609 of Adwords API just fine, but now want to update to the latest API. I tried installing the latest version with composer: php composer.phar require googleads/googleads-php-lib But I get this response: Using version ^31.0 for googleads/googleads-php-lib ./composer.json

ConversionTrackerService does not return imported Google Anayltics conversions

2012-02-03 Thread Matthew
Analytics conversions? Thank you very much! Matthew -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: ConversionTrackerService does not return imported Google Anayltics conversions

2012-02-07 Thread Matthew
Hello David, thanks for your reply. So is there any other automated way to get the information, which analytics conversions are imported to adwords? Is this information available via the analytics api? Best, Matthew -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Submitting for approval problem

2013-08-18 Thread Matthew Ledom
Has anyone tried to submit for API approval lately? I'm using the url from the post about getting approval: https://services.google.com/fb/forms/newtoken2/ I have filled out all of the required fields and when I click the submit button I get the red error highlighting the "Upload screenshot..."

Re: Ruby Report Utils 'Missing Client Information' error

2013-12-09 Thread Matthew Ledom
I’m not using the adwords rails gem for this. I basically wrote my own method to handle reports setting all the header info myself. -- Matthew Ledom VP of Engineering BrightWhistle Inc. 404.964.8061 http://brightwhistle.com (http://www.brightwhistle.com/) @brightwhistle (http

AdWords API re: help - questions about mass submissions to google free local listings

2008-10-17 Thread matthew hunt
! Regards, Matthew Hunt 416 778 4774 --~--~-~--~~~---~--~~ 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

Re: API Access to Billing Transaction History reports

2020-08-11 Thread Matthew Whelan
Is this still not available? Seems as if it has been requested for 5 1/2 years, and would be a very critical feature to be able to reconcile credit card statements & ensure that we are not being fraudulently billed. Please advise again? It's been more than 2 1/2 years since the last response on

AdWords API migrating v13 WebService code to v2009 (in CFML)

2010-03-15 Thread Matthew McGinty
I'm looking here: http://code.google.com/apis/adwords/v2009/docs/callguide.html#keywordtoolservice and trying to update my v13 code to v2009. My v13 code has worked fine for a long time in CFML and looks like this: https://adwords.google.com/ api/adwords/v13/KeywordToolService?wsdl"

AdWords API Looking for the v2009 equivalent of LASTMONTHSEARCHVOLUME

2010-03-18 Thread Matthew McGinty
Can anyone point me to the 2009 Java client library equivalent of the v13 LASTMONTHSEARCHVOLUME web service response field to a getKeywordsFromSite() call? I've already found the equivalents to AVGSEARCHVOLUME, TEXT, and (I think) ADVERTISERCOMPETITIONSCALE. Thanks for any input. Matt -- =~=~=

AdWords API ordering of results returned by the v2009 Java client library

2010-03-18 Thread Matthew McGinty
I used to use v13 KeywordToolService to call getKeywordsFromSite() which gave me an *ordered* list of keyword groups. Now I'm migrating to v2009 Java client library. I have found that using the v2009 NGRAM_GROUP tells me the name of the group a given keyword belongs to. So I could perhaps loop ov

AdWords API Re: Looking for the v2009 equivalent of LASTMONTHSEARCHVOLUME

2010-03-19 Thread Matthew McGinty
milar > to v13 LASTMONTHSEARCHVOLUME. > > On Mar 19, 1:57 am, Matthew McGinty wrote: > > > Can anyone point me to the 2009 Java client library equivalent of the > > v13 LASTMONTHSEARCHVOLUME web service response field to a > > getKeywordsFromSite() call? > > > I'

AdWords API Re: ordering of results returned by the v2009 Java client library

2010-03-19 Thread Matthew McGinty
rote: > Hi, > > The v13 KeywordToolService and v2009 TargetingIdeaService are based > off of different backends, and they are not expected to return the > same data or return it in the same order. > > Best, > - Eric Koleda, AdWords API Team > > On Mar 19, 2:01 am, Matthew

AdWords API Re: ordering of results returned by the v2009 Java client library

2010-03-19 Thread Matthew McGinty
Might this be one way to get what I need: Pass 2 separate RelatedToKeywordSearchParameter objects to the selector. Both for the same keyword, but where 1 has the match type of EXACT and the other has the match type of BROAD ? Matt On Mar 20, 12:50 am, Matthew McGinty wrote: > Ok tha

Why does it cost money to use the AdWords API?

2010-04-21 Thread Matthew McGinty
I understand that using the AdWords API in the sandbox is free, and that using it against the live Google services costs money: http://code.google.com/apis/adwords/v2009/docs/ratesheet.html But free Keyword tools are provided by Google: http://www.google.com/sktool/ https://adwords.google.com/s

Re: Why does it cost money to use the AdWords API?

2010-04-21 Thread Matthew McGinty
gt; - Christian > > On 21 Apr., 17:54, Matthew McGinty wrote: > > > > > I understand that using the AdWords API in the sandbox is free, and > > that using it against the live Google services costs money: > > >http://code.google.com/apis/adwords/v2009/docs/rates

Re: Unable to access any service with MCC account

2010-10-01 Thread Matthew Redford
I've been getting a ' Uncaught exception 'AuthTokenException' with message 'Failed to get authToken. Reason: BadAuthentication' error for the past 12 hours. This is strange because I've not updated the site recently - it was working fine previously. I'm using v201008 and just the TargetingIdeaSer

Feed Service api requirement

2013-06-25 Thread Matthew Ledom
Does anyone know which parts of the feed services feature are required for api approval? It seems that as soon as I click the sitelinks extension in AdWords the system automatically creates a feed for me. Do I just need to be able to add new SiteLinks (FeedItems) for approval or do I need to be

Ruby Report Utils 'Missing Client Information' error

2013-07-08 Thread Matthew Ledom
I'm trying to download the CRITERIA_PERFORMANCE_REPORT for all the fields that are allowed. I keep receiving the following error: ReportDownloadError.INVALID_PARAMETERMissing client information I'm currently setting the clientCustomerId header value and auth params like so: {"Content-Type"=

Re: Ruby Report Utils 'Missing Client Information' error

2013-07-08 Thread Matthew Ledom
4:42:43 PM UTC-4, Danial Klimkin wrote: > > Hi Matthew, > > > This error means you are not sending the clientCustomerId correctly. How > do you pass the account ID to the library? > > > -Danial, AdWords API Team. > > > On Monday, July 8, 201

Re: Ruby Report Utils 'Missing Client Information' error

2013-07-09 Thread Matthew Ledom
ay, July 9, 2013 2:59:00 AM UTC+4, Matthew Ledom wrote: >> >> I'm sending the clientCustomerId as a string "xxx-xxx-" and passing >> it in the download_report and download_report_as_file methods. I also have >> the id set in the headers of the request >

Re: [0-6495000001321] Re: Ruby Report Utils 'Missing Client Information' error

2013-07-10 Thread Matthew Ledom
tartIndex%3E%3CnumberResults%3E500%3C%2FnumberResults%3E%3C%2Fpaging%3E%3C%2Fselector%3E%3CreportName%3Etest%3C%2FreportName%3E%3CreportType%3ECRITERIA_PERFORMANCE_REPORT%3C%2FreportType%3E%3CdateRangeType%3ELAST_30_DAYS%3C%2FdateRangeType%3E%3CdownloadFormat%3ECSV%3C%2FdownloadFormat%3E%3C%2FreportDefini

Re: [0-6495000001321] Re: Ruby Report Utils 'Missing Client Information' error

2013-07-10 Thread Matthew Ledom
GroupId", "Id", "Criteria", "CriteriaType", "Impressions", "Clicks", "Cost"], :ordering=>[], :predicates=>[] }, :report_name=>"test", :report_type=>"CRITERIA_PERFORMANCE_REPOR

Re: Ruby and OAuth

2013-07-19 Thread Matthew Ledom
What is the token.secret? Is that the same thing as the client secret? On Wednesday, May 30, 2012 10:51:34 AM UTC-4, Danial Klimkin wrote: > > Hello Thomas, > > > You can request an authorization and get token this way (in the callback): > > token = api.authorize({:oauth_request_token => > reques

Re: Sandbox, OAuth 2.0

2013-07-19 Thread Matthew Ledom
Can test accounts be used with OAuth2? On Wednesday, June 5, 2013 4:41:15 AM UTC-4, Danial Klimkin wrote: > > Hello, > > > The sandbox was replaced with Test Accounts. See: > > https://developers.google.com/adwords/api/docs/test-accounts > > > -Danial, AdWords API Team. > > On Monday, June 3, 20

Re: Oauth2 jwt ruby issue

2013-07-19 Thread Matthew Ledom
Did you ever answer the question about using the refresh token in: token = { :refresh_token => '' } api.authorize({:oauth2_token => token}) The sample app does not show how to use that. I have setup the sample app and it works great. In my application I can't have the user logging in all th

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-19 Thread Matthew Ledom
I assume Temla that you have since got your code to work. Did you ever figure out what the cause was? I'm experiencing the same issue now. I have updated the gem to the latest. When I authorize I get a new token and we as some other info but when I got to use the token I get the same error: OAU

OAUTH_TOKEN_INVALID ruby client

2013-07-19 Thread Matthew Ledom
I keep receiving this error when I try to use a service. In this instance I'm use the campaign service. I had everything working with ClientLogin and found that Reports are only supported with OAUTH2 so I'm trying to get that implemented. I have setup my app to retrieve a offline token via the

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-22 Thread Matthew Ledom
I was finally able to get it working. I had to merge my stored token values with the loaded config params from the adwords_api.yml file. Trying to figure out how to set the token after the api object was created was causing issues. I used the setup_oauth2.rb example to write the values to my c

Re: OAUTH_TOKEN_INVALID ruby client

2013-07-22 Thread Matthew Ledom
does not seem to work. On Monday, July 22, 2013 2:13:02 AM UTC-4, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Matthew, > > Looks like the access_token (it expires in one hour) was issued at > "2013-07-19 14:56:06 -0400". > So at the time you made a request, the a

Change sitelinks?

2013-07-23 Thread Matthew Ledom
How do I switch a campaign to use a different sitelink like I can do from the adwords UI? I'm trying to set the CampaignFeed to an existing feed but the status of the CampaignFeed is "DELETED". The UI lets me switch to this old feed and choose the feed items. When I try to do it from the api I g

Invalid token on staging env

2013-07-25 Thread Matthew Ledom
I have created our platform on my localhost. I have since deploy the code to staging. I'm using the same client id and secret from the api console. I have added the server name to the list. I went through the oauth redirect and have obtained a token and have checked it with the validation servic

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-25 Thread Matthew Ledom
quot;, - verified_email: true, - access_type: "offline" } On Monday, July 22, 2013 9:57:59 AM UTC-4, Paul Matthews (AdWords API Team) wrote: > > Hi Matthew, > > The Ruby OAuth2 > info<https://code.google.com/p/google-api-ads-ruby/wiki/OAuth2> along > with t

Moving to Oauth2 not sure how to relate code back to account

2014-07-01 Thread Matthew Macchia
Hello Everyone I'm trying to migrate over multiple accounts and I am using the GetRefreshToken to generate the authorization URL. However, in the callback I need to relate back the accountId I'm referring to. For example, let's say I'm managing a PPC account for client 12232 I need to know the a

Getting error on Campaign Creation - (ADD) requires CREATE_CAMPAIGN

2014-07-01 Thread Matthew Macchia
OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN I've searched and seen this error referenced, but didn't see any solutions. Here is the actual soap response: http://schemas.xmlsoap.org/soap/envelope/";> https

Re: Getting error on Campaign Creation - (ADD) requires CREATE_CAMPAIGN

2014-07-01 Thread Matthew Macchia
ccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:374) at org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:104) at org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:90) at com.google.api.ads.a

Looking for someone with experience creating shopping campaigns/ad groups/product targets via the API

2015-03-02 Thread Matthew Stover
Hi, I'm looking to hire someone with experience creating shopping campaigns (with inventory filters), shopping campaign ad groups, and product targets/partitions via the API for a project. Please contact me @ mjstove...@gmail.com, or reply to this thread if interested. If this type of thread

`PreviousPeriodTotalCost` not matching `currentPeriodTotalCost` from the previous month in the API

2023-02-22 Thread Matthew Mcguff
Support: I am having an issue involving the previousPeriodTotalCost not matching what the currentPeriodTotalCost from the previous month. I demonstrate and explain this issue in the following video: loom video of the data issue W

Basic Access Approval Waiting

2023-05-26 Thread Matthew David
By a quick glance at the threads on this forum, it's evident that I'm not the only one having trouble with Google Ads API Token (Basic Access) approval process. It's been three weeks since I sent in my original request for basic access, and I have attempted to reach out through this form

Combined Age and Gender Report

2024-01-10 Thread Matthew Keeran
Hi, we are trying to replicate a report we are able to create in the Google Ads UI via the Google Ads API, however we are having difficulty understanding if its possible and how to implement it as it may require joining multiple reports. Here are the columns that are in the report from the UI wh

Basic Access Application — No Response from Compliance

2024-04-12 Thread Matthew Bélair
Hi team, We have also filed a request for Basic Access weeks ago, with no response from Google Ads. We have received no confirmation or case number. It would be nice to hear back to know that I don't need to send the request again. MCC associated with the request: 797-639-6619. I know you're f

Create test account

2022-02-07 Thread Matthew Cloy
Hi All, Trying to get started with the API, but really don't get how to create a test account. In the info here: it says we have to use the API to create the account (which makes sense because the 3 accounts I created in the UI don't seem to be test ones) https://developers.google.com/google-

Re: Create test account

2022-02-07 Thread Matthew Cloy
part, how to create a test account to use with our API key. On Monday, February 7, 2022 at 4:52:36 PM UTC+1 Matthew Cloy wrote: > Hi All, > > Trying to get started with the API, but really don't get how to create a > test account. > > > In the info here: it says we ha

Re: Create test account

2022-02-10 Thread Matthew Cloy
https://ads.google.com/um/Welcome/?sf=mt is the link - if I try it on this account I get the "create a new account" popup, and when clicking I see the red test account box. If I try it on the actual account I need to use mentioned above I just end up on the "campaigns" screen with no red test

Re: Internal error when listing batch job results

2022-02-10 Thread Matthew Cloy
I have seen the same error today with generating forecast and historical results. It seems random, but works 1/10 times. On Thursday, February 10, 2022 at 1:26:05 PM UTC+1 pa...@channable.com wrote: > Hi, > > In some situations we're getting the following exception when we try to > list batch

QPS Difference to AdwordsAPI

2022-03-22 Thread Matthew Cloy
Hi, We are seeing a HUGE difference in the number of QPS we can perform reading search volumes using Ads API vs our old Adwords API implementation. We are not interested in managing ads campaigns or actually pushing ads out / campaigns etc.. just fetching the google search volumes (and CPC,

Re: QPS Difference to AdwordsAPI

2022-03-22 Thread Matthew Cloy
We also seem unable to get the search volumes without also retrieving a list of suggestions for the input keyword - which is different, perhaps related? On Tuesday, March 22, 2022 at 11:46:26 AM UTC+1 Matthew Cloy wrote: > Hi, > > We are seeing a HUGE difference in the number of Q

Re: QPS Difference to AdwordsAPI

2022-03-22 Thread Matthew Cloy
o retrieve search volumes, maybe we are using the wrong API for this use case? On Tuesday, March 22, 2022 at 11:51:23 AM UTC+1 Matthew Cloy wrote: > We also seem unable to get the search volumes without also retrieving a > list of suggestions for the input keyword - which is different, pe

Re: QPS Difference to AdwordsAPI

2022-03-23 Thread Matthew Cloy
2022 at 2:47:00 AM UTC+1 adsapi wrote: > Hi Matthew, > > Thank you for reaching out. > > As per this guide > <https://developers.google.com/google-ads/api/docs/keyword-planning/overview?hl=en>, > > planning services requests regardless of developer token access lev

Re: QPS Difference to AdwordsAPI

2022-03-23 Thread Matthew Cloy
sorry, 1 request per second, 60/minute On Wednesday, March 23, 2022 at 1:15:09 PM UTC+1 Matthew Cloy wrote: > Hi Peter, > > Well my question remains - the current ratelimit is too small to use this > API in a scalable 3rd party product. > Are search-volumes going away as a

Batch Job returns NULL

2022-04-06 Thread MATTHEW Dworkin
Hello, I've been running into some issues with Batch operations and it's hard to tell what's going wrong. There are two ways I'm triggering a batch job, one way works, the other doesn't. Way that works: A cron job pulls data from our database, constructs payloads, and sends it to our google ad

Batch Jobs started failing.

2022-05-06 Thread MATTHEW Dworkin
Hello, Our batch jobs started failing out of nowhere. It looks like our function to fetchAndReturnResults is ending before the batch job is complete. I've tried to increase the `MAX_TOTAL_POLL_INTERVAL_SECONDS` to 180, but still no luck. Is there more latency today? I've provided the consta

How to get Image Urls/Text for Responsive Display Ads

2022-06-21 Thread MATTHEW Dworkin
Hello, I'm trying to pull a report for Ads, and I'm having difficulty getting URLs and text for image and headline assets. I'm able to get the resource names for them, but have been unable to pull actual image urls and the actual headlines. I've tried a few of approaches and have been scourin

Re: Google Ads Status values (And others) no longer display text value

2022-06-21 Thread MATTHEW Dworkin
Hey Mike, I think I've run into this before, try using: use Google\Ads\GoogleAds\V10\Enums\CampaignStatusEnum\CampaignStatus; And then do CampaignStatus::name($campaign->getStatus()); That should map the number to the name. Hope that helps. -Matt On Tuesday, June 21, 2022 at 4:41:16 PM UTC-4

Re: Zero cost omitted from results

2022-07-05 Thread MATTHEW Dworkin
Hello, Not sure if you're taking a tally, but if it helps the internal review: it would be *very* helpful to have the option to return rows with zero metric reporting. Anyone else need this? Let them know! Thanks, Matt On Thursday, June 2, 2022 at 2:41:32 PM UTC-4 adsapi wrote: > Hi Mat, >

Re: is it possible for Ad Group Bid increase and decrease to a specific criteria like gender and age range?

2017-12-04 Thread Matthew Wawrin
Hi, You can use the bidModifier value in the BiddableAdGroupCriterion service, with the criterion being the demographic you want to target and adjust bids on (gender/age range). There is example code for adding BiddableAdGroupCriterion to an adgroup: https://github.com/googleads/googleads-ph

Creating negative keyword in manager account using SharedSetService - validating migration from 201705 to 201802

2018-03-16 Thread Matthew Wawrin
Hi, I'm working through the validation of our code base (PHP) from 201705 to 201802, and I noticed a change in the 201708 migration guide regarding the SharedSetService mutate regarding creating shared set of Negative keywords in a manager account: >From https://developers.google.com/adwords/a

Re: Creating negative keyword in manager account using SharedSetService - validating migration from 201705 to 201802

2018-03-19 Thread Matthew Wawrin
> engineer who made the change and will get back to you. Thanks for catching > this and reporting it to us! > > Cheers, > Josh, AdWords API Team > > On Friday, March 16, 2018 at 1:06:53 PM UTC-4, Matthew Wawrin wrote: >> >> Hi, >> >> I'm working thro

Re: Creating negative keyword in manager account using SharedSetService - validating migration from 201705 to 201802

2018-03-19 Thread Matthew Wawrin
reason to change course. > > Thanks, > Josh, AdWords API Team > > On Monday, March 19, 2018 at 2:08:29 PM UTC-4, Matthew Wawrin wrote: >> >> Hi Josh, >> >> Thank you for following up. I look forward to hearing more details when >> available. I'm

201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-22 Thread Matthew Wawrin
Hi, I hit a small issue with the 201802 API level, which is probably mainly because I'm not following best practices by sending a sparse object to mutate. I figured I'd share my issue and finding anyways incase someone else hits something similar. I also have a follow up question at the end

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-22 Thread Matthew Wawrin
haviour at the customer level? Thanks, Matt. On Thursday, March 22, 2018 at 4:09:59 PM UTC-5, Milind Sankeshware (AdWords API Team) wrote: > > Hi Matthew, > > As you are already doing, you will need to make sure that the > parallelTrackingEnabled > <https://developers.google

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread Matthew Wawrin
ing so manually on thousands of managed accounts will not be possible . Marking this post answered. Thanks, Matt On Friday, March 23, 2018 at 10:51:07 AM UTC-5, Milind Sankeshware (AdWords API Team) wrote: > > Hi Matthew, > > Please check the guide for more details about the

Re: 201802 API : parallelTrackingEnabled is set to false in non testing Customers pulled by get, hits OperationAccessDenied error on mutate.

2018-03-23 Thread Matthew Wawrin
ually and through the API. If it rolls out as opted-in and affects all thousand+ accounts we manage it will break all our tracking. Matt. On Friday, March 23, 2018 at 12:21:33 PM UTC-5, Matthew Wawrin wrote: > > Thank you Milind, > > I'm aware of that guide on parallel track

Re: Accessing the "Ad Suggestions" setting of an Account through the API?

2018-03-29 Thread Matthew Wawrin
Hi Mike, Is there any timeline as to when we'll be able to control the opt-out from the API? We're controlling thousands of client accounts, manually setting to opt out is a terrible option. Thanks, Matt. On Monday, March 12, 2018 at 6:56:48 AM UTC-5, Michael Cloonan (AdWords API Team) wrote

Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Matthew Wawrin
I'm assuming that this fix to the API is why I'm now seeing errors for user interest categories that we've been using for months are now throwing errors and are no longer documented in the list. I see specific brands we were using are no longer available. Is there a specific reason these were

Re: Value for userInterestParentId field when adding audience

2018-04-18 Thread Matthew Wawrin
am) wrote: > > Hello Matthew, > > My assumption was that this was a one-off, but it sounds like you might be > separate from Gary? It is unusual for things to just disappear like that. I > would have to pop through our announcements. What day exactly did you start > seein

Re: Value for userInterestParentId field when adding audience

2018-04-19 Thread Matthew Wawrin
ntiac, etc). Sorry for the confusion. Ticket is open to sync with the ConstantDataService and we should get this in shortly. Matt. On Wednesday, 18 April 2018 22:30:09 UTC-5, Matthew Wawrin wrote: > > Hi Nadine, > > I re-checked our logs and found that it appears to started givi

Placeholder Feed Item Report never has data for startTime and endTime

2018-05-04 Thread Matthew Macchia
I'm pulling the Placeholder Feed Item Report and it never shows the startTime and endTime stats. I'm not sure if it's a segmentation issue, date issue or is there something I should be doing differently? Thanks -matt -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Placeholder Feed Item Report never has data for startTime and endTime

2018-05-04 Thread Matthew Macchia
Done. On Friday, May 4, 2018 at 10:34:33 AM UTC-6, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Matt, > > Could you please reply back with the client customer id and report > definition > > so

Is it possible to permanently remove those AdGroup, Ads, Keywords from a deleted campaign?

2020-06-16 Thread matthew tang
7;. https://developers.google.com/adwords/api/docs/samples/php/basic-operations#remove-an-ad-group Many thanks. Matthew -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: Is it possible to permanently remove those AdGroup, Ads, Keywords from a deleted campaign?

2020-06-16 Thread matthew tang
Hi Danica, Thanks for the updates. Will try on your suggestion. Best regards, Matthew On Wed, Jun 17, 2020 at 1:11 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Matthew, > > Thank you for reaching out. Unfortunately, you cannot make any change

Campaigns were added from Adwords API example on accident, how?

2020-06-19 Thread Matthew Gherman
I am messing around with the Adwords API and the examples program but I am wondering how campaigns got added to my account. Anytime i would enter anything into the console I was always told that it had exited with code 0 and it seemed like nothing had happened. I was trying to use the "--all" to

Can I perform OAuth for AdWords through an executable file?

2020-06-22 Thread Matthew Gherman
Hi all, I am trying to create a .exe file to complete the authorization process but can't quite figure out how to complete this task. I am attempting to do this currently through using a service account but the steps for this process don't seem to be laid out. Can anyone help with this task? I

Re: Can I perform OAuth for AdWords through an executable file?

2020-06-22 Thread Matthew Gherman
I believe that the service account method is the best route for this process but if anyone has suggestions otherwise please let me know. But keep in mind that the process needs to take place in a console and cannot be done through a web site -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Can I perform OAuth for AdWords through an executable file?

2020-06-23 Thread Matthew Gherman
} Hi Anthony, I am not getting the error above. Where do I find my import conversion names from my account? On Tuesday, June 23, 2020 at 3:58:15 PM UTC-4, adsapiforumadvisor wrote: > > Hi Matthew, > > You should be able to set this up with an installed app. There are details > on h

Re: Can I perform OAuth for AdWords through an executable file?

2020-06-23 Thread Matthew Gherman
I am currently using the name of conversion actions for the conversion name, would this be correct? On Tuesday, June 23, 2020 at 5:17:12 PM UTC-4, Matthew Gherman wrote: > > NameValueType > ▶ ApiException {This customer does not have an import conversion with a > name that matches

Re: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-13 Thread Matthew Redford
I've been a API user since 2009 - and now have the same error everyone else has been reporting. No notification. No explanation. Wouldn't the decent thing for Google to do is to inform paying (often for significant periods of time) customers with at least an explanation? If they have tightened t

Re: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-14 Thread Matthew Redford
Hi Eric Whilst I appreciate your response, there are a number of things which I'm going to get off my chest. Why didn't you ask us to fill out a more detailed questionnaire on how we are using the API in our applications whilst our tokens were active? If users didn't fill out such a form or it

Re: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-15 Thread Matthew Redford
I've had the same message too. We have all been worried thinking that our apps / businesses have failed terms and conditions, hasn't met the minimum required functionality etc and the real reason is... we aren't using the API as much as required. As a business... how is cutting off our API usag

Re: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-20 Thread Matthew Redford
Hi Rayden I sent the descriptions and screenshots to Google too - no access back yet. We will see what happens. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~

Re: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-22 Thread Matthew Redford
Hi Fraser It's good to see that you have got access back. We also have a keyword tool - we are still waiting to see if we get temporary access. It's frustrating waiting however - especially hearing on a few users here and on other blogs getting access back. There is plenty of speculation as to

Moved AdGroup Negative Keywords to bulk and now getting a strange error

2015-12-07 Thread Matthew Macchia
I moved our AdGroup Negative Keywords to a bulk mutation and now i"m getting this error: Remote Exception - message:Unmarshalling Error: cvc-elt.4.3: Type 'ns2:Operation' is not validly derived from the type definition, 'BulkMutateJobPolicy', of element 'policy'. Any notion what is going on he

Re: Demographics bid adjustments at campaign level

2018-07-22 Thread Matthew Macchia
Are there any plans to open this up to the API now that they UI supports it? On Thursday, October 12, 2017 at 1:36:29 PM UTC-6, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Anil, > > I'm afraid its not possible to add bid modifiers for Gender and AgeRange > criterion at the Campaign le

Re: Demographics bid adjustments at campaign level

2018-07-23 Thread Matthew Macchia
I understand it does not currently support it. The question is, will it be added soon? The UI supports it so it seems a reasonable addition to the API. On Monday, July 23, 2018 at 9:51:45 AM UTC-6, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Matthew, > > If you'

Last change timestamp from CustomerSyncService displaying incorrect result

2018-07-30 Thread matthew . horrocks
I'm using the CustomerSyncService in order to find what changes have happened in the last 5 days and when the last change was. The former works find however the last change timestamp seem to show the last time the account was viewed in the adwords UI. I ran a test on an account that hadnt been

Re: How to retrieve disapproval reasons for an ad through the api

2018-08-14 Thread Matthew Macchia
Is there a way to get the disapproved ads only for yesterday? When I query for them it gives me the full list of ads ever. Rather than a subset of yesterdays ads. On Wednesday, November 20, 2013 at 4:09:34 AM UTC-7, Gaurav Agarwal wrote: > > Hi, > > We are trying to retrieve disapproval reasons

How to know if customer in MCC has a payment/billing issue

2018-08-16 Thread Matthew Macchia
I was hoping there was a way through the API to know if a customer in our MCC has an issue with their payment. Expired cc. Declined cc. etc. We want to flag these accounts. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Discovery Ad type returned as NaN

2019-07-24 Thread Matthew Horrocks
Hello, I'm using the Ad Performance Report from the googleads API. Discovery ads have a value of NaN for the column AdType. Other ad types return their values correctly & I'm having this issue on multiple accounts. Many thanks, Matt -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AuthenticationError.NOT_ADS_USER @

2016-01-21 Thread Matthew Trevor
I'm rather new to the Google Adwords API but I'm struggling with the authentication. I've looked at the other posts that people have put on but they don't seem to relate to my issue, I think. The process so far: In the web app we get the Google authorisation code and this comes back fine. We

Re: AuthenticationError.NOT_ADS_USER @

2016-01-22 Thread Matthew Trevor
Hi Yin, Thanks for the advice, but maybe I'm missing something with the Google app as I get back what looks to be a good result. If I explain the path in more detail: On our test website, the user (whilst logged into their Google Adwords account - a test MCC account at this point) clicks on a

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
Hi Yin, Sorry for the late reply but I've been away on holiday. Thank you for your response. We have not even got to requesting the refresh token, do you mean the access token? Thanks, Matthew On Friday, 22 January 2016 16:29:35 UTC, Yin Niu wrote: > > Hi Matt, > > Can yo

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
01/XMLSchema-instance"; xsi:type="AuthenticationError"><null>AuthenticationError.NOT_ADS_USERAuthenticationErrorNOT_ADS_USER Thansk, Matt On Monday, 22 February 2016 15:37:35 UTC, Yin Niu wrote: > > Hi Matthew, > > NOT_ADS_USER > <https://developers.

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
The scenario is we wish to get clients to log into our website and give us authority for our server to download a list of their campaigns. Currently the developer has logged into Google and created an application and we have got the client id/secret from that login. who then requests the acces

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
I've tried that but it comes up the same. Going forward and when we are live, what if I'm not the MCC on one of our client accounts? On Monday, 22 February 2016 17:30:20 UTC, Yin Niu wrote: > > Hi Matt, > > The MCC accont login requests the token. However, to pull the campaign > data, you would

Adding adgroup callout extension from a user defined feed

2017-01-10 Thread Matthew Wawrin
Hi, (I attempted to post earlier this morning, but don't see the post on the forum so I'm reposting. Sorry for any duplicates if prior post exists). I would like to create a feed that contains callout text for adgroup callout extensions. I want to create a separate feed from the 'Main callou

Using AdGroupExtensionSettingService with a user defined feed for CALLOUT extensions - EntityNotFound.INVALID_ID

2017-01-10 Thread Matthew Wawrin
Hi, I would like to define a custom feed to manage a list of callout text in a separate feed than the 'Main Callout Feed' that gets populated by default. The intention is so that we can create this feed and use it for adgroups in specific campaigns, and not fill the main callout feed with tho

Re: Callout extensions: Ad group extension and Ad group extension

2017-01-12 Thread Matthew Wawrin
Hi, You can use the AdGroupExtensionSettingService similar to how the document you reference uses the CampaignExtensionSettingService, but instead of specifying a campaignId, you specify an adGroupId. See the reference: https://developers.google.com/adwords/api/docs/reference/v201609/AdGroupExte

Re: Using AdGroupExtensionSettingService with a user defined feed for CALLOUT extensions - EntityNotFound.INVALID_ID

2017-01-17 Thread Matthew Wawrin
Thank you Josh for confirming. For my purposes, I'll use the adgroupFeedService class to manage the adgroup callouts from our custom feed. On Monday, January 16, 2017 at 9:43:48 AM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi Matt, > > You are correct: you can only use the extension

Are feedIds unique across user accounts

2017-01-20 Thread Matthew Wawrin
Hi, We're managing many client accounts with our MCC. I want to store some information on the feeds and feed mappings I'm creating across these users, and I'd like to confirm if the feedId is unique across all clients? That way, I can just map a feedMapping to a feed, and not worry about if t

  1   2   >