How to fetch deivce and extensions statistics

2019-09-24 Thread Kuldeep Kumar Patel
How to fetch deivce and extensions statistics? on this 
page https://developers.google.com/google-ads/api/fields/v2/overview I am 
unable to find the resources for these. please help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5ebe6e9b-9840-4f4f-930c-ab6f7e84b6aa%40googlegroups.com.


Keywords Metrics Data(impressions, click etc) with bid simulator field

2019-09-24 Thread Kuldeep Kumar Patel
I want to fetch keyword metrics data(impressions, click etc) with its bid 
simulator fields by date. Can I fetch it through search query ?

 $query = 'SELECT metrics.ctr,metrics.clicks,metrics.impressions, 
metrics.cost_micros,campaign.id,ad_group.id,ad_group_criterion.criterion_id, 
ad_group_criterion.status, '
. 'ad_group_criterion.keyword.text '
. 'FROM keyword_view '
. 'WHERE ad_group_criterion.type = KEYWORD AND 
campaign.status != REMOVED ';

Please Help. I am new to this API.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d09d44c5-6780-4fa5-8844-6826b7975411%40googlegroups.com.


Re: Keywords Metrics Data(impressions, click etc) with bid simulator field

2019-09-26 Thread Kuldeep Kumar Patel

Hi Nikisha,

Thanks for your reply. I am still unable to find the Bid Simulator fields 
for 'Device' and 'Search keyword'.  please help how to fetch these fields?

Fields : -  
Est. add. clicks/wk (+50% bid) 
Est. add. clicks/wk (+300% bid) 
Est. add. clicks/wk (-50% bid) 
Est. add. clicks/wk (first position bid) 
Est. add. clicks/wk (top page bid) 
Est. add. cost/wk (+50% bid) 
Est. add. cost/wk (+300% bid) 
Est. add. cost/wk (-50% bid) 
Est. add. cost/wk (first positioin bid) 
Est. add. cost/wk (top page bid) 
Est. add. cost/wk (Base max. cpc) 
On Wednesday, 25 September 2019 21:12:12 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Kuldeep,
>
> Thank you for writing to us today. You could use the keyword_view 
>  
> resource to retrieve the keyword metrics data. Please find below the sample 
> report query for reference.
> "SELECT ad_group.id, ad_group_criterion.criterion_id, 
> ad_group_criterion.status, ad_group_criterion.keyword.text, 
> metrics.impressions, metrics.cost_micros, campaign.id FROM keyword_view 
> WHERE ad_group_criterion.type = 'KEYWORD' AND segments.date BETWEEN 
> '2019-09-08' AND '2019-09-20' LIMIT 100"
> Also, you could use ad_group_criterion_simulation 
> ,
>  
> ad_group_simulation 
>  
> and campaign_criterion_simulation 
> 
>  
> resources to retrieve bid simulator data on the level at which you want to 
> adjust bidding. Please refer to the Interactive Google Ads Query Builder 
> 
>  
> to build the GAQL query for reporting via Google Ads API. Let us know if 
> you have any additional concerns.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UHHsC6: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 
"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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0fcc5b2f-b6e1-46e7-a389-bf8f861d926a%40googlegroups.com.


How to fetch Campaign and Adgroup level ad's Extension list?

2019-09-30 Thread Kuldeep Kumar Patel
Hi,
How to fetch Campaign and Adgroup level ad's Extension list and its metrics 
fields?
fields - extension, level, extension type, status
metrics fields - 
Impressions
Cost
Clicks
Conversions
Cost/conversion
Conversion Rate
All conversion value
ROI
CTR
Avg cpc

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/52d450f2-3b55-4070-b2c7-4fe0d36b45cd%40googlegroups.com.


Re: How to fetch deivce and extensions statistics

2019-10-01 Thread Kuldeep Kumar Patel

Hi,

Thanks for you reply. I need extension list and its performance data. 
campaign_extension_setting 
,
 
it does not provide the stats data. 
And required fields are  - 
[image: Screenshot_2019-10-01 Extensions - Google Ads.png]



On Wednesday, 25 September 2019 00:53:07 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Kuldeep, 
>
> If you're adding device targeting criteria to any specific ad group or 
> campaign, ad_group_criterion 
> 
>  or campaign_criterion 
>  
> to 
> retrieve the specific criteria details. For your second concern on 
> extension details, you may use the campaign_extension_setting 
> 
>  which 
> will return the campaign level extension details. You can also take a look 
> at the migration guide 
>  for 
> more information.
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UHHl07: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 
"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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/33b0460d-2313-408d-9d46-ca2c47743f75%40googlegroups.com.


How to get targeted locations list data

2019-10-01 Thread Kuldeep Kumar Patel
Hi,

I need the following data to fetch from "Targeted Locations Page" using the 
google ads library;


[image: Screenshot_2019-10-01 Targeted - Google Ads.png]



Please Help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bf0788aa-4276-46f0-9aea-4bcfa6682ada%40googlegroups.com.


Re: How to fetch deivce and extensions statistics

2019-10-01 Thread Kuldeep Kumar Patel
Hi,

Thanks for you reply. I need extension list and its performance data. 
campaign_extension_setting 
,
 
it does not provide the stats data. 
And required fields are  - 

[image: Screenshot_2019-10-01 Extensions - Google Ads.png]



On Wednesday, 25 September 2019 00:53:07 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Kuldeep, 
>
> If you're adding device targeting criteria to any specific ad group or 
> campaign, ad_group_criterion 
> 
>  or campaign_criterion 
>  
> to 
> retrieve the specific criteria details. For your second concern on 
> extension details, you may use the campaign_extension_setting 
> 
>  which 
> will return the campaign level extension details. You can also take a look 
> at the migration guide 
>  for 
> more information.
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UHHl07: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 
"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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ca1187a9-75ac-497e-a32d-f24f9ee18a3b%40googlegroups.com.


Re: How to fetch deivce and extensions statistics

2019-10-03 Thread Kuldeep Kumar Patel

Thanks, I am able to get all the fields except LEVEL. Please help me to get 
this.

On Wednesday, 2 October 2019 00:21:19 UTC+5:30, adsapiforumadvisor wrote:
>
> Hello Kuldeep, 
>
> Thank you for clarifying this. You may use the extension_feed_item 
>  
> which 
> will support the metrics listed here 
> . 
> This will return the data at the feed item level. Please give this a try 
> and let us know if you have any issues. 
>
> Regards,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UHHl07: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 
"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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d9f874ab-aa4d-40fd-9fb5-8613c8d352df%40googlegroups.com.


Device Metrics Data

2019-11-15 Thread Kuldeep Kumar Patel
Hi,

How can I get "*Ad Group Bid Adj.*" column data using google ads api. I am 
able to fetch other columns from '*Campaign Criterian*' & *Campaign objects*
.

Please Help me in 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 
"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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/95354888-a52b-44ad-b2d6-b939c1ae3dfa%40googlegroups.com.


How tot fetch Keyword List name

2019-12-10 Thread Kuldeep Kumar Patel
Hi,

How can I fetch "*Keyword List Name*" value through API. I am using 
"Campaign Criterian"  & "Adgroup Criterian" resource to fetch negative 
keywords.

Please Help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8fdfb86a-e641-4b78-89e6-7fd107d74f3f%40googlegroups.com.


Unable to fetch Ads data

2020-01-08 Thread Kuldeep Kumar Patel
Hi,

I have a test account in which all campaigns are paused. Some Adgroups are 
enable. 
I am able to fetch campaigns and Adgroups but not able to fetch related 
ads. It is showing in my account.

Please help. I am unable to figure out.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e51d61dd-339a-44ea-86d4-2d27ed9b0cea%40googlegroups.com.