Posts tagged with metrics

I am trying to fetch data from some Instagram accounts that are on Meta Business Suite, most of them I have success to retrieve using Graph API and Instagram API, but one of them I cannot find in documentation.

It is Link Clicks on Instagram Accounts.

So I need help to retrieve this metric. Can someone help me?

I have tried these metrics: website_clicks, text_message_clicks, phone_call_clicks and profile_links_taps but none of them is the number that shows on Business Suite even adding those metrics.

I have been reading all over documentation but it is so confusing and annoying.

Consider this query for querying keyword metrics daily

https://developers.google.com/google-ads/api/docs/query/overview

          SELECT              ad_group_criterion.criterion_id,             ad_group_criterion.type,             ad_group_criterion.keyword.text,             ad_group_criterion.keyword.match_type,             ad_group_criterion.status,             metrics.clicks,             metrics.impressions,             metrics.average_cost,             metrics.cost_micros,             metrics.average_cpm,             metrics.average_cpc,             metrics.ctr         FROM keyword_view         WHERE             segments.date DURING TODAY 

What timezone does the Google API use for segmenting metrics by date?

This was asked here: https://groups.google.com/g/adwords-api/c/XprkF_vnPmA?pli=1 But the answer is not clear.

I've asked the same question on the google developers video as well: https://www.youtube.com/watch?v=zwyFNi7wRgU

I've tried reading the docs on google ads but couldn't find a clear answer

I want to create such a table:

list of all search keywords of a specific advertiser. And for each column the metric of "absolute top page rate" for a different advertiser.

I have tried to start with a simpler table of keywords x one advertiser rates, but I get an error from data studio.

How can I create the desired table?

Thanks

message: "absolute_top_of_page_rate is prohibited with entities: KeywordGroup. Measures should have explicit segmentation fields if prohibited entities are selected." trigger { string_value: "absolute_top_of_page_rate" } origin: INVALID_REQUEST