Hi Nikisha,

Please update me here.

Thanks,


On Wednesday, 21 August 2019 12:12:00 UTC+5:30, cv wrote:
>
> Hello Nikisha,
>
> It looks like you do not have AdGroupCriterion set for demographics in 
> your account, this is the reason the shared query is not returning the 
> criterion_id for demographics. 
> --> Please see the attached Image where you can see that I have set the 
> AdGroupCriterion for demographics.
>
> [image: demoGraphics.png]
>
> I am still not getting the criterion_id for the same.
>
> Can I need to modify my shared query?
>
> Thanks,
>
> On Wednesday, 21 August 2019 02:44:51 UTC+5:30, adsapiforumadvisor wrote:
>>
>> Hi Chirag,
>>
>> It looks like you do not have AdGroupCriterion set for demographics in 
>> your account, this is the reason the shared query is not returning the 
>> criterion_id for demographics. You could use mutate operation of 
>> AdGroupCriterionService 
>> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.services#google.ads.googleads.v2.services.AdGroupCriterionService>
>>  
>> to create the AdGroupCriterion 
>> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.resources#google.ads.googleads.v2.resources.AdGroupCriterion>
>>  
>> for the demographic field by setting say *age_range *as the criterion. 
>> You could then pull the criterion_Id for this demographic(age) using the 
>> shared query. Once you are successfully able to pull the criterion_id for 
>> demographics, you could use this criterion_id to build the resource name 
>> for AdGroupBidModifier/CampaignBidModifer in the below format:
>> customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}
>> customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_id}
>>
>> You can now modify the bids for demographics using 
>> AdGroupBidModifierService 
>> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.services#google.ads.googleads.v2.services.AdGroupBidModifierService>
>> /CampaignBidModifierService 
>> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.services#campaignbidmodifierservice>
>>  by 
>> specifying the resource_name and bid_modifier value for this demographic. 
>> Let us know if this clarifies your concern.
>>
>> Regards,
>> Nikisha Patel, Google Ads API Team
>>
>>
>> ref:_00D1U1174p._5001UEJHgX: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/cfdaa854-b250-4fe9-88ef-f8ce45b96aa6%40googlegroups.com.

Reply via email to