Re: Trying to add Audiences to Display Campaign/ Adgroup

2023-09-26 Thread Adam Walters
Was there a solution to this? I am having the same problem. On Monday, August 8, 2022 at 9:55:39 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to us. > > For our team to further check this, could you provide the complete API > logs (request >

Re: Cannot set use_audience_grouped to True in ad group level

2023-09-26 Thread Adam Walters
Was a solution found for this? I have the same problem when creating standard display ad groups with the use_audience_grouped set to True. On Monday, May 2, 2022 at 11:36:36 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi Elias, > > Thank you for raising your concern to my team. > > Could

Re: use_audience_grouped set to false not working

2023-09-26 Thread Adam Walters
Hello, Are you able to set the value to True for standard display ad groups? Is documentation anywhere on what ad group types have the availability? Thanks On Wednesday, January 25, 2023 at 5:54:56 PM UTC-5 Google Ads API Forum Advisor wrote: > Hi all, > > Upon further investigation, I've

Set audience_setting.use_audience_grouped to True for Display Ad Group

2023-09-26 Thread Adam Walters
Hello, I am getting errors when trying to create standard display ad groups with the use_audience_grouped set to true. Error received: errors { error_code { context_error: OPERATION_NOT_PERMITTED_FOR_CONTEXT } message: "The operation is not allowed for the given context." trigger {

Re: extremely slow api calls caused by {method 'next_event' of 'grpc._cython.cygrpc.segregatedcall' objects}

2023-05-17 Thread Adam Walters
/> <https://www.linkedin.com/company/digibleinc/> <https://www.tiktok.com/@digibleinc> Adam Walters Marketing Operations Engineer AUTHENTICITY | FOCUS | CURIOSITY | HUMILITY | HAPPINESS Phone: (317) 840-1645 Email: a...@digible.com This email and any files transmitted with it are c

Extremely slow api calls caused by {method 'next_event' of 'grpc._cython.cygrpc.SegregatedCall' objects}

2023-05-16 Thread Adam Walters
Hello, Recently my program started running extremely slow and upon further investigation found that this '{method 'next_event' of 'grpc._cython.cygrpc.SegregatedCall' objects}' was taking over 5 seconds per call. I am using all of the latest versions grpc and google-ads packages. Below is an

Extremely slow, {method 'next_event' of 'grpc._cython.cygrpc.SegregatedCall' objects}

2023-05-16 Thread Adam Walters
Hello, Recently my program started running extremely slow and upon investigation I found that the '{method 'next_event' of 'grpc._cython.cygrpc.SegregatedCall' objects} was take over 5 seconds per call. I am using the latest versions of grpc and google-ads packages. Here is an example of my

Re: How to set Bidding Strategy to Conversion value or Viewable impressions for Display campaign ?

2023-03-16 Thread Adam Walters
Hello Google Ads API Team, How are you handling this with the Google Ads API now that ManualCpm has no viewable_cpm_enabled field? On Wednesday, April 8, 2020 at 12:25:51 PM UTC-4 Google Ads API Forum Advisor Prod wrote: > Hi Vicky, > > Thank you for reaching out. Please see here >

Create Campaign with ManualCPM bidding strategy

2023-03-16 Thread Adam Walters
Hello, I'm receiving the below errors/message when trying to create a campaign with: campaign.bidding_strategy_type = (client.enums.BiddingStrategyTypeEnum.MANUAL_CPM) Request with ID "HS6OcJJAmzZKyr9-SjsrLQ" failed with status "INVALID_ARGUMENT" and includes the following errors: Error

Re: Creating an ad_group_ad.image_ad using a media_file

2023-03-13 Thread Adam Walters
Here is the image link for additional context: https://lh5.googleusercontent.com/4X8gH8BTbLZAKLHtuThtEgv6kSAHDQnjFbbqEotyPSX9rGMQM-SDTWfMy48Qyg4Ju1yQ-fdIFz96KNI=s220 On Monday, March 13, 2023 at 1:35:28 PM UTC-4 Adam Walters wrote: > Yes. Please see below: >

Re: Creating an ad_group_ad.image_ad using a media_file

2023-03-13 Thread Adam Walters
Yes. Please see below: Method: /google.ads.googleads.v13.services.AdGroupAdService/MutateAdGroupAds Host: googleads.googleapis.com Headers: { "developer-token": "REDACTED", "login-customer-id": "2151671644", "x-goog-api-client": "gl-python/3.9.4 grpc/1.51.3 gax/2.11.0 gccl/20.0.0

Creating an ad_group_ad.image_ad using a media_file

2023-03-10 Thread Adam Walters
I have successfully created a MediaFile within the account and am trying to use that to create a Display ad (non-HTML5), but when running this function I receive the below error: def create_display_upload_ad_group_ads(self, ad_group_id, customer_id): ad_group_ad_operation =

Re: ERROR: BillingSetup start_time

2022-12-09 Thread Adam Walters
e { billing_setup_error: FUTURE_START_TIME_PROHIBITED } message: "A start time in the future cannot be used because there is currently no active billing setup for this customer." location { field_path_elements { field_name: "operation" } field_path_eleme

Re: ERROR: BillingSetup start_time

2022-12-09 Thread Adam Walters
_name: "create" } field_path_elements { field_name: "start_time" } } } request_id: "pz-QrJn0RfhHZnWTn3ygag" , 'pz-QrJn0RfhHZnWTn3ygag') <https://www.facebook.com/digibleinc/> <https://www.instagram.com/digibleinc/> <

ERROR: BillingSetup start_time

2022-12-08 Thread Adam Walters
I have consolidated billing set up and am linking brand new accounts to those payments_account_id & payments_profile_id I am using almost exactly the same code that is provided in the examples but receive the below error: Also, when running the code I will always get the error. However, if I

structured_snippet_feed_item.values ERROR

2022-11-23 Thread Adam Walters
Hello, When creating a structured snippet extension via the v11 Google Ads API, python. I seem to be running into an issue and cannot find any examples for a workaround. Here is the part of my code where I receive an error and the error: extension_feed_item8 =

In-Market & Affinity Campaign Targeting

2022-11-18 Thread Adam Walters
Hello, I have been trying to find examples, but have been unable to find any. What is the proper way to add an In-Market audience to a campaign via API v11, python? I have tried reworking other targeting criteria examples but have been unsuccessful. Thank you, Ada, -- --