Re: GenerateRefreshToken.php command line error

2017-01-13 Thread Chris
Do you recommend that I totally delete the zip file that I have in my 
website root?

Should I be navigating to the website root in SSH before running the 
composer install command?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fcfcc51a-57d2-4d41-8eee-fa6ae72f84e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API using PHP getting error when GetRefreshToken.php is run

2017-01-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Chris,

You'll need to use Composer  to install the 
latest version of the AdWords API PHP client library, which will update the 
required dependencies in your environment. If you downloaded the example 
files directly from the repository, these dependencies may not be 
configured correctly. Could you try it out and let me know if it works? 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e900fc55-4eec-461f-804c-d314576a0215%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Downloading PHP API library and location of adsapi_php.ini file

2017-01-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Chris,

Yes, you need to copy the config file (adsapi_php.ini) to your home 
directory and use fromFile() on builders to load this file from home 
directory. You can then follow the instructions provided here 

 to 
set up OAuth2 for your application. I have addressed your other issue about 
generating a refresh token on the other thread. Please let me know if you 
are able to generate a refresh token successfully. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8ca9045-3eca-4cd3-8781-24bb82c27e2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GenerateRefreshToken.php command line error

2017-01-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Chris, 

Using composer to download the latest version of the client libraries as 
mentioned in step 1 of the setup document  
 will ensure that all the 
required dependencies are in place. Directly downloading them might fail to 
configure these dependencies. 

Please try this and let me know if you face any issues. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b2b7baf4-688f-48ba-a47d-618d7e055499%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GenerateRefreshToken.php command line error

2017-01-13 Thread Chris
I'm trying to generate a refresh token but I'm getting the following error 
*AFTER* I have added my client id and client secret. I downloaded the .zip 
file for adwords api library, but I'm not familiar with composer so I did 
not install using composer. 

Do I need to install another library for OAuth2?

PHP Fatal error:  Class 'Google\Auth\OAuth2' not found in 
/var/www/vhosts/mywebsite.com/googleads-php-lib-master/examples/Auth/GetRefreshToken.php
 
on line 97



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/73401eea-956e-4ded-b03e-558deb9ee302%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Click Performance Report via API > Call Extension gCLID > import to Analytics > Link and attribute to Adwords

2017-01-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alan,

If you have set up conversion trackers 
 to 
track calls from call-only ads or ads using call extensions, these 
conversions are already attributed to the corresponding keyword in your 
AdWords account. This information is available in the Click Performance 
Report 

 as 
well. You can use the Call Metrics Call Details report 

 to 
get details for calls to Google forwarding numbers, if you are using them 
in call extensions and to track website call conversions. The AdWords 
metrics listed here 

 are 
the the ones available in the linked Analytics account if you have enabled 
auto-tagging.

I'm afraid the issue of importing these conversions into your Analytics 
account is not in scope for this forum. I would suggest that you post your 
query in the Google Analytics API forum 
.

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6f3bad7a-a934-4836-8670-4bddee13c57c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ad customizer with IF functions not working

2017-01-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The changes related to customizing the ads with IF functions will be rolled 
out over the next few months. However, you can verify if this feature is 
enabled in your account. While editing any one of your ads, type in a "{". 
If you see a drop down with the 'IF Function' in it would means that your 
account is enabled for this feature. Please check our Ads Developer blog 

 post 
for more details. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fc0a53b6-5a85-4654-baea-5d08e72b090a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Doubt about CampaignStatus field in Campaign Performance Report

2017-01-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Pippo, 

Unfortunately, the CustomerSyncService 

 is 
the closest API service that we have in comparison to the change history on 
the UI. If the change status is new, you could use the specific service to 
get the status. In all other cases, it might not be possible to get that 
via the API.

Thanks,
Sreelakshmi, AdWords API Team

On Wednesday, January 11, 2017 at 11:07:47 AM UTC-5, Pippo wrote:
>
> From Campaign Performance Report I download today, 11 Jan 2017, the 
> following data 
>
> {  'CampaignStatus': 'enabled', 
>'Cost': 0.0, 
>'Day': '2016-12-31', 
>'Id': 'x', 
>'Impressions': 0, 
>'Name': 'y'}, 
>{   'CampaignStatus': 'enabled', 
>'Cost': 0.0, 
>'Day': '2017-01-01', 
>'Id': 'x', 
>'Impressions': 0, 
>'Name': 'y'}, 
>{   'CampaignStatus': 'enabled', 
>'Cost': 186.06, 
>'Day': '2017-01-02', 
>'Id': 'x', 
>'Impressions': 3900, 
>'Name': 'y'}, 
>{   'CampaignStatus': 'enabled', 
>'Cost': 228.55, 
>'Day': '2017-01-03', 
>'Id': 'x', 
>'Impressions': 5343, 
>'Name': 'y'},
>
> for a campaign whose status has been 'paused' until '2017-01-01' and has 
> been renabled on '2017-01-02'. This is confirmed by the google adwords 
> page:
>
> 02-Jan-2017 10:48:03 
> y   y
>
> 
>  1 
> campaign activeHide details
>
> Status changed from paused to active
>
> Impressions and Cost values confirm the status change but I wonder why the 
> in the Campaign Performance Report results, on '2017-01-01' the field 
> CampaignStatus is 'enabled'. Shouldn't it be 'paused'?
> I have to catch someway the status changing paused->active. Am I using the 
> right tool? Am I looking at the right field?
> Thanks!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1eee3cb8-c639-47b7-b948-116aff387f8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: USER_PERMISSION_DENIED

2017-01-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

Could you provide the AdWords clientCustomerId you are trying to access 
along with the email address used to create the OAuth2 credentials used? 
Your Auth.ini file will also be helpful. Please use *Reply privately to 
author* when responding. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a08767d5-be47-42b4-947a-42ba8d91cdb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: J'ai les solutions pour empêcher les publicités d'être bloqué par AD-block

2017-01-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

Unfortunately, I can respond to your query in English only. Are you facing 
issues with AdWords API? In that case, please feel free to provide the 
details and I'd be happy to take a look. 

Regards,
Vishal, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1836656f-ba16-4d12-bd64-d5c780525d5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Downloading PHP API library and location of adsapi_php.ini file

2017-01-13 Thread chris
Hi friends. I'm in the early stages of working with the Adwords API. I have 
simply downloaded the PHP files from GitHub... I'm not familiar with how to 
do this via composer.

Questions...

1. Is it ok to just download and place the files on the server?

2. I have made changes to my adsapi_php.ini file (found in the 
/examples/Auth folder) and moved it to my website root. Is this correct?


Also,
 
I'm really stuck trying to Generate the Refresh Token. I have tried to run 
GenerateRefreshToken.php from the command line, but I get an error... 

 

require(../../vendor/autoload.php): failed to open stream: No such file or 
directory in 
/var/www/vhosts/mywebsite.com/googleads-php-lib-master/examples/Auth/GetRefreshToken.php
 
on line 19 


. 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/130533da-e1bc-44dd-8302-c4cb2221f0a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API using PHP getting error when GetRefreshToken.php is run

2017-01-13 Thread chris
I'm getting the following error when running GetRefreshToken.php from SSH.

[root@myroot Auth]# php -f GetRefreshToken.php
PHP Warning:  require(../../vendor/autoload.php): failed to open stream: No 
such file or directory in /var/www/vhosts/mysite.com/googleads-php-lib-
master/examples/Auth/GetRefreshToken.php on line 19


Here is a screenshot of my file structure. I'm not seeing the 
vendor/autoload.php in the files? 







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f93d69e0-7d34-4600-8410-eea0ed1f7e44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Avoid the download of 'removed' keywords from Keyword Performance Report

2017-01-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

You can use the below predicate 
 in 
the report definition 

 to 
include only those keywords which are "Enabled" or "Paused" in the 
downloaded Keywords Performance Report 

.


Status
IN
ENABLED
PAUSED


Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/70ba-36b4-4276-bffb-1fa6af899a1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: aqwl campaign report not getting clicks performance report including zero value

2017-01-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Yash,

Since you are using a test account, your campaigns will not have 
impressions and may not be included if zero impressions are not requested 
explicitly. To include zero impressions in your report output, you need to 
set the includeZeroImpressions HTTP header 

 to 
true. When set to true, reports will not exclude any rows based on metric 
values, and will include those with zero impressions. This guide 

 provides 
more information on working with zero impressions in AdWords API reports. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/836cf87b-fd15-4920-969c-3ae2a437ac6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Click Performance Report via API > Call Extension gCLID > import to Analytics > Link and attribute to Adwords

2017-01-13 Thread Alan Johnson


Hi all,


We have an Google Adwords account linked up to a Google Universal Analytics 
account and we are trying to attribute call extension conversions to the 
Adwords via Analytics using only the gCLID. We are getting the gCLIDs via 
the Google Adwords API.


In other words, we get these Google click IDs (gCLID) from the Google click 
metrics report every time there is a click to call on our ad. However, 
since the user never actually goes to the site, it is impossible to grab 
the Google Analytics CID to identify an Analytics session.


We would like to import these gCLIDs to Analytics and have them attributed 
to our Adwords account by sending events using the measurement protocol. 
These are the parameters that we are sending with MP so far but with no 
success as of yet.


v: "1", tid: "UA-xxx-x", cid: "555", gclid: CMvmjrWWvdECFQONaQodh, t: 
"event", ec: "SEM Call", ea: "Call Placed", cn: "NADA Event", ci: 
"x", cs: "google", cm: "cpc", ev: 27, kc: +nada


The event source / medium turn out to be correct but Analytics doesn't seem 
to realize that we are trying to import conversions to attribute and link 
with our Adwords account.


We know that importing directly to Adwords is a possibility, but we would 
rather import directly to Analytics if possible, due to other tracking 
issues.


Can anyone help me attribute my gCLIDS (conversions) to my Adwords account 
and specifically, to Adwords keywords, in this way?


Thanks!

Alan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6cce0800-03d4-4f38-a540-1dbbbc436826%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: USER_PERMISSION_DENIED

2017-01-13 Thread viteloge . ronan01
Hi,

Following your help, it was working fine but 1 month later, i get the same 
error but only online. The parametres are good. Why does that work only 
offline ? 
I can send you my Auth.ini if you want?
Thanks for your reply

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/df80b98e-efc5-4073-b5ea-83bc4aebd142%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report from API different than {placement}

2017-01-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Mike,

No word yet, but I'll keep asking for updates. I'll let you know as soon as 
I hear back.

Thanks,
Josh, AdWords API Team

On Thursday, January 12, 2017 at 3:25:55 PM UTC-5, Mike-Indiana wrote:
>
> Hi Josh, any word back on this?
>
> Thank you,
>
> Mike
>
> On Wednesday, January 4, 2017 at 10:13:37 PM UTC-5, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi,
>>
>> Thanks for sending over the example. While looking into this, I found 
>> that one of my colleagues already asked this question, so I'm following up 
>> with him. I'll send you an update as soon as I have more information.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Wednesday, January 4, 2017 at 11:42:17 AM UTC-5, Mike-Indiana wrote:
>>>
>>> Private reply sent. Thank you Josh
>>>
>>> On Wednesday, January 4, 2017 at 9:06:46 AM UTC-5, Josh Radcliff 
>>> (AdWords API Team) wrote:

 Hi,

 Could you pass along a campaign ID, date range, and domains where you 
 are seeing the discrepancy so I can investigate further?

 Thanks,
 Josh, AdWords API Team

 On Tuesday, January 3, 2017 at 10:51:33 PM UTC-5, Mike-Indiana wrote:
>
> Hello, this discrepancy seems to have existed for several years, I 
> thought that I would post.
>
> Pulling AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT will yield non-www. 
> domains in the report for 'Domain'. For example, google.com
>
> However when using valuetrack {placement} in ads, a click may yield 
> either google.com or www.google.com. However in the reports, it will 
> not return the www. version and assign the click data to the other.
>
> *In short*, it would be kind if the API placements report would 
> reflect the same variable as valuetrack. Has anyone else noticed this, or 
> is it an issue on my setup?
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/246766b4-53ad-476b-bcb8-71b650c7094f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ad customizer with IF functions not working

2017-01-13 Thread agizynska

Hi, just wanted to ask if the 'if' function for ad customers is fully 
rolled out to all advertisers? I am trying to set this up for audience 
targeting in Headline 2 and I keep getting following error message and it 
would not let me save the ad:

'One of your functions is being used incorrectly. Please check the proper 
format and try again.'

I am using the following function:

   - {=IF(audience IN(,),text to insert):optional 
   default text}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/72b5acc4-22e6-488b-8384-902c1bbb6e1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


aqwl campaign report not getting clicks performance report including zero value

2017-01-13 Thread yashesoftech2
Hi,

I'm looking forward to integrate the google adwords API by using PHP 
library.

Currently I'm calling api for adwords test account.

I get four campaigns with this aqwl query : SELECT CampaignId FROM 
CAMPAIGN_PERFORMANCE_REPORT

And zero campaign with this aqwl query : SELECT CampaignId,Clicks FROM 
CAMPAIGN_PERFORMANCE_REPORT



Can anyone please help me with this, where I'm  going wrong ?



Thanks in advance,
Yash

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3dad2d8e-c341-4568-8e8b-9c6acc2546d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


J'ai les solutions pour empêcher les publicités d'être bloqué par AD-block

2017-01-13 Thread Zarr be

Bonjour,

j'ai essayé en vain d'entrer en contact avec les développeurs pour leur 
faire part de mes solutions


Bien à vous zarr be

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ee7ff572-48f9-4f2b-b629-7fcf427a67f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Avoid the download of 'removed' keywords from Keyword Performance Report

2017-01-13 Thread Pippo
Is there a sort of filter for the Keyword Performance Report such that the 
only downloaded keywords are the ones with Status 'enabled' or 'paused'?
I'm not interested to download 'removed' keywords info, and it can happen 
that the number of 'removed' keywords is huge w.r.t. the others, and the 
report processing can be very slow.
Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3a6a456e-653c-4c0d-8969-fec261cd97d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Doubt about CampaignStatus field in Campaign Performance Report

2017-01-13 Thread Pippo
Ok thanks, it sounds good!
However the possible values of the field campaignChangeStatus are the 
strings FIELDS_UNCHANGED, FIELDS_CHANGED, NEW, and the latter indicates that 
something 
has changed, but not what/how.
Here 

 it's 
stated:
*'This entity was created during the time frame we're looking at. We will 
not enumerate all of the individual changes to this entity and its 
children. Instead it should be loaded from the appropriate service.'*
I've looked for this 'appropriate service' in the documentation, but I 
can't find it. Can you give a link to the documentation and/or a code 
example?
My objective still remains to catch the information 'status: paused 
->enabled'.
Thank you again!

On Thursday, 12 January 2017 18:28:16 UTC+1, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Pippo, 
>
> Although it is not possible to get the historical data via reporting, you 
> could use CustomerSyncService.CampaignChangeData 
> 
>  to 
> get the campaign change history. Please check our sample 
> 
>  (Java) 
> for reference. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fa5b2fc9-299c-4df2-a336-e267bf8ffbc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Limit on Bidding Strateguies Per Campaign

2017-01-13 Thread 'Joyce Lava' via AdWords API Forum
Hi Rob,

This error 

 occurs 
when the number of allowed entities has been exceeded in the request. Could 
you please send to me (*reply privately to author*) the complete SOAP 
request and response that shows this issue?

Thanks,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b641163b-f695-471a-94ef-eb1d6c43f0d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.