Re: max performance final urls

2023-05-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Asa’d, Thank you for getting back to us. It appears that campaign is specified in the FROM clause of the query you mentioned. Please note that as per this report (https://developers.google.com/google-ads/api/fields/v13/campaign), when you specify campaign in the FROM clause, some metrics

Re: max performance final urls

2023-05-19 Thread asad mhagne
Thank you, Is there anyway to add *asset_group.final_urls *to the current query mentioned above? On Friday, 19 May 2023 at 09:23:10 UTC+3 Google Ads API Forum Advisor wrote: > Hi Asa’d, > > Thank you for reaching out to Google Ads API Forum. > > Upon checking your screenshot, I can see that

Re: final urls

2023-05-04 Thread Oleg Disrupt
Google\ApiCore\ApiException: { message: Request contains an invalid argument., code: 3, status: INVALID_ARGUMENT, details: [ { @type: type.googleapis.com\/google.ads.googleads.v12.errors.GoogleAdsFailure, errors: [ {

RE: final urls

2023-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oleg, Thank you for reaching out to the Google Ads API Team. We've been notified of your concern. Would you be able to provide the complete API request and response logs with the request ID generated on your end when you performed your API requests so we can investigate the issue you've

final urls

2023-05-03 Thread Oleg Disrupt
Hello I tried to create the ad (responsivedisplayad) with this url but it doesnt work. https://srchxxx.com/search/top5/?s=test+Treatments=8f2ba2376f402bb90771c61fc491a506 It seems there is issue for parameter length but I can't find any help for it. Can you help me? Regards -- --

Re: Setting a Tracking Template w/out setting Final URLs

2023-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eric, If you are using curl from a bash shell, the request and response should be printed to the screen. If you include the -i parameter, the response headers will also be printed. Our team does not further guidance for other ways of logging REST API calls. The screenshot you provided

Re: Setting a Tracking Template w/out setting Final URLs

2023-01-03 Thread Eric Nagel
Hi Nirmita, I'm using the rest transport, not gRPC, in the PHP library. How can I get you the logs that you need? On Friday, December 30, 2022 at 1:08:04 PM UTC-5 adsapi wrote: > Hi Eric, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further,

Re: Setting a Tracking Template w/out setting Final URLs

2022-12-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eric, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library

Re: Setting a Tracking Template w/out setting Final URLs

2022-12-30 Thread Eric Nagel
Hello, Here is the error when setting a Tracking Template but not a Final URL: [image: image (11).png] I also did not see this in the API documentation, which is why I'm confused of this requirement. I'm not concerned with the TOO_SHORT error as that makes sense to me. I was just eliminating

RE: Setting a Tracking Template w/out setting Final URLs

2022-12-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eric, Thank you for reaching out to our API support team. Our team and this channel specializes in Google Ads API concerns and we unfortunately would not be able to comment on the available features and inner workings of the Google Ads Editor. What the API mirrors instead, are the

Setting a Tracking Template w/out setting Final URLs

2022-12-30 Thread Eric Nagel
Hello, Yesterday I tried setting a Tracking Template on a keyword via the API without setting the Final URLs and the call failed. Then I asked a coworker to try via the web, and that failed. Then, she tried via the Editor and IT WORKED. When I downloaded the keyword via the API, the Final

RE: Updating final urls for all keywords

2022-11-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. You may use the AdGroupCriterion to update the keyword and final URL's. That said, you may use GoogleAdsService.Mutate endpoint, which essentially wraps a series of individual mutate calls on the resource services and provides the

Updating final urls for all keywords

2022-11-16 Thread 박휘건
[image: 스크린샷 2022-11-17 오후 1.47.06.png] I want to change all final URL's (dynamically for example https://a.com/utm_term=a, https://a.com/utm_term=b, https://a.com/utm_term=c,) is it possible to do this job (by REST API) in one call via googleads:mutate? OR is there any recommended

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-11 Thread Evaldas Gudavičius
Hello, Thank you for the answer. *new UrlList(['’])* is used in the Adwords API library, we're talking about google ads API. Ok, so I will try to reach client library owners. Thanks On Tuesday, January 11, 2022 at 10:50:29 AM UTC+2 adsapi wrote: > Hi Evaldas, > > > > Thanks for getting back

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Evaldas, Thanks for getting back to us. You may check this code example to see how the new UrlList(['’]) is used to set the final_URL. However, this concern is related to setting an empty url in the PHP client library, then I would recommend you to reach out to the client library owner by

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-10 Thread Evaldas Gudavičius
Unfortunately, I don't have enough experience to enable logging in to my app. I attack the code, maybe you can help with sharing the information what should I do next? I don't understand what should I enter to withLogger(). - Anyway I believe, that

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-10 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Evaldas, Thanks for getting back to us. When you see full logs, you are able to see request ID on that log. For us to investigate, we will need a full log of request and response of API communications of the report pull. The request and response appears similar to the JSON Mappings in

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-10 Thread Evaldas Gudavičius
Hello, Thank you for your reply. I've tried many variants like: - [''] - '' -['-'] etc. But none of these did the job. Could you please share with me a little more information on how can I get the Request ID of my operation? And also how can I get request and response Logs? And how can I

RE: Google Ads Api - Remove Final URLs From Keyword

2022-01-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. Have you tried to set the value setFinalUrls(['']) and see if it works? You may be able to check finalUrl using the ad_group_criterion resource. If don’t work, you may provide us with the complete request and response logs with request

Google Ads Api - Remove Final URLs From Keyword

2022-01-09 Thread Evaldas Gudavičius
Hello, I need to remove the Final URL from a keyword, but it doesn't work. My Code is Attached. >From this code, I get a successful response, but the URL did not remove. If I set for example: $adGroupCriterion->setFinalUrls(['https://somedomain.com']); This works, but If I want to remove the

Re: Getting keyword final URLs

2021-12-15 Thread Дмитро Булах
Hi Mark, following on this: I've tried running the same query using Python SDK and everything works smoothly. Looks like this is a particular Ads Script implementation problem, I'll post this to corresponding forum. Thanks for your time On Wednesday, December 15, 2021 at 5:27:24 AM UTC+2

Re: Getting keyword final URLs

2021-12-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for getting back to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Since you're using Google Ads Scripts which I'm afraid is already outside of our team's expertise, we suggest that you raise

Re: Getting keyword final URLs

2021-12-14 Thread Дмитро Булах
Hi Ernie, unfortunately, I can't provide the exact request and response since I've been running these queries in Google Ads Scripts that hides all the requests details. here's the query: var query_ga = 'SELECT ad_group.id, ad_group_criterion.cpc_bid_micros, ad_group_criterion.final_urls,

RE: Getting keyword final URLs

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for posting your concern. To investigate the issue, could you please provide the following details? complete request and response logs with request ID and request header generated on your end for your report Keyword IDs that encountered the error Screenshot of the whole UI where

Getting keyword final URLs

2021-12-13 Thread Дмитро Булах
Hi I'm trying to retrieve keyword final URLs. When making a request for `ad_group_criterion.final_urls` in `ad_group_criterion` I'm getting `null` for specified field. At the same time AWQL `SELECT Criteria, CriteriaType, FinalUrls FROM CRITERIA_PERFORMANCE_REPORT` works fine and returns desired

RE: 自动回复: final urls in feed

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
ments / customization can only apply in ad titles and description lines as discussed in 'Keynote' section of the above documents, but not in display or final URLs. On the other hand, you may check this link for managing final URL." Otherwise, if you have a different concern, please let me know a

RE: final urls in feed

2021-11-17 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
://developers.google.com/google-ads/api/docs/ads/customize-responsive-search-ads However, please do note that dynamic replacements / customization can only apply in ad titles and description lines as discussed in 'Keynote' section of the above documents, but not in display or final URLs. On the other hand, you

final urls in feed

2021-11-17 Thread 'Гордей Строкин' via AdWords API and Google Ads API Forum
Hello. I had this functional in google adwords api and try to use new api. I want create feed with some fields like descriptions for ads and final urls. I need create feed mapping and i think i need AdCustomizerMapping , but i might be wrong. What should i use for add some text feed attributes

Re: Missing Final URLs from keyword_view report

2021-08-12 Thread Google Ads API Forum Advisor
Hi Can, We sent you a message to your personal email on August 10, here is a copy: Thank you for the logs. There were no Final Url's reported in the first few I checked. When looking in keywords in the UI there weren't any Final URL's either. Ads in the UI had Final Url's. You can try: SELECT

Re: Missing Final URLs from keyword_view report

2021-08-11 Thread Can Celik
Hello, Is there any updates on this issue? On Friday, August 6, 2021 at 7:42:59 PM UTC+3 adsapi wrote: > Hi, > > Thank you for reaching out to Google Ads API support. Could you send us > privately the full request and response logs? You can turn on logging with > this guide >

RE: Missing Final URLs from keyword_view report

2021-08-06 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out to Google Ads API support. Could you send us privately the full request and response logs? You can turn on logging with this guide. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Lkn8w:ref -- --

Re: Missing Final URLs from keyword_view report

2021-08-05 Thread Can Celik
Correction. We are using google-ads 13.0.0 On Thursday, August 5, 2021 at 4:07:45 PM UTC+3 Can Celik wrote: > Hi, > > I have the following query to pull keyword report. I receive all the > results except ad_group_criterion.final_urls. Is there a specific reason > why it's not included in the

Missing Final URLs from keyword_view report

2021-08-05 Thread Can Celik
Hi, I have the following query to pull keyword report. I receive all the results except ad_group_criterion.final_urls. Is there a specific reason why it's not included in the results? SELECT customer.id, campaign.id, campaign.name, ad_group.id, ad_group.name,

RE: final urls and display urls

2021-07-26 Thread Google Ads API Forum Advisor
Hello Frank, Thank you for reaching out to us. With regard to retrieving final urls and display urls, you can check on this report (ad_group_ad) and refer to these available fields (ad_group_ad.ad.display_url, ad_group_ad.ad.final_urls). You can also include the campaign.id in the report

final urls and display urls

2021-07-25 Thread 'Frank McManus' via AdWords API and Google Ads API Forum
We are retrieving all campaign data except for final urls and display urls Where are these found in the api? We need the url that is displayed to the user in the ad but also the url of the landing page where the link actually goes to? Thanks for any help

RE: Search terms and final urls

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Suraj, You can run a Search Query Performance Report and select the field FinalUrl to get your search terms' urls. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24ZScw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Search terms and final urls

2020-09-07 Thread Suraj Chopade
Hi Team, As per my understanding we can set final urls at keywords and ad level. When user type search query if he see ads and if there is keyword match with search query and if keyword has final url set then that will take more precedence than ad level url. In case if there is no url

Re: Update Final URLs - Call Only Ads

2020-07-07 Thread Google Ads API Forum Advisor Prod
Hi, No problem. Unfortunately, Google Ads Editor issues are out of scope for my team. You can reach out to their team via this link for assistance on this. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q21jNsR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Update Final URLs - Call Only Ads

2020-07-07 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Thank you. What about using Google Ads Editor doing a bulk upload? It can be possible to update Final URLs for Call-Only Ads in this case? On Monday, 6 July 2020 at 18:16:15 UTC+2 adsapiforumadvisor wrote: > Hello, > > It is not possible to set the final URLs of call only ads in eith

RE: Update Final URLs - Call Only Ads

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hello, It is not possible to set the final URLs of call only ads in either Google Ads API or AdWords API. However, there is a feature request to have them supported for Google Ads API. You can follow our blog for any announcements. Regards, Anthony Google Ads API Team ref:_00D1U1174p

Update Final URLs - Call Only Ads

2020-07-06 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hello, I'm seeing that for Call Only Ads, there is no finalUrls field on the Google Ads API documentation, so I'm asking if it possible to create/update finalUrls for Call Only Ads through Google Ads API? And what about using Adwords API? Because I have tried it and didn't success.

Re: Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-28 Thread Christoph Lanz
Hi Peter, Thank you very much for your answer, this helps a lot and we will find a workaround until when those updates come out. Kind regards, and have a nice weekend, Chirstoph On Fri, 28 Jun 2019 at 04:50, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi

Re: Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-27 Thread Google Ads API Forum Advisor Prod
Hi Christoph, Were you able to receive my reply in private, that was sent on June 21, 2019? If you are unable to locate it in your inbox, you may refer below for the contents of my response : My apologies for the delay. After discussing with the rest of the team, the AdGroupAdService can only

Re: Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-27 Thread Christoph Lanz
Hi Peter, I did sent you the Json response privately right? Or maybe I didn't send it properly? Is there anything else that you need from my side? Kind regards, Christoph On Thursday, 20 June 2019 08:43:08 UTC+2, adsapiforumadvisor wrote: > > Hi Christoph, > > The Google Ads API currently

RE: Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-20 Thread Google Ads API Forum Advisor Prod
Hi Christoph, The Google Ads API currently supports mutates for Ad Group Ad objects. So I can better investigate, could you provide the complete JSON logs generated by your request? You may send your reply via the Reply privately to author option. Thanks and regards, Peter Google Ads API Team

Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-20 Thread Christoph Lanz
Hello, I would like to be able to update the final urls and also custom parameters of an existing expanded text ad. In the example below, when I try just to update the ad status it works good, but when I try to update also final urls (or custom parameters) i get the error of "IMMUTABLE

RE: Getting Sitelink Final urls for all accounts

2019-06-17 Thread Google Ads API Forum Advisor Prod
on how to get all the sitelinks Final URLs in your account. 1. Use the Final Url Report and include the ClickType field in the report. 2. Filter the ClickType field with SITELINKS so that it will only return placeholder which type is sitelink. 3. Then, use the EffectiveFinalUrl field of this report

Getting Sitelink Final urls for all accounts

2019-06-15 Thread 'Mark Trapani' via AdWords API and Google Ads API Forum
Hi guys, I need to pull all sitelink final urls from my accounts. What is the best way to do this? Is it possible to get this from the PLACEHOLDER_FEED_ITEM_REPORT? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
rvice#get> and filter with the campaign id and the extension type = SITELINK to fetch the sitelinks associated to that campaign. 3. You will then need to update the final urls for each sitelink feed item in the extension similar to the code snippet shared in my previous respons

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-30 Thread pjodonov
sitelinks associated to that campaign. >3. You will then need to update the final urls for each sitelink feed >item in the extension similar to the code snippet shared in my previous >response. >4. Add the CampaignExtensionSetting

RE: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
m/adwords/api/docs/reference/v201809/CampaignExtensionSettingService#get> and filter with the campaign id and the extension type = SITELINK to fetch the sitelinks associated to that campaign. 3. You will then need to update the final urls for each sitelink feed item in the exten

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-29 Thread pjodonov
Thanks Sreelakshmi. Is there a way to update the final URLs after the initial time of creating the site link without creating an entirely new site link? In my situation, one team would be creating the site link and inputting the base URL, and then an internal tool would be taking that base

RE: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
e same to modify the final urls. The code snippet <https://developers.google.com/adwords/api/docs/guides/extension-settings#update_ad_extensions> I had shared in my previous response should be useful if you decide to go with that. To prevent the new settings from overwriting the old settings, reme

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-28 Thread pjodonov
Hi Sreelakshmi, Thanks for the response. Does the mutate operation including removing old entries and creating new with updates? My objective is to set the final URL for sitelinks via the API. Do you think CampaignExtensionSettingService

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-25 Thread pjodonov
Hi Sreelakshmi, A follow up question on this. Is the Adservice able to update URLs for ads that belong to site links or does your previous response hold true for sitelinks as well? Thanks! Pat On Monday, November 5, 2018 at 4:00:12 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote:

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2018-11-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pat, Yes, those Ad types are not supported by AdService. Hence, you may need to remove the old ad and create the new ad with the updates. This will create a new ad and you will no longer have the historical stats associated with it. You will be able to see the historical stats associated

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2018-11-05 Thread pjodonov
Thanks Sreelakshmi! To confirm, the API doesn't have the ability to edit URLs for regular image display ads, youtube, or gmail ads? Will it ever have that capability? On Thursday, November 1, 2018 at 3:09:01 PM UTC-4, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello Pat, > >

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2018-11-05 Thread pjodonov
Hi Sreelakshmi, I would like to give you my larger processes plan and see if you have any other ideas for me. I'm working on a tool that creates URL tags and validates their inputs. I want to take an export from Adwords or our 3rd party search management platform and upload that into my tool

Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2018-11-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Pat, Starting v201806, you can use the AdService to mutate your ads without losing their performance data. Please check this guide

"cannot_modify_Ad" Error Updating Final URLs for Ads

2018-10-31 Thread pjodonov
I'm trying to update Display, Video, and GSP final URLs via the API, but I'm getting a "cannot_modify_Ad" error. I'm able to update the final URLs for Search KWs fine via the API, but can't get it to work for Ads. Has anyone seen this before? I know that bulk uploading change

Re: Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Since your question is about the AdWords product in general than the API, could you please post this question on the Advertisers community forum ? The experts there are better equipped to address your

Re: Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread Ketil Keiseraas
The issue is about multiple exit URLs and not Final URLs :) onsdag 21. mars 2018 10.46.13 UTC+1 skrev Ketil Keiseraas følgende: > > Hi! > > We have startet using upgraded URLs and its working fine for one single > product ad. > But we have developed html5 banners with more t

Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread Ketil Keiseraas
Hi! We have startet using upgraded URLs and its working fine for one single product ad. But we have developed html5 banners with more than one product so how can we trigger different final URLs based on what product the customer clicked on? All products images and files are included in the zip

Re: Final URL / Final URLs- how to you get the same value as the UI?

2017-12-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
r Oliquino wrote: >> >> Hi Timna, >> >> In order to better investigate your concern, could you provide the >> AdWords UI screenshot where you viewed your final URLs, your >> clientCustomerId, and the complete report definition >> <https://developers.g

Re: Final URL / Final URLs- how to you get the same value as the UI?

2017-12-20 Thread 'Timna Carmel' via AdWords API Forum
stigate your concern, could you provide the AdWords > UI screenshot where you viewed your final URLs, your clientCustomerId, and > the complete report definition > <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> > you > used when gen

Re: Final URL / Final URLs- how to you get the same value as the UI?

2017-11-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Timna, In order to better investigate your concern, could you provide the AdWords UI screenshot where you viewed your final URLs, your clientCustomerId, and the complete report definition <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> you

Final URL / Final URLs- how to you get the same value as the UI?

2017-11-22 Thread 'Timna Carmel' via AdWords API Forum
URL and not the tracking parameters. We are pulling the *Creative* F*inal URL* field from the *ad performance report*. this field should return an array of final URLs, but we always get the main URL in that array, while when pulling the same report from the UI, we go see more URLs

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, In this situation, I suggest that you contact AdWords support using this link . Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-07 Thread giles bodger
Hi Shwetha, Thanks once again, but i have posted for a 3rd time now and the post still dissappears - i have a link to my actual post, but there is no post in the forum itself for anyone to answer - i cannot tell you how frustrating it is to have a simple question that i keep on asking and have

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, That is strange indeed. Forum posts will be deleted sometimes if they contain any personal or private information. I also see there was a technical glitch

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-04 Thread giles bodger
/t5/Ad-Approval-Policy/Sub-domain-redirects-Ads-Final-Urls-and-Display-Urls/td-p/1092137 but when i go back to the forum page, my post is NOT there ? On Saturday, March 4, 2017 at 8:43:56 AM UTC, giles bodger wrote: > > Many Thanks Shwetha - i will check that out :) > > On Friday, M

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-04 Thread giles bodger
Many Thanks Shwetha - i will check that out :) On Friday, March 3, 2017 at 9:42:51 PM UTC, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Giles, > > Could you check if you are using the correct link for the Community forum? > This one

Re: Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Giles, Could you check if you are using the correct link for the Community forum? This one (https://www.en.advertisercommunity.com/t5/Ad-Approval-Policy/) results in a "Page Not Found" response. You could check out this forum post

Sub domain redirects - Ads, Final Urls and Display Urls

2017-03-03 Thread giles bodger
Hi all - i have tried to post this question on another forum on the Ad Approval Policy forum (https://www.en.advertisercommunity.com/t5/Ad-Approval-Policy/) - but my question seems to disappear after posting so i am posting it here My question surrounds the useage of sub-domains in the ad

Re: Is there a way to get final urls for each keyword from api

2016-12-08 Thread Yali Wang
Thanks a lot Peter, I just tried, they works ! Do you know if we can change the final urls for each keywords by api call ? Thanks in advance. On Wednesday, November 23, 2016 at 10:38:50 PM UTC-8, Peter Oliquino wrote: > > Hi Yali, > > I tried your code using my test account and was

Re: Is there a way to get final urls for each keyword from api

2016-11-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Yali, I tried your code using my test account and was able to get results. You might want to remove the line below as well to have a clearer output : System.out.printf("Keyword final url is %s", bac.getBidModifier()); I could not see which part of your code where you instantiated the "bac"

Is there a way to get final urls for each keyword from api

2016-11-23 Thread Yali Wang
Hi All, I recently met an issue with final urls, I tried to get final urls for each keyword but it always return null for some reason, could you please help me with this issue ? Thanks a lot. public class FinalUrls { private static final int PAGE_SIZE = 100; public static void

Re: Adwords API not returning Final URLs for ExpandedTextAds

2016-11-03 Thread Paul Grenyer
Thanks, Shwetha. I thought I'd tried this. Obviously I hadn't properly and it works. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Adwords API not returning Final URLs for ExpandedTextAds

2016-11-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Paul, You need to include "CreativeFinalUrls" (AdGroupAdField.CreativeFinalUrls in this case) in the selector for the finalUrls of an ExpandedTextAd to be populated in the

Adwords API not returning Final URLs for ExpandedTextAds

2016-11-02 Thread Paul Grenyer
;, "PAUSED") .equals("AdType", getAdType()); There doesn't seem to be a AdGroupAdField for final urls. Calling getFinalUrls on the ExpandedTextAd returns null every time. I'm getting the other fields such as head

Re: Updating Ad Final URLs

2016-04-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Priya, Unfortunately, there isn't a way to link stats for old Ads to new Ads. This is not recommended either as the new Ad will be fundamentally different from the old Ad, and hence any performance change in the new Ad should not be associated with the old Ad. Regards, Shwetha, AdWords API

Re: Updating Ad Final URLs

2016-04-28 Thread priya bahuguna
Hi Shwetha, Thanks for your reply. It is helpful for proceeding further. question- Are you aware of any way so that the stats for the old ad can be linked to the new ad? Regards, Priya On Wednesday, April 27, 2016 at 3:27:40 PM UTC-4, priya bahuguna wrote: > > > Hello All, > > We are running

Re: Updating Ad Final URLs

2016-04-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Priya, Ad objects are immutable. If you want to make any changes to an Ad, you must remove the Ad, and create a new Ad. This will result in a new Ad ID, so stats for the old Ad and the new Ad will appear under separate IDs in reports. It works in a similar way in the AdWords API. If you

Updating Ad Final URLs

2016-04-27 Thread priya bahuguna
Hello All, We are running an initiative to update all our Ad URLs to the secure version i.e starting with https://. From the Adwords Web UI I can find that when I edit the Ad (just convert Final Url to https://), the old Ad is marked as deleted and a new one is created. I'm just curious to

Re: Can't retrieve the final urls from ads

2016-04-27 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Antonio, Glad to hear it works. You need to include it your selector, otherwise you may get null returned or an error. Here is a list of the selector fields in each our services. Here is more information on using

Re: Can't retrieve the final urls from ads

2016-04-27 Thread antonio . escartin . tiendeo
our selector in the AdGroupAdService? > If not, please try that and see if it works. > > Alternatively, you can run the Ad Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report> > and > get the final URLs there. >

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Charlie, Yes, unfortunately, there is currently no way to get those two values together in the reports. You could follow our blog regarding any changes or announcements. Regards, Anthony AdWords API Team -- --

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread Charlie Saunders
Hi Anthony, Thanks for your reply. In retrospect, since the custom parameters are set at the ad level, this should have been obvious. As far as I can tell, we will not be able to get Criteria or CriteriaParameters (Keyword / Placement) along with custom parameters, even by using two reports.

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Charlie, Custom parameters are available in the Ad Performance Report , while criteria parameters can be found in the Final URL Report

Re: Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread Charlie Saunders
I should mention that we also get/need CriteriaParameters in this report. I accidentally omitted that from my example. Thanks again! On Tuesday, April 26, 2016 at 11:34:45 AM UTC-4, Charlie Saunders wrote: > > Hello, > > Is is possible to get *ad level custom parameter data* in the >

Get Ad Level Custom Parameter Data in Final URLs Report

2016-04-26 Thread Charlie Saunders
Hello, Is is possible to get *ad level custom parameter data* in the FINAL_URL_REPORT? In one of our accounts, we need to get the custom parameter data with performance statistics. When I get a FINAL_URL_REPORT, I get data like this: CampaignName = Campaign #1 AdGroupName = AdGroup #1

Re: Can't retrieve the final urls from ads

2016-04-26 Thread 'Anthony Madrigal' via AdWords API Forum
d get the final URLs there. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Can't retrieve the final urls from ads

2016-04-26 Thread antonio . escartin . tiendeo
Hello, I'm having problems while trying to retrieve the final urls from the api. My intention is to gather all the final urls from all my ads in order to check them all at once. The problem is that while i can see them when creating the ads in the field finalUrls, this field disappears when I

Re: how to Get SiteLink Final Urls in Java

2016-03-16 Thread Karim Benna
Oh i'm sorry i was importing the wrong version of SitelinkFeedItem the v201506. I hate this mistake. and thank you very much -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: how to Get SiteLink Final Urls in Java

2016-03-16 Thread Karim Benna
Hey Anthony Thank you for your post but i can't cast a SitelinkFeedItem from ExtensionFeedItem. Kind regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: how to Get SiteLink Final Urls in Java

2016-03-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Karim, In order to get the final URLs of your sitelinks, you first need to cast your feed items to a SitelinkFeedItem <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupExtensionSettingService.SitelinkFeedItem>. >From there, you can get the final URL

how to Get SiteLink Final Urls in Java

2016-03-15 Thread Karim Benna
onFeedItem feedItem : feedItemArray){ if(feedItem.getFeedType().getValue() == "SITELINK"){ System.out.println("Feed Item Found : " + feedItem); } } } catch (NullPointerException e) { System.out.println("No final urls from Extensions found"); } } } else { System.out.printl

DESTINATION_URL_PERFORMANCE and final urls

2015-07-10 Thread Emanuele Sacco
Hi all, after change destination url to final url, how to have a report like DESTINATION_URL_PERFORMANCE grouped by final urls? many thanks emanuele -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: DESTINATION_URL_PERFORMANCE and final urls

2015-07-10 Thread Anthony Madrigal
Hi Emanuele, There is currently no *Final URL Performance Report *yet in AdWords API. Check our blog http://www.google.com/url?q=http%3A%2F%2Fgoogleadsdeveloper.blogspot.com%2Fsa=Dsntz=1usg=AFQjCNHwv1GKci0tmVJ317egsXhwEszqBw for any announcements regarding this update. Regards, Anthony

Re: Multiple final URLS for AdUrlUpgrade

2015-06-22 Thread Danial Klimkin
Hello Gopi, No, as AdUrlUpgrade was designed to upgrade destination URL to final URLs, and destination URL can only have one value, this is not supported. -Danial, AdWords API Team. On Monday, June 22, 2015 at 4:29:35 PM UTC+2, Gopi wrote: While upgrading current ads, the AdUrlUpgrade

  1   2   >