Dynamic remarketing

2023-12-15 Thread rentca...@gmail.com
Hi, Is there a way to update the settings (meaning editing the source) described in your document (https://support.google.com/google-ads/answer/3103357) via the Google Ads API? RentCafe -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Google Ads API Structured Snippet Asset

2021-09-14 Thread rentca...@gmail.com
I'm using the .NET client library. KDJ On Monday, August 16, 2021 at 10:31:14 PM UTC-7 adsapi wrote: > Hi KDJ, > > Thank you for posting your concern. > > According to this document > > > of

Google Ads API Structured Snippet Asset

2021-08-13 Thread rentca...@gmail.com
I'm trying to created a Structure Snippet Asset, but I can not add the values because the values item is get only. Please see attached. KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Google Ads API V8 Error

2021-07-15 Thread rentca...@gmail.com
Hello, I'm receiving the following error when creating a campaign. Message: Exception has been thrown by the target of an invocation. Stack Trace:at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at

Re: Accept invitation using Google Ads API

2021-03-05 Thread rentca...@gmail.com
I have emailed the address provided by Anthony with the complete request and response logs. KDJ On Friday, March 5, 2021 at 7:33:55 AM UTC-8 adsapiforumadvisor wrote: > Hello, > > Please email us at googleadsa...@google.com if you are unable to reply > privately. > > Regards, > Anthony > >

Re: Accept invitation using Google Ads API

2021-03-04 Thread rentca...@gmail.com
I do not have the option to reply privately to author. Is there some other way for me to send you the complete request and response logs? KDJ On Thursday, March 4, 2021 at 12:56:10 PM UTC-8 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. Have you configured the app with the

Re: Accept invitation using Google Ads API

2021-03-04 Thread rentca...@gmail.com
Hello, As you can see from the above post I'm using the CustomerMCC for Client.config.loginCustomerId and am getting the "USER_PERMISSION_DENIED error. Pasted below for easy reference. Headers: { "x-goog-api-client": "gl-dotnet/4.0.30319 gapic/5.0.0

Accept invitation using Google Ads API

2021-03-03 Thread rentca...@gmail.com
Hello, I keep getting the following error when trying to accept an invitation for linking an account to our MCC. I'm trying to link CustomerMCC to our MasterMCC. I followed the example in https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts What

Re: Google Ads API Linking manager to client account

2021-02-05 Thread rentca...@gmail.com
Thank you On Thursday, February 4, 2021 at 12:46:38 PM UTC-8 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out. Once the manager account extends an invitation > to the client customer account via CustomerClientLinkService >

Google Ads API Linking manager to client account

2021-02-03 Thread rentca...@gmail.com
Hello, I've been trying to wrap my head around how the linking to manager accounts works. I have studied document https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts. Does the following send an invitation to the clients email address of the client

Google Ads API Billing set

2021-01-28 Thread rentca...@gmail.com
Hello, I would like to get a betting understanding of the Billing set up process. I have read the information from https://developers.google.com/google-ads/api/docs/billing/billing-setups and have created the following method to create a payment account under a specific payment profile

Re: Update ExpandedTextAd

2020-12-21 Thread rentca...@gmail.com
Thank you On Thursday, December 10, 2020 at 12:05:11 AM UTC-8 adsapiforumadvisor wrote: > Hi, > > Thanks for posting your concern. Also, I would like to inform you that I > am going to delete your initial post and paste it here where sensitive Ids > are hid. > > Moving forward, could you use

Account_Performance_Report vs Customer resource

2020-12-21 Thread rentca...@gmail.com
Hello, AWQL: select Impressions, Conversions, Cost, CostPerConversion, Ctr, Clicks, AdNetworkType1, Device, AverageCpc, SearchBudgetLostImpressionShare, SearchImpressionShare, Date FROM ACCOUNT_PERFORMANCE_REPORT where Device IN ['DESKTOP', 'HIGH_END_MOBILE', 'TABLET'] during 20201022,

Update ExpandedTextAd

2020-12-07 Thread rentca...@gmail.com
Hello, I receive the following error when trying to update an ExpandedTextAd: Below is the code that makes the call AdGroupAdOperation adGroupAdOperation = new AdGroupAdOperation { Update = adGroup, UpdateMask =