Re: update on basic level access

2024-04-24 Thread Bryan Ginberg
Following up again. <https://buzzrx.com/> BRYAN GINBERG Sr. Vice President, Marketing | BuzzRx <https://buzzrx.com/> P: 561-289-1307 E: bryan.ginb...@buzzrx.com Prescription Prices That Won't Sting [image: Instagram] <https://www.instagram.com/buzzrx/>[image: Facebook] <htt

I am trying to request conversion_action.category alongside other metrics like this but am facing en error with the field conversion_action.category. Is there any way to extract this field alongside t

2024-03-12 Thread canetti axel-bryan
Hi, I'm trying to extract informations about campaigns and encounter a problem with this request : SELECT segments.date, campaign.name, ad_group_criterion.keyword.text, ad_group_criterion.labels, ad_group_criterion.criterion_id, metrics.impressions, metrics.conversions,

Re: How to get data for a certain month only?

2023-06-06 Thread Bryan Yen
just in case someone else runs into this issue. I was able to get it working by using 'segments.date' instead of 'segments.month' in the WHERE clause. -- WHERE segments.*date* DURING LAST_MONTH -- On Monday, June 5, 2023 at 7:54:41 PM UTC-7 Bryan Yen wrote: > Hi, > > I want to

How to get data for a certain month only?

2023-06-05 Thread Bryan Yen
Hi, I want to get data for a certain month only, but I seem to be stuck in getting it to work right. I'm grabbing data from the search_term_view table. Here's my query below. Any idea would be appreciated! SELECT search_term_view.search_term, segments.search_term_match_type,

Is a Developer_token required when using a service account?

2023-05-08 Thread Bryan Yen
Hi, I am wondering if I set up a service account to access the Google AdWords API, would a developer_token still be required? Thanks! Regards, Bryan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Find the keywords users searched to find my ad

2023-03-28 Thread Bryan Yen
Hi, I was wondering if there was a way for me to get what keywords users searched for my ads to appear to them? I cam across Search_Term_View <https://developers.google.com/google-ads/api/fields/v13/search_term_view?hl=en>. Is this the way to do it? Thanks!

PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE

2023-03-28 Thread Bryan Yen
ooks like the segment is not compatible with some of the metric fields. I added in "segments.conversion_attribution_event_type" to be able to know if the conversion was from a signup, download, etc. Is there a way I can find that information another way? Also does any

Missing metric data in campaign API results

2023-03-27 Thread Bryan Yen
Hi, I created a test ad account and a test campaign. I'm running the following query to get data for the campaigns. { "query" : "SELECT campaign.name, campaign.status, metrics.impressions, metrics.clicks, metrics.ctr, metrics.average_cpc, metrics.cost_micros,

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2019-05-28 Thread Bryan Natter
}, bidSimulatorStatus=null, partitionType=SUBDIVISION, parentCriterionId=null, productGroup=null, productGroupObsoleteStatus=null, caseValue=null, decisionPath=[], salesCountry=null, merchantId=null, hasPromotedSuggestion=null}'] On Tuesday, May 28, 2019 at 9:59:16 AM UTC-4, Bryan Natter wrote

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2019-05-28 Thread Bryan Natter
Also what are the "other" cases that are required to do this with a smart campaign Thank you On Tuesday, May 28, 2019 at 9:54:22 AM UTC-4, Bryan Natter wrote: > > Ejay > > In the adwords UI it allows a user to select multiple partition types when > they are nested toge

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2019-05-28 Thread Bryan Natter
type. Do you have a code example or xml example i may look at to accomplish this if possible Thank you On Friday, May 24, 2019 at 3:37:39 PM UTC-4, adsapiforumadvisor wrote: > > Hello Bryan > > I am Ejay's team member working on your concer

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2019-05-23 Thread Bryan Natter
Since it said AdGroupCriterionError.PRODUCT_PARTITION_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS i tried using one of the other types being sent but that does work. Please advise as to what needs to be fixed to attach these partitions to the adgroup Thank you On Tuesday, May 21, 2019 at 4:34:27 AM UTC-4, adsapiforumadvisor wrote: > > H

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2019-05-21 Thread Bryan Natter
I am getting an [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] error when trying to create a smart campaign through the api The request i am sending is: http://schemas.xmlsoap.org/soap/envelope/;

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

2019-05-21 Thread Bryan Natter
I am trying to create a smart campaign and i am getting an error - [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro] Here is the request I am sending: http://schemas.xmlsoap.org/soap/envelope/;

Can an Audience in Google Ads account be shared with another Google Ads account using the Google API?

2019-04-10 Thread Bryan Holladay
I am needing to know if with the Google Ads API if you can share audiences between google ads accounts. I already know that with MCC manager accounts you can share audiences. What I want to know is that with the API can those audiences be shared outside the MCC account area on a developed

Cannot properly create FeedItemAdGroupTarget in bulk upload with negative reference keys (PHP v201806)

2018-08-07 Thread Bryan
Hi, I have been working on upgrading existing working code to the latest PHP API library (v201806), and a part of this development work is dealing with creating FeedItemAdGroupTarget's for new ad groups that I am uploading. When using a negative reference key on the FeedItemAdGroupTarget for

Re: [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]

2018-07-06 Thread Bryan
to get this working Ill private message SOAP request again for you Thanks On Tuesday, July 3, 2018 at 10:42:00 AM UTC-4, Bryan wrote: > > Luis > > I did what you recommended i do for my SOAP request. My SOAP request looks > exactly like example you sent back to me > My new erro

Re: [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]

2018-07-03 Thread Bryan
USER_PERMISSION_DENIED I will also send private message with the SOAP request for you to analyze On Monday, July 2, 2018 at 10:26:44 AM UTC-4, Bryan wrote: > > I sent the SOAP request privately as requested > > Thank you > > On Monday, J

Re: [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]

2018-07-02 Thread Bryan Natter
I sent the SOAP request privately as requested Thank you On Monday, July 2, 2018 at 3:06:29 AM UTC-4, Luis Xander Talag (AdWords API Team) wrote: > > Hi Bryan, > > To further investigate this, could you provide the complete SOAP request > logs with unmask clientCustomerId and m

ManagedCustomerServiceError NOT_AUTHORIZED

2018-07-01 Thread Bryan Natter
I am trying to send an invite to link and account with our MCC account. I keep getting [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]] error when i try to send invite. The developer token with client id was created by a user with admin access. Also the user of the account that has

[ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]

2018-07-01 Thread Bryan Natter
I am trying to send an invite to link and account with our MCC account. I keep getting [ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]] error when i try to send invite. The developer token with client id was created by a user with admin access. Also the user of the account that has

Do I need to enter billing details for sandbox account to run test ads?

2018-03-18 Thread Bryan
I have a sandbox account and at the top of the management page I see "To activate your account and start running your ads, enter your billing information". Do I need to provide real billing details on my sandbox account to have the test ads run and if so, why? By "run", I just mean that I want

Resubmitting policy flagged ads with no actual violations

2018-01-29 Thread Bryan
Hi, the documentation below says that for ads with policy violations, I should edit the ad to make it comply which will automatically resubmit. What do I do if my add is flagged for a policy violation which it doesn't actually violate? For example, I have some ads where the text includes

Re: Very slow batch job uploads (5.5+ hours)

2018-01-08 Thread Bryan
Thanks, will be awaiting further info. On Friday, January 5, 2018 at 3:35:06 PM UTC-5, Anash P. Oommen (AdWords API Team) wrote: > > Hi Bryan, > > I've asked the team to investigate based on the information you provided. > I'll keep you posted. > > Cheers > Anash P. Oomm

Individual services calls vs Batch jobs vs adhoc reports for full account structure downloads

2018-01-04 Thread Bryan
Hi, I currently use the api (via the PHP SDK) to download the full account structure including campaigns, ad groups, keywords, ads, and labels. I use each individual service's get() method to retrieve these (CampaignService, AdGroupService, AdGroupAdService, AdGroupCriterionService,

Re: Very slow batch job uploads (5.5+ hours)

2018-01-04 Thread Bryan
Hi, I have replied privately with the details, please let me know if you need any more information, thanks. On Wednesday, January 3, 2018 at 10:22:54 PM UTC-5, Luis Xander Talag (AdWords API Team) wrote: > > Hi Bryan, > > To further check this, can you provide your clientCustome

Very slow batch job uploads (5.5+ hours)

2018-01-03 Thread Bryan
Hi, I am experiencing slowness when using the Batch job service via the PHP library to create new ad groups, ads and keywords. The upload seems to be very slow - I am not sure if this is a result of how the batch job is created or perhaps errors on the other end that I am not seeing until it

Re: Do AdGroupCriteria support temporary IDs?

2017-12-03 Thread Bryan
Hi Thanet, can you please clarify the scope of this issue and fix? Does this apply to ADD operations for AdGroupCriterionLabels? I am trying to associate labels to newly created ad groups using BatchJobService, all in one batch job, and getting EntityNotFound errors:

Re: Creating campaigns, ad groups, keywords with one API call - possible?

2017-10-17 Thread Bryan
, 2017 at 2:41:21 AM UTC-4, Bryan wrote: > > Hi, I have been reading through the API documents and it looks like the > examples always have hardcoded IDs - for example, the script to create Ad > Groups has a hardcoded ID for the campaign to use. Is it possible to create > relate

Creating campaigns, ad groups, keywords with one API call - possible?

2017-10-17 Thread Bryan
Hi, I have been reading through the API documents and it looks like the examples always have hardcoded IDs - for example, the script to create Ad Groups has a hardcoded ID for the campaign to use. Is it possible to create related campaigns, ad groups and keywords all in one API call? For

Re: Developer/Agency recommendations

2017-05-10 Thread Bryan Cruikshank
Is there any sort of AdWords API certified partners list or something like that where I can find and connect with people that provide services and are experts with the AdWords API and Scripts? On Tuesday, May 9, 2017 at 10:58:27 PM UTC-5, Ivan Bautista wrote: > > Hi Bryan, > >

Developer/Agency recommendations

2017-05-09 Thread Bryan Cruikshank
I am looking for an an agency or developer in the U.S. to help take custom product feed data and programmatically manage AdWords campaigns/adgroups and create dynamic ads using AdWords API and/or Scripts. Has been difficult to find this level of specialization with most typical digital ad

devloper/agency recommendation

2017-05-09 Thread Bryan Cruikshank
Looking for a develo -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Click metric from AdPerformanceReport off by 1 when comparing to native Google Adwords reporting or Supermetrics

2016-09-27 Thread Bryan Nguyen
Correction: It's the Campaign_Performance_Report, not Ad. On Tuesday, September 27, 2016 at 11:15:56 AM UTC-7, Bryan Nguyen wrote: > > > Hi there. We're having an odd discrepancy where our daily click count for > the AdPerformanceReport query we're pulling is having a +1 click &

Re: Click metric from AdPerformanceReport off by 1 when comparing to native Google Adwords reporting or Supermetrics

2016-09-27 Thread Bryan Nguyen
I would also like to refer to this thread. I'm having an identical issue to this thread as well: https://groups.google.com/forum/#!topic/adwords-api/ygBOBH8ckYM On Tuesday, September 27, 2016 at 11:15:56 AM UTC-7, Bryan Nguyen wrote: > > > Hi there. We're having an odd discrepancy

Click metric from AdPerformanceReport off by 1 when comparing to native Google Adwords reporting or Supermetrics

2016-09-27 Thread Bryan Nguyen
Hi there. We're having an odd discrepancy where our daily click count for the AdPerformanceReport query we're pulling is having a +1 click discrepancy when comparing to other data sources for the same thing. For example, on September 25th, our query returned a daily click value (day has been

m.10 all campaign-related required settings in Creation Functionality

2015-03-10 Thread Bryan Powell
Could someone please shed some light on the statement for M.10 RMF: all campaign-related required settings in Creation Functionality https://developers.google.com/adwords/api/docs/requirements#creation-functionality? Are all campaign-related settings C.10 through C.610? Is there a clear list

Problem with account performance report custom dates

2013-02-28 Thread Bryan Balin
Hi -- I've seen this problem resoved for PHP, but the Python adspygoogle package isn't one-for-one, so I'm asking this question. I'm trying to get custom dates for an account performance report. The below code creates the following error: adspygoogle.common.Errors.ValidationError: Field

Re: BudgetID has INVALID_ID according to CampaignOperation

2012-11-01 Thread Bryan Minor
and/or BudgetService and tried to use them immediately, so how can that budgetID be INVALID? I did not generate it; it came directly from the system. Best regards, On Thursday, November 1, 2012 1:38:22 AM UTC-7, Takeshi Hagikura wrote: Hello Bryan, By any chance did you delete that Budget

Removing Budgets from BudgetService?

2012-10-29 Thread Bryan Minor
? Can I not delete Budgets from a BudgetService? Any help is appreciated. Thanks, Bryan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

BudgetID has INVALID_ID according to CampaignOperation

2012-10-28 Thread Bryan Minor
, Bryan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 the Google

Budget.BudgetDeliveryMethod for C#?

2012-10-28 Thread Bryan Minor
? Thanks, Bryan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

What does EnitityCountLimitExceeded.ACCOUNT_LIMIT mean in regard to BudgetService?

2012-10-28 Thread Bryan Minor
with the C# library. I do notice that any Campaign i check does have a Budget present but they fail invariably when using the SET command to change settings like in the Amount object. Any help is appreciated. Thanks, Bryan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Data Discrepancy

2012-02-20 Thread Bryan K.
Group - For a while we have been pulling reports from the AdWords API. But recently, we noticed a discrepancy in the data that is displayed online and what is actually returned from the API. In question is two accounts that is showing cost data that is not matching with the online data. What

Conversion Tracking Javascipt and GWT

2010-05-10 Thread bryan
I know this probably not the right group, but I've asked the question on the Google Web Toolkit group without any response. I'm wondering if anyone has used the Conversion Tracking Javascript code from within a GWT app, and might have an example of how it can be used. Thanks --