Re: Having trouble creating Hotel Ads campaign (NOT_COMPATIBLE_WITH_PAYMENT_MODE)

2021-06-14 Thread Steve Wilcox
adwords-api+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/LBkSj0QUOREO003lRKFBlRSj2Cgmwx2QIEfw%40sfdc.net > <https://groups.google.com/d/msgid/adwords-api/LBkSj00000QUOREO003lRKFBl

Re: Having trouble creating Hotel Ads campaign (NOT_COMPATIBLE_WITH_PAYMENT_MODE)

2021-06-08 Thread Steve Wilcox
_0LlDnUEeSo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > adwords-api+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/lytBD00000QUD2CN00Ldq9

Re: Having trouble creating Hotel Ads campaign (NOT_COMPATIBLE_WITH_PAYMENT_MODE)

2021-05-13 Thread Steve Wilcox
API decide that's what paymentMode I'm looking for (since I can't specify it in the request). This can be accomplished through the UI with little effort. I just need to figure out how to do it through the API On Tuesday, May 11, 2021 at 10:49:31 AM UTC-6 Steve Wilcox wrote: &

Having trouble creating Hotel Ads campaign (NOT_COMPATIBLE_WITH_PAYMENT_MODE)

2021-05-11 Thread Steve Wilcox
Via the API, I created a campaign budget: { "campaignBudget": { "status": "ENABLED", "deliveryMethod": "STANDARD", "type": "HOTEL_ADS_COMMISSION", "amountMicros": "2000", "explicitlyShared": false, "referenceCount": "0" } } I am now trying to create a campaign to u

Re: Error while using Google Ads API

2021-02-08 Thread Steve Wilcox
Sergei, We are also using raw web requests. Our current code creates the ad thru the "customers//ads/" end point, rather than "adGroupAds" Also, I'm not sure which of the "ads" fields are optional, but you might need more than just the name. Good luck! On Monday, February 8, 2021 at 3:15:39

ALREADY_MANAGED_IN_HIERARCHY when accepting ClientManagerLink request

2021-01-29 Thread Steve Wilcox
Greetings Forum Faithful! I'm using raw REST requests to do the request/accept account link handshake. I am creating the link request through customerClientLinks:mutate as status: PENDING. That is working fine. When I submit the request, I see a pending request in my manager account in the UI

Re: Adding Google Hotels campaign bidding strategy via REST/JSON

2021-01-06 Thread Steve Wilcox
wrote: > Hi Steve, > > Thank you for reaching out. > > You can refer to this ( > https://googleads.googleapis.com/$discovery/rest?version=v6) > documentation on how to implement your REST requests such as the field > naming conventions you will need to use. In the said d

Adding Google Hotels campaign bidding strategy via REST/JSON

2021-01-05 Thread Steve Wilcox
Greetings forum faithful! I'm adding campaigns via the API. I'm able to add display and search campaigns no problem. When I try to add Hotels campaigns, though, I get "message": "The required field was not present.", "trigger": { "stringValue": "" }, "location": { "fieldPathElements": [ { "f

Re: discrepancy between Keyword Planner UI and api:generateForecastMetrics

2020-12-28 Thread Steve Wilcox
Ernie, I cannot reply to author. It says I do not have permission. I will email the requested information to the API team as I have done before. On Sunday, December 27, 2020 at 10:36:16 PM UTC-7 adsapiforumadvisor wrote: > Hi Steve, > > Thank you for posting your concern. > > To investigate y

discrepancy between Keyword Planner UI and api:generateForecastMetrics

2020-12-23 Thread Steve Wilcox
For some reason, when I run generateForecastMetrics, I get pretty radically different results from the keyword planner UI "campaignForecast": { "impressions": 17.875293731689453, "ctr": 0.01632027141749859, "averageCpc": "1154007", "clicks": 0.291729658842

Results of generateForecastMetrics do not match the Keyword Planner UI

2020-12-23 Thread Steve Wilcox
I see this has been asked before, but no answer was provided (https://groups.google.com/g/adwords-api/c/7hoiR6Y1aH8/m/4eIynErkBgAJ) Like the above user, when I run generateForecastMetrics for a keyword plan campaign, I get what look like very different results: "campaignForecast": { "impression

Re: customerClientLinks:mutate through REST API

2020-12-14 Thread Steve Wilcox
to our email alias > googleadsapi-supp...@google.com. > > Thanks and regards, > Xiaoming, Google Ads API Team > > > [image: Google Logo] > Xiaoming > Google Ads API Team > > > ref:_00D1U1174p._5004Q28odRG:ref > -- Steve Wilcox

Re: customerClientLinks:mutate through REST API

2020-12-11 Thread Steve Wilcox
This is precisely the payload I'm trying to use. Groups is telling me I don't have access to reply privately to author, so if you want to email me direclty, I can send you the precise payload I'm using. Thanks! On Thursday, December 10, 2020 at 2:25:01 PM UTC-7 adsapiforumadvisor wrote: > Hi

customerClientLinks:mutate through REST API

2020-12-09 Thread Steve Wilcox
Greetings All! I'm having some trouble getting a REST API call working. The issue appears to be with my JSON, given the error message, but I know from long experience not to bet on that. The URL I'm sending against is: https://googleads.googleapis.com/v5/customers//customerClientLinks:mutate

Re: PERMISSION_DENIED

2020-11-30 Thread Steve Wilcox
that helps? On Monday, November 30, 2020 at 12:18:44 PM UTC-7 Steve Wilcox wrote: > I'm working on a similar issue where listAccesbleCustomers does not show > the same customer IDs that are available when I log into to Ads and review > the linked accounts. > The only rational

Re: PERMISSION_DENIED

2020-11-30 Thread Steve Wilcox
I'm working on a similar issue where listAccesbleCustomers does not show the same customer IDs that are available when I log into to Ads and review the linked accounts. The only rational explanation I can think of is that the account I got the token for is NOT the manager account (and thus the t

Re: What is the URL to mutate ad groups and ads?

2020-11-19 Thread Steve Wilcox
/customers/CUSTOMER_ID/adGroupAds:mutate /customers/CUSTOMER_ID/adGroups:mutate On Thursday, November 19, 2020 at 2:41:18 PM UTC-7 Steve Wilcox wrote: > Greetings Forum Faithful! > > To create a campaign via the Ads Rest interface, you send a mutate request > to: > &

Re: What is the URL to mutate ad groups and ads?

2020-11-19 Thread Steve Wilcox
in case anyone is interested: /../customers/5144376723/adGroups:mutate and /../customers/5144376723/adGroupAds:mutate On Thursday, November 19, 2020 at 2:41:18 PM UTC-7 Steve Wilcox wrote: > Greetings Forum Faithful! > > To create a campaign via the Ads Rest interface, you send a mutat

What is the URL to mutate ad groups and ads?

2020-11-19 Thread Steve Wilcox
Greetings Forum Faithful! To create a campaign via the Ads Rest interface, you send a mutate request to: /.../customers/CUSTOMER_ID/campaigns:mutate Once I have my campaign created, where do I send requests to create an ad group in that campaign? Once I have an ad group, where do I send r

Re: Programmatically adding Google Ads Links to a Google Hotels account

2020-09-25 Thread Steve Wilcox
Cheers, > Anthony > Google Ads API Team > > [image: Google Logo] > Anthony > Google Ads API Team > > > ref:_00D1U1174p._5004Q25Wi3s:ref > -- Steve Wilcox Developer | ResNexus swil...@convoyant.com | ResNexus.com -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Programmatically adding Google Ads Links to a Google Hotels account

2020-09-24 Thread Steve Wilcox
Greetings all! I need to create some Google Hotel Ads for some clients. They have their own Ads accounts and I want to link them to my Hotel Ads account programmatically. Which API call should I be using? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: http

Re: Google Ads API Updated REST resources

2020-09-23 Thread Steve Wilcox
Anthony, More than happy to. I'm new to groups and the Reply to Author button is grayed out. The tool tip says both that I don't have permissions to do so in this forum AND that I need to set my browser up to handle mailto links. The latter is already true, for certain. On Wednesday, Sept

Re: Google Ads API Updated REST resources

2020-09-22 Thread Steve Wilcox
lt;https://developers.google.com/google-ads/api/docs/rest/common/mutate#remove> > which shows how to remove a campaign. > > Let me know if you have any other issues. > > Cheers, > Anthony > Google Ads API Team > > [image: Google Logo] > Anthony > Google Ads API Te

Re: Google Ads API Updated REST resources

2020-09-22 Thread Steve Wilcox
Hey, thanks for responding! Do you happen to have one for deleting campaigns? I can get altering one to work. On Tuesday, September 22, 2020 at 10:00:28 AM UTC-6 David Scott wrote: > Here is my perl code that works: > $command = qq(curl -X POST \\ > https://googleads.googleapis.com/v5/custom

Re: We want to use Google Ads API, but When i config with "Access token", it shows "redirect_uri_mismatch"

2020-09-22 Thread Steve Wilcox
I'm not an expert, and I'm not CERTAIN I've been where you've been, but I *think* I'm a little further along. In general, this error means that the redirect URL you are specifying in the request doesn't match the ones configured on your account (from which the token comes). Check to make sure

Google Ads API Updated REST resources

2020-09-22 Thread Steve Wilcox
Greetings and Salutations, Ads Gurus! My organization is working on a REST integration with Google Ads (not using the client libraries) and we are stumbling through finding the right process to programattically link a client ads account to a manager account, and add and remove ads campaigns fro