Re: How to get user list id in get campaign

2018-07-11 Thread Tarun Jain
Hi Sreelakshmi, Actually I have only campaign id and I want to get linked UserListId and UserListName of that campaign. In CampaignCriterionService.get() there no such field to get userListId. I

Re: GetKeywordIdeas - Keyword limit?

2018-07-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Being that it is an array, there should be no limit to the number of keywords you could include into it. However, should your attempt result in an error, let me know and provide to me the SOAP request and response or any helpful logs so I can investigate further. For the details I

Re: Does criteria performance report reveal every criteria combination by specifying zeroimpression ?

2018-07-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I did a test on my local using my test account and what you have observed should be correct. Setting the *includeZeroImpressions = false* would also return those other information that could help you better identify your ad group criterion's hierarchy. However, you may take note that the

Re: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE

2018-07-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Philo, To better investigate this, could you provide the complete SOAP request and response logs when you encountered the error as well as your clientCustomerId? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Device setting (php)

2018-07-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Are you referring to targeting the mobile and tablet device to your campaign? If so, you may use the CampaignCriterionService and use the Platform

Re: Pausing Ad Groups in an Array

2018-07-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, You may refer to this sample code in PHP on how to set the ad group id to your operand. Regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Get all user lists and list them

2018-07-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Niko and to everyone following this thread, My apologies for the confusion in my previous post. To correct the process I mentioned, the REMOVE operation should no longer be required when adding new members to an existing list. Users should be able to send an ADD operation directly using the

Shopping Campaigns: Pausing products temporarily

2018-07-11 Thread David Antunes
Hi, I'd like to pause some products from selling in a shopping campaign (because they are out of stock, or other reasons), so I intend to exclude them. However I'd like to re-enable them (set those nodes back to the "Biddable" state) and that they maintained the previous bid value from when the

Re: Abount Conversions between KeywordPerformanceReport API and AdWords Console.

2018-07-11 Thread T.Motodate
Thanks a lot, Luis-san. We solved this problem. We mistook getting the keyword performance report because used by the wrong AWQL. Excuse me. 2018年7月11日水曜日 17時01分06秒 UTC+9 Luis Xander Talag (AdWords API Team): > > Hi, > > To better investigate this issue, could you provide a screenshot showing

Does criteria performance report reveal every criteria combination by specifying zeroimpression ?

2018-07-11 Thread hzzlzz
Greetings, In https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report, it says this report includes statistics aggregated at the ad group criteria level, one row per ad group and criteria combination. I know it is a single attribution report, only one trigge

Re: KPI estimates for display campaign

2018-07-11 Thread Térence Delsate
Hi Bharani, thank you for your quick reply. What I am trying to recover is actually the estimates provided in the right side of the campaign / adgroup creation window of the UI. I am using the TrafficEstimator, but I am unsure that this is the correct way to do so. Indeed, the estimate in the U

USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE

2018-07-11 Thread Philo
Hi, Since yesterday we are experiencing the following error when deploying display campaigns: [AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE @ operations[0].operand.ad.templateId; trigger:'419'] The docs state: "The user does not have permissions to create a template ad for the given template

Device setting (php)

2018-07-11 Thread mYama
Hello If you want to configure only mobile web and tablet web in campaign device settings, how do you write it? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google API Requirements

2018-07-11 Thread mrasomlith
We are seeking to meet the requirements to get access to the Google API. We have a few questions: 1. Is a client that plans to subscribe to our tool considered as a third party? 2. In order to meet the requirements for “Full Service” there are a list of function

Can I use API to get AdWords Notes

2018-07-11 Thread Biao Jiang
Google released Notes recently (maybe months ago, but I found it recently): https://support.google.com/adwords/answer/7561135?hl=en, which is helpful, wondering if there is an API I can use to get all notes I put in the AdWords UI? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: CampaignBidModifier

2018-07-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You will be able to set the bid adjustments for Platform criteria at the campaign level using

Re: KeywordsPerformanceReport Quality Score Device Segmentation

2018-07-11 Thread bansal412425
Thanks Teja. I am using Keywords id and adgroups id as a key to define keyword so this combination should be unique. Is there a way to get Keywords quality score directly from the Device segmented one? I am assuming this is not simply an average of other formula? Thanks, Gaurav On Tuesday, Ju

Re: Account access management in API (grant other user access to my account)

2018-07-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Unfortunately, I cannot comment on the future plans for this. You could keep an eye on our blog for updates on the upcoming releases. I will share your feedback with the team and let them know your interest. If you are abl

GetKeywordIdeas - Keyword limit?

2018-07-11 Thread Stephen Barrett
Is there a limit to the amount of keywords you can place within the relatedToQuerySearchParameter string array? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

Re: Display Campaigns not showing in UI but included in Campaign Report

2018-07-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana, Could you please share the specific campaign Ids that you're seeing in the API but not in the web interface, so I can take a look and assist you further? You can reply back via Reply privately to author option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Pausing Ad Groups in an Array

2018-07-11 Thread szusi
Awesome, Thank you! Not sure how to use the operand to set the id, as I've never had to do that before. If you could give me some pesudocode or php code to show me how to do that, that would be great! On Tuesday, July 10, 2018 at 10:23:16 PM UTC-6, Luis Xander Talag (AdWords API Team) wrote: >

Re: Retrieval of Conversion Code on Page Load

2018-07-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krishna, If you are using the v201710 version of the API, you will be able to get the code using snippet field via ConversionTrackerService.get()

Re: Account access management in API (grant other user access to my account)

2018-07-11 Thread GDZ
Are their any plans to implement that? There are situations when we need to give quick access to individual accounts under MCC umbrella to member/members of our team, the only way is manual now. Thank you! On Wednesday, July 11, 2018 at 11:17:31 AM UTC-4, Sreelakshmi Sasidharan (AdWords API Te

Re: How to get user list id in get campaign

2018-07-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tarun, To get the AdWordsUserList associated with a campaign as a CriterionUserList , you can use the CampaignCriterionService.get()

Re: Account access management in API (grant other user access to my account)

2018-07-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Your understanding is correct. The attributes inviteeemail and inviteeRole

Re: Can we use AdService to update only specific parts of an ETA?

2018-07-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yang, With the previous versions of the API, v201802 and earlier, the Ads were immutable. Using v201806, you will be able to mutate your ads without losing their performance data using AdService . For this, you w

Re: v201806/AdService mutate SET trackingUrlTemplate yields AdError.INVALID_AD_TYPE

2018-07-11 Thread Chris
Thanks Peter, I sent you a private reply with all the info. On Wednesday, July 11, 2018 at 1:24:47 AM UTC-5, Peter Oliquino (AdWords API Team) wrote: > > Hi Chris, > > Could you confirm if the Id > > that > you

Display Campaigns not showing in UI but included in Campaign Report

2018-07-11 Thread Oksana Sulyma
Hi Adwords support! I've faced interesting case using Campaign Performance Report I see there Campaigns with AdNetworkType1 = Display Network But these campaigns don't appear in Display Campaigns section

Re: Expression Rule User List Error

2018-07-11 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Danny, I do understand that you told me that you can create a Custom Intent in that account. However, the request ID you sent me and the error you sent me are tied to a request to create a Custom Intent failed. I was only debugging exactly what you sent me. Now, i'm guessing you may have

Can we use AdService to update only specific parts of an ETA?

2018-07-11 Thread Yang Gao
Hi, I'm trying to use AdService to update only the final url of some existing ads but I'm getting errors saying that headline and description etc are required. Is there on way to update just specific components of the ad rather than all parts of it? If so, what's the benefit of editing vs just

How to get user list id in get campaign

2018-07-11 Thread Tarun Jain
Hi, I want to get Adwords UserList ID which associate (with campaign or campaign group) in campaign.service.get() . I am not able to get what is field name that I pass to field parameter

Re: Expression Rule User List Error

2018-07-11 Thread danny+awtest
Hi Nadine! As I explained before, I am creating custom intent in one part of code, and created it successful. I am getting response with all info about custom intent (id, name, desc etc.). May be I need create Intent with AdGroupCriterion, not as separate logic? But CriterionCustomAffinity has

Re: Does Criteria Performance Report support "life events"?

2018-07-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Akiko, The audience data of type "Life Events" is a new type of audience that is not yet supported in the AdWords API. I would suggest that you follow our blog post

Does Criteria Performance Report support "life events"?

2018-07-11 Thread Akiko Matsuzawa
Hi, Can we get reports of "life events" with Criteria Performance Report? https://support.google.com/adwords/answer/2497941?hl=en Akiko -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Abount Conversions between KeywordPerformanceReport API and AdWords Console.

2018-07-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To better investigate this issue, could you provide a screenshot showing the discrepancies on the report and the AdWords UI? Also, could you provide the complete report definition you used to gene

Re: How to activate a YouTube Ad Group via AdWords API?

2018-07-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Antonio, Upon checking, it appears that the ad group you are trying to modify belongs to a video campaign. Unfortunately, video campaigns and ad groups associated to them are currently not supported in the AdWords API services and are only accessible via the reports as stated here

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-11 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello KDJ, Sorry for the delay. I'm chasing this matter for you. Could you please tell us your client customer ID you've filled in by *Replying privately to author*? Best, Thanet, AdWords API Team On Wednesday, July 11, 2018 at 4:54:07 AM UTC+9, rentcafe dev wrote: > > Luis, > > It's been over

How to activate a YouTube Ad Group via AdWords API?

2018-07-11 Thread antonio
Hello, We're trying to activate an Ad Group using the AdWords API, but we're getting the error: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT Here's the code we're using: from googleads import adwords from googleads import oauth2 oauth2_client = oauth2.GoogleRefreshTokenClient( A

Will I meet the requirements for an API Developer Token?

2018-07-11 Thread Mans
Hi, I run a marketing agency who wants to pull in Adwords data to our own internal reporting and analytics dashboard. The main things we want to do is: - Pull reports on ads managed by us (Performance, Search volumes for our keywords etc) - Pull TargetingIdeaService and TrafficEstimat