Oauth token HTTP header is malformed. in python official library issue

2023-11-01 Thread Anil Kumar Meena
Hello, 
I have recently started work with the Google Ads client libraries and I 
picked the Python library.
I want to update the click conversion by using the offline example of code 
and I will try all to possible ways with different approaches, and getting 
the same error "Oauth token HTTP header is malformed " if anybody has any 
idea about the problem please share your valuable feedback to solve the 
problem. 
here is the full error description 
Request made: ClientCustomerId: 5260403480, Host: googleads.googleapis.com, 
Method: 
/google.ads.googleads.v15.services.ConversionUploadService/UploadClickConversions,
 
RequestId: ttc94wkSSbLS3VNQ787qAA, IsFault: True, FaultMessage: Oauth token 
HTTP header is malformed.
Request with ID "ttc94wkSSbLS3VNQ787qAA" failed with status 
"UNAUTHENTICATED" and includes the following errors:
Error with message "Oauth token HTTP header is malformed.".
let's join the conversation for more details 
thanks 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ac94ebaa-aa76-49ca-afd0-ba373ac21052n%40googlegroups.com.


Re: Not able to download non public file from Google drive using Linux shell

2022-11-06 Thread Anil Panda
Thank you for the guidance !

On Monday, November 7, 2022 at 12:20:33 PM UTC+5:30 adsapi wrote:

> Hi,
>
> Thank you for reaching us out. I am Sherwin from Google Ads API support 
> team. I hope that you are doing well today.
>
> Moving forward to your concern, it seems like your concern is not related 
> to Google Ads API and it is related to Google Drive. With this, what we can 
> do is to advise you to reach out to the Google Drive support team 
>  with regard to this 
> matter.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2g0Udp:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/68cdb464-f2b1-4d1b-b680-329e329ba36fn%40googlegroups.com.


Not able to download non public file from Google drive using Linux shell

2022-11-04 Thread Anil Panda
Hello Team,

I have generated the below and previously I was able to download the file 
from Google drive using the below method.

Suddenly from yesterday it stopped working showing the output as Not Found. 

I am trying to download files from Google drive to Linux server using a 
shell script. I do not want to make the file public for security reasons. 
 want to exchange the necessary keys while downloading.

Kindly help me. 

client_id
client_secret
device_code
refresh_token

auth_key generated from above.

curl -H "Authorization: Bearer $auth_key" 
"https://www.googleapis.com/drive/v3/files/$id?alt=media; -o "$file"

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/086810be-435c-4c9f-9b79-26153d12036dn%40googlegroups.com.


Re: How to get a spend(cost) for the last month or specified month data only in PHP

2022-11-04 Thread Anil Chaudhary
Thanks for your help.

i will test this query in my live account and let you know if anything.

FYI: PHP Framework for  Parallel Report Download
<https://developers.google.com/google-ads/api/docs/samples/parallel-report-download>
is
not available.
Showing this error: "This is not applicable to PHP because multi-threading
cannot be used in a web server environment."


*Thanks & Regard's,*

*Anil Chaudhary*
*PHP Developer*


On Thu, Nov 3, 2022 at 10:00 PM Google Ads API Forum Advisor
 wrote:

> Hi Anil,
>
> Thank you for the clarifications.
>
> Upon checking the provided screenshots, it appears that you want to get
> the cost at the account level. With this, you may use instead the customer
> report <https://developers.google.com/google-ads/api/fields/v12/customer> and
> include the metrics.cost_micros
> <https://developers.google.com/google-ads/api/fields/v12/campaign#metrics.cost_micros>
>  field.
> For your convenience, you may use the query below as the date range you
> mentioned are considered:
>
> *SELECT metrics.cost_micros, customer.descriptive_name, customer.id
> <http://customer.id> FROM customer WHERE segments.date DURING LAST_MONTH*
>
> Also, since you want to get the cost of the multiple accounts the Parallel
> Report Download
> <https://developers.google.com/google-ads/api/docs/samples/parallel-report-download>
>  can
> still be used in your use case.
>
> Best regards,
> [image: Google Logo]
> Jinky
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2fqqv2:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAMEo5D38_yfvh2yObxzBxTGuFchMhZ9%2BFc4SarPdXMxXDfrt6g%40mail.gmail.com.


How to get a spend(cost) for the last month or specified month data only in PHP

2022-11-02 Thread Anil Chaudhary
Hello Team,

can you please let me know how to get Main manager account of Multiplies 
customer account of multiple campaign of spend cost for example 1st oct to 
31st oct.

I have to get all those data and set those all the data into my Laravel 
built website admin panel where admin show that all the data according to 
customer wise spend cost.

PHP: 7.4
Laravel version : 6
Please help me about this to get result.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f0b71bb2-5190-4540-9248-717aa6c9cf9an%40googlegroups.com.


cURL error 6: Could not resolve host: https

2022-11-01 Thread Anil Chaudhary
Hello Team,

I am getting this "*cURL error 6: Could not resolve host: https (see 
https://curl.haxx.se/libcurl/c/libcurl-errors.html)*' . can you please let 
me know what is the exact issue about this i am using same issue in Demo 
server and localhost.

i am using:
PHP: 7.4
Laravel Framework : 6.0

Please help me about this asap about how can i fix this issue. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/367c697f-15df-4fed-b87b-e9dd651d7920n%40googlegroups.com.


Failed to parse binary descriptor: Getting this error

2022-10-27 Thread Anil Chaudhary
Hello Team,

I have try many but i don't know how to fix them. can you please let me 
know how can we fix this error.


*Failed to parse binary descriptor*
*Note*: i am using php 7.4, latest Google Ads api version 11.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d4d1c798-09c4-478c-b575-7e475ee85ac3n%40googlegroups.com.


Not able to update the sitelink with code

2022-07-12 Thread Anil
Hi,

Using the PHP library when we are trying to update the description of 
sitelink using Google Ads API. 

We are getting the following error

Array
(
[type] => 1
[message] => Uncaught TypeError: Argument 1 passed to 
Google\Ads\GoogleAds\Util\FieldMasks::allSetFieldsOf() must be an instance 
of Google\Protobuf\Internal\Message, array given, called in 
/var/www/sites/psmedia/perfectstormmedia/tools/campaign-settings/sitelinks-new/sitelinkSettings.class.php
 
on line 1039 and defined in 
/var/www/sites/psmedia/perfectstormmedia/tools/includes/api/google-ads-php/src/Google/Ads/GoogleAds/Util/FieldMasks.php:102
Stack trace:
#0 
/var/www/sites/psmedia/perfectstormmedia/tools/campaign-settings/sitelinks-new/sitelinkSettings.class.php(1039):
 
Google\Ads\GoogleAds\Util\FieldMasks::allSetFieldsOf(Array)
#1 
/var/www/sites/psmedia/perfectstormmedia/tools/campaign-settings/sitelinks-new/manage-sitelink-feed-submit.php(195):
 
sitelinkSettings->addEditSitelinkFeedItem('3087510920', Array, 'SET')
#2 {main}
  thrown
[file] => 
/var/www/sites/psmedia/perfectstormmedia/tools/includes/api/google-ads-php/src/Google/Ads/GoogleAds/Util/FieldMasks.php
[line] => 102
)

 $assetId = $itemDetails['feedId'];
// Creates an operation to add each asset.
$assetOperations = new AssetOperation();

$assetOperations->setUpdate(`customers/$adwordsId/assets/$assetId`,$assets);

$assetOperations->setUpdateMask(`customers/$adwordsId/assets/$assetId`,FieldMasks::allSetFieldsOf($assets));

Can you please let us know what is the issue?

Thanks,
Anil

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bdd2b255-eecd-4581-9dc3-399efa3f2c2bn%40googlegroups.com.


Re: PHP Get First Page Cpc Micros

2022-07-07 Thread Anil
Hello Anthony,

Attached is the log with the request Id

[2022-07-06T13:48:09.967873+01:00] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v10.services.GoogleAdsService/Search", CustomerId: 
3087510920, RequestId: "ALPK8bpVCLadrFjySei31A", IsFault: 0, FaultMessage: 
"None"
Fatal error:  Uncaught Error: Call to a member function 
getFirstPageCpcMicros() on null in 
/var/www/sites/psmedia/perfectstormmedia/tools/class/AdWordsAPI.class.php:5626
Stack trace:
#0 
/var/www/sites/psmedia/perfectstormmedia/tools/bids/class/GoogleBidsTool.class.php(331):
 
AdWordsAPI->getReport(Array)
#1 
/var/www/sites/psmedia/perfectstormmedia/tools/bids/class/GoogleBidsTool.class.php(253):
 
GoogleBidsTool->getSearchCampaignsReport()
#2 /var/www/sites/psmedia/perfectstormmedia/tools/bids/bidsCron.php(241): 
GoogleBidsTool->Keyword_Report(1)
#3 {main}
  thrown in 
/var/www/sites/psmedia/perfectstormmedia/tools/class/AdWordsAPI.class.php 
on line 5626

Thanks,
Shobha

On Thursday, June 30, 2022 at 5:14:55 PM UTC+5:30 adsapi wrote:

> Hi Shobha,
>
> Thank you for that information.
>
> To help you with your further, could you please provide the complete 
> request 
> 
>  and response 
> 
>  logs, 
> with the request-id 
> ?
>  
> If you haven't yet, logging can be enabled by navigating to the Client 
> libraries > Your client library (ex. Java) > Logging documentation, which 
> you can access from this link 
> .You 
> can provide it via Reply privately to author option. If this option is not 
> available, you may send the details directly to our 
> googleadsa...@google.com alias instead. Let me know if you have any 
> questions.
>
>
> Best,
> [image: Google Logo] 
> Anthony Cyril 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2a2Tfz:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2dfc876c-e0a6-41d9-b59c-559ae051cbf3n%40googlegroups.com.


Re: Shopping Performance Details

2022-07-05 Thread Anil
Thank you so very much. From the product view group we are not able to 
fetch Product group like 'p0-unknown', 'p1-less than 4.98' etc...Can you 
please let us know.

Thanks,

On Friday, June 24, 2022 at 6:24:32 PM UTC+5:30 adsapi wrote:

> Hi Anil,
>
> Thank you for reaching out to us.
>
> You may note that the v10 version is already deprecated and will sunset in 
> October/November 2022. You can check this schedule 
> <https://developers.google.com/google-ads/api/docs/sunset-dates?hl=en#schedules>
>  
> for more details. That said, I would suggest upgrading to the newest 
> version 
> <https://developers.google.com/google-ads/api/docs/version-migration?hl=en#v10-v11>
>  
> , which is v11, to avoid any issues.
>
> Moving forward, since you want to get the statistics for Shopping 
> Performance at the Product group level. You may use and refer to this 
> product_group_view 
> <https://developers.google.com/google-ads/api/fields/v11/product_group_view?hl=en>
>  
> report to see all the compatible fields in Shopping Performance at the 
> Product group level.
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cCYTu:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1b1a72cd-864e-4bff-b710-3ca9896ef87dn%40googlegroups.com.


Getting null value with the BiddingStrategy

2022-07-01 Thread Anil
Hi Team,

Getting BiddingStrategy as null in Campaign
I am using Google Ads API V10 PHP Libray.

please provide the example on how we can get the bidding_strategy details 
because we are currently getting it as null using the below query.
SELECT campaign.id, campaign.network_settings.target_content_network, 
campaign.network_settings.target_google_search, 
campaign.network_settings.target_partner_search_network, 
campaign.network_settings.target_search_network, 
campaign_budget.delivery_method, campaign.ad_serving_optimization_status, 
campaign_budget.amount_micros, campaign_budget.id, 
campaign.frequency_caps,campaign.bidding_strategy,campaign.bidding_strategy_type,
 
bidding_strategy.type, bidding_strategy.id, bidding_strategy.enhanced_cpc, 
bidding_strategy.name, 
bidding_strategy.maximize_conversion_value.cpc_bid_ceiling_micros, 
campaign_budget.name, campaign.advertising_channel_sub_type, 
bidding_strategy.currency_code, campaign_budget.explicitly_shared, 
bidding_strategy.campaign_count, 
campaign.geo_target_type_setting.negative_geo_target_type, 
campaign.geo_target_type_setting.positive_geo_target_type FROM campaign 
WHERE campaign.id IN (16693978983)

All these giving the null values

$googleAdsRow->getBiddingStrategy()->getId();
$googleAdsRow->getBiddingStrategy()->getName();
$googleAdsRow->getBiddingStrategy()->getType();
$googleAdsRow->getBiddingStrategy()->getTargetSpend();
$googleAdsRow->getBiddingStrategy()->getEnhancedCpc();
$googleAdsRow->getBiddingStrategy()->getScheme();

Can someone please help on this?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/66b6501b-9318-45b0-8f94-4669bd55cc8fn%40googlegroups.com.


Re: Dynamic Search Ad Targets performance report

2022-06-28 Thread Anil
Hi,

The customer Id is 5122649258 - Happy Confident. Also would request you to 
share the response of the  landing_page_view 

 if 
possible

Thanks

On Monday, June 27, 2022 at 5:59:45 PM UTC+5:30 adsapi wrote:

> Hi Shobha,
>
>
> Thank you for the reply. I work with Matt and allow me to assist you here.
>
> To help you in this scenario, we will need to try this on our end. With 
> this, could you please provide the customer Id where we can see the 
> associated data? This information will help our team to check why you are 
> *"not 
> able to fetch the last field Target Id" *as you mentioned.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cCb47:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/18c32957-0060-4df3-8aad-bd44660b3c10n%40googlegroups.com.


Re: Google ads api permission denied ERROR

2022-05-30 Thread Anil
 Hello,

What we noticed that the MCC account we used to create API token was not 
showing it as a user in Google Ads -> "Tools & Security" -> "Access and 
Security" section for some customers. These are the same customers those 
were missing in "list of customers" through API.

Then we added MCC account as a user to customer accounts through "Give 
others access to an account" section and then those missing customers 
started to show in "list of customers" through API.

But it doesn't allow us to do for more than 20 customers. 
Error "*Your google account can only access up to 20 Google Ads accounts at 
a time*" and so we are still not able to get list of all MCC customers yet 
through API.

Please suggest what can be done here.


On Monday, May 30, 2022 at 11:41:01 AM UTC+5:30 adsapi wrote:

> Hi Anil,
>
> Thank you for reaching out to our API support team.
>
> Could you please elaborate on the *The caller does not have permission* to 
> take a closer look at the issue, problems you've been having?
>
> To assist you even further, could you please send us the complete request 
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#request>
>  and response 
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
>  logs 
> with request ID 
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>
>  and request header 
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers>
>  generated 
> on your end where we can see the error? You can provide it via *Reply 
> privately to author* option. If this option is not available, then send 
> it instead on this email address googleadsa...@google.com.
>
> Please let me know also if you have further concerns and our team will be 
> happy to provide support
>
>
> Best,
> [image: Google Logo] 
> Anthony Cyril 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bEVzM:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9619d7a0-825a-463f-9bad-fb41b9af5fa4n%40googlegroups.com.


Google ads api permission denied ERROR

2022-05-28 Thread Anil
Hello,

Our manager account has almost 40 active customers out which we are able to 
get data through API for 15 customers only. Rest all shows "Permission 
Denied" issue.

API error "*The caller does not have permission" *error.

Could you please help with this?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f926493a-3e3f-4f6d-b6b0-2fa868a757a1n%40googlegroups.com.


Household income demographic

2019-02-11 Thread anil
Hello,

We are trying to get household income performance data from Adwords so used 
Criteria Performance Report with CriteriaType "INCOME_RANGE" for the time 
period over 6 months. Adwords account shows data for same time period for 
Houehold Income under Demographics.

In API response we only get data of single campaign and single adgroup 
which has 0 impressions for "INCOME_RANGE"
For "AGE_RANGE"  blank response
For "GENDER" it seems returning correctly.

We want to calculate bids modifier using Household income data and set in 
adwords.  

Could you please check why we don't get data for "INCOME_RANGE" Criteria 
Type? Also like "Age Performance", "Gender Performance" is there any other 
report we can use to get Household income data from adwords?

Thanks,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/6a89f205-94e9-4aa4-a0ce-06875051a6f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CONTEXT.DEVICE Options

2018-03-14 Thread anil
Hello,

It seems we need to pass either "Desktop" or "Mobile" in CONTEXT.DEVICE

'AND( IN(FEED_ITEM_ID, {%s}), EQUALS(CONTEXT.DEVICE, "*Mobile*"))',

What option we can use to set if for "All Devices"?


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/20b8bed1-788c-4682-baeb-95ac7336609b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CONTEXT.DEVICE Options

2018-03-14 Thread anil
Hello,

To assign Callout Feed Items to campaign we have used 
MatchingFunctionString like
'AND( IN(FEED_ITEM_ID, {%s}), EQUALS(CONTEXT.DEVICE, "Mobile"))',

It seems we can pass either "Mobile" or "Desktop" in CONTEXT.DEVICE. What 
value need to use to set for "All Devices"?
Simply removing CONTEXT.DEVICE from above throws error so that could not be 
the way.

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/45198245-79fb-4c24-ab4a-eeb5515f87b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Attribute Values in Price extension FeedItemService

2017-12-19 Thread Anil
Hello,

We have Price extensions added for our clients. Fetching Price Extension 
details through FeedItemService API we can see items with following 
Attribute Id.

Item 1 : Header (Attribute Id -> 5), Description (Attribute Id -> 6)
Item 2 : Header (Attribute Id -> 11), Description (Attribute Id -> 12)
Item 3 : Header (Attribute Id -> 17), Description (Attribute Id -> 18)

But for another client :
Item 1 : Header (Attribute Id -> 5), Description (Attribute Id -> 6)
Item 2 : Header (Attribute Id -> 10), Description (Attribute Id -> 11)
Item 2 : Header (Attribute Id -> 15), Description (Attribute Id -> 16)

Why the attribute ids are not similar for Item 2 onwards?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/21c8bf50-12bf-4f41-be6d-b1e16c0bb1cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Demographics bid adjustments at campaign level

2017-10-12 Thread Anil
Hello,

Is it possible to set demographics (Gender & Age Range) at campaign level 
with bid adjustments using API?
I can see an option to add demographic bid adjustments at ad groups level 
through API.

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/9b0502f3-03ee-4c70-86b5-a66b43529736%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Expanded Dynamic Search Ads using AdGroupAdService V201705

2017-07-07 Thread Anil
Hello,

We are able to create Expanded Dynamic Search Ads using AdGroupAdService 
service but not able to retrieve the Expanded Dynamic Search Ad details 
using API.
Is there any other API service we should use for the same?


Thanks
Anil V

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/73f74b53-24b1-40ea-a527-32271d1a22a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarketing audience user lists via API

2017-04-10 Thread Anil
Hello,

We have uploaded another list over 60,000 customers on Friday. Adwords 
account shows 41,000 members in list now. Is there a way to check the 
missing email ids?
Secondly we can get the list size using "*AdwordsUserListService*" but not 
able to fetch a list of customer email ids. Isn't it possible through API, 
if possible then using which service?

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/a806a83b-35e4-4d0f-9a15-5cda42689798%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarketing audience user lists via API

2017-04-06 Thread Anil
Hello,

Thanks. We are now able to create new CRM Based user list with customer 
email ids. Don't know why but list size shows 0 when fetched using API 
although we have added 4 email ids in it.
How can we get customer email ids in CRM Based list using API? 

Thanks


On Wednesday, April 5, 2017 at 8:26:30 PM UTC+5:30, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi Anil, 
>
> You need to use AdwordsUserListService 
> <https://developers.google.com/adwords/api/docs/reference/v201702/AdwordsUserListService>
>  in 
> AdWords API to create user lists and upload email addresses to populate the 
> user lists. This guide 
> <https://developers.google.com/adwords/api/docs/guides/remarketing> provides 
> more details on using this service to manage your UserLists. The 
> AddCrmBasedUserList 
> <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/remarketing/AddCrmBasedUserList.java>
>  Java 
> example demonstrates how to add a user list and upload hashed email 
> addresses to populate the list. Example code in other languages is 
> available here 
> <https://developers.google.com/adwords/api/docs/clientlibraries>.
>
> 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/b7b2d8ac-a41d-4384-9c37-9e9893acb118%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Remarketing audience user lists via API

2017-04-05 Thread Anil
Hello,

Is there a way to upload users (customer emails) to audience user list via 
API if yes using which service?

We have a audience user list with customers email ids and want to update 
that list periodically via API


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/ed5b2d17-9724-488f-9676-2a1629aeb218%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Demographics bid modifiers

2017-01-04 Thread Anil
Hello,

Is it possible to target gender to ad groups with bid modifier, if yes 
using which service? 
Also adwords account doesn't show an option to target demographic audiences 
to shopping campaign ad groups. Can we do this via API?

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/2b2eea6a-0fcc-4b7e-b74c-414221509be8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GEO performance report for user locations

2016-10-04 Thread Anil
Hello,

We used GEO performance report [*LocationType = LOCATION_OF_PRESENCE*] to 
get User Locations data from adwords account. This report has some location 
criteria ids which are not available in GEO Targeting .csv file.
for e.g Criteria id : 2364.

Searching on forum we found some note *non-targetable locations are missing 
in the CSVs*. Though those are not targetable we can see stats for some 
non-targetable countries under User Locations in adwords account.
for e.g. Cuba, Sudan

How can we get location names for such criteria ids which are missing in 
the CSVs?

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/b1a8e50d-568b-45d6-9db3-c2dd89563592%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance data by language

2016-06-17 Thread Anil
Hello,

is this available now with latest API versions V201605?


On Tuesday, July 23, 2013 at 12:45:01 PM UTC+5:30, Takeshi Hagikura 
(AdWords API Team) wrote:
>
> Hi, 
>
> Unfortunately it's not supported. 
>
> Best,
> - Takeshi, 
>
> On Monday, July 22, 2013 6:06:07 PM UTC+9, techpoi...@gmail.com wrote:
>>
>> Hi,
>>
>> Is it possible to get performance data by language via API?
>>
>> I have checked several available report types but not able to find this.
>>
>> 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/dc29315e-5abf-4561-bb81-82b30a038168%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get campaigns targeted location group using api

2016-06-17 Thread Anil
Hello,

We have campaign where location group is targeted "* top 10% (US) 
within United States".
To get locations targeted via API we have used Campaign Criterion service 
where we get this under location groups where only id is mentioned. 
How can we get the actual group name like "top 10% (US) within United 
States"?

Below is the sample of API response :

[criterion] => LocationGroups Object
(
[feedId] => 
[matchingFunction] => FeedFunction Object
(
[operator] => AND
[lhsOperand] => Array
(
[0] => IncomeOperand Object
(
[tier] => TIER_1
[FunctionArgumentOperandType] => 
IncomeOperand

[_parameterMap:FunctionArgumentOperand:private] => Array
(

[FunctionArgumentOperand.Type] => FunctionArgumentOperandType
)

)

)

[rhsOperand] => Array
(
[0] => GeoTargetOperand Object
(
[locations] => Array
(
[0] => 2840
)

[FunctionArgumentOperandType] => 
GeoTargetOperand

[_parameterMap:FunctionArgumentOperand:private] => Array
(

[FunctionArgumentOperand.Type] => FunctionArgumentOperandType
)

)

)

[functionString] => AND()
)

[id] => 197664905835
[type] => LOCATION_GROUPS
[CriterionType] => LocationGroups
[_parameterMap:Criterion:private] => Array
(
[Criterion.Type] => CriterionType
)

)



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/006b47f6-9297-431e-bbb7-ab244d5c5775%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Upgraded sitelink feeds final url

2016-04-29 Thread Anil
Hello,

According 
to 
https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks 
there are only 7 placeholders available in Sitelink Feed. 
API Documentation says Final URL should be linked with placeholder 5 and it 
seems correct when we check for our clients.

But we have one client where Final url comes under Placeholder 8. While 
changing final url through through API we have applied Final url with 
placeholder 5 still next time it comes under placeholder 8.

Is there any issues?

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/a012668c-cc75-46b4-98a4-98b8ba591fbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Targeting Optimization changes using ExplorerAutoOptimizerSetting

2016-02-17 Thread Anil
Hello,

We want to uncheck *Let AdWords automatically find new customers *in 
adgroup settings. Mutating SET operation with optIn=false sets Conservative 
setting. I found on forum that if we remove *ExplorerAutoOptimizerSetting* from 
settings then it would uncheck *Let AdWords automatically find new 
customers.  *To remove they have asked to mutate SET operation without 
*ExplorerAutoOptimizerSetting*  in settings.

Thanks.


On Wednesday, February 17, 2016 at 5:43:09 PM UTC+5:30, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hi Anil,
>
> Based on the SOAP log you sent to me, I couldn't find any settings 
> related to *ExplorerAutoOptimizerSetting* you've done in SOAP Request Log.
> So everything about that shouldn't be changed (*optIn* will remain the 
> same value).
>
> What did you expect from doing that SOAP request?
>
> Cheers,
> Thanet, AdWords API Team
>
> On Tuesday, February 16, 2016 at 8:56:07 PM UTC+9, Anil wrote:
>>
>> Hello,
>>
>> When we use *ExplorerAutoOptimizerSetting* with *optIn = false* to 
>> change ad groups Targeting Optimization it actually set *Let AdWords 
>> automatically find new customers *with *Conservative* instead of 
>> unchecking *Let AdWords automatically find new customers*
>>
>> If we manually set *Let AdWords automatically find new customers *with
>> * Aggressive *in adwords account and then run API for 
>> *ExplorerAutoOptimizerSetting* with *optIn = false* it untick the *Let 
>> AdWords automatically find new customers *correctly but not when current 
>> adwords setting is *Let AdWords automatically find new customers *with 
>> *Conservative*
>>
>> Please let us know how can we uncheck the *Let AdWords automatically 
>> find new customers *in adwords account when current settings is 
>> *Conservative**.*
>>
>> 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/5d133c14-3a23-485f-8fcb-45a8c9bcc80b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group type and other questions API

2016-02-17 Thread Anil
Hello,

Here is the SOAP Request and Response.

*Request : *


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201509; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
  

  4688642237
  WBtb6OP766Ur51L8MTlXhg
  perfectstormmedia (AwApi-PHP/6.4.0, Common-PHP/6.4.0, 
PHP/5.5.23)

  
  

  
SET

  27908753009
  
TargetingSetting

  
USER_INTEREST_AND_LIST
  false


  VERTICAL
  false


  GENDER
  false


  AGE_RANGE
  false


  PLACEMENT
  false

  

  

  


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Wed, 17 Feb 2016 07:56:35 GMT
Expires: Wed, 17 Feb 2016 07:56:35 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 910
Server: GSE

*Response : *


http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/cm/v201509;>
  00052bf296c9e8c00a0dddc7e2065001
  AdGroupService
  mutate
  1
  206

  
  
https://adwords.google.com/api/adwords/cm/v201509;>
  
AdGroupReturnValue

  27908753009
  417292049
  TEST - ADWORDS - Remarketing - US #2
  [BANNER] Remarketing US
  PAUSED
  http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ExplorerAutoOptimizerSetting">
ExplorerAutoOptimizerSetting
false
  
  http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="TargetingSetting">
TargetingSetting

  
USER_INTEREST_AND_LIST
  false


  VERTICAL
  false


  GENDER
  false


  AGE_RANGE
  false


  PLACEMENT
  false


  UNKNOWN
  false

  
  
MANUAL_CPC
CAMPAIGN
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ManualCpcBiddingScheme">
  
ManualCpcBiddingScheme
  false

http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="CpcBid">
  CpcBid
  
Money
20
  
  ADGROUP

http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="CpmBid">
  CpmBid
  
Money
3500
  
  ADGROUP

  
  
PLACEMENT
  

  myadgroup
  %5BBANNER%5D+Remarketing+US
  false

false
  

  

  


It does not remove *ExplorerAutoOptimizerSetting *from adgroup.

Thanks.




On Wednesday, February 17, 2016 at 1:02:18 PM UTC+5:30, Anil wrote:
>
> Hello,
>
> I have tried the same but it does not remove *ExplorerAutoOptimizerSetting 
> *from adwords account*.*
> Below are our details we are submitting for mutate process.
>
> Array
> (
> [0] => AdGroupOperation Object
> (
> [operand] => AdGroup Object
> (
> [id] => 27908753009
> [campaignId] => 
> [campaignName] => 
> [name] => 
> [status] => 
> [settings] => Array
> (
> [0] => TargetingSetting Object
> (
> [details] => Array
> (
> [0] => TargetingSettingDetail 
> Object
> (
> [criterionTypeGroup] => 
> USER_INTEREST_AND_LIST
> [targetAll] => 
> )
>
> [1] => TargetingSettingDetail 
> Object
> (
> [criteri

Re: Ad group type and other questions API

2016-02-16 Thread Anil
Hello,

I have tried the same but it does not remove *ExplorerAutoOptimizerSetting 
*from 
adwords account*.*
Below are our details we are submitting for mutate process.

Array
(
[0] => AdGroupOperation Object
(
[operand] => AdGroup Object
(
[id] => 27908753009
[campaignId] => 
[campaignName] => 
[name] => 
[status] => 
[settings] => Array
(
[0] => TargetingSetting Object
(
[details] => Array
(
[0] => TargetingSettingDetail Object
(
[criterionTypeGroup] => 
USER_INTEREST_AND_LIST
[targetAll] => 
)

[1] => TargetingSettingDetail Object
(
[criterionTypeGroup] => 
VERTICAL
[targetAll] => 
)

[2] => TargetingSettingDetail Object
(
[criterionTypeGroup] => 
GENDER
[targetAll] => 
)

[3] => TargetingSettingDetail Object
(
[criterionTypeGroup] => 
AGE_RANGE
[targetAll] => 
)

[4] => TargetingSettingDetail Object
(
[criterionTypeGroup] => 
PLACEMENT
[targetAll] => 
)

)

[SettingType] => TargetingSetting
[_parameterMap:Setting:private] => Array
(
[Setting.Type] => SettingType
)

)

)

[experimentData] => 
[labels] => 
[forwardCompatibilityMap] => 
[biddingStrategyConfiguration] => 
[contentBidCriterionTypeGroup] => 
[trackingUrlTemplate] => 
[urlCustomParameters] => 
)

[operator] => SET
[OperationType] => 
[_parameterMap:Operation:private] => Array
(
[Operation.Type] => OperationType
)

)

)


We do not get any error in this but *ExplorerAutoOptimizerSetting  *not getting 
removed*.*



Thanks




On Tuesday, February 16, 2016 at 9:29:09 PM UTC+5:30, Josh Radcliff 
(AdWords API Team) wrote:
>
> Hi,
>
> If you want to remove the *ExplorerAutoOptimizerSetting*, you can submit 
> an AdGroupService.mutate 
> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService#mutate>
>  request 
> with an operation where the *operator = SET* and  the *operand* (AdGroup 
> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup>)
>  
> has:
>
>- id 
>
> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup#id>
>  = 
>your ad group ID
>- settings 
>
> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup#settings>
>  = 
>an array *without* the *ExplorerAutoOptimizerSetting* 
>
> Cheers,
> Josh, AdWords API Team
>
> On Tuesday, February 16, 2016 at 3:41:21 AM UTC-5, Anil wrote:
>>
>> Hello,
>>
>> Is it possible to uncheck "*Let AdWords automatically find new 
>> customers" via API? *Sending optIn = false via API set Targeting 
>> Optimization to Conservative*. *As you mentioned How can we remove 
>> ExplorerAutoOptimizerSetting 
>> <https://developers.googl

Targeting Optimization changes using ExplorerAutoOptimizerSetting

2016-02-16 Thread Anil
Hello,

When we use *ExplorerAutoOptimizerSetting* with *optIn = false* to change 
ad groups Targeting Optimization it actually set *Let AdWords automatically 
find new customers *with *Conservative* instead of unchecking *Let AdWords 
automatically find new customers*

If we manually set *Let AdWords automatically find new customers *with
* Aggressive *in adwords account and then run API for 
*ExplorerAutoOptimizerSetting* with *optIn = false* it untick the *Let 
AdWords automatically find new customers *correctly but not when current 
adwords setting is *Let AdWords automatically find new customers *with 
*Conservative*

Please let us know how can we uncheck the *Let AdWords automatically find 
new customers *in adwords account when current settings is *Conservative**.*

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/9b8d7773-7337-48fc-b299-6b7de2c07202%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group type and other questions API

2016-02-16 Thread Anil
Hello,

Is it possible to uncheck "*Let AdWords automatically find new customers" 
via API? *Sending optIn = false via API set Targeting Optimization to 
Conservative*. *As you mentioned How can we remove 
ExplorerAutoOptimizerSetting 

 from 
ad group via API?

*Thanks,*


On Friday, January 23, 2015 at 3:54:45 AM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Nick,
>
> The AdWords API does not have the concept of *ad group type* - that 
> appears to be an AdWords Editor feature. I don't see anything related to ad 
> group type in the AdWords UI either.
>
> The *targeting optimization* setting you mentioned is configurable in the 
> AdWords API by adding or removing an ExplorerAutoOptimizerSetting 
> 
>  in 
> your *AdGroup* object's settings collection 
> .
>  
> You can further configure the *ExplorerAutoOptimizerSetting* by setting 
> its optIn 
> 
>  field 
> as follows:
>
>- false -> This is equivalent to *Conservative* targeting in the UI
>- true -> This is equivalent to *Aggressive* targeting in the UI 
>(enabling *Display Campaign Optimizer*)
>
> Regarding finding objects in the API that correspond to AdWords UI 
> objects, the API services are organized by object type. For example, if you 
> are looking for attributes that you set on the *Campaigns* tab in the UI, 
> chances are they are on the Campaign object 
> 
>  in 
> the CampaignService 
> .
>  
> Similarly, *Ad groups* tab settings are mostly in the *AdGroupService*.
>
> Another good resource is the set of guides we have under Developer's Guide 
> . These are grouped by 
> Campaign, Ads, Reporting, etc., and each guide will contain links to the 
> relevant services and object types for the features covered in the guide.
>
> Best regards,
> Josh, AdWords API Team
>
> On Thursday, January 22, 2015 at 5:10:20 AM UTC-5, Nikola Jordanovski 
> wrote:
>>
>> Hello, 
>> so i am given a task to replicate the ad-words editor, and i am having 
>> trouble making the replica using the API, because some of the features are 
>> very hard to find.
>> Can you help me with something?
>> So i am trying to set the :
>>
>> *Ad group type -> Default*
>>
>> *Targeting optimization -> Disabled*
>>
>>
>> but can't find the appropriate API methods to do so.
>>
>> Can you give me a hand?
>> Also what is the best practice for finding the wanted functions , because 
>> the API is endless :D
>>
>>
>> Thank you,
>> Nick 
>>  
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ece0599c-0026-4c43-b4e1-f4c7ce7f0de2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get ad group's target optimization status through API

2016-02-15 Thread Anil
Hello,
Using V201509 I just tried to uncheck "*Let AdWords automatically find new 
customers*" by using *ExplorerAutoOptimizerSetting* and passing *optIn == 
false *but it didn't work and it gets set to Conservative.
 Is this not possible via API to uncheck this setting?
Thanks,



On Thursday, August 14, 2014 at 6:22:03 PM UTC+5:30, Danial Klimkin wrote:
>
> Hello Eugene,
>
>
> Sorry for the delay, I've figured this out now.
>
> AdGroup.Settings.ExplorerAutoOptimizerSetting has the following effect:
>
> optIn == true -> Enables Aggressive Targeting ("Aggressive targeting" 
> and "Let AdWords automatically find new customers" are checked in the UI),
> optIn == false -> Disables ExplorerAutoOptimizer ("Let AdWords 
> automatically find new customers" is unchecked).
>
> There is no API field for the Conservative setting at the moment, I'll log 
> a request to include it in the future API versions.
>
>
> -Danial, AdWords API Team.
>
>
> On Friday, July 25, 2014 4:57:26 PM UTC+4, Danial Klimkin wrote:
>>
>> Hello Eugene,
>>
>>
>> Mike is currently out of office. I'll double-check and let you know.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Tuesday, July 22, 2014 5:21:36 PM UTC+4, Eugene wrote:
>>>
>>> Any news regarding my question?
>>>
>>> On Monday, July 14, 2014 4:41:04 PM UTC+3, Michael Cloonan (AdWords API 
>>> Team) wrote:

 Hello,

 I am trying to confirm that this works the way you suggest.

 Regards,
 Mike, AdWords API Team

 On Friday, July 11, 2014 9:00:09 AM UTC-4, Eugene wrote:
>
> OK. So there is no setting to retrieve conservative mode, right?
> And does AdGroup.Settings.ExplorerAutoOptimizerSetting actually means 
> DCO aggressive optimization mode? 
>
> On Friday, July 11, 2014 3:50:20 PM UTC+3, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> This feature is not currently available in the AdWords API.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Thursday, July 10, 2014 11:42:43 AM UTC-4, Eugene wrote:
>>>
>>> Hello.
>>>
>>> I want to get Ad Group's target optimization status through API.
>>>
>>> What's the properties I should retrieve for conservative and 
>>> aggressive optimization appropriately?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e385665e-7ab3-49d6-ad37-62d06f4fb076%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Shared library remarketing list using customer emails

2016-02-05 Thread Anil
Hello,

Is it possible via API to create & update Customer emails remarketing list 
in Share Library?


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/e9f5685f-dd04-49f2-bd29-1f11410b345a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Dynamic Remarketing display image ad layout via API

2016-01-27 Thread Anil
Hello,

We have Dynamic Remarketing campaign in adwords account with some display 
image ads. It shows ad type as 'TemplateAd' & template id 311. 

In Template Element details it shows 30 field elements and last element has 
below details.
Name -> Layout
Type-> ENUM
FieldText-> Optimized
FieldMedia->

We are not able to change the layout from Optimized to ''DoubleImg_1a' 
using AdGroupAdService API.
Is there any other options?

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/b1852634-f16f-447e-9e4d-7bf162c9d87a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Image ads Layout settings via API

2016-01-21 Thread Anil Vadhavane
Hello,

Is it possible to get/set Layout settings in Image display ads via API?

Below are the options showing in adwords account for layout selection.
- Let AdWords pick from available layouts
- Select one layout

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/48fad30f-d8f8-42bc-abb0-9c7b6ab5cdf9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Mobile APP details via API

2015-12-09 Thread Anil Vadhavane
Hello,

We have campaign in adwords account with type "Search Network only - Mobile 
app installs" and also "Mobile APP" under Campaign Settings shows value "GPDQ 
(iOS)".
But Mobile Application information does not show in CampaignCriterion API 
call. We expect App Id & Display name in response.

Any suggestion?

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/143040e6-bdaf-4e73-b039-d092eed7e63c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: About the Opportunity to raise my bid to beat competitors

2015-11-15 Thread Anil
Hello,

Is this available now with latest API version V201509?

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/927c007e-e3d9-4305-ad92-57a60119eb96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Automated Extensions by API

2015-09-01 Thread Anil Vadhavane

Hello,

Is it possible to get "Automated Extensions Report" by adwords API. This 
can be seen under Ad Extensions in adwords account?

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/78b17131-7741-42e9-a3c4-9b8adb916845%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Account level upgraded callout extesion

2015-07-22 Thread Anil
Hello,

We can create Callout Feed extension and feed items using adwords API. How 
can newly added feed items be assigned at account level?
To assign at campaign level we can simply use CampaignFeed service, is 
there any such option to assign at account level?

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/317b50da-692d-4d3d-8379-c01dcbaf319f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Bidding Strategy changes

2015-01-02 Thread Anil Vadhavane
Hi,

Using API to change bidding scheme from Manual CPC  to Budget Optimizer 
it shows following error :

BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @ 
operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; 
trigger:'BUDGET_OPTIMIZER'



On community forum we found reference somewhere to use 
*TargetSpendBiddingScheme* instead of *BudgetOptimizerBiddingScheme. *Using the 
*TargetSpendBiddingScheme *also shows following error :


BiddingErrors.INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE @ 
operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; 
trigger:'TARGET_SPEND'


Please suggest.



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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b6b4b4ac-fd1f-4d3d-9ae2-6a39aacb38bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Change Ad Destination URL

2014-09-16 Thread Anil
Hi,

Is it possible now to change Ad Destination URL using SET method instead 
of creating new copy of same ad?
When we tried it does not show any error but the URL is not changed 
actually.


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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d5110a2e-6cb2-43ac-aacc-c92bcc552cea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Grouping similar keywords together in an ad group will ?

2014-06-16 Thread Reddy Anil
*Question).  Grouping similar keywords together in an ad group will. 
(please tell me answer for this ) *

a). ensure that the ads and keywords in that ad group are approved.
b). allow an advertiser to create ads relevant to those keywords.
c). allow an advertiser to use only broad match keywords.
d). Keep an advertiser's average cost-per-click (CPC) within a narrow range.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Getting ad groups audience bids adjustments and targeting settings via API

2013-12-02 Thread Anil
Hi,

Using which API service we can get ad groups audience bids adjustments and 
targeting settings via API? 
Audience Performance Report seems does not contain Targeting Setting type.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Quality Score more closely to its three key sub factors

2013-08-30 Thread Anil Vadhavane
Hi,

Using Keyword Performance Report we get Quality Score for each keyword 
through API.
 
Quality Score more closely to its three key sub factors -- expected 
clickthrough rate https://support.google.com/adwords/answer/1659696, ad 
relevance https://support.google.com/adwords/answer/1659752, and landing 
page experience https://support.google.com/adwords/answer/1659694. Is it 
possible to get these sub factors information through API too? In Keywords 
Performance Report we are not able to find any field for this.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Changing bids modifiers for devices through API

2013-06-30 Thread Anil Vadhavane
Hi,

We have tried to update bids modifier for devices under campaign settings 
through API. We used type new Platform() and CampaignCriterionOperation to 
achieve this. It works well for High End Mobiles (For Id : 30001) but 
throws an errors for Desktop and Tablets (For Ids : 3,30002).

Error : [CriterionError.CANNOT_BID_MODIFY_CRITERION_TYPE @ 
operations[0].operand.criterion; trigger:'CriterionId{id=30002}']
[CampaignError.BIDDING_STRATEGY_NOT_SUPPORTED_WITH_BID_MODIFIER @ 
operations[0].biddingTransition.targetBiddingStrategy; 
trigger:'CONVERSION_OPTIMIZER']

is  this not supported using this type?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Related to Get Placements By category name.

2010-05-26 Thread Anil
Thanks for your Earlier Reply.

Now the New Version V201003 has been introduced by Google API. I think
in this i may get the Placements by Specified category Name. Please
confirm about my query. If Possible please let me know how to get
placements by categoryname with Example in Google API V201003.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Related to Get Placements By category name.

2010-04-26 Thread Anil
Thanks for your Reply..

  Then please help how to get placements by category name in V2009
using TargetingIdeaService why because we are using this function.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Related to Get Placements By category name.

2010-04-22 Thread Anil
Dear Sir,

  I am Using TargetingIdeaService in Google API V2009 to
get Placements By category name (in V13 it is SiteSuggestionService
and Method is getSitesByCategoryName).

As we all know that V13 is ending up today i am unable to get the
placements by category name.
Please provide the solution for it. If Possible please provide any
working Example.

Thanking You.. and waiting for your valuable suggestion.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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