Re: AdWordsUser doesn't have authorization token

2018-05-11 Thread ironside . alexander
Ok so I have the test account and the manager account. The manager is the default non-test account. When I try to create the oauth credentials, they are created with the manager (non-test) account. I need to use the test account to create the oauth credentials. How can I do that? W dniu czwarte

Re: AdWordsUser doesn't have authorization token

2018-05-11 Thread ironside . alexander
OK I think I got through it. I used the client id for the test account. Now I'm getting this error: {Error returned when the requested Paging is missing from the TargetingIdeaSelector when required.. (Error: TargetingIdeaError.NO_PAGING_IN_SELECTOR, FieldPath: selector, Trigger: ) Error returne

Re: [Get info of ads is removed]

2018-05-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi ThanhDuong, Basically, the statuses you see on UI under "*Not eligible to run*" means they are not active. To further explain this, I will give you some sample scenarios. When you generate ad reports with the status *REMOVED* (e.g. Campaign removed) then the value you have to set for the s

How do I get hourly data in CAMPAIGN_PERFORMANCE_REPORT?

2018-05-11 Thread Arulmurugan Subramaniam
Hi, Currently, CAMPAIGN_PERFORMANCE_REPORT has shown only on daily basis. Is it possible to get it on an hourly basis? Please advise. Thanks, Arulmurugan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=

MutateMembersError.INCOMPATIBLE_UPLOAD_KEY_TYPE

2018-05-11 Thread r . maksimov
Hello! I create userlist for idfa and adid in API, but response MutateMembersError.INCOMPATIBLE_UPLOAD_KEY_TYPE. How i can create user list for idfa? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Adwords API support for webhooks - conversion and cost data

2018-05-11 Thread adam . abbott
Hi All, Does adwords offer support (or a 3rd party service ie stitch etc) for near real time webhooks for conversion and cost data? We are trying to build real time dashboards and with 3 hourly delays on data that wont scale. Webhooks have proven to be good work arounds for other channels so

Someone please guide to get stats of extension from AdWords like clicks, impressions etc and other stats ?

2018-05-11 Thread Nicole Angela
Currently I am using googleads-php-lib and php for fetching campaigns data, suddenly I saw `https://developers.google.com/adwords/scripts/docs/features/ad-extensions` but it is not for php. Help regarding all stats is appreciated. Someone please guide. I was trying to get stats of this site

MutateMembersError.INCOMPATIBLE_UPLOAD_KEY_TYPE

2018-05-11 Thread r . maksimov
Hello! I try create UserList for idfa, but response MutateMembersError.INCOMPATIBLE_UPLOAD_KEY_TYPE. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

How i can create user list for idfa

2018-05-11 Thread r . maksimov
I try create user list for idfa but response MutateMembersError.INCOMPATIBLE_UPLOAD_KEY_TYPE -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Obtaining AdGroupId

2018-05-11 Thread ironside . alexander
Hi. I'm looking for a way to get my AdGroupId. Here's part of my code: var seedAdGroupIdSearchParameter = new SeedAdGroupIdSearchParameter(); seedAdGroupIdSearchParameter.adGroupId = ; searchParameters.Add(seedAdGroupIdSearchParameter); searchParameters.Add(relatedToQuerySearchParameter);

Re: AdWordsUser doesn't have authorization token

2018-05-11 Thread ironside . alexander
I'll open another thread with further questions. This question was solved with creating the oauth credentials in incognito window. W dniu piątek, 11 maja 2018 11:33:35 UTC+2 użytkownik ironside@gmail.com napisał: > > OK I think I got through it. I used the client id for the test account. >

Error with Criteria Performance Report

2018-05-11 Thread Stephen Barrett
I'm receiving this error when I am running the example CRITERIA_PERFORMANCE_REPORT with AWQL. I was running it on a test account and thought it was because there is very minimal data in it, so I switched to an production account that I have and all my campaigns from another function pull in, bu

Re: How do I get hourly data in CAMPAIGN_PERFORMANCE_REPORT?

2018-05-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Arulmurugan, You can use the HourOfDay segment field in the CAMPAIGN_PERFORMANCE_REPORT t

Re: MutateMembersError.INCOMPATIBLE_UPLOAD_KEY_TYPE

2018-05-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The error: MutateMembersError.INCOMPATIBLE_UPLOAD_KEY_TYPE you get is because a userlist can be uploaded with only one type of data and once uploaded, it will not accept any other ID types . Th

Re: Retrieving Ad Extensions

2018-05-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Glad that it worked, Joe. Adding further to Joe's update, there is an offset which needs to be set to appropriate value in order to retrieve the values for Page .entries. Please refer this line of c

Re: Obtaining AdGroupId

2018-05-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You can retrieve the Targeting ideas by providing the Ad Group ID with the SeedAdGroupIdSearchParameter . If you already have an existing Ad group in your account, you co

Re: Someone please guide to get stats of extension from AdWords like clicks, impressions etc and other stats ?

2018-05-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Nicole, I am from AdWords API Team. I understand you have some questions about Ad Extensions. Are you trying to pull these stats through the AdWords API or AdWords Scripts? The link that you've shared points to AdWords Scripts documentation. If that's the case, you could post your concern

Re: Error with Criteria Performance Report

2018-05-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Could you please check out this post from the library's GitHub page and see if it fixes your issue? If not, could you please file an issue there so that the library owners can take a look? Regards, Dhanya, AdWords API Team

Re: Error with Criteria Performance Report

2018-05-11 Thread Stephen Barrett
that post has nothing to do with this Parse error. On Friday, May 11, 2018 at 2:07:28 PM UTC-6, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Stephen, > > Could you please check out this post > from the > library's GitHub page and

Using dynamic customerId

2018-05-11 Thread Stephen Barrett
I've successfully been able to get client's customer ID number during authentication. What is the best procedure on how to use that Client CustomerId instead of the customerId in the ini file? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev