How to test ads from different locations?

2019-02-12 Thread fp . mmc . mail
There is a tool http://isearchfrom.com/ - it helps to see how ads looks like from different location (Country, city). Does AdWords api allow to build such test tool? Or do I need to use another google api to build such tool? Thank you in advance! -- --

OAuth2 = User Permision Denied

2019-02-01 Thread fp . mmc . mail
I just started to use OAuth2 for authenticating my users. And I do not know is my error related to new *login-customer-id* header requirement or it something else? My SOAP request looks like this: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;

Re: Parallel tracking doesn't work with tracking tamplate.

2019-01-21 Thread fp . mmc . mail
But this doc says that Starting October 30, 2018, parallel tracking will be required for all Google Ads accounts. https://support.google.com/google-ads/answer/7650215?hl=en Or it means "required for all accounts but will be available only for search camp in android"? понедельник, 21 января 2019

Parallel tracking doesn't work with tracking tamplate.

2019-01-21 Thread fp . mmc . mail
We set click tracking template for our clients through API but when google search users clicks on our client's ads they are sent not on advertising site but on our tracking url. We thought parallel tracking should work another way: users clicks on ad and then going to final url. In parallel

Re: Is there a way to order blocked IP list by adding date?

2018-12-29 Thread fp . mmc . mail
I'm talking about AdWords API. I can get all blocked ips through AdWords API but how to sort them by adding date? пятница, 28 декабря 2018 г., 14:24:07 UTC+2 пользователь fp.mm...@gmail.com написал: > > I can get all blocked IPs from AdWords but how to get all blocked IPs > sorted by adding

Is there a way to order blocked IP list by adding date?

2018-12-28 Thread fp . mmc . mail
I can get all blocked IPs from AdWords but how to get all blocked IPs sorted by adding date? For example: 11.11.11.11 - was added at 13:43:02 22.22.22.22 - was added at 11:56:31 33.33.33.33 - was added at 17:44:05 I need: 22.22.22.22 11.11.11.11 33.33.33.33 Can you help me? -- --

How to get all active campaigns by domain?

2018-12-18 Thread fp . mmc . mail
For now I can get all active campaigns in the account with help of predicate. But how to get all active campaigns with specific domain in the ads? I need something like this: Account => active campaign => ads group => ad with final url which include "my-domain.com" if so return id of this

How to get the email of a client who managed by our MCC?

2018-11-14 Thread fp . mmc . mail
For example: I have a client who accepted my adwords access request. How to get the email of this clients's adwods account? Can you give soap request example for such operation? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How to set TrackingUrlTemplate?

2018-11-12 Thread fp . mmc . mail
I'm trying to set TrackingUrlTemplate and I getting the error in response. I know that you do not support JS but I'm doing it through javascript using node-adwords. If you be so kind and give me a sample of php code how to do mutate() on CustomerService then I could figure out how to do it

How to set trackingUrlTemplate in CustomerService?

2018-11-12 Thread fp . mmc . mail
I'm trying to set TrackingUrlTemplate and I getting the error in response. I know that you do not support JS but I'm doing it through javascript using node-adwords. If you be so kind and give me a sample of php code how to do mutate() on CustomerService then I could figure out how to do it

How to set TrackingUrlTemplate using PHP?

2018-11-12 Thread fp . mmc . mail
I'm trying to set TrackingUrlTemplate and I getting the error in response. I know that you do not support JS but I'm doing it through javascript using node-adwords. If you be so kind and give me a sample of php code how to do mutate() on CustomerService then I could figure out how to do it

How to get keyword which initiated search ad showing?

2018-11-05 Thread fp . mmc . mail
I thought it would be possible to get keyword by GCLID. But after reading this forum I got doubts. My question is - does it possible to get click info (keyword, campaignName, groupName etc, the most important it's *keyword*) with help of GCLID? Or the only way it's ValueTrack? Also my

AuthorizationError.USER_PERMISSION_DENIED

2018-10-01 Thread fp . mmc . mail
I'm trying to make my first API call and get an error: *AuthorizationError.USER_PERMISSION_DENIED* My configuration is: 1. Developer token - My production token which is pending approval now 2. Client customer ID - The ID of Test AdWords acc which contains a test campaign (Not Test Mcc acc) 3.

Can't get AdWords Campaign info (invalid_grant or USER_PERMISSION_DENIED)

2018-09-30 Thread fp . mmc . mail
I'm trying to send my very first request to AdWords API (get some info about campaign). So I setted up: 1. The client id - From Google API console (mcc email used). 2. Secret id - From Google API console (mcc email used). 3. Refresh token - Production MCC account. 4. Developer token - Production

AuthorizationError.USER_PERMISSION_DENIED or invalid_grant

2018-09-30 Thread fp . mmc . mail
I'm trying to do my first AdWords API call and I get an error: *AuthorizationError.USER_PERMISSION_DENIED* This is my credentials: 1. Developer token - Production token from my MCC 2. Client customer Id - The test AdWords account ID under test MCC account 3. Client id - My id from google api

AuthorizationError.USER_PERMISSION_DENIED

2018-09-30 Thread fp . mmc . mail
I'm trying to do my first AdWords API call and I get an error: *AuthorizationError.USER_PERMISSION_DENIED* This is my credentials: 1. Developer token - Production token from my MCC 2. Client customer Id - The test AdWords account ID under test MCC account 3. Client id - My id from