Re: Metrics data for customer filter by Search Campaigns only

2020-09-21 Thread Deepak Chand
Thank you for the clarification.

On Mon, Sep 21, 2020 at 7:55 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Deepak,
>
> Thank you for reaching out. It could not be set up to fetch Search
> Campaigns only by querying the customer resource. The workaround is to
> query the campaign
> <https://developers.google.com/google-ads/api/fields/v5/campaign>
> resource and specify campaign.advertising_channel_type
> <https://developers.google.com/google-ads/api/fields/v5/campaign#campaign.advertising_channel_type>
> = “SEARCH” and customer.id
> <https://developers.google.com/google-ads/api/fields/v5/customer#customer.id>
> = “xx” in the WHERE clause to fetch the Search Campaigns only.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo]
> Xiaoming
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q24cubB:ref
>


-- 
*Deepak Chand*
*Engineer*
*Successive Technologies*
*A Deloitte Technology Fast 50 Company*
*M:+91 8077652302*

INDIA | NORWAY | USA

-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAPwQ9AO60fd10x3xnnNbyg2-AQ0d9ozfupGtehgKV0PNQXFD%3Dg%40mail.gmail.com.


Metrics data for customer filter by Search Campaigns only

2020-09-20 Thread Deepak Chand
Hi Team,

I want to get cutomer metrics data from resource *customer* using google 
ads REST API interface.  
*But I am only interested in SEARCH campaigns type.*
I have added segments.ad_network_type = 'SEARCH' but I am not getting 
correct data.

*Is there any way to filter SEARCH campaign type for  "customer" resource ?*



Thanks & Regards
-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/82ea44a1-480c-41a4-b64b-4017f857d01an%40googlegroups.com.


Disapproved Ads Doubts

2020-09-03 Thread Deepak Chand
Hi Team,

Hope you are doing good.


I am trying to fetch the Disapproved Ads at AdGroup level using this query 
*(REST 
API Interface v5 ) :*

SELECT 
ad_group_ad.ad.id,ad_group_ad.ad.name,campaign.name,campaign.id,ad_group.name,ad_group_ad.ad.name,ad_group_ad.ad.resource_name,ad_group_ad.ad.type,ad_group_ad.policy_summary.approval_status,ad_group_ad.policy_summary.policy_topic_entries
 
FROM ad_group_ad WHERE campaign.id="campaign_id" AND 
ad_group_ad.policy_summary.approval_status = 'DISAPPROVED'



*But in the response I am getting the same ad_group multime times in 
different objects:*
"adGroup": {
 "resourceName": "resource_name ",
  "name": "name"
},


*Please can you explain this why I are getting multiple objects for same 
ad_group while in  Ads & Extension Section I have only one entry for that 
AdGroup as Disapproved ??*
*Also, can we get disapproved ads date using REST API Interface.  *

Thanks & Regards.



-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d5bb159-29ca-4cf8-a179-9b0659ed1f26n%40googlegroups.com.


Campign Status

2020-09-03 Thread Deepak Chand
Hi All,

I have a doubt regarding campaign status  : 

As per UI we have following :

Eligible
Paused
Removed
Pending
Ended
Limited by budget

But As Per Google Ads Rest API we have different values : *campaign.status*

ENABLED
PAUSED
REMOVED
UNKNOWN
UNSPECIFIED


-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3d3d24a1-2701-400f-91c8-03633a8818c3n%40googlegroups.com.


Campaign Goal

2020-08-31 Thread Deepak Chand
Hi Team,

Is there any way to fetch *campaign goal *using google ads API Rest 
Interface.

Thanks & Regards
Deepak Chand
-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c5f45748-6d9f-4924-8573-c8f32359ac6an%40googlegroups.com.


Fetching Recommendations

2020-08-27 Thread Deepak Chand
Hi Team,

Can I fetch recommendations shown in google ads account dashboard : 

Like this : 

1> Keywords & Targeting  ( +.8 % )
2> ADS and Extensions (+ 2.7%)
3> Bids & Budgets (+1.2 %)

Using Google Ads REST API interface.
-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/37bcf5c3-b59a-46b3-be7b-693b64f26201n%40googlegroups.com.


Revenue and Avg position

2020-08-25 Thread Deepak Chand
Hi all,

I need to following doubts :

1> Campaign level 
   
Q.   Can we can fetch the overall *revenue *of a campaign using Google 
Ads Rest Interface API.

2> Keywords  Level
   
Q. Can we fetch *revenue *and* avg position *of keywords under a campaign 
using Google Ads Rest Interface API.
 


*Doubt : *I am having a requirement to get disapproved ads for a campign.
 
I performed the following query on resource  *ad_group_criterion  *with 
condition 


*ad_group_criterion.approval_status='DISAPPROVED' .I just wanted to be sure 
that Is it correct approach ? *

Query :  "SELECT 
campaign.name,campaign.id,ad_group_criterion.ad_group,ad_group_criterion.approval_status,campaign.name,ad_group.name
  
FROM ad_group_criterion WHERE 
ad_group_criterion.approval_status='DISAPPROVED' ORDER BY 
ad_group_criterion.approval_status"



Thanks & Regards



  
 

  
  
-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fa02cc9e-a9e1-4af6-b3c7-ba9ddd054373n%40googlegroups.com.


Fetching Branded or non branded keywords list campaign wise

2020-08-20 Thread Deepak Chand
Hi  Everyone,

I have following queries , It wll be really helpful if you guys can help me 
out : 

 1> Is there any way of fetching *branded and non branded* keywords for a 
specific campaign usign REST API interface of google ad 
words.

  If yes?   
*Kindly provide specific link for information*

2> At keywords level  can we fetch following fields :
  -  Revenue
  -  CPC  *(it's not   -avg CPC)*
  - Conversions 
  - Avg .position

  If yes?   *Kindly provide specific link for information*

3>  Can we get *Disapproved Ads *and *Broken URLs specific * to campaigns 
using REST
  API Interface.

   If yes?   
*Kindly provide specific link for information*
4> Is there any way to get *updated keywords list *with time specific
 for eg : 20 Days since keywords  have been updated.

5> Any Kind of information on *SQR*


Thanks & Regards

-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2a32e7b7-7b34-41e5-84b8-20246c51fbe1n%40googlegroups.com.


Re: Fetching CTR and CPC

2020-08-10 Thread Deepak Chand
Thank you for the information.

On Mon, Aug 10, 2020 at 11:09 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Deepek,
>
> Thanks for reaching out.  Please find my answer to your question.
>
> 1> Account Level - You can use customer
> <https://developers.google.com/google-ads/api/fields/v4/customer> report.
>
> 2> Specific Campaign Level - you can use campaign
> <https://developers.google.com/google-ads/api/fields/v4/campaign> report.
>
> 3> Ad Groups Level - you can use ad_group
> <https://developers.google.com/google-ads/api/fields/v4/ad_group> report.
>
> 4> Specific keywords Level - you can use keyword_view
> <https://developers.google.com/google-ads/api/fields/v4/keyword_view>
> report.
>
> For your second concern about difference between CPC and ave CPC, CPC
> means the sum of your cost-per-click (CPC) and Avg CPC means the total cost
> of all clicks divided by the total number of clicks received.
>
> Let me know if you have any questions.
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
>
>
> ref:_00D1U1174p._5004Q23I5Xu:ref
>


-- 
*Deepak Chand*
*Engineer*
*Successive Technologies*
*A Deloitte Technology Fast 50 Company*
*M:+91 8077652302*

INDIA | NORWAY | USA

-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAPwQ9ANyMMMPMx_tbUvHgqcBdCbHaeMdK7_CmoS4FqtE4xj0Qw%40mail.gmail.com.


Re: Fetching CTR and CPC

2020-08-09 Thread Deepak Chand

Hi ,

I there any way to fetch the avg CPC and CTR for Specific account only (I 
mean at Account Level)

I want to fetch Avg CPC and CTR at the following Levels :

1> Account Level
2> Specific Campaign Level
3> Ad Groups Level
4> Specific keywords Level 

Also please can you clear , what is difference between CPC and Avg CPC.

And can we fetch only CPC for keywords.


Thanks in Advance
On Friday, August 7, 2020 at 10:51:09 AM UTC+5:30 Deepak Chand wrote:

> Thanks, I'll check them out. 
>
> On Fri, Aug 7, 2020 at 12:59 AM Google Ads API Forum Advisor Prod <
> adsapifor...@gmail.com> wrote:
>
>> Hi Deepak,
>>
>> Thanks for reaching out. You can use campaign report to get the CTR 
>> <https://developers.google.com/google-ads/api/fields/v4/campaign#metrics.ctr>
>>  
>> and CPC 
>> <https://developers.google.com/google-ads/api/fields/v4/campaign#metrics.cost_per_conversion>
>>  
>> field. The google Ads API exposes both standard JSON REST endpoints and a 
>> high-performance gRPC <https://grpc.io/> interface.
>>
>> Please let me know if you have any question.
>>
>> Thanks,
>> Nirmita Patel Google Ads Team
>>
>> ref:_00D1U1174p._5004Q23I5Xu:ref
>>
>
>
> -- 
> *Deepak Chand*
> *Engineer*
> *Successive Technologies*
> *A Deloitte Technology Fast 50 Company*
> *M:+91 8077652302 <+91%2080776%2052302>*
>
> INDIA | NORWAY | USA
>
>
> *CONFIDENTIALITY NOTICE*
> This email (including any attachments) may contain confidential, 
> proprietary and/or privileged information, if you are not the intended 
> recipient, or the person responsible for delivering the message to the 
> intended recipient then please notify us by return email immediately. 
> Should you have received this email in error then you should not copy this 
> for any purpose nor disclose its contents to any other person.
>

-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5829cbe5-fdd4-4829-b44b-dcc340b049ddn%40googlegroups.com.


Re: Fetching CTR and CPC

2020-08-06 Thread Deepak Chand
Thanks, I'll check them out.

On Fri, Aug 7, 2020 at 12:59 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Deepak,
>
> Thanks for reaching out. You can use campaign report to get the CTR
> <https://developers.google.com/google-ads/api/fields/v4/campaign#metrics.ctr>
> and CPC
> <https://developers.google.com/google-ads/api/fields/v4/campaign#metrics.cost_per_conversion>
> field. The google Ads API exposes both standard JSON REST endpoints and a
> high-performance gRPC <https://grpc.io/> interface.
>
> Please let me know if you have any question.
>
> Thanks,
> Nirmita Patel Google Ads Team
>
> ref:_00D1U1174p._5004Q23I5Xu:ref
>


-- 
*Deepak Chand*
*Engineer*
*Successive Technologies*
*A Deloitte Technology Fast 50 Company*
*M:+91 8077652302*

INDIA | NORWAY | USA

-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAPwQ9AOEtCi7va50SNSjEqT0Hm3iiRG4wY0t7LQoeC1UPkN%2BNw%40mail.gmail.com.


Fetching CTR and CPC

2020-08-06 Thread Deepak Chand
Hi,

Could you please help me fetching the CTR and CPC for every campaign in 
REST API.


Thanks
-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f16aff17-e7c9-40da-818a-2d21623c95a7n%40googlegroups.com.


Re: Create Label not working with Google Ads API package by Opteo

2020-07-30 Thread Deepak Chand
Thank you for your response.

On Thu, Jul 30, 2020 at 11:09 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Deepak,
>
> Thank you for reaching out. As the official Google Ads API does not
> include the Node.js client library, we could not provide assistance for the
> integration with Node.js. Please reach out to the third party library
> provider for further assistance.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>
> ref:_00D1U1174p._5004Q22aHVq:ref
>


-- 
*Deepak Chand*
*Engineer*
*Successive Technologies*
*A Deloitte Technology Fast 50 Company*
*M:+91 8077652302*

INDIA | NORWAY | USA

-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAPwQ9AOPBU7kc1NEd%3D08pN8e%2BahBsRxKeP9FgT5PjHjKaqgzaA%40mail.gmail.com.


Create Label not working with Google Ads API package by Opteo

2020-07-30 Thread Deepak Chand
Hi Everyone,

I want to integrate GAQL scripts in Node Js. I have gone through the 
documentation of  Google Ads API package by Opteo which I find relevant as 
per my needs for 
*creating capmaigns , reporting etc.*
https://opteo.com/dev/google-ads-api/#features

But I cannot create label :


const labelData = {
name: "DCR123",
status: 2
};

await customer.labels
.create(labelData)
.then(response => console.log(response))
.catch(err => console.log(err));




*I am getting error: *
Error: Attempted to set value "DCR123" on invalid path "name" in resource
at toProtoValueFormat 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-node/build/lib/utils.js:191:15)
at unroll 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-node/build/lib/utils.js:182:19)
at Object.convertToProtoFormat 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-node/build/lib/utils.js:178:26)
at GoogleAdsClient.buildResource 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-node/build/lib/client.js:99:41)
at GrpcClient.buildResource 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/grpc.js:134:28)
at LabelService.buildResource 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/services/service.js:212:32)
at LabelService. 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/services/service.js:103:33)
at Generator.next ()
at 
/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/services/service.js:8:71
at new Promise ()
at __awaiter 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/services/service.js:4:12)
at LabelService.serviceCreate 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/services/service.js:93:16)
at LabelService. 
(/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/services/label.js:44:25)
at Generator.next ()
at 
/home/deepak/DCR/DAN/dan-service-kitchen-sink/node_modules/google-ads-api/build/services/label.js:8:71
at new Promise ()


Can anyone provide help, how we can create labels using google ads api in 
*node*.





-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9accbc53-5908-41da-b0b2-b4158a8c7a86n%40googlegroups.com.