Re: Adwords Scope permissions? Question on User Self Reporting app

2018-11-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Scott, You could do it either ways. If the account is linked with your Google Ads Manager account, you can use your client credentials (client id and client secret) and OAuth tokens (access token and refresh token) to access any account's data in your manager account's hierarchy. You could

Re: Developer token not approved error when running getcampaigns

2018-11-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The issue related to DEVELOPER_TOKEN_NOT_APPROVED is resolved. Could you please retry and confirm if this is working for you? Thanks, Milind, AdWords API Team -- --

Adwords Scope permissions? Question on User Self Reporting app

2018-11-16 Thread Scott G
Hi, I'm an analyst interested in building a portfolio showcase web app (python / dash) which allows an adwords user to log in and see their own adwords data utilizing my front end. My question is that if my app utilizes my own client id, secret, etc. and then allows login via SSO w/ the

Re: How to check conversion which are imported from GA

2018-11-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The conversion count type is unfortunately not available via reports. I am still checking if the API can return these via ConversionTarckerService. I will let you know if I have any updates. Until then, you may need to get the count type via the UI. Thanks, Sreelakshmi, AdWords API Team

Re: Chartramp - Open source project for Google Ads API

2018-11-16 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Majid, Could you access this link and click on the "Open Table" button and see if you have access to it? Regards, Dannison AdWords API Team On Friday, November 16, 2018 at 7:30:24 PM UTC+8, Majid Khosravi wrote: > >

Re: Using Or with Where statement

2018-11-16 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The Impressions , Clicks , and Conversions

Re: The tutorial link for uploading the video does not exist

2018-11-16 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Wei, The AdWords API currently does not support creating new YoutubeVideoMedia, so you need to manually set the campaign's YouTube Video assets through the AdWords UI. If you already have existing youtube media in your account, you will be able to use the specific media with the

Using Or with Where statement

2018-11-16 Thread Ns sh
Could you please help me to correct this statement: .Where("Impressions" Or "Clicks" Or "Conversions").GreaterThan(0) I go an error "'Conversion from string "Impressions" to type 'Long' is not valid'". Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Age Range Performance Report creating problem when i use where criteria for specific age range.

2018-11-16 Thread Qaiser Javed
Hi Mike, Thank you for your response and solution as well. I test this filter "18to24" it is correct. I also test with others like "25to34", "35to44", "45to54", "55to64", "Undetermined". These filters are also working fine. *But this filter "65 or more" is not working. Please test at your

Re: Age Range Performance Report creating problem when i use where criteria for specific age range.

2018-11-16 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I got this filter to work with a value of "18to24". Please try that in your WHERE clause. I'm going to work on gathering information on as many of these magic values as I can so we can publicly document them. Thanks for pointing out this gap in our documentation! Regards, Mike,

Re: Chartramp - Open source project for Google Ads API

2018-11-16 Thread Majid Khosravi
Sure. here it is. On Thursday, 15 November 2018 17:17:37 UTC, Dannison Yao (AdWords API Team) wrote: > > Hi Majid, > > The link I sent should be publicly available. Could you send over a > screenshot of what you're seeing upon accessing it? > > Regards, > Dannison > AdWords API Team > > On

GoogleのOAuth認証とGoogle+のOAutho認証とは別物でしょうか?

2018-11-16 Thread Shimpei Fubasami
制作中のウェブサイトにソーシャルログインボタンの機能を設けようと考えています。 (Wordpressとプラグインの[Gianism]使用) 色々なサイトを見て回ると 「Googleでログイン」と「Google+でログイン」あるいはロゴはGoogle+だが言葉は「Googleでログイン」など 混在している事に気が付きました。 Q1.GoogleのOAuth認証とGoogle+のOAutho認証とは別物でしょうか? Q2.別物の場合、Google+が終了すると、「Googleでログイン」はセーフ、「Google+でログイン」(Google+のOAutho認証使用)はアウトでしょうか?

The tutorial link for uploading the video does not exist

2018-11-16 Thread Wei Stiven
I found a tutorial link to upload the video in the documentation , but the link has expired. The link: http://adwords.google.com/support/aw/bin/answer.py?hl=en=39454 So how do I upload a YouTube video using adwords

The tutorial link for uploading the video does not exist

2018-11-16 Thread Wei Stiven
I found a tutorial link to upload the video in the documentation , but the link has expired. The link: http://adwords.google.com/support/aw/bin/answer.py?hl=en=39454 So how do I upload a YouTube video using adwords

Re: INVALID_PREDICATE_FIELD_NAME

2018-11-16 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The issue is not with the BiddingStrategyType field, but rather, the *Status* field in your WHERE clause : Where("Status").In("ENABLED", "PAUSED") The Product Partition Report

Re: How can I use the ADword API to delete certain audiences?(Attach a screenshot)

2018-11-16 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jia, My apologies if I misunderstood your concern. Are you trying to delete a userlist or a member

INVALID_PREDICATE_FIELD_NAME

2018-11-16 Thread Ns sh
Hi, I got an error "INVALID_PREDICATE_FIELD_NAME" when I was trying to download gezipped XML Adwords data for uploading to the our server. Dim query1 As ReportQuery = New ReportQueryBuilder() _ .Select("AccountDescriptiveName", "AdGroupId", "AdGroupName", "AdGroupStatus", "BiddingStrategyType",

Re: How can I use the ADword API to delete certain audiences?(Attach a screenshot)

2018-11-16 Thread jia zheng
I only delete one, not all, what should I do?userListId 、membersList What data is being filled in ? 在 2018年11月16日星期五 UTC+8下午4:22:58,Peter Oliquino (AdWords API Team)写道: > > Hi Jia, > > My apologies as we currently do not have a sample code or XML for what you > wish to achieve. However, in your

Re: How do I remove the audience using the AdwordsUserListService?

2018-11-16 Thread jia zheng
Can you give me an example of an XML delete audience? 在 2018年11月16日星期五 UTC+8下午3:57:01,Luis Xander Talag (AdWords API Team)写道: > > Hi Jia, > > The AdWordsUserListService > > is > used to manage user lists.

Re: How can I use the ADword API to delete certain audiences?(Attach a screenshot)

2018-11-16 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jia, My apologies as we currently do not have a sample code or XML for what you wish to achieve. However, in your request, it appears that you also need to include the removeAll