Keyword Targeting With Multiple Ads Per AdGroup

2018-10-26 Thread sam
Just to confirm, when we have a keyword in our AdCustomizer (FeedItem) feed target an AdGroup, can we have two FeedItems in the AdCustomizer feed with the same keyword, but inserting different values (headline1 headline2 etc) into a single ad within the targeted AdGroup? Or could/should we

Developer Token Limits

2018-10-26 Thread marco.porracindieguez via AdWords API and Google Ads API Forum
Hi, I would like to know if there is a limit of API calls per Developer Token or this are only linked to the proyect from where the calls are made on the Google API Console? On top of this i would like to know if i request a second Developer Token can be both used in production? Thanks!

Re: UserListError.CAN_NOT_MUTATE_SENSITIVE_USERLIST due to Customer Match policy?

2018-10-26 Thread ant
We're having the same issue. Many of our audiences are showing up as "Closed" in AdX. We're curious if something has changed, and we can't mutate them to status 'OPEN' because we're receiving this error when we try to update. On Friday, October 26, 2018 at 2:54:39 AM UTC-4, Thanet Knack

Developer Token Quota

2018-10-26 Thread marco.porracindieguez via AdWords API and Google Ads API Forum
Hi, I would like to know if the Quota and Limits for the Ads API apply to a developer token or only count for each project on the Google API Console? Also is it possible to have two developer tokens for the same MCC that can access productive accounts? Thanks. Marco -- --

Errors when processing shared sets

2018-10-26 Thread Andrii Dobrovolskyi
Hello, I'm trying to create Shared Set with negative placements for about 400 accounts under the same MCC account. API v201809 is used. This operation is successful for most accounts. For 29 accounts I get the following error on creating a Shared Set:

Creating Creating a products partition takes long time

2018-10-26 Thread Ns sh
Hi, I am trying to create products in Adwords by using data from my database like that: spgCampaignId spgCampaign spgAdgroupId spgAdgroup spgProductgroupParent spgProductgroupChild spgCPCBid

Errors occurred while processing shared sets

2018-10-26 Thread Andrii Dobrovolskyi
Hello, I'm trying to create Shared Set with negative placements for about 400 accounts under the same MCC account. API v201809 is used. This operation is successful for most accounts. For 29 accounts I get the following error on creating a Shared Set:

Re: Headline Part 3 and Description 2 for Expanded Text Ads - Partial data in API

2018-10-26 Thread Gemma van Dorst
Hi Milind, These fields aren't working in Google Ads Scripts, despite the references in the Scripts API to these fields. Do you have an ETA for these functions within Scripts? Gemma Op maandag 8 oktober 2018 22:42:01 UTC+2 schreef Milind Sankeshware (AdWords API Team): > > Hi, > > You can

URL_PERFORMANCE_REPORT : Accessing Url field for placements

2018-10-26 Thread Shashi Kant
Hi all, it says here , the Url field for Youtube will not be available starting Oct 30. > The

Creating a products partition cost long time.

2018-10-26 Thread Ns sh
Hi, I have a problem with long time to add products Adwords . I tried to use the recursion tree in the documentation of google but still cost along time. I will try to explain what I am trying to do: I get data about the new products that I have to add like rows from the database like that:

Re: How to get the id of the root product partition [python]

2018-10-26 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Matthias, Yes, I would recommend to use AdGroupCriterionService.get() to get the ParentCriterionId

Re: Update the status of a CrmBasedUserList from Closed to Open

2018-10-26 Thread GregT
I've replied privately to you, Dannison. FYI, Greg On Thursday, October 25, 2018 at 11:27:44 AM UTC-5, Dannison Yao (AdWords API Team) wrote: > > Hi Greg, > > Could you provide the complete SOAP request and response logs when you > encountered the error CANNOT_ADD_CLOSED_USER_LIST so I could

Re: API limits for TargetingIdeaService

2018-10-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Karthick, Each of the calls will count as *one* operation. From the rate limits guide (highlighting is mine): A get operation is counted as one operation, regardless of the number of > results objects. When you mentioned "reading through the response", do you mean issuing a *get* request

Re: [Python] Adwords API - Product Partition

2018-10-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Glad that you were able to find the solution. You are right, to partition with the offer id, you will need to use the ProductOfferId dimension. Here is the list

Re: Detailed Demographics and Re-marketing and similar audiences are not coming as part of Campaign Criteria Report

2018-10-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, Detailed Demographics is not yet supported via API reports. Could you please share the report definition along with the client customer id so that I can troubleshoot the issue? Also, share the screenshot of the UI that you are trying to get via the API. You can use 'Reply privately

Re: Creating partition tree

2018-10-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I can see another thread is started for the same issue. Could you please continue the discussion on that thread to avoid the duplication? Thanks, Milind, AdWords API Team -- --

Re: [Python] Adwords API - Product Partition

2018-10-26 Thread Kevin Weitzner
I figured it out, using the pre-built definitions in the example. For anybody else who needs to do this in Python - you can build it off this -- include the class ProductPartitionHelper - pass it a list of PLA IDs and it will create them. There is probably a better way to do this - but this

Re: How to get the id of the root product partition [python]

2018-10-26 Thread Kevin Weitzner
Hi Matthias, I went to check this out, as I think I need to do this for my issue. I was able to get the parent criterion id using the AdGroupCriterionService get selector Looks like something like this would work - but I've not put it in practice other than a quick test. def main(client,

Re: API Access to Billing Transaction History reports

2018-10-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, This is still not available. We don't have a timeline for this feature to be available via the API. Please keep an eye on our blog for updates on the upcoming releases. Thanks, Sreelakshmi, AdWords API Team -- --

Re: [Python] Adwords API - Product Partition

2018-10-26 Thread Kevin Weitzner
Additionally -- the end goal is to be able to built it out like the attached image. On Friday, October 19, 2018 at 9:39:25 AM UTC-5, Kevin Weitzner wrote: > > Greetings, > > I'm attempting to modify the add_product_partition_tree.py ( >

Re: [Python] Adwords API - Product Partition

2018-10-26 Thread Kevin Weitzner
Hi Sreelakshmi, Sorry for the delay, I've been working on other projects this week. The image you've attached does not appear to show up. I am trying to modify the sample you've given to do a small test, and still running into an error - if I exclude the parentCriterionId:-1, it gives an

How to get the id of the root product partition [python]

2018-10-26 Thread Matthias Baader
Hi, if I understand that correctly, you can find the root product group id by searching for the product group that does not have a parent product id. Right? But how exactly does the AWQL query in Python have to look like? Is the following code correct? report_query =

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-26 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Yes, 883-246-9747 is not a Test Account. If you don't see the red Test account label on your Google Ads account page, then the account is a production account. If you have created the test account under the test manager account, then it should be a test client account. I can see the test

Detailed Demographics and Re-marketing and similar audiences are not coming as part of Campaign Criteria Report

2018-10-26 Thread Jofin Kuriakose
Hi, I added Detailed Demographics, Re-marketing and similar audiences and In-market audience to my campaign. When I am trying to get detailed report of each audience using Campaign Criteria Report, I am able to get In-market audience report but not Detailed Demographics and Re-marketing and

Re: Triggering UNEXPECTED_INTERNAL_API_ERROR all day today

2018-10-26 Thread Dorian Kind
Hi Luis, I'd love to do that, but we don't have SOAP logging turned on by default in production as it is incredibly verbose. If you want just any example of an operation that results in an UNEXPECTED_INTERNAL_API_ERROR, please see my other thread

Creating partition tree

2018-10-26 Thread WDirk
Hello, can 'salesCountry':'CZ' be a reason for not being able to create partition tree via API? I mean, when I run get_product_category_taxonomy.py and set the value of the field country to CZ, then it will find nothing, but when I set it to US then it print so many results. When I try to add

Re: Access Token not generating through Oauth2 API

2018-10-26 Thread ritesh123khapre
Hi Peter, thanks for the quick response. looks like when we are generating the access key from the playground it is referring to a different client id than what is defined in the developer console also the response gives a different refresh token. is there anything we need to do to authorize

Re: DEVELOPER_TOKEN_NOT_APPROVED with test account

2018-10-26 Thread Дмитрий Беседин
Hi Peter, Do you have any news about this issue? понедельник, 8 октября 2018 г., 8:21:00 UTC+3 пользователь Will Tesler написал: > > `DEVELOPER_TOKEN_NOT_APPROVED` with test account. > > I see many other people having this issue as well. I assure you I am not > using a production account. You

Re: API Access to Billing Transaction History reports

2018-10-26 Thread Carre Wu
Hi Any update here? Still not able to have Billing Transaction History or payment information? Seriously need it! On Thursday, 6 April 2017 03:38:01 UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Chris, > > Thanks for your feedback. The team is already aware of this feature

Re: I got QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account.

2018-10-26 Thread Lily Hopkins
me too, i like you a problwm, i have no ideal to fix this On Thursday, October 25, 2018 at 6:06:47 PM UTC+7, chai.a...@gmail.com wrote: > > I made the test manager account(299-688-2927). > And made the test account(883-246-9742) under the test manager account > using test manager page UI and

Re: DEVELOPER_TOKEN_NOT_APPROVED with test account

2018-10-26 Thread Дмитрий Беседин
Hello Peter, Do you have any news about this issue? понедельник, 8 октября 2018 г., 9:38:15 UTC+3 пользователь Peter Oliquino (AdWords API Team) написал: > > Hi Will, > > My apologies for the inconvenience. There is indeed an issue with newly > generated test accounts that causes the said

Re: Update the status of a CrmBasedUserList from Closed to Open

2018-10-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dorian, Could you also provide your SOAP request and response logs that were generated when you encountered this similar situation? It would help in the team's investigation. You may send these to me via the *Reply privately to author* option. Regards, Dannison AdWords API Team On Friday,

Re: UserListError.CAN_NOT_MUTATE_SENSITIVE_USERLIST due to Customer Match policy?

2018-10-26 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Alex, Thanks for reporting this. I'm passing this information to engineering and we'll update this thread as soon as possible. Best, Thanet, AdWords API Team On Friday, October 26, 2018 at 2:45:24 AM UTC+9, a...@zaius.com wrote: > > For reference, here's the SOAP request/response I sent

Re: Access Token not generating through Oauth2 API

2018-10-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, As long as the refreshToken you specify in your properties file is associated to your clientId and clientSecret (in the same file), then, generating the access tokens via the client library should not be an issue. Thanks and regards, Peter AdWords API Team On Friday, October 26, 2018 at

Re: Can't create partition tree or I just don't understand it

2018-10-26 Thread WDirk
Ok, I've sent you a SOAP request ^^ Dne čtvrtek 25. října 2018 20:41:18 UTC+2 Sreelakshmi Sasidharan (AdWords API Team) napsal(a): > > Hello, > > The INVALID_PRODUCT_BIDDING_CATEGORY >

Re: Error message not in manual

2018-10-26 Thread makoto . kmy
Hi, I think the cause is the same as this topic. https://groups.google.com/d/msg/adwords-api/hjsiAJklJEc/V4n3kAwVCgAJ Can I prevent a test account from applying policy? Thanks, 2018年10月25日木曜日 11時53分57秒 UTC+9 makot...@gmail.com: > > Hi, > > I replyed in private mode. > Could you confirm reply