Google Ads API Standard Access

2024-11-03 Thread Scott Glasgow
Hello, We have applied for Google Ads API Standard Access with the below details: - Google Ads Manager Account (MCC) ID: 585-931-9362 - ⁠Case ID: 7-792336954 It has been over two weeks since we submitted the application. We would kindly appreciate a response soon to ensure that users

What is: Policy Violation "Unwanted software"

2024-04-29 Thread David Scott
"details": { "policyViolationDetails": { "externalPolicyDescription": "Unwanted software", "key": { "policyName": "UNWANTED_SOFTWARE", "violatingText": "1985 Mitsubishi Mighty Max rebuilt transmissi

Re: is there a limit on the number of countries we can exclude from a campaign?

2024-03-05 Thread Scott Langevin
For the benefit of all can you post a link to this other thread or at least provide the answer here as well. I could not find this other thread. On Tuesday, March 5, 2024 at 11:51:06 AM UTC-8 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support

What is wrong with my code?

2024-02-27 Thread David Scott
$command = qq(curl -i -X POST \\ "https://googleads.googleapis.com/v16/customers/$Certified_Santee/adGroupAds:mutate"; \\ --header "Content-Type: application/json" \\ --header "developer-token: $developer_token" \\ --header "Authorization: Bearer $access_token" \\ --data ' {

Internal (500) Error when requesting change data

2024-02-27 Thread Scott Vaillancourt
ere have been other similar issues logged and fixes were deployed, but they don't seem to have fully addressed the problem. Thanks. Scott [2024-02-27 08:59:32,396 - INFO] Request --- Method: /google.ads.googleads.v15.services.GoogleAdsService/Search Host: googleads.googleapis.com Head

Re: user_interest query returns "internal error occurred" response

2024-02-16 Thread Scott Vaillancourt
: "type.googleapis.com/google.ads.googleads.v15.errors.GoogleAdsFailure" value: "\022\026jTPv8AnklDhWUYp5nYkQxA" Given the number of incidents reported over the past couple of days it feels like there's something wrong on the server side. Please let us know when you get this sorted out. T

Re: google ads api request

2023-12-11 Thread Scott Glasgow
Hello, We do not have a case ID. Regards, On Monday, December 11, 2023 at 1:15:11 PM UTC-6 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > After reviewing your concern, I understand that you have applied for basic > access an

Google Ads API Request

2023-12-11 Thread Scott Glasgow
Hello, We have submitted the Google Ads developer API request form for basic access several weeks ago but we have not yet heard back. Our Google Ads Manager Account (MCC) ID is 585-931-9362, and our company's website is https://fresho.dev. Kindly let us know if there's anything else you need f

Re: Missing Ad Group Labels

2023-04-20 Thread Scott Vaillancourt
Was this issue ever resolved? I'm encountering the same thing in that I can see the ad group labels in the UI but they're not being retrieved when I request them via the API. Thanks. Scott On Wednesday, March 29, 2023 at 1:33:53 PM UTC-5 Google Ads API Forum Advisor wrote:

Re: Duplicate An Ad Group

2023-04-13 Thread Scott Vaillancourt
group using 'create' operations within the AdGroupCriterionService, is there a more direct way to link/copy these criteria to new ad group? Thanks. On Thursday, April 13, 2023 at 2:25:22 AM UTC-5 Google Ads API Forum Advisor wrote: > Hi Scott, > > Thank you for reaching out t

Duplicate An Ad Group

2023-04-12 Thread Scott Vaillancourt
I'm attempting to programmatically duplicate ad groups using Python and the Ads APIs. I understand there is no copy/paste functionality similar to what's available via the UI, so I'm thinking I'll have to rely on resource-specific mutate services to generate ad groups and ads. However, with reg

Internal users

2022-06-14 Thread Scott Mackintosh
Hi Google, I am trying to set up 0Auth consent for integration to Freshdesk. it tells me I need to select an Internal user however it does not give me the option to do so. If I continue as an External user will all my team be able to access the Google My Business App in Freshdesk? Thanks -

Re: Parsing Google Ads Partial Failure

2022-04-11 Thread Alfred Scott
For anyone who encounters this thread, my fix was adding the field *'use_proto_plus': True,* when initializing our GoogleAdsClient. GoogleAdsClient.load_from_dict({...,'use_proto_plus': True}) On Monday, April 11, 2022 at 11:34:06 AM UTC-4 Alfred Scott wrote: > Hell

Re: Parsing Google Ads Partial Failure

2022-04-11 Thread Alfred Scott
Hello, I having the exact same error as above, was there any resolution to this? my version info is google-ads==15.1.1 v10 of the api On Sunday, March 6, 2022 at 10:20:06 PM UTC-5 adsapi wrote: > Hi, > > Thanks for reaching out to the Google Ads API Forums. > > It seems you have a problem

Authorization error when adding keyword via MutateAdGroup

2022-01-20 Thread Scott Vaillancourt
I'm attempting to add a negative keyword to a specific ad group but am receiving an authorization error ("The user does not have permission to perform this action on the resource or call a method."). I'm able to add keywords via Google Ads (ads.google.com). I'm also able to successfully retriev

Re: Keyword and Search Term View Yield Different Metrics

2021-10-25 Thread Scott Vaillancourt
Hey Mat, I think you nailed it. If I pull data at the ad group level I can get the metrics to match what was retrieved by keyword. However, when search term is included in the query the numbers are significantly reduced. Thanks. Scott On Monday, October 25, 2021 at 4:21:16 AM UTC-5 Mat wrote

Keyword and Search Term View Yield Different Metrics

2021-10-23 Thread Scott Vaillancourt
e included the query language and a portion of the data in the samples below. Any insights would be appreciated. Thanks. Scott *Keyword View* SELECT campaign.name, ad_group.name, ad_group_criterion.keyword.text, ad_group_criterion.keyword.

Change data missing from Change Event service

2021-09-09 Thread Scott Henley
Greetings, I am working with the Ads API v8 utilizing the Change Event service. I am seeing some anomalies with the data that we receive vs the Change History in the console and the high level log of changes reflected in the Change Status service. When we compare these, it seems that (sometimes

Change Event Resource Type

2021-08-30 Thread Scott Vaillancourt
I'm using Python to run a report in Google Ads that pulls change events for the past 28 days. The versions of software installed and the query are shown below: - google-ads: 13.0.0 - google-api_core: 1.31.2 - google-api-python-client: 2.18.0 query = ''' SELECT change_event.c

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - OfflineCallConversionFeedService

2021-08-10 Thread Alfred Scott
Just making sure we are all on the same page here. this thread is about InternalApiError.UNEXPECTED_INTERNAL_API_ERROR, NOT INVALID_CALL or TOO_RECENT. I provided you with the entire soap log leading up to the internal error, you can plainly see how many rows were sent when that happened. I can

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - OfflineCallConversionFeedService

2021-07-29 Thread Alfred Scott
We usually encounter this exception multiple times per day. Replied to you specifically with the logs. Thanks On Thursday, July 29, 2021 at 1:03:16 AM UTC-4 adsapi wrote: > Hi Alfred, > > Thank you for sharing the logs. However, I would need to delete your > response as it contained your logs.

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - OfflineCallConversionFeedService

2021-07-28 Thread Alfred Scott
I would like to note that i redacted a lot of info from that log, if you want the full values please give me a place to post that isnt public On Wednesday, July 28, 2021 at 7:20:08 PM UTC-4 Alfred Scott wrote: > here is the soap requests directly leading up to the error and the > res

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - OfflineCallConversionFeedService

2021-07-28 Thread Alfred Scott
here is the soap requests directly leading up to the error and the responses. (for context it does three retries on partial failures, but an exception kicks it out of the retry state). On Friday, July 23, 2021 at 4:02:39 AM UTC-4 adsapi wrote: > Hi Nikhat, > > So our team can take a closer loo

SCALA sample with Google API

2021-04-29 Thread Scott Spradlin
We are struggling with finding the correct syntax to call the Java client library with Scala to stream the results of a GAQL. Can anyone help in any way? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~

Account Access Issues With New MCC

2021-04-28 Thread Scott Vaillancourt
this new MCC but received a USER PERMISSION DENIED authorization error. Do I need to regenerate credentials or is there some way I can used my existing credentials to gain access? Thanks. Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: Best practice - read only access

2021-04-14 Thread Scott Spradlin
at point and say "no thank you." Our UI access appears to be read only but this[image: GoogleAds.JPG] text says otherwise. I know this isn't an API issue, but we appreciate you helping us. On Wednesday, April 14, 2021 at 12:37:49 AM UTC-5 adsapiforumadvisor wrote: > Hello Sc

Re: Best practice - read only access

2021-04-13 Thread Scott Spradlin
How can we link to their account of some kind but NOT have full access? We want to guarantee that we only have read-only access. On Friday, April 9, 2021 at 1:45:05 PM UTC-5 adsapiforumadvisor wrote: > Hi Scott, > > Thank you for reaching out. If you do not want to have your email

Best practice - read only access

2021-04-08 Thread Scott Spradlin
to impersonate other users in your domain -- and this would be cross domain.) Thoughts? Directions? Advice? Any help appreciated. Does anyone else do this? Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Re: Retrieving changed_fields causes 500 Internal Error

2021-03-25 Thread Scott Vaillancourt
Based on the queries I'm doing, this appears to be resolved. Thanks. Scott On Thursday, March 25, 2021 at 1:42:01 PM UTC-5 adsapiforumadvisor wrote: > Hi All - > > It appears as though this fix has been rolled out all the way to prod. > Would you mind checking again whether

Retrieving changed_fields causes 500 Internal Error

2021-03-09 Thread Scott Vaillancourt
and output are shown below. Any help would be appreciated. Thanks. Scott ## gas = client.get_service('GoogleAdsService', version='v6') query = ''' SELECT change_event.changed_fields FROM change_event WHERE c

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Scott Vaillancourt
Thank you. After looking at the links you sent and digging into it a bit more, it appears to be a version problem. I downloaded the most current edition of google-ads (which I should have done straight away), at that has resolved the issue. Scott On Tuesday, March 2, 2021 at 3:05:55 PM UTC-6

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Scott Vaillancourt
Hi Xiaoming, Thanks for your reply. I believe I am accessing the correct enum, but it doesn't appear to contain the value 18. Please see the code below. Thanks. Scott In [50]: rte = client.get_type("RecommendationTypeEnum", version="v6") ...: rtype = zip(rte.

Re: Recommendation Type Enum Doesn't Match Results

2021-03-01 Thread Scott Vaillancourt
Quick update: I also encountered this issue with the ChangeEventResourceType enum. Scott On Monday, March 1, 2021 at 5:39:02 PM UTC-6 Scott Vaillancourt wrote: > It looks like a new recommendation type has been added but not yet > reflected in the Enum. Specifically, the va

Recommendation Type Enum Doesn't Match Results

2021-03-01 Thread Scott Vaillancourt
s/api/reference/rpc/v6/RecommendationTypeEnum.RecommendationType). I've pasted in some code/results below that illustrate the issue. Thanks. Scott In [22]: rtenum = client.get_type("RecommendationTypeEnu

Re: API Recommendations Don't Match Ads Console

2020-12-07 Thread Scott Vaillancourt
I just sent the documentation you requested. Scott On Wednesday, December 2, 2020 at 3:34:28 AM UTC-6 adsapiforumadvisor wrote: > Hi Scott, > > Thank you for the clarification. > > To further investigate, please provide the requested details on this email > address google

Re: API Recommendations Don't Match Ads Console

2020-11-27 Thread Scott Vaillancourt
Forgot to mention that I don't have permission to *Reply privately to author, *so if you require additional information I'll need to send it via a different channel. On Friday, November 27, 2020 at 1:54:36 PM UTC-6 Scott Vaillancourt wrote: > The console I'm referring

Re: API Recommendations Don't Match Ads Console

2020-11-27 Thread Scott Vaillancourt
The console I'm referring to is the account-specific Overview page at ads.google.com, not the reporting UI. Specifically, the recommendations cards don't match what I'm able to retrieve via the API. Scott On Thursday, November 26, 2020 at 2:44:32 AM UTC-6 adsapiforumadvisor wro

API Recommendations Don't Match Ads Console

2020-11-25 Thread Scott Vaillancourt
nificantly less than I can access via the console. I'm happy to provide customer information via a private channel. Thanks. Scott gas = client.get_service('GoogleAdsService', version='v6') rte = client.get_type('RecommendationTypeEnum', version='v6&#

Re: Different campaign report results when using location

2020-11-10 Thread Scott Vaillancourt
Hi Peter, I don't have permission to '*Reply privately to author' *and would need some other mechanism to send you the information you're requesting. Also, I'm not sure where I'd capture the response log or request ID. Thanks. Scott On Tuesday, November

Different campaign report results when using location

2020-11-09 Thread Scott Vaillancourt
d is a case where totals for geographic-level data are greater than what the campaign is showing. I'm trying to understand why the two results would differ in this manner and which one is accurate. Thanks. Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: geographic_view doesn't return data when segments.geo_target_metro is empty

2020-11-05 Thread Scott Vaillancourt
metrics to be underreported. If I use the campaign view then all of the metrics are accurate. Scott On Tuesday, November 3, 2020 at 5:27:58 AM UTC-6 e.bar...@gmail.com wrote: > Hi, > I was contacting with Google Ads Support and I've got the following reply: > > >>> > Hi

Re: Resource Exhausted Using get_geo_target_constant

2020-10-28 Thread Scott Vaillancourt
s such as campaign_budget. Hope this helps. Thanks. Scott *** from google.ads.google_ads.client import GoogleAdsClient client = GoogleAdsClient.load_from_storage('/users/googl

Resource Exhausted Using get_geo_target_constant

2020-10-27 Thread Scott Vaillancourt
I running a report using the search_stream method within GoogleAdsService. One of the fields I'm pulling back is geo_target_metro, which returns resource name such as 'geoTargetConstants/200819'. I'm trying to get the name associated with each location. However, when I use get_geo_target_consta

Campaign Report With Location (geo_target_metro)

2020-10-26 Thread Scott Vaillancourt
I'm using the search method of the GoogleAdsService to create a campaign-level report. I'd like to use the campaign view since this has the fields I'm looking for (e.g., impressions, cost, clicks). However, I also want this information broken out by metro area for each campaign, but I'm unable

Re: JSON for creating the Ad

2020-10-15 Thread David Scott
'resourceName' works for me. On Thursday, June 27, 2019 at 5:51:40 AM UTC-4 symb...@gmail.com wrote: > We're always grateful for Google Ads API Team's help. > > Well, I'd like to create the Ad via curl, so I post the following JSON to: > https://googleads.googleapis.com/v1/customers/5838476xxx/a

Re: Google Ads API Updated REST resources

2020-09-22 Thread David Scott
Here is my perl code that works: $command = qq(curl -X POST \\ https://googleads.googleapis.com/v5/customers/$customer/campaigns:mutate \\ -H 'Authorization: Bearer $access_token' \\ -H 'Content-Type: application/json' \\ -H 'developer-token: $DEVELOPER_TOKEN' \\ -H 'login-customer-id: $

Re: cURL error

2020-09-22 Thread David Scott
It means you either have a field or a destination error. Reduce the fields until the request succeeds then add fields back to find the offender. The documentation is poor to non-existent on this subject. If it is a destination error, there are instances when a process-specific destination is re

Mutating RDA Text Assets

2020-08-28 Thread Scott Clumpus
I'm wondering if I'm able to mutate RDA text assets without having to provide the image data? Also, what information needs to be provided to update an RDA? I've been able to mutate RSA assets with the Adwords API and Python. T

Re: curl --data_raw doesn't work. neither does -d

2020-08-26 Thread David Scott
ot;, "status": "PAUSED" } }, { "updateMask": "status", "update": { "resourceName": "customers/{customer_id}/campaigns/{campaign_id2}", "status": "PAUSED&q

curl --data_raw doesn't work. neither does -d

2020-08-26 Thread David Scott
Request: From: https://developers.google.com/google-ads/api/docs/rest/example-workflow curl --request POST 'https://googleads.googleapis.com/v4/customers/{customer_id}/campaigns:mutate' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {authorization_code}' \ --heade

Re: Link Checker - False Positives

2020-08-25 Thread Scott Clumpus
Thanks Danica. I will use that group for this issue. On Tuesday, August 25, 2020 at 1:46:40 PM UTC-7 adsapiforumadvisor wrote: > Hi Scott, > > Looks like your issue pertains to the Link Checker > <https://developers.google.com/google-ads/scripts/docs/solutions/adsmanagera

I get this error no matter what I try to do.

2020-08-25 Thread David Scott
% Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 6420 6420 0903 0 --:--:-- --:--:-- --:--:-- 904 sh: 8: -d: not found { "error": { "code": 400,

Link Checker - False Positives

2020-08-25 Thread Scott Clumpus
RL timeouts. Even though when I check the links myself nothing is wrong. I'm not sure how to correct this as the script & its setup is quite complicated. I'd love any assistance with this issue.' Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2020-08-24 Thread Scott Vaillancourt
We're currently using the Ad Preview and Diagnosis tool to understand where ads are showing and look for opportunities to expand keywords. Does this functionality exist with any other API's? If not, is there any estimate of when the feature request might be released? Thanks. On Tuesday, June

Negative Keyword List

2020-08-18 Thread Scott Vaillancourt
I'm trying to get a negative keyword list via the Campaign Negative Keywords Performance Report API in Python. However, I'm not able to get the actual keyword for which I'm retrieving information (e.g., match type). It looks as though I might be able to get the keyword via the NegativeCampaign

Re: Retrieve Asset Metrics from AD_PERFORMANCE_REPORT?

2020-08-18 Thread Scott Clumpus
Hi Xiaoming, Unfortunately I've tried that route as well in the past with no luck. Every time I try to query the ad_group_ad_asset_view it returns no results. I've been back and forth with the API team about this. I can provide my previous conversations privately. Thanks, Scott

Retrieve Asset Metrics from AD_PERFORMANCE_REPORT?

2020-08-18 Thread Scott Clumpus
each asset receives? It's shown in the UI but I haven't seen any documentation where I can retrieve asset metrics. Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsd

Error: USER_PERMISSION_DENIED

2020-08-18 Thread Scott Clumpus
l file and the login_customer_id has been the same as it has before. I'd love some assistance in this. I have SOAP requests I can provide. Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~

Mutating RSA With Adwords API (AdService)

2020-08-12 Thread Scott Clumpus
Types=[], destinationNotWorking=null}], policyTopicId=43, policyTopicConstraints=[], policyTopicName=Punctuation and symbols, policyTopicHelpCenterUrl=https://support.google.com/adwordspolicy/answer/6021546#048}]}}] .* I would love to get any assistance on this please. Thank you!

How to Mutate Responsive Display Ads?

2020-08-11 Thread Scott Clumpus
ving a hard time trying to figure out how to modify this Python code to update responsive display ads instead of expanded text ads. I'd appreciate any assistance on this, thank you. Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsd

Update Expanded Text Ads Error

2020-08-10 Thread Scott Clumpus
.INVALID_ID @ > operations[0].operand.id; trigger:'AdId: #'] > I've checked my googleads.yaml file and confirmed it's the correct account that has the certain ad. Can I get some assistance with this? I have request logs I'm willing to share to try

how to set geo_target_city for an ad group or ad

2020-08-05 Thread David Scott
I want to setup a campaign by subject and ad groups by geo_target_city. Hiw can I do that? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becaus

Re: Mutate Ads In Bulk?

2020-08-04 Thread Scott Clumpus
Hi Xiaoming, Thank you for your reply. Could I get an example of what that might look like? Thanks! Scott On Tue, Aug 4, 2020 at 12:34 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Scott, > > Thank you for reaching out. You could use pandas.Dat

Re: Mutate Ads In Bulk?

2020-08-04 Thread Scott Clumpus
To add, I'm using Python. On Tuesday, August 4, 2020 at 9:51:21 AM UTC-7, Scott Clumpus wrote: > > I'm trying to change headlines & descriptions of low performing assets in > my Responsive Search & Display Ads using the mutate ads service. > > Is there a way to u

Mutate Ads In Bulk?

2020-08-04 Thread Scott Clumpus
I'm trying to change headlines & descriptions of low performing assets in my Responsive Search & Display Ads using the mutate ads service. Is there a way to update multiple ads at a time? Say from a spreadsheet/csv? Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

I need to know the field name for budget amount

2020-07-18 Thread David Scott
Here is my code. When I havecampaign_budget.amount in the query the results say: "message": "Unrecognized field in the query: 'campaign_budget.amount'." I also tried Amount. The documentation says the field name is Amount but because I need to know what the budget amount is, I can't just ig

Re: Why does this field not exist?

2020-07-16 Thread David Scott
See: https://developers.google.com/google-ads/api/reference/rpc/v4/PositiveGeoTargetTypeEnum.PositiveGeoTargetType and: https://developers.google.com/google-ads/api/reference/rpc/v4/Campaign.GeoTargetTypeSetting David On Thursday, July 16, 2020 at 12:00:15 PM UTC-4, David Scott wrote: > &

Re: Why does this field not exist?

2020-07-16 Thread David Scott
{ "@type": "type.googleapis.com/google.rpc.BadRequest", "fieldViolations": [ { "field": "operations[0].update", "description": "Invalid JSON payload received. Unknown name \"positive_geo_target_type\&quo

Why does this field not exist?

2020-07-16 Thread David Scott
If this field does exist I need to modify it. How can I do it? Request: "operations": [ { "updateMask": "campaign.geoTargetTypeSetting", "update": { "positive_geo_target_type": "PRESENCE" } } ] Response: { "error": { "code": 400, "message":

Re: GAQL CLI

2020-07-14 Thread Scott Clumpus
Nevermind! Just realized the default is 100 and I can adjust the limit size. Thanks anyways! *Scott Clumpus* *Email:* scottclum...@gmail.com On Tue, 14 Jul 2020 at 15:41, Scott Clumpus wrote: > Hi Mitchell. > > Thanks for following up. It was actually just issues working

Re: GAQL CLI

2020-07-14 Thread Scott Clumpus
I'm trying to pull all image assets from my account, which has well over 200 images. Thank you, *Scott Clumpus* *Email:* scottclum...@gmail.com On Fri, 26 Jun 2020 at 12:40, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Scott, > > I am from t

How to Setup Logging in Python?

2020-05-27 Thread Scott Clumpus
d. Thanks, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads A

Re: GAQL CLI

2020-05-26 Thread Scott Clumpus
on credentials file and for now used the example query you listed in your README.md. My query is below: gaql -o assets.csv xxx-xxx- SELECT campaign.id FROM campaign I'd love any advice. Thank you! Scott On Tuesday, April 28, 2020 at 9:09:46 AM UTC-7, Benjamin Ryves wrote: > > N

No Results When Querying ad_group_ad_asset_view

2020-05-26 Thread Scott Clumpus
py <https://developers.google.com/google-ads/api/docs/samples/get-all-image-assets> script and the get_campaigns.py <https://developers.google.com/google-ads/api/docs/samples/get-campaigns> script. Any advice would be greatly appreciated. Thanks, Scott PS. Is there an example pyt

Update Ads with Dynamic Values

2020-04-08 Thread Drew Scott
I’m doing a feasibility assessment for a project related to surfacing dynamic values using the AdWords API. These values would change very often, sometimes every 5-10 minutes, and I want to ensure that the solution we pursue will be scalable & not run into any impediments. Use case: Say we a

Get Ad's by Label

2020-04-01 Thread Drew Scott
Hello, I was wondering if it's possible to get a list of Ad ID's by Label? We are trying to categorize our Ad's with labels and then use the API to query by label and then Pause/Start them based on some 3rd party data. Any help is greatly appreciated. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Can the TargetingIdeaService pull impression share or account status?

2020-02-06 Thread Scott
y to pull this data? Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWord

Are there limits querying the Targeting Idea Service API?

2020-01-28 Thread Scott
script, so it's querying the API quite a lot. I just want to know if there's any downsides to using it this much? Thank you, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Re: invalid_request: Principal must be an email address

2019-11-25 Thread David Scott
I don't know what I did but after adding user = 'my email address' to yaml i am getting a new response: google.auth.exceptions.RefreshError: ('disabled_client: The OAuth client was disabled. David On Monday, November 25, 2019 at 1:29:36 PM UTC-5, David Scott wrote: &

invalid_request: Principal must be an email address

2019-11-25 Thread David Scott
A search shows no results. When I run python get_campaigns.py this is the response. "invalid_request: Principal must be an email address" What does this error mean? And, how do I solve it? David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlead

Will sending conversion tracking events to Ads also set conversions for standard referral links in Analytics?

2019-05-22 Thread Scott Richmond
Right now we are sending conversion events to Google Analytics to track conversions. Google Ads is linked to Analytics, which means our paid ads get the imported conversions. This works but the setup is very involved and the conversion events in Analytics use the date of conversion incorrectly

Is it possible to use Offline Click Conversion Feed Service for any GAds Customer?

2019-05-18 Thread Scott Richmond
Hi, I'm writing an app to help clients (Currently only us) track click to purchase conversions across a path flow that cannot currently be done via normal methods. When the app launches for the first time (It is a desktop app, not a mobile app) it will send the cookie gclid of the original clic

Re: Is it possible to match an Ads conversion with the Analytics Goal Event Action and Label?

2019-05-15 Thread Scott Richmond
Is there anyone I can talk with to try to discover a solution to our particular problem? We are able to change the way we submit event if necessary. We just need to know what the correct approach is. On Monday, May 13, 2019 at 8:19:36 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hello

Is it possible to match an Ads conversion with the Analytics Goal Event Action and Label?

2019-05-11 Thread Scott Richmond
Hi, We get our conversions for Ads through Analytics Goals events and that is currently working. However for reporting we need to be able to match each conversion recorded by Google Ads with the event that caused it as we attribute specific value depending on the event action and label. -- --

What is the best way to send external conversion events to Google Ads?

2019-05-06 Thread Scott Richmond
One of our major sources of income for our software product comes from a webstore that does not support tracking the user all the way to the purchase - We only get tracking from ad clicks to the landing page for our product. We cannot influence them to change this further. We have developed the

How do I link campaign conversion metrics to the goal events that caused it?

2019-05-06 Thread Scott Richmond
We are sending custom events to the Analytics API to trigger goals, which then cause a conversion in any linked ad campaigns to the user. These events contain information about the purchase of the product and therefore the value. The value is not stored in the conversion event as it can be dyna

Re: API / web service call to add customers to customer list

2019-04-11 Thread Scott Blau
What issues are you now running into? Thanks, Scott _ Scott Blau Chief Technology Officer [cid:image001.png@01D3F75C.11F61C30] CaregiversDirect, a Public Benefit Corporation 1925 Century Park East, Suite 1700 Los Angeles, CA 90067 424-324-5485 direct 215-651-3512

Keyword Ideas

2019-03-28 Thread scott . senkeresty
I have been trying both AdWords API and Google Ads API in an attempt to gather keyword ideas from a url... with varying success: - https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaService.TargetingIdeaSelector - https://developers.google.com/google-ads

Re: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread Scott Burkhalter
ervice): ... do stuff with campaign info... Thanks for any guidance On Wednesday, January 16, 2019 at 8:09:32 AM UTC-8, googleadsapi-forumadvisor wrote: > > Hello Scott, > > Could you please share the client customer id so that I can troubleshoot > the issue? Please not

Re: Get all campaings using adWord API, return 0 result.

2019-01-16 Thread Scott Burkhalter
Make sure you have the "client_customer_id" value set in your configuration. It is one of your Account #'s and looks like 123-123-1234 if you look in the AdWords console On Tuesday, January 15, 2019 at 2:26:32 PM UTC-8, buddyb...@gmail.com wrote: > > > Hi > > I am new in adWords API, > > I just

Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread Scott Burkhalter
I'm following the examples included in the googleads-python-lib to learn how to call Get on the CampaignsService - https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/basic_operations/get_campaigns.py I'm receiving an empty response from the API - numEntries e

Adwords Scope permissions? Question on User Self Reporting app

2018-11-16 Thread Scott G
Hi, I'm an analyst interested in building a portfolio showcase web app (python / dash) which allows an adwords user to log in and see their own adwords data utilizing my front end. My question is that if my app utilizes my own client id, secret, etc. and then allows login via SSO w/ the scop

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread Scott Clark
[image: 2018-09-09 10_12_14-Start.png] Having the same issue on responsive ads via AWE (uses API) Error message is visible in this dialog box: On Saturday, September 8, 2018 at 7:38:02 PM UTC-4, j...@stackstorage.co wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to c

Dev token not approved

2018-08-16 Thread Doug Scott
Hello, As far as I can tell, I have everything setup correct to test the AdWords API using the following test library: https://www.nuget.org/packages/Google.AdWords.Examples.CSharp/ I AM using a TEST account, but when I attempt a request, I get the following error: QuotaCheckError.DEVELOPER_TOK

Using a test account, but still get "DEVELOPER_TOKEN_NOT_AUTHORIZED"

2018-08-16 Thread Doug Scott
According to the documentation, I can experiment with the API as long as I use a test account, but it isn't letting me. Any suggestions? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. OperationAccessDeniedReason.ACTION_NOT_PERMITTED. (Error: OperationAccessDenied.ACTION_NOT_PERMITTED)

2018-06-04 Thread scott . gray
yesterday with no changes on our end. Please help. Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Goo

OperationAccessDeniedReason missing CUSTOMER_NOT_ACTIVE in v201802

2018-03-20 Thread Scott
ome in a minor version update of the Java Library soon? Or is there a different way we can get to the error message that is not through the OperationAccessDeniedReason enum. Thanks, Scott -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Unable to submit/retrieve raw xml report structure through Insomnia Rest client

2018-02-28 Thread Scott G
Hi, I'm using the standard xml custom report definition given in the Reporting Basics docs as below: https://adwords.google.com/api/adwords/cm/v201710";> CampaignId AdGroupId Impressions Clicks Cost AdGroupStatus IN EN

Adwords API reporting on Daily Budgets over a historic time frame

2017-04-27 Thread Scott G
I'm building a tool to help visualize daily budgets + spends for a joined account of 8 primary accounts with approximately 75-120 campaigns at the account level. I've been looking through the fields available in both the "ACCOUNT_PERFORMANCE_REPORT" and the "BUDGET_PERFORMANCE_REPORT" and

Buy-To-Detail Rate Access in API

2016-02-04 Thread Scott Morris
Hi, hoping someone can help with accessing the Buy-To-Detail Rate using the API (found in E-Commerce > Shopping Analytics > Product Performance) I have spoken to account managers and Live chat but no one can help me or tell me if this is possible. Thanks in advance

  1   2   >