Re: video Campaign in google ads API

2022-06-10 Thread Krishnadas D
Thank you for the clarification.
On Friday, June 10, 2022 at 2:12:52 PM UTC+5:30 adsapi wrote:

> Hello,
>
> As discussed here 
> ,
>  
> video campaign management is not currently supported in the API; thus, you 
> cannot perform mutate operations on video campaigns, which is why your API 
> request is failing.
>
> You can still retrieve video campaign metrics via the API, though.
>
> As for your following questions, this feature is not in beta and does not 
> depend on the access level of your developer token: it is just not 
> supported by the API at all.
>
> Sorry for the inconvenience.
>
> Thanks,
>
> Mattia Tommasone
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q2b6QOz: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/424fbc14-903e-4a9e-b581-9477d91922ecn%40googlegroups.com.


video Campaign in google ads API

2022-06-10 Thread Krishnadas D
Hi
i am trying to create video campaign using google ads API  by referencing  
https://developers.google.com/google-ads/api/reference/rpc/v10/Campaign this 
document 
and also i  refered  channel type video 
https://developers.google.com/google-ads/api/reference/rpc/v10/AdvertisingChannelTypeEnum.AdvertisingChannelType
 in 
here 

but when i create my campaign i am getting error like this
[ GoogleAdsError { error_code: ErrorCode { operation_access_denied_error: 6 
}, message: 'A mutate action is not allowed on this resource, from this 
client.', trigger: Value { string_value: 'VIDEO' }, location: ErrorLocation 
{ field_path_elements: [Array] } } ]

and my code is 

const customer = await this.client.Customer({
customer_id: customerId,
login_customer_id: mcc_id,
refresh_token: refreshToken,
});

const budgetResourceName = ResourceNames.campaignBudget(
customer.credentials.customer_id,
"-1"
);

const operations: MutateOperation[] = [
{
entity: "campaign_budget",
operation: "create",
resource: {
// Create a budget with the temporary resource id
resource_name: budgetResourceName,
name: subcampaign.name + "-budget",
delivery_method: enums.BudgetDeliveryMethod.STANDARD,
amount_micros: toMicros(subcampaign.budget),
},
},
{
entity: "campaign",
operation: "create",
resource: {
name: subcampaign.name,
advertising_channel_type: enums.AdvertisingChannelType.VIDEO,
status: enums.CampaignStatus.PAUSED,
bidding_strategy_type: enums.BiddingStrategyType.TARGET_CPM,
// Use the temporary resource id which will be created in the previous 
operation
campaign_budget: budgetResourceName,
network_settings: {
target_google_search: true,
target_search_network: true,
},
},
},
];

const result = await customer.mutateResources(operations);

so i like to confirm 

   - video campaign is supported in google ads api or not ?
   - video campaign is under beta version of google ads api ? may be 
   because of that i am getting error like "A mutate action is not allowed on 
   this resource, from this client." ?
   - if it is in beta , how can i request for beta access?
   - also i noticed that i have only basic api access , so if i request 
   standard api access it will work or not ?

Reply all
Reply to author
Forward

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bf361d93-3186-4d03-b6d1-57e587248614n%40googlegroups.com.


video campaign creation from ads API

2021-08-04 Thread Krishnadas D
Hi 
 any updation in ads API for video campaign creation .
is there any development happening for video campaign supporting with ads 
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/00c12533-107c-47d7-9424-9842eb7bc935n%40googlegroups.com.


Child account authenticate in ads API

2021-04-22 Thread Krishnadas D
Hi for authenticate in google ads api i am using this code 
$this->oAuth2Credential = (new OAuth2TokenBuilder())->fromFile()->build();
$session = (new GoogleAdsClientBuilder())->fromFile()
->withOAuth2Credential($this->oAuth2Credential)
->build();
$this->googleAdsClient = $session ;
$this->googleAdsServiceClient = 
$this->googleAdsClient->getGoogleAdsServiceClient();

but here i ma  authenticating as manager account , now i want to log in as 
child account

how i'll login to my child account with google ads 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/bfd5c1cb-a21f-4755-904c-2d7f7978ace0n%40googlegroups.com.


Re: campaign start date timezone issue in MCC account

2021-04-13 Thread Krishnadas D
i tried to implement locally a timezone converter, but for that i need to 
know the time when campaign start and end . 
can i know which time normally campaign start and end ?  

On Wednesday, April 14, 2021 at 11:10:24 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Krishnadas,
>
> Your API requests should return date/timezone related to the account 
> specified in your API request header. If you wish to extract the exact 
> date/timezone of a specific account, you would need to perform API requests 
> using that account instead.
>
> An alternative would be to implement locally a timezone converter, once 
> you have taken note of the date/timezone of each of the sub/client accounts 
> under your MCC. I hope this helps.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2FY7x7: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/66a171ef-2a61-4b18-ab9b-bffccb9efa90n%40googlegroups.com.


campaign start date timezone issue in MCC account

2021-04-13 Thread Krishnadas D
Hi i am using google ads API for getting campaign start date and end date , 
my account is MCC account , so i am getting date with my MCC account 
timeZone

but i need to get time with child account time zone , how can i get like 
that ? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f34d103f-1eb3-4662-8639-4817b9e9ef4bn%40googlegroups.com.


Mismatch in stats

2021-03-26 Thread Krishnadas D
 

Hi google team 

i found some issue in stats in some campaigns , i need some explanation on 
it , and solution also .

i have 2 campaigns in ad manager , i need to get total stats of that 
campaigns

this is my campaign details    i attached in 
this document too.

here i need to calculate total 100%video view 

in this documentation 
  it is 
mentioned that *"Percentage of impressions where the viewer watched all of 
your video." *is the 100% video view that you are showing in ad manager .

so when i calculate number of viewer watched all  video. will be 


*campaign 1 :  *

impression = 3574275  ,  video played to 100%  =  *2.18%* then total all 
video watched will be *77919.195*

*campaign 2 :  *

impression = 245812  ,  video played to 100%  =  *21.89%* then total all 
video watched will be *53808.2468*


so the total all video watched will *131727.442  , in that case *

video played to 100% =  *131727.442 / (3574275 + 245812) * 100 
= 3.448283822 %*

*BUT  *in ad manager it is showing *16.79% *

can i know what is the formula to get *total  video played to 100% for 
those 2 campaigns .*

Waiting for your kind and quick response  

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c7d6d54e-d9f3-4ec5-8b6b-d5438a4ffe0dn%40googlegroups.com.


Re: earned view , earned like , earned shares using ads API

2021-03-22 Thread Krishnadas D

is there any alternative to get these earned metrics through adwords api ? 
or google ads script ?
On Monday, March 22, 2021 at 10:48:37 PM UTC+5:30 adsapiforumadvisor wrote:

> Hi,
>
> Unfortunately, earned metrics are not available in the API. However, there 
> is a feature request to have them added. You can follow our blog 
>  for announcements.
>
> Regards,
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>
>
> ref:_00D1U1174p._5004Q2Dxf0d: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/b714b476-520e-46f7-8d2f-5ade8b47e147n%40googlegroups.com.


earned view , earned like , earned shares using ads API

2021-03-22 Thread Krishnadas D
Hi , how can i get *earned view , earned likes , earned shares , Earned 
subscribers Earned playlists  *using google ads 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/90ea0b75-9bb1-4f67-852c-4658f2856b23n%40googlegroups.com.


Re: ad_group_criterion.gender.type value not getting

2021-03-19 Thread Krishnadas D
Thanks a lot.

On Fri, 19 Mar, 2021, 11:57 pm Google Ads API Forum Advisor Prod, <
adsapiforumadvi...@gmail.com> wrote:

> Hi,
>
> You can refer to this page
> 
> to map the genders to the Ids you are receiving.
>
> Cheers,
> Anthony
>
> [image: Google Logo]
> Anthony
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2Dx8Bl: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/CA%2BDSwyT7R%3DPTx5vyJG7cQ85uo4seNx0VQOs7Evt1QhU1CHnCEg%40mail.gmail.com.


ad_group_criterion.gender.type value not getting

2021-03-19 Thread Krishnadas D
in ads API when i use ad_group_criterion.gender.type it is showing some 
values  like 10,20,11 .

but in documentation  it is showing 
FEMALE
MALE
UNDETERMINED
UNKNOWN
UNSPECIFIED
https://developers.google.com/google-ads/api/fields/v6/ad_group_criterion

how to  get proper value or how to identify wich is male and wich is female 
??

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2ceb970d-849e-4baa-9aea-4ac0b082503cn%40googlegroups.com.


camapign report with gender,age_range wise using google ads API

2021-03-19 Thread Krishnadas D
Hi , is there any way to get campaign report with age and gender wise with 
google  ads 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/6710921c-a446-425c-a92f-efaca351946an%40googlegroups.com.


ads api getting campaign views , view_rate , video view 100%

2021-03-19 Thread Krishnadas D
Hi 
how can i get views , view_rate ,  video view 100%  in campaign report 
i am using this query to get these values , 

SELECT campaign.name,
metrics.impressions,
metrics.clicks,
metrics.ctr,
metrics.average_cpv,
metrics.average_cpm,
metrics.interactions,
metrics.cost_micros,
*metrics.views,*

*metrics.view_rate*
FROM campaign WHERE campaign.name LIKE  'campaign name' 
but  it is not working 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1ce415cd-3ee7-4180-9b1b-52734ab82a93n%40googlegroups.com.


get report day wise

2021-03-18 Thread Krishnadas D
Hi 
i  am trying to get campaign , ad group , ad  report through google ads API 
but i am not able to get it by day wise , i am getting total stats of the 
campaign only .

how can i get  report with group by *date* 

can i do that or not ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e4800f8a-721d-4719-9686-1f1465834796n%40googlegroups.com.


create video campaign

2021-01-18 Thread Krishnadas D
Hi 
is it possible to create video campaigns with youtube ads in google ads 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/07c77fe9-a0c1-4e02-a4e3-a159f3ab3de2n%40googlegroups.com.


Remarketing Audience List

2021-01-17 Thread Krishnadas D
Hi 
how can i get re-marketing audience list from google ads API ?

thank you 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ac904175-c1e9-4148-b221-6e76005e9773n%40googlegroups.com.


custom audiences list from google ads API

2021-01-14 Thread Krishnadas D
Hi 
how can i get custom audience list from google ads 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/2d0597d9-651c-4951-834e-a5071b7daa49n%40googlegroups.com.


getting custom affinity audience from adwords API

2021-01-05 Thread Krishnadas D
Hi
i want to get custom affinity audience names and it's Ids , i there any way 
to do that in adwords  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/b72e2bc7-3e45-4840-985b-56e6bc632326n%40googlegroups.com.


get video campaign information through API

2020-11-10 Thread Krishnadas D
Hi 
i want to get campaign *start date,end date , budget* of a *video campaign* 
,
with *CampaignService* i am not getting video campaigns ,
but when i check *VIDEO_PERFORMANCE_REPORT * also it is not having *start 
date ,end date *and* budget* fields 

is there any way to get *start date,end date , budget *of *video campign*  
using adwords 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/1bcf6fcf-789d-4a21-867c-a35a0576362fn%40googlegroups.com.


create campaign with total budget

2020-10-13 Thread KRISHNADAS D
when i am creating campaign from bulk actions , budget is adding as dialy 
budget ,
i want to give total budget for the campaign 
how can i give that

in bulk upload i have this much fields 

Campaign 
Start Date 
End Date 
Campaign state 
Budget 
Campaign type 
Bid Strategy type 
Action 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/767a312e-2a6f-43d1-b376-0e1e503162e2n%40googlegroups.com.


creating video campaign

2020-10-12 Thread KRISHNADAS D
i found some reference to create video campaign here 

 https://developers.google.com/google-ads/scripts/docs/features/video-campaigns

but it show only ad group and ad creation , can i get help for create 
campaign from google-ads script

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f19e3835-1bac-4756-9993-89d5114c96e3n%40googlegroups.com.


Unique user (Reach) is not getting in report

2020-09-24 Thread KRISHNADAS D
i am creating a *report* for ma campaigns from ad manager 

but in the report it is not showing *Reach* 

is there any way to include *reach *in the report ?

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2e8e3241-101e-45c2-aa2d-e1b708964edan%40googlegroups.com.


Create YOUTUBE campaign

2020-09-23 Thread KRISHNADAS D
hi 
i want to create YouTube campaign using AdWords API

can i get help for making goal for campaign as *Brand awareness* 
and campaign type as *Video* 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/07acc0c4-715f-43a6-9022-ef3391456d33n%40googlegroups.com.