RE: Location Extension Adwords Java API

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Suresh, You can refer to this guide and specifically to this section on how to setup and create your location extensions using the AdWords API. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UHEKOM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Hello, I look for Keywords Planner API.

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. If you want to achieve the same functionality of the Keyword Planner using the AdWords API, then, you would need to use the TargetingIdeaService to do so. You may refer to this documentation to read more about generating targeting ideas and how to

RE: Get Household Income/Demographic Data to Google Sheet

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Dafna, Thank you for bumping this thread. In the AdWords API, the INCOME_RANGE criteria type, currently, can only be retrieved via the Criteria Performance Report. The said report type is also a single attribution type, meaning, only the criteria type deemed by AdWords as most relevant

Location Extension Adwords Java API

2019-08-21 Thread Suresh Kumar Shenbagam
Hi, I am able to set and read Sitelink Extensions using the sample java code. How can I set Location Extension using java adwords api? Can anyone provide some sample code? Suresh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Token page has expired error

2019-08-21 Thread Rosdyana Kusuma
Hi Ben, Thank you for your explanation, it's a crystal clear now, I guess because I made a request with a long duration of time ( almost 2 years, example query = select ... from ... where segments.date between '2018-01-01' and '2019-08-20' ), and I use maximum page_size value ( 1 ). On

RE: Create identifier (developer identifier) for managing account reported "Action forbidden"

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi, To better assist you, could you provide more details on how you encountered the said "Action Prohibited" error message? If you are using the AdWords API, you may send the complete SOAP request and response logs. If you are using the Google Ads API, you may send the JSON logs instead. You

RE: Receive every day a set of newly created campaign-keywords combinations.

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Nikos, Thank you for reaching out. However, this forum and our team only provide support for AdWords / Google Ads API related concerns only. For issues or inquiries regarding the Google Ads UI or the product in general, you may get in touch with the product experts via the Google Ads Help

Downloading Ads report with includeZeroImpressions = false still downloads the creative with impression = 0

2019-08-21 Thread Kain
Hi, I have a question with regard to the behavior of using ReportDefinition and ReportDownloader from package com.google.api.ads.adwords.lib.utils.v201809. So I want to download the ad report WITHOUT the object of impression = 0. Here is the observation when I did my test. Case 1: * set

Re: cannot create shopping ProductGroup tree in one batch. Getting LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE error

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Inillien - Thanks for this question and for sending over all of this detailed information. I'm the maintainer of our Python client library so should be able to help with this issue. Unfortunately we don't have an example for adding a product listing group tree in Python, but that will

Re: Get Household Income/Demographic Data to Google Sheet

2019-08-21 Thread Dafna Zusman
Hi, I tried to get via the API the performance (impressions, clicks, cost, etc..) per INCOME_RANGE criteria type, but seems like all performance data is associated just to the Keywords. How can I get the performance of a criteria in ad-group level? Thanks, Dafna. On Monday, June 18, 2018 at

Create identifier (developer identifier) for managing account reported "Action forbidden"

2019-08-21 Thread Отдел Интернет-проектов
"Action Prohibited" is an uninformative message. How should I find out the reason? Guess? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Receive every day a set of newly created campaign-keywords combinations.

2019-08-21 Thread Nikos Sarris
Hello, I need to know as soon as possible what are the new keywords created through the interface for every campaign / adgroupId. So far I was aiming to query the new adgroupIds / keywords in an hourly basis, though I don't think a timestamp is provided for either of the two. What would be

Hello, I look for Keywords Planner API.

2019-08-21 Thread Marin Bar Shalva
Hello, I look for Keywords Planner API. I found this link: https://services.google.com/fb/forms/newtoken Please help me to understand if this the link I need to enter data. I look only for Keywords Ideas API, and I do not need API for ads. Is this the right link, If not - please send me the right

RE: SHOPPING_PERFORMANCE_REPORT bug!

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hello Tima, I am Peter's teammate working on this concern as he is not available. I see that those offerIds are available via API and also available via UI-> Reports-> custom reports-> Shopping – ID Prod Perfs in your account. In general API data always matches with the UI data, even here it

Re: ocid in https://adwords.google.com URL's

2019-08-21 Thread Trevor
Looks like this may have broken recently, now links with only the __e parameter are resolving to the account selector and then taking me to the MCC overview On Thursday, August 16, 2018 at 12:26:15 AM UTC-7, Meijun Xing wrote: > > >

RE: Token page has expired error

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Rosdyana, That error indicates that the token used to retrieve a page of results from a search request has expired. Specifically - when you make a search request in Python an iterator is returned that, under the hood, makes multiple requests to the API as you iterate over it. Each request

RE: Is Campaign Consistency Guaranteed?

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hello Harsh, It is not possible to create 2 campaigns with the same name in the same account. The DUPLICATE_CAMPAIGN_NAME error will occur if trying to create campaigns with the existing campaign name. Please let me know if you have any further questions. Regards, Sai Teja, Google Ads API

Is Campaign Consistency Guaranteed?

2019-08-21 Thread Harsh Patel
If I have 2 threads which use the API to create campaigns with the same campaign name at the exact same time, what will the AdWords API do? Is there a possibility that 2 campaigns with the same name will be created? I see that there are error messages for DUPLICATE_CAMPAIGN_NAME

Re: Get ad groups for each accessible costumer account

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi André, Appreciate your feedback. Currently, we do not have a workaround to pull the cancelled accounts. There is already a feature request for this and our team is looking into it. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team

RE: Invitation Expired

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Van, Thank you for reaching support. With regards to your concern, you could check the linkStatus of the ManagedCustomerLink and implement your own logic to send the invitation to the merchant email using mutate operation of ManagedCustomerService based on the linkStatus retrieved earlier

RE: Include zero impressions while segmenting a report

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hello Thomas, I understand your concern but it is not possible to have zero impressions when you use segmentation in the query. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHE1nH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Setting sitelinkUrl throws DESTINATION_URL_DEPRECATED error

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Suresh, The Destination Url field is deprecated and cannot be set through the API. These are replaced with Final URLs as part of the URL upgrade. Please refer to this help center article for more information. You may refer to our code samples in Java as a reference on how to add the

Re: When is v201809 deprecated?

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Philo, I'm Peter's colleague addressing your concern as he is out of office. Please find my response below: What is the deprecation date for v201809? Neither the deprecation nor the sunset date has been set yet. Please keep an eye on our blog for more updates on this. Also, is it correct

Re: Setting sitelinkUrl throws DESTINATION_URL_DEPRECATED error

2019-08-21 Thread Suresh Kumar Shenbagam
Update: If I set the parameter sitelinkUrl to http://sitelinke.com - it throws DESTINATION_URL_DEPRECATED error But, if I set sitelinkFinalUrls like this, "sitelinkFinalUrls" : { "urls" : [ "http://cs.com; ] } then it works. Is it not possible to set value for sitelinkUrl

Re: Setting sitelinkUrl throws DESTINATION_URL_DEPRECATED error

2019-08-21 Thread Suresh Kumar Shenbagam
Hi Pete, Thanks for the response. I am setting the below url, "sitelinkUrl":"http://sitelinke.com; Suresh On Wednesday, August 21, 2019 at 5:54:28 PM UTC+5:30, Pete Lavetsky (AdWords API Guru) wrote: > > Suresh, > > What is the destination URL you're attempting to set? > > Pete > > On

shopping performance report, CategoryL1, CategoryL2, CategoryL3, CategoryL4 and CategoryL5 fields

2019-08-21 Thread Golnoush Lotfi
In shopping performance report the following attributes return string: CategoryL1, CategoryL2, CategoryL3, CategoryL4 and CategoryL5 While the equivalent fields in Google ads return RESOURCE_NAME:

RE: INVALID_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA error for matchingFunction of AdGroupFeed

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Sabrina, Just following up on my previous question in case you're still running into this problem - Have you been able to successfully update any other Feeds aside from the one mentioned below with ID 94609766? Also do you know if this Feed was created using the API or via the Google Ads

Correlation between mediaId and assetId (for media bundle assets)

2019-08-21 Thread integrations bidalgo
Is there any way to set HTML5 uploaded using MediaService as an asset of an AdGroupAd? When uploading a media bundle with MediaService, mediaId is returned, but it seems there is no way to associate this mediaId with an AdGroupAd and set uploaded media bundle as an asset of AdGroupAd. -- --

Media bundle (HTML5) upload using AssetService

2019-08-21 Thread integrations bidalgo
Hi, I’m trying again to upload HTML5 as a media bundle asset (using the example for image asset upload: https://developers.google.com/adwords/api/docs/samples/php/miscellaneous#upload-an-image-asset ) My code is like this: public function uploadHtml5Asset($url) { /** @var AssetService

Re: Get ad groups for each accessible costumer account

2019-08-21 Thread André Pimpão
Hi, Bharani. What seems to be happening is that it is listing accounts that are cancelled. Ideally, there should be a field with the status of the account, if not to filter directly in the query, at least to know how to handle the different account statuses. Right now, forcing to loop through

Re: Setting sitelinkUrl throws DESTINATION_URL_DEPRECATED error

2019-08-21 Thread Pete Lavetsky (AdWords API Guru)
Suresh, What is the destination URL you're attempting to set? Pete On Wednesday, August 21, 2019 at 6:33:51 AM UTC-4, Suresh Kumar Shenbagam wrote: > > Hi, > > Language: Java. > > I am trying to create Sitelink extension for a campaign and I am not able > to set value to sitelinkUrl parameter

Setting sitelinkUrl throws DESTINATION_URL_DEPRECATED error

2019-08-21 Thread Suresh Kumar Shenbagam
Hi, Language: Java. I am trying to create Sitelink extension for a campaign and I am not able to set value to sitelinkUrl parameter and am getting the following exception, [main] ERROR c.c.a.ErrorContainer [] - ApiException{ applicationExceptionType=ApiException,

Re: Automatic Placements - Google Ads API

2019-08-21 Thread cv
Hi, I have shared again. Thanks, On Tuesday, 20 August 2019 19:52:42 UTC+5:30, adsapiforumadvisor wrote: > > Hello Chirag, > > I did not receive the private response that you sent us. Could you try > using the Reply privately to author option to send the details again? > > Thanks, > Bharani,

Re: BidModifier Guide

2019-08-21 Thread cv
Hello Nikisha, It looks like you do not have AdGroupCriterion set for demographics in your account, this is the reason the shared query is not returning the criterion_id for demographics. --> Please see the attached Image where you can see that I have set the AdGroupCriterion for